/* 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 */
img.sliderdates {
	margin-bottom: -18px;
	}
	
#tabbed-container {
	position: relative;
	clear: both;
	border-left: 1px solid #0066CC;
	border-bottom: none;
	height: 100% !important; height: 10em;
	}
	
#tabbed-container p {
	margin-left: 10px;
	font-weight: bold;
	}

.tabs-nav {
    list-style: none;
    padding: 0;
    width: 747px;
	margin: 0 0 1em;
	}
	
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 !important;
    width: 83px; 
    background: none !important;
    padding-left:0 !important;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0;
    margin: 0;
    width: 83px !important;
}
.tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding: 0;
    color: #0066CC;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.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: 83px; /* IE 6 treats width as min-width */
    min-width: 83px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 16px;
    padding-top: 0px;
    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;
}
.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 {
    margin: 0 0 1em;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/* Content tabs */
.tabs-nav a	span { background: url(../images/history_slider.gif); }
.tabs-nav a span { display: block; text-indent: -9999px; }

#tab-a1 span { background-position: 0px -20px;}
.tabs-nav .tabs-selected #tab-a1 span, #tab-a1:hover span { background-position: 0px 0;}
#tab-a2 span { background-position: -83px -20px;}
.tabs-nav .tabs-selected #tab-a2 span, #tab-a2:hover span { background-position: -833px 0;}
#tab-a3 span { background-position: -166px -20px;}
.tabs-nav .tabs-selected #tab-a3 span, #tab-a3:hover span { background-position: -166px 0;}
#tab-a4 span { background-position: -249px -20px;}
.tabs-nav .tabs-selected #tab-a4 span, #tab-a4:hover span { background-position: -249px 0;}
#tab-a5 span { background-position: -332px -20px;}
.tabs-nav .tabs-selected #tab-a5 span, #tab-a5:hover span { background-position: -332px 0;}
#tab-a6 span { background-position: -415px -20px;}
.tabs-nav .tabs-selected #tab-a6 span, #tab-a6:hover span { background-position: -415px 0;}
#tab-a7 span { background-position: -498px -20px;}
.tabs-nav .tabs-selected #tab-a7 span, #tab-a7:hover span { background-position: -498px 0;}
#tab-a8 span { background-position: -581px -20px;}
.tabs-nav .tabs-selected #tab-a8 span, #tab-a8:hover span { background-position: -581px 0;}
#tab-a9 span { background-position: -664px -20px;}
.tabs-nav .tabs-selected #tab-a9 span, #tab-a9:hover span { background-position: -664px 0;}


/* // Content tabs */
