/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family:Tahoma,Helvetica,Geneva,sans-serif;
font-size:x-small;
/*font-size:12px;*/
background: #FFFFFF;
/*font: 11px  Arial, Helvetica, sans-serif; color:#FFFFFF;*/
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
/*display: inline;*/
display: inline;
margin: 0;
text-decoration:underline;
}

.shadetabs li a{
/*text-decoration: none;*/
position: relative;
z-index: 1;
padding: 4px 7px;
margin-right: -1px;
/*border: 1px solid #910018;*/
color: #910018;
/*margin-bottom:5px;*/
background: #FFFFFF top left repeat-x;
}

.shadetabs li a:visited{
color: #910018;
font-family:Tahoma,Helvetica,Geneva,sans-serif;
/*font-size:x-small;*/
list-style-type: none;
/*text-decoration: none;*/
}

.shadetabs li a:hover{
text-decoration: bold;
color: #000000;

}

.shadetabs li a.selected{ /*selected main tab style */
/*text-decoration: none;*/
background-color:#FFFFFF;
/*position: relative;*/
z-index: 1;
padding: 4px 7px;
margin-right: -1px;
color: #910018;
/*background: #FFFFFF top left repeat-x;*/
}


/*.shadetabs li a.selected{ selected main tab style */
/*background-color:#FFFFFF;
border-bottom-color: #7C7A7A;

}
*/
/*.shadetabs li a.selected:hover{ selected main tab style */
/*text-decoration: none;
background-color:#FFFFFF;

}
*/
.tabcontent{
display:none;
color:#000000;
font-family:Verdana,Geneva,Arial,Helvetica;
font-size:x-small;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
}

.tabcontent a {
color: #910018;
}

.tabheight {
	height:45px;
}



@media print {
.tabcontent {
display:block !important;

}
}



