/* 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-inner {
    list-style: none;
    margin: 0;
    padding: 0px;
	width:675px;
	border:0px solid #FF0000;
}
.tabs-nav-inner:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav-inner li {
    float: left;
    margin: 0px;
    min-width: 128px; /* be nice to Opera */border:1px solid #cacaca;
	_width: 128px; color:#202020;
	text-align:center;
}
.tabs-nav-inner a, .tabs-nav-inner a span {
    display: block;
    padding: 0 8px;
    *padding:0px 3px;
    background:#788e8e;
}
.tabs-nav-inner a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav-inner .tabs-selected a {
    color: #fff; background:#99272d; text-align:center;
}
.tabs-nav-inner .tabs-selected a, .tabs-nav-inner a:hover, .tabs-nav-inner a:focus, .tabs-nav-inner a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
	background:#99272d; color: #fff; text-decoration:none;
}
.tabs-nav-inner a, .tabs-nav-inner.tabs-disabled a:hover, .tabs-nav-inner.tabs-disabled a:focus, .tabs-nav-inner .tabs-disabled a:active {
    background-position: 100% -100px; text-decoration:none; color:#FFF; 
}
.tabs-nav-inner a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 22px;
    padding-top: 5px;
    padding-right: 0; color: #fff;
}
*+html .tabs-nav-inner a span {
    min-width: 104px;
    }
*>.tabs-nav-inner a span { /* hide from IE 6 */
    width: auto;
    height: auto;
	color: #fff;
}

.tabs-nav-inner .tabs-selected a span {
    padding-top: 5px; background:#99272d; color: #fff;
}
.tabs-nav-inner .tabs-selected a span, .tabs-nav-inner a:hover span, .tabs-nav-inner a:focus span, .tabs-nav-inner a:active span {
    	background:#99272d; color: #fff;
}
.tabs-nav-inner a span, .tabs-nav-inner .tabs-disabled a:hover span, .tabs-nav-inner .tabs-disabled a:focus span, .tabs-nav-inner .tabs-disabled a:active span {
    background-position: 0 0; color: #fff;
}
.tabs-nav-inner .tabs-selected a:link, .tabs-nav-inner .tabs-selected a:visited, .tabs-nav-inner .tabs-disabled a:link, .tabs-nav-inner .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer; color: #fff; background:#99272d;
}
.tabs-nav-inner a:hover, .tabs-nav-inner a:focus, .tabs-nav-inner a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer; color: #fff;
}
.tabs-nav-inner .tabs-disabled {
    opacity: .4; background:#99272d; color: #fff;
}
.tabs-container-inner {
	padding:0px; margin:0px;
    border-top: 1px solid #97a5b0;
    padding: 15px;
    background: #e9f2f1; /* declare background color for container to avoid distorted fonts in IE while fading */
	border:1px solid #b8bbbc;
	width:641px;
	font-size:11px; line-height:16px; color:#202020; font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	height:auto;
}
.tabs-container-inner P{ margin-bottom:12px;}
.tabs-container-inner UL LI A, .tabs-container-inner UL LI A:link, .tabs-container-inner UL LI A:active, .tabs-container-inner UL LI A:visited { color:#202020; text-decoration:none;}
.tabs-container-inner UL LI A:hover { color:#202020; text-decoration:underline;}