/* 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;
    }
}

.tabs-nav2 { /* auto clear */
    display: inline-block;
}
.tabs-nav2 .tabs-disabled {
    position: relative; /* fixes opacity */
    filter: alpha(opacity=40);
}
.tabs-nav2 .tabs-disabled a span {
    _height: 19px; /* for some reason the height is 1px to less with opacity... */
    min-height: 19px; /* ...in both IE 6 and 7 */
}

.tabs-nav3 { /* auto clear */
    display: inline-block;
}
.tabs-nav3 .tabs-disabled {
    position: relative; /* fixes opacity */
    filter: alpha(opacity=40);
}
.tabs-nav3 .tabs-disabled a span {
    _height: 19px; /* for some reason the height is 1px to less with opacity... */
    min-height: 19px; /* ...in both IE 6 and 7 */
}


/* Skin ÀW¹D */
.tabs-nav {

    list-style: none;
    margin: 0;
    padding: 6px 0 6px 48px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 10 0 0 0px;
    min-width: 0px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
	
    display: block;
	padding-left:5px;
  
}
.tabs-nav a {
	
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #FFF;
    font-size: 12px;
	/*
    font-weight: bold;
    */
	line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */  
	
}
.tabs-nav .tabs-selected a {
    color: #fff2a0;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 0px; /* IE 6 treats width as min-width */
    min-width: 0px;
    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: 6px;
}
.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;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	/*
    border-top: 1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
    */
	padding: 0em 0px;
    /*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("../images/loading.gif") no-repeat 0 50%;
}


/* Skin2 */
.tabs-nav2 {
    list-style: none;
    margin: 0;
    padding: 0px 0px 0px 100px;
	background-color:#c92121;
	background-repeat: repeat-x;
	background:url("../images/rankBG.jpg");
}
.tabs-nav2:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav2 li {
    float: left;
    margin: 0 0 0 0px;
    min-width: 40px; /* be nice to Opera */
}
.tabs-nav2 a, .tabs-nav2 a span {
    display: block;
    padding: 0 px;
    background: url(tab.png) no-repeat;
}
.tabs-nav2 a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0px;
    /*
	color: #27537a;
	*/ 
	color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav2 .tabs-selected a {
    color: #c92121;
	background-color:#fededf;	
}
.tabs-nav2 .tabs-selected a, .tabs-nav2 a:hover, .tabs-nav2 a:focus, .tabs-nav2 a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav2 a, .tabs-nav2 .tabs-disabled a:hover, .tabs-nav2 .tabs-disabled a:focus, .tabs-nav2 .tabs-disabled a:active {
    background-position: 100% -100px;

}
.tabs-nav2 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: 1px;
    padding-top: 0px;
    padding-right: 0;
}
*>.tabs-nav2 a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav2 .tabs-selected a span {
    padding-top: 0px;
}
.tabs-nav2 .tabs-selected a span, .tabs-nav2 a:hover span, .tabs-nav2 a:focus span, .tabs-nav2 a:active span {
    background-position: 0 -50px;
}
.tabs-nav2 a span, .tabs-nav2 .tabs-disabled a:hover span, .tabs-nav2 .tabs-disabled a:focus span, .tabs-nav2 .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav2 .tabs-selected a:link, .tabs-nav2 .tabs-selected a:visited, .tabs-nav2 .tabs-disabled a:link, .tabs-nav2 .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav2 a:hover, .tabs-nav2 a:focus, .tabs-nav2 a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	background-color:#fededf;
    color: #c92121;	
	padding:0px;
}
.tabs-nav2 .tabs-disabled {
    opacity: .4;
}
.tabs-container2 {
	/*
    border-top: 1px solid #999;
	*/
    padding: 0px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}


/* Skin3 ¬P´Á*/
.tabs-nav3 {

    list-style: none;
    margin: 0;
    padding: 0 0 0 50px;
}
.tabs-nav3:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav3 li {
    float: left;
    margin: 0 3px 0 0px;
    min-width: 0px; /* be nice to Opera */
}
.tabs-nav3 a, .tabs-nav3 a span {
	
    display: block;
	margin:0px 2px 0px 2px;
	padding:0px 0px 0px 0px;
}
.tabs-nav3 a {
	
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #FFF;
    font-size: 12px;

    line-height: 13px;;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */  
	
}
.tabs-nav3 .tabs-selected a {
    /*
	color: #a6deff;
	*/
	border:1px solid #F00;
}
.tabs-nav3 .tabs-selected a, .tabs-nav3 a:hover, .tabs-nav3 a:focus, .tabs-nav3 a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav3 a, .tabs-nav3 .tabs-disabled a:hover, .tabs-nav3 .tabs-disabled a:focus, .tabs-nav3 .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav3 a span {
    width: 0px; /* IE 6 treats width as min-width */
    min-width: 0px;
    height: 13px; /* IE 6 treats height as min-height */
    min-height: 13px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav3 a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav3 .tabs-selected a span {
    padding-top: 6px;
}
.tabs-nav3 .tabs-selected a span, .tabs-nav3 a:hover span, .tabs-nav3 a:focus span, .tabs-nav3 a:active span {
    background-position: 0 -50px;
}
.tabs-nav3 a span, .tabs-nav3 .tabs-disabled a:hover span, .tabs-nav3 .tabs-disabled a:focus span, .tabs-nav3 .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav3 .tabs-selected a:link, .tabs-nav3 .tabs-selected a:visited, .tabs-nav3 .tabs-disabled a:link, .tabs-nav3 .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav3 a:hover, .tabs-nav3 a:focus, .tabs-nav3 a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav3 .tabs-disabled {
    opacity: .4;
}
.tabs-container3 {
	/*
    border-top: 1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
    */
	padding: 0em 0px;
    /*background: #fff;*/ /* declare background color for container to avoid distorted fonts in IE while fading */
}




