/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 17px 0px 0px 8px;
margin-left: 0;
height:25px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
background-color:#4E4E50;
vertical-align:bottom;
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;
width:168px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
text-align:center;
z-index: 1;
padding: 8px 24px 10px 24px;
margin-right: 3px;
color: #FFFFFF !important;
background: white url(shade.gif) top left repeat-x;
width:168px;
}

.shadetabs li a:visited{
color: #FFFFFF !important;
}

.shadetabs li a:hover{
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #000000 !important;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
color:#000000;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


.shadetabs2{
padding: 17px 0px 0px 8px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
height:25px;
font: bold 12px Verdana;
background-color:#4E4E50;
vertical-align:bottom;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
width:168px;
min-width:168px;
}

.shadetabs2 li a{
text-decoration: none;
position: relative;
text-align:center;
z-index: 1;
padding: 8px 24px 10px 24px;
margin-right: 3px;
color: #FFFFFF !important;
background: white url(shade.gif) top left repeat-x;
width:168px;
min-width:168px;
}

.shadetabs2 li a:visited{
color: #FFFFFF !important;
width:168px;
min-width:168px;
}

.shadetabs2 li a:hover{
width:168px;
min-width:168px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
color: #000000 !important;
top: 1px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
color:#000000;
border-bottom-color: white;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
width:676px;
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
