﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 8px 0;
margin-left: 0px;
margin-top: 10px;
margin-bottom: 0;
font: normal 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;
color: #FFCC66;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 8px 12px;
margin-right: 0;
border: 0px solid #778;
color: #FFCC66;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #FFCC66;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFCC66;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #666666;

}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
font: normal 11px Verdana;
line-height:18px;
color: #666666;
}

@media print {
.tabcontent {
display:block !important;
}
}


