﻿.tab
{
    cursor: hand;
    font-family: Tahoma;
    font-size: 10pt;
    border-right: steelblue 1px solid;
    border-top: steelblue 1px solid;
    border-left: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
    
}
.unselectedTab
{
    background-color: inherit;
    color: saddlebrown;
    font-weight: bold;
     height: 30px;
    border-right: saddlebrown 1px solid;
    border-top: saddlebrown 1px solid;
    border-left: saddlebrown 1px solid;
    border-bottom: saddlebrown 1px solid;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    font-size: 10pt;
}


.selectedTab
{
    border-bottom: slategray 1px solid;
    color: saddlebrown;
    font-weight: bold;
     background-image: url(../images/d5.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: tan;
    border-right: slategray 1px solid;
    border-top: slategray 1px solid;
    border-left: slategray 1px solid;
    text-decoration: underline;
    font-size: 10pt;
}

.tabs
{    
    border:solid 1px #fff;
    position:relative;
 
}
.tabContent
{
    border: solid 1px #ccc;
    background-color: Transparent ;
 
    color:White;
}




