/* this controls the font in the tab rollover */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
color: #6c6c6d;
font:  11px Verdana;
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;
}

/* this is controls bg color of the tab*/
.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #ffffff;
/*background: white url(shade.gif) top left repeat-x;*/
background-image: url(images/tabBG_03.gif);
}

.shadetabs li a:visited{
color: #6c6c6d;
}

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

.shadetabs li.selected{
position: relative;
top: 1px;
font-weight: bold;
color: #6c6c6d;
}

/* controls the font and BG when they selected the tab */
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/tabBGselected_05.gif);
border-bottom-color: white;
color: #6c6c6d;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
color: #797979;
margin-bottom: 1em;
font:  11px Verdana;
padding: 11px;
}

.tabcontent{
display:none;
}

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