/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
font: bold 12px Verdana;
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
text-decoration: none;
/*position: relative;*/
z-index: 1;
color: #FE500C;
padding: 3px 3px;
/*border: 1px solid #778;*/
/*background: white url(shade.gif) top left repeat-x;*/
}

/*.shadetabs li a:visited{
color: #FE500C;

}*/

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

.shadetabs li a.selected{ /*selected main tab style */
/*position: relative;*/
/*top: 1px;*/
color: #000000;
/*font-weight:bold;*/
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

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

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
ul {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
li{
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-indent: 0px;
}
