/*
 * jQuery UI Tabs 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
ul.ui-tabs-nav {	
 	background:transparent;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}
.ui-tabs .ui-tabs-nav li {width: 9.9em; height: 2.6em; list-style: none; float: left; position: relative; top: 1px; margin: 0 .3em 1px 0; border-bottom: 0 !important; padding:0; text-align:center;}
.ui-tabs .ui-tabs-nav li a { width:9.1em; height:2.6em; padding:0 .4em; float: left; text-decoration: none; line-height:1.1;}
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding:5px 0px 0px 0px; background: none; }
.ui-tabs .text_center { height:2.6em;width: 9.1em;display: table-cell;white-space:normal;text-align: center;vertical-align: middle; }
/* AUTO WIDTH */
.ui-tabs .auto li, .ui-tabs .auto li a { width:auto;}
.ui-tabs .auto .text_center { width: auto;padding-left: 8px;padding-right: 8px;white-space:normal; }
