/* CSS Document */

.halfmoon{
margin-bottom: 4px;
}

.halfmoon ul{
	padding: 0px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;
	margin-right: 0px;
	
}

.halfmoon li{
display: inline;

margin: 0; 
}

.halfmoon li a{
	text-decoration: none;
	padding: 3px 9px 0px 15px;
	margin: 0;
	height: 25px;
	color: #FFFFFF;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	background:#125077;
	float: left;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.halfmoon li a:visited{
color: #fff;
}

.halfmoon li a:hover, .halfmoon li a.current{
	background-color:#FFFFFF;
	color:#125077;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#tabcontentcontainer{
width:910; /*width of 2nd level content*/

 /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}
