﻿.tab
{
    cursor: hand;
    font-family: Tahoma;
    font-size: 8pt;
    border: darkkhaki 1px solid;
}
.unselectedTab
{
    background-color: inherit;
    color: #484124;
    font-weight: normal ;
     height: 30px;
    border: darkkhaki 1px solid;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    font-size: 8pt;
}


.selectedTab
{
    border-bottom: slategray 1px solid;
    color: #484124;
    font-weight: normal;
    background-image: url(../images/d5.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: darkkhaki;
    border-right: darkkhaki 1px solid;
    border-top: darkkhaki 1px solid;
    border-left: darkkhaki 1px solid;
    text-decoration: none;
    font-size: 8pt;
}

.tabs
{
    border: solid 1px darkkhaki;
    padding-right:2px;    
 }
.tabContent
{
    background-color: transparent; /*#ebebeb*/
    color: White;
    border-right: darkkhaki 1px solid;
    border-top: darkkhaki 1px solid;
    border-left: darkkhaki 1px solid;
    border-bottom: darkkhaki 1px solid;
}



