/* 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 */
.tabs-nav {
    list-style: none;
    margin: 0 0 0 13px;
    padding: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    white-space: nowrap; /* required in IE 6 */    
	color:#202020;
	background:url(../images/li_tab_bg.jpg) repeat-x;
	padding:5px 7px 4px 7px;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #F3F3F3;			
	border-right: 1px solid #F3F3F3;
	text-decoration:none;
	font-size:11px;
}
.tabs-nav .tabs-selected a {
	background:#FFFFFF;
    color: #E51616;
	border:1px solid #1A81D1;
	border-bottom:none;
    text-decoration:none;
	padding: 5px 7px;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
	cursor:pointer;
}
.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:6px 0 0 0;
    padding-right: 0;
	font-weight:bold;
	text-transform:uppercase;
}
*>.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 {
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
	letter-spacing:-1px;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
	letter-spacing:-1px;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	letter-spacing:-1px;
}
}


.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 {
}
.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;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
	position: relative;
	top:1px;
	background:#FFFFFF;
    color: #E51616;
	border:1px solid #1A81D1;
    border-bottom:none;
	text-decoration:none;
	padding: 5px 7px;
	z-index: 2;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

#container-1, #container-2, #container-3, #container-4  { width:980px; margin:0 auto; padding:23px 0 0 0; background:#f5f5f5;}
#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5, #fragment-6, #fragment-11, #fragment-22, #fragment-33, #fragment-44, #fragment-55, #fragment-66, #fragment-111, #fragment-222, #fragment-333, #fragment-444, #fragment-555, #fragment-1111, #fragment-2222, #fragment-3333, #fragment-4444, #fragment-5555  { padding: 10px 0; margin:0 15px;background:#f5f5f5; border-top: 1px solid #1A81D1; *width:950px;}


.noMRight { margin-right:0;}
a.tab-banners { display:block;  width:220px; height:50px; background:#ffffff url(../images/banners_bg.jpg) repeat-x bottom; font-size:12px; color:#1A81D1; float:left; text-decoration:none; margin:0 6px 10px 0; padding:8px 0 0 10px; line-height:14px;}
a.tab-banners span { color:#4B4848; display:block;}
a.tab-banners:hover { background:#acacac url(../images/banners_hover_bg.jpg) repeat-x bottom; text-decoration:none; color:#FFFFFF;}
a.tab-banners:hover span { color:#FFF;}
