@charset "windows-1252";
/* CSS Document */

.shadetabs{
padding: 0;
margin: 0;
list-style-type: none;
width: 549px;
height: auto;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
float: left;
margin: 0;
text-align:center;
margin-left: 10px;
}


.shadetabs li a {
display: block;
padding: 10px 0px 0px 0px;
margin: 5px 0 -4px 0;
text-decoration: none;
color: #666666;
background: white url(images/hyperOx_tab.jpg) top left no-repeat;
font: normal 12px Arial, Helvetica, sans-serif;
height: 24px;
width: 116px;
}



.shadetabs li a:hover {
text-decoration: none;
color: #000000;
}

.shadetabs li.selected{
top: 1px;
color: #000000;
}

.shadetabs li.selected a{ /*selected main tab style */
background: white url(images/hyperOx_tabActive.jpg) top left no-repeat;
border-bottom-color: white;
color: #000000;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid #ddd;
background: url(images/hyperOx_tabContentBG.jpg) top center no-repeat;
width: 549px;
height: 149px;
margin-bottom: 1em;
margin-top: 00px;
float:left;
padding: 10px 0px 10px 0px;
z-index: 1;
}

.tabcontent{
	margin: 5px 0px 0px 18px;
}

@media print {
.tabcontent {
display:block!important;
}
}


