﻿
.bottomline {border-bottom: #006400 1px solid;}

.tabrow {background-color:white;}

.tab 
{
    background-color: #006400;
    border-top: #006400 1px solid;
    border-right: #006400 1px solid; 
    border-bottom: #006400 1px solid; 
    border-left: #006400 1px solid; 
    color: #ffffff; 
    line-height:20px; 
    text-align: center; 
}
      
.tab_hover 
{
    background-color: #dddd99; 
    border-top: #006400 1px solid;
    border-right: #006400 1px solid; 
    border-bottom: #006400 1px solid; 
    border-left: #006400 1px solid; 
    color: #000000; 
    cursor: hand; 
    cursor:pointer;
    line-height:20px; 
    text-align: center;  
}
            
.tab_selected 
{
    background-color: #ffffff; 
    border-spacing: 2px;
    border-top: #006400 1px solid;
    border-right: #006400 1px solid; 
    border-bottom: #ffffff 1px solid; 
    border-left: #006400 1px solid; 
    color: #006400; 
    height: 20px; 
    text-align: center; 
    text-decoration: none; 
}
               
               