﻿
.halfmoon
{
    margin-bottom: 2px;

}

.halfmoon ul
{
    padding: 1px 0px 1px 0px;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
     margin-right:0px;
    font: bold 14px Arial;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom:solid 1px #a7a7a7
}

.halfmoon li
{
    margin: 0;
     display:inline;
     padding:0; height:22px; color: #ffffff;
}
 
.halfmoon li a,.halfmoon li a:link
{
    text-decoration: none;
    padding: 3px 1px 2px 1px;
    margin: 0;
    margin-right: 0; /*distance between each tab*/
    color: #ffffff;
    font: bold 11px Arial;
    width: 119px;
    display: inline-block;

    background: url(../images/tabs0.gif) top right no-repeat;
    text-align: center
}



.halfmoon li a.current
{
    background: url(../images/tabs1.gif) top right no-repeat;
    color: #5e665f;
}

#tabcontentcontainer
{
   border: 1px solid #e3e3e3 ; width: auto; /*width of 2nd level content*/
   padding:8px; height: auto; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent
{
    display: none;
}















