﻿
ul.idTabs
{
    list-style: none;
    margin: 0;
    padding: 0;
    
    line-height:34px;
    
    
        
}

ul.idTabs li
{
    background: #f1f1f1; /*#e0e0e0;*/
    float: left;
    
    margin:  0 -1px -1px 0;
    
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
 
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
     
}

ul.idTabs li a
{
    color: black;
    float: left;
    padding-right: 7px;
    text-decoration: none;
    padding-left: 7px;
    
    
    
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    
}

ul.idTabs li a:hover 
{
    color:black;
    background-color:#dfdfdf;/*#cccccc;*/
}

ul.idTabs li a.selected
{
    color: black;
    /*background-color: #fec600;*/
    background-color: white;
       
    /*font-weight: bold;*/
    
    
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    
}



/*ul.idTabs li a.selected li*/
ul.idTabs li:hover
{
       
  
}


.content
{

   /* border-top-color: gray;
    border-top-style: solid;
    border-top-width: 1px;*/
    
    clear: left;
    padding: 1em;      
    
    
    position:relative;
    top:0px;
    
    

    background-color:White;

    
    
    /*border-color:#999999;
    border-width:1px;
    border-style:solid;
    
    border-top-style:none;*/
    

}


#TabWrap
{
    /*height:35px;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;*/
    
}


.NextTab
{
    color:#0053a6;
}
.NextTab:hover
{
    color:#7ebfff;
    text-decoration:underline;
    cursor:pointer;
 }