/* CSS Document */
.halfmoon{
margin-bottom: 4px;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana, Geneva, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 0px solid #929492;
}

.halfmoon li{
display: inline;
margin-bottom: 5px;
font: bold 10px Verdana, Geneva, sans-serif;

}

.halfmoon li a{
text-decoration: none;
padding: 3px 4px 2px 4px;
margin: -1px;
background-color:#000;
color:#FFF;
font: bold 10px Verdana, Geneva, sans-serif;
/*border-left: 1px solid #DDD;
  background: #ECEEEC url(tabright.gif) top right no-repeat;*/
}

.halfmoon li a:visited{
/*color: #fff;*/
}

.halfmoon li a:hover{
background-color:#ffffff;
color: #F00;
}

.halfmoon li a.current{
background-color:#eeeeef;
color: #000000;
border-top:1px #000000 solid;
border-left:1px #000000 solid;
border-right:1px #000000 solid;
border-bottom:1px #FFFFFF solid;
}

#tabcontentcontainer{
width:435px; /*width of 2nd level content*/
height:350px;  /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
overflow:scroll;
border-top:1px #fff solid;
border-left:1px #000000 solid;
border-right:1px #000000 solid;
border-bottom:1px #000000 solid;
margin-top:-3px;
background-color:#eeeeef;
}

.tabcontent{
display:none;
margin:5px 0 5px 3px;
font: 12px Verdana, Geneva, sans-serif;

}


