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

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav2 {
        display: none;
    }
}

/* Skin */
.tabs-nav2 {
  	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px;
	border:none;
	width: 286px;
}
.tabs-nav2:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav2 li {
  	float: left;
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background-color:transparent;
	width:142px;
	border-bottom:solid 1px #FFF;
}
.tabs-nav2 li a{
	text-decoration: none;
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
	padding: 0;
	outline: none;
	margin:0px 0px 0px 10px;
}
.tabs-nav2 li a:hover {
	color:#BF0927;
}

.tabs-nav2 a, .tabs-nav2 a span {
    display: block;
    padding: 0 0px;
}
.tabs-nav2 a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    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 */    
}
.tabs-selected2{
	border:none;
	/*
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom:1px solid #fff;
*/
}
.tabs-disabled2{
	border-bottom:1px solid red;
}
.tabs-nav2 .tabs-selected2 a {
    color: #000;
}
.tabs-nav2 .tabs-selected2 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-disabled2 a:hover, .tabs-nav2 .tabs-disabled2 a:focus, .tabs-nav2 .tabs-disabled2 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: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav2 a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav2 .tabs-selected2 a span {
    padding-top: 7px;
}
.tabs-nav2 .tabs-selected2 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-disabled2 a:hover span, .tabs-nav2 .tabs-disabled2 a:focus span, .tabs-nav2 .tabs-disabled2 a:active span {
    background-position: 0 0;
}
.tabs-nav2 .tabs-selected2 a:link, .tabs-nav2 .tabs-selected2 a:visited, .tabs-nav2 .tabs-disabled2 a:link, .tabs-nav2 .tabs-disabled2 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;
}
.tabs-nav2 .tabs-disabled2 {
    opacity: .4;
}
.tabs-container2 {
 	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	background-color:transparent;
	border-left:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	border-right:solid 1px #FFF;
	width: 284px;
	min-height:10px;
}
.tabs-loading2 em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
