﻿
.halfmoon
{
    margin-bottom: 5px;

}

.halfmoon ul
{
    padding: 1px 0px 1px 0px;
     margin:3px 0px;
    font: bold 14px Arial;
    list-style-type: none;
    text-align: left; 
     border-bottom:soldi 1px #d3d3d3

}

.halfmoon li
{
    margin: 0;
     display:inline;
     padding:0; height:22px;
      color:White
}
 
.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: 121px;
    display: inline-block;

    background: url(../images/tabs0.gif) top right no-repeat;
    text-align: center
}




#tabcontentcontainer
{
   border: 1px solid #929492; 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;
}
 



#rtl .halfmoon
{
    margin-bottom: 5px;

}

#rtl .halfmoon ul
{
    padding: 1px 0px 1px 0px;
     margin:0px;
    font: bold 14px Arial;
    list-style-type: none;
    text-align:  right; 
     border-bottom:soldi 1px #d3d3d3

}

#rtl .halfmoon li
{
    margin: 0;
     display:inline;
     padding:0; height:22px;
      color:White
}
 
#rtl .halfmoon li a,.halfmoon li a:link
{
    text-decoration: none;
    padding: 3px 1px 2px 1px;
    margin: 4px 0px;
    margin-right: 0; /*distance between each tab*/
    color: #ffffff;
    font: bold 11px Arial;
    width: 121px;
    display: inline-block;

    background: url(../images/tabs0.gif) top right no-repeat;
    text-align: center
}



#rtl .halfmoon li a.current
{
    background: url(../images/tabs1.gif) top right no-repeat;
    color: #5e665f;
}

#rtl #tabcontentcontainer
{
   border: 1px solid #929492; 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.*/
}

#rtl .tabcontent
{
    display: none;
}

.halfmoon li a.current
{
    background: url(../images/tabs1.gif) top right no-repeat;
    color: #fff;
}