/* CSS Document */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #FFFFFF;
	background-color: #0170C2;
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li.selected{
	text-decoration: none;
	padding: 0px 0px;
	margin-right: 0px;
	border: 0px solid #778;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: #0170C2;
	background-color: #C88A05;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #0170C2;
width: auto;
margin-bottom: 1em;
padding: 5px;
}

.tabcontent{
display:none;
}

.tabcontent {
display:none;
}
