/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs td{
padding: 0px 0;
margin-left: 0;
margin-right: 0;
margin-top: 0px;
margin-bottom: 0px;
font: bold 12px arial;
position: relative;
/*list-style-type: none;
letter-spacing: .01em;*/
text-align: center; /*set to left, center, or right to align the menu as desired*/

}

/*.shadetabs td{
display: block;
margin: -2px;
}*/

.shadetabs td a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 5px 5px  4px;
margin : 0px;
border: 0px solid #f3f3f3;
color: #2d2b2b;
background: #999999 top left repeat-x;
text-decoration: underline;
display: block;
}

.shadetabs td a:visited{
color: #2b2b2b;
}

.shadetabs td a:hover{
background: #666666 left repeat-x;
text-decoration: underline;
color: #ffffff;
}

.shadetabs td a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs td a.selected{ /*selected main tab style */
background:#cccccc top left repeat-x; 
border-bottom-color: gray;
color: #333333;
}

.shadetabs td a.selected:hover{ /*selected main tab style */
background: #990000px  left repeat-x;
border-bottom-color: white;
text-decoration: underline;

color: #333333;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
