/* CSS Document */

.halfmoon{
	margin-bottom: 0px;
}

.halfmoon ul{
	padding: 8px 8px 0px 9px;
	margin-left: -10;
	margin-top: -2px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left;
}

.halfmoon li{
	display: inline;
	margin: -1;
}

.halfmoon li a{
	text-decoration: none;
	padding: 6px 20px 1px;
	margin: 0;
	color: #FFFFFF;
	font: bold 12px Verdana;
	height: 25px;
	text-align: center;
	background-color: #ECEEEC;
	background-image: url(tabblue.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.halfmoon li a:visited{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #FCB73E;
color: #FFFFFF;
background: #ECEEEC url(tabyellow.gif) no-repeat right top;
}

#tabcontentcontainer{
	width:100%;
	height: 24px;
	background-color: #FCB73E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E81B22;
}

.tabcontent{
	display:none;
	padding-left: 20px;
	font-size: 11px;
	color: #0C3E8E;
	padding-top: 5px;
}
.sublinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C3E8E;
	text-decoration: underline;
	font-weight: bold;
}
a.sublinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.sublinks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0C3E8E;
}
.shadetabs{
	margin-left: 10;
	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*/
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10;
	font-family: arial;
	font-size: 11px;
	color: #255BB3;
}

.shadetabs li{
	display: inline;
	margin: 0;
	color: #255BB3;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 10px 3px 10px;
margin-right: 1px;
border: 1px solid #778;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #255BB3;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #255BB3;
}

.shadetabs li.selected{
position: relative;
top: 1px;
color:#255BB3;
}

.shadetabs li.selected a{
	background-image: url(shadeactive.gif);
	border-bottom-color: white;
	color: #255BB3;
}

.shadetabs li.selected a:hover{
	text-decoration: none;
}

.contentstyle{
	width: 99%;
	margin-bottom: 1em;
	padding: 5px;
	border: 1px solid #777788;
}

