/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:11px tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width: 140px;
}

.shadetabs li{
margin: 0;
width: 140px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 0px;
color: #2d2b2b;
background-color:#6FF;
border:solid 1px #006;
line-height:20px;
border-bottom:none;
background-repeat:repeat-x;
background-position:bottom;
}


.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#ffffff;
border:solid 1px  #000000;
border-bottom:none;
background:#FF9;
font-weight: bold;
font-stretch:narrower;
font-size: em 10px;
}

.shadetabs li a.selected:focus {outline:0;}

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

hr {
border:dashed #00CCFF; 
border-width:1px 0 0; 
height:0;
}


.tabcontent{
display:none;
}

.tabcontent a:selected{
	background:#60F;
	font-weight:bold;
}

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