/*!
 * jQuery UI Tabs 1.9.0
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 10px 0 0 0;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin:0 1px; border-bottom: 0; padding: 0; white-space: nowrap; height:43px; width:20%; background: url("../images/tab_inactive.png") center center no-repeat; -moz-border-radius: 5px; border-radius: 5px; border:none; font-family: "freight-sans-pro", sans-serif; font-weight:500; text-align: center;}
@media all and (max-width:479px ) {
	.ui-tabs .ui-tabs-nav li {font-size:11px;}
}
.ui-tabs .ui-tabs-nav li a { vertical-align:center; text-align:center; text-decoration: none; color: white; max-width:90%;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active { color: white; background: url("../images/tab_active.png") center center no-repeat; height:43px; width:20%; text-align:center; border-right: none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { color:white; border: none;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; color: white;} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs-active a:link { color: #fff !important; }
