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

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:24px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 9px 7px;
margin-right: 0px;
color: #607b8e;
background: white/* url(images/tabdisable.gif) top left repeat-x*/;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(images/tabactive.gif);*/
background: #999999;
border-bottom-color: white;
color: #FFFFFF;
}

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

.tabborder {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 3px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-color: #999999;
	border-left-color: #333333;
	margin-bottom: 1em;
	height:200px;
	background-color:#FFFFFF;
}

.tabcontent{
display:none;
padding:0px;
}
