/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px 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;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px;
margin-right: 3px;
border: 1px solid #500;
color: #fff;
background:#e24804;
}

.shadetabs li a:visited{
color: #fff;
text-decoration: none;
}

.shadetabs li a:hover{
color: #fff;
background:#ff6600;
text-decoration: none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
color:#b10536;
background:#fff;
text-decoration: none;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color:#b10536;
background:#fff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#tabColumn {width:220px;}
#tabText {background-color:#fff; height:682px; _height:706px; overflow:auto; border:1px solid #500; margin-bottom:1em; padding:12px;}
	#tabText p {margin-bottom:12px;}
