
#inner .nav_tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 300px;
	height: 28px;
	
}
#inner .nav_tabs li {
	float: left;
    margin: 0 0px 0 2px;
    min-width: 97px; /* be nice to Opera */
	width: 97px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	display: block;
    padding: 0;
    background: url(../images/tab.png) no-repeat;
}

#inner  .nav_tabs li#today  {
   
    margin-left: 0;
}

#inner  .nav_tabs li#today  {
   
    margin-left: 0;
}


#inner .nav_tabs li a {
	float: left;
  
    min-width: 97px; /* be nice to Opera */
	width: 97px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	display: block;
    padding: 0;
	width: 97px;
	height: 28px;
	text-align: center;
	font-weight: bold;
}

#inner .nav_tabs li a:hover {
	

	 background: url(../images/tabselected.png) no-repeat;
	color: #ffffff;
text-decoration: none;
	
	
}	
#inner .nav_tabs li.active a, #inner .nav_tabs li.active a:hover  {
 width: 97px; /* IE 6 treats width as min-width */
    min-width: 97px;
    height: 28px; /* IE 6 treats height as min-height */
    min-height: 28px;
    padding-top: 0px;
    padding-right: 0;
	line-height: 28px;
	background: none;
	min-width: 97px; /* be nice to Opera */
	color: #ffffff;
	width: 97px;
	height: 28px;
}

#inner ul.nav_tabs li.active   {
 width: 97px; /* IE 6 treats width as min-width */
    min-width: 97px;
    height: 28px; /* IE 6 treats height as min-height */
    min-height: 28px;
    padding-top: 0px;
    padding-right: 0;
	line-height: 28px;
	 background: url(../images/tabselected.png) no-repeat;
	min-width: 97px; /* be nice to Opera */
	color: #ffffff;
	width: 97px;
	height: 28px;
}



#inner .rank_tab_container {
	
	clear: both;
	float: left; 
	width: 100%;
	
}
.rank_tab_content {
	  border: 0 ;
    padding: 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	 background: #016595 url(../images/leftrankboxbg.gif) no-repeat top left;
padding-top: 22px;
 margin: 0;
float: left;
   
    background: #016595 url(../images/leftrankboxbg.gif) no-repeat;
padding-bottom: 11px;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
 .ui-tabs-hide {
        display: none;
    }
/* Skin */
#tabs .ui-tabs-nav, #tabs .ui-tabs-panel {
  /*  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; */
    font-size: 12px;
	width: 300px;
	margin: 0;
	float: left;
	
}
#tabs .ui-tabs-nav {
  display: inline;
}
#tabs ul {
	
	width: 300px;
	float: left;
	clear: both;
	
}


#tabs .ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
#tabs .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#tabs .ui-tabs-nav li {
    float: left;
    margin: 0 0px 0 2px;
    min-width: 97px; /* be nice to Opera */
	height: 28px;
	line-height: 28px;
	padding: 0;
	
	
}

#tabs .ui-tabs-nav li#today  {
   
    margin-left: 0;
}


#tabs .ui-tabs-nav .ui-tabs-selected a, #tabs .ui-tabs-nav a:hover, #tabs .ui-tabs-nav a:focus, #tabs .ui-tabs-nav a:active {
    background: url(../images/tabselected.png) no-repeat;
	color: #ffffff;
	padding-bottom: 11px;
}




#tabs .ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

#tabs .ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html #tabs .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

