/* 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... */
.tabs-hide {
	display: none;
}
}

/* Hide useless elements in print layouts... */
@media print {
.tabs-nav {
	display: none;
}
}
/* Skin */
#mostActiveTabs .tabs-nav {list-style: none;margin:10px 0 0;background:url(../images/tabBgRight.png) no-repeat right top;padding:0 8px 0 0;height:30px
}
#chartTabs .tabs-nav {list-style: none;height:30px; width:215px; margin:0 auto}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " "
}
#mostActiveTabs .tabs-nav li {float: right;	min-width: 74px; /* be nice to Opera */}
#mostActiveTabs .tabs-nav a {display: block;background:url(../images/tabsBg.png) repeat-x 0 center;padding:7px 7.5px}
#mostActiveTabs .tabs-nav a {position: relative;top: 1px;z-index: 2;color: #27537a;font-size: 12px;font-weight: bold;line-height: 1.2;text-align: center;	text-decoration: none;white-space: nowrap; /* required in IE 6 */}
#mostActiveTabs .tabs-nav .tabs-selected a {color: #000;}
#mostActiveTabs .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {background:#012d5d;color:#fff;outline: 0; /* prevent dotted border in Firefox */}
#mostActiveTabs .tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
}

#chartTabs .tabs-nav li {float: right;	min-width: 45px; /* be nice to Opera */}
#chartTabs .tabs-nav a {display: block;padding:0 7.5px}
#chartTabs .tabs-nav a {position: relative;top: 1px;z-index: 2;color: #5c6988;font-size: 25px;line-height: 1.2;text-align: center;	text-decoration: none;white-space: nowrap; /* required in IE 6 */ font-family:Microsoft Uighur}
#chartTabs .tabs-nav .tabs-selected a {color: #000;}
#chartTabs .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {color:#fff;outline: 0; /* prevent dotted border in Firefox */}
#chartTabs .tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
}

.tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.tabs-nav .tabs-selected a span {
	padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
	background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
#chartTabs .tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text!important;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
#chartTabs .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer; background:none;
}
.tabs-nav .tabs-disabled {
	opacity: .4;
}
#mostActive .tabs-container {height:175px/* declare background color for container to avoid distorted fonts in IE while fading */}
#chartTabs .tabs-container {height:175px/* declare background color for container to avoid distorted fonts in IE while fading */; }
#chartTabs .tabs-container p{text-align:right}
.tabs-loading em {
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}
#mostActiveTabs .leftBg {
	background:url(../images/tabBgLeft.png) no-repeat left 0;
	padding-left:8px
}
#mostActiveTabs .tabs-container table {
	width:100%
}
#mostActiveTabs .tabs-container table td {
	padding:5px;
	text-align:right;
	font-size:15px;
}
#mostActiveTabs .tabs-container .ttl td,#mostActiveTabs .tabs-container .title td {
	text-align:center;
	background:#122043;
	color:#01f2fb;
	padding:5px 10px 0 0px;
}
