.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px 'Trebuchet MS','Arial';
list-style-type: none;
text-align: left; /*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: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(/images/tabs/shade.gif) top left repeat-x;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

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

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/images/tabs/shadeactive.gif);
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 370px;
height: 235px;
margin-bottom: 5px;
padding: 5px;
background-color:#000000;
}


.tabcontentheader{ /*style of tab content header*/
font-weight:bold;
font-size:16px;
}

.tabcontentheader2{ /*style of tab content header*/
font-weight:bold;
}

.tabcontent{
display:none;
text-align:left;
margin: 0px 0px 3px 0;
color: #FFFFFF;
font: normal 12px 'Trebuchet MS','Arial';
}

.tabcontent img{
margin: 0px 10px 0px 0px;
border:none;
}

.tabcontent a{
color:#FFFF66;
text-decoration:underline;
display:inline;
margin:0px 4px 0px 4px;
}

.tabcontent a:hover{
color: #000000;
background-color:#FFFF66;
text-decoration:none;
}

.tabcontent a.imagelink:hover{
background-color: #000000;
}

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