/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/



/* Tabs
----------------------------------*/
.ui-tabs { padding:10px; overflow:hidden; background:url(../images/img_winners.gif) no-repeat right top;}
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding:0 0 0 150px;}
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin:0; padding:0px 5px 0px 5px; font-size:12px; margin-right:3px; margin-bottom:-1px;}
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; height:20px; cursor:pointer; color:#000;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; position:relative;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; color:#000;} /* 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 { padding:14px 0px 10px 10px; display:block; height:264px; overflow:hidden; font-size:12px; clear:both; color:#000; width:330px;}

.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{ background:url(../images/bg_tabs-labels.gif) no-repeat right -36px; color:#fff; height:37px;}
.ui-tabs .ui-tabs-nav li a:hover{ background:url(../images/bg_tabs-labels.gif) no-repeat right -36px; color:#fff;}




