/* Tabs
----------------------------------*/
#tabs {}
.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: 3px 0 5px 10px; display: block; float: left; height: 31px; background: url(../images/sprite.gif) -240px -133px no-repeat; width: auto; padding-right: 6px; width: 284px}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; /* top: 1px; */ /* margin: 0 .2em 1px 0; */ border-bottom: 0 !important; padding: 0; white-space: nowrap;}
	.ui-tabs .ui-tabs-nav li.title {color: #fff; text-transform: uppercase; font-size: 12px; padding: 0 12px; background: #504e4f url(../images/sprite.gif) no-repeat 0 -164px; height: 31px; line-height: 30px}
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; width: 26px; line-height: 31px; font-size: 12px; text-align: center; display: block; height: 31px; color: #BCBEC0; font-weight: bold;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.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; color: #000; background: url(../images/sprite.gif) 0 -133px no-repeat;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* 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; background: none; clear: both;}
.ui-tabs .ui-tabs-hide { display: none !important; }

/* grupos en historico */

#divHistorico {clear: both}
#divHistorico #tabs {margin-top: 5px; }
#divHistorico .ui-tabs-nav { margin: 5px 0 0 0;}
#divHistorico .ui-tabs .ui-tabs-nav li a {width: 25px;}
#divHistorico .ui-tabs .ui-tabs-nav {margin: 5px 0px 5px 0; background: url(../images/sprite.gif) -240px -133px no-repeat; width: auto; padding-right: 6px; width: 290px;}
#divHistorico #pages .ui-tabs-nav {margin: 5px 0px 5px 0; background: none; width: auto; padding-right: 0;}

/* Tabs Stats
----------------------------------*/

#pages {float: right;}
#pages ul {margin: 0 0 5px 0; display: block; background: none; float: right; height: 20px; width: auto;padding: 0 0;}
#pages ul li.title {color: #fff; text-transform: uppercase; font-size: 10px;padding: 0 5px 0 0; background: none; height: 20px; color: #000; line-height: 20px; font-weight: bold;}
#pages ul li.ui-tabs-selected a {background: black; color: #fc0}
#pages ul li a {color: #000; height: 20px; width: 20px; line-height: 20px;}


/* Tabs Stadiums
----------------------------------*/

#pagesStadium {float: right; margin-right: 5px;}
#pagesStadium ul {margin: 0 0 5px 0; display: block; background: none; float: right; height: 20px; width: auto;padding: 0 0;}
#pagesStadium ul li.title {color: #fc0; text-transform: uppercase; font-size: 10px;padding: 0 5px 0 0; background: none; height: 20px; line-height: 20px; font-weight: bold;}
#pagesStadium ul li.ui-tabs-selected a {background: #fc0; color: #000}
#pagesStadium ul li a {color: #fc0; height: 20px; width: 20px; line-height: 20px;}
