.shadetabs{
padding-left: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 11px arial;
width:570px;
list-style-type: none;

text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
padding: 0px 15px;
margin-left: 3px;
border-left: 1px solid #778;
border-right: 1px solid #778;
color: #2d2b2b;
width: 99px;
height: 15px;
background: url(images/shade.gif) top  repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;

}

.shadetabs li a:hover{
text-decoration: none;
border-right: 1px solid #778;
border-left: 1px solid #778;
background: url(images/shadeactive.gif) top repeat-x;
color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;

}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border: 1px solid #778;
border-bottom-color: white;
color: #0A84CA;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
border: 1px solid #778;
color: #0A84CA;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
border-top: 1px solid #CBCBCB;

/*border-top:1px; border-top-color:#CBCBCB;
border-bottom:0px;*/
width: 530px; 
margin-bottom: 1em;
padding: 10px;
background-color:#FFFFFF;
/*background-image:url(images/tab_bg.jpg);*/
background-position:bottom;
background-repeat:no-repeat;
}

.tabcontent{
display:none;
}

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