﻿.shadetabs
{
    border-bottom:5px solid #00b359;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    overflow: hidden;
    height: 27px;
    line-height: 27px
}
.shadetabs li
{
    display: inline;
    margin: 0;
    float:left;
}
.shadetabs li a
{
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 12px;
    margin-right: 0px;
    border: 1px solid #E4E4E4;
    color: #2d2b2b;
    background: #E7ECE5;
    margin-right: 3px;
}
.shadetabs li a:visited
{
    color: #2d2b2b;

}
.shadetabs li a:hover
{
    cursor: pointer;
    text-decoration: none;
    color: #2d2b2b;
}
.shadetabs li a.selected
{
    position: relative;
    top: 1px;
}
.shadetabs li a.selected
{
    background:#00b359;
    color:#fff;
    border-bottom-color: white;
}
.shadetabs li a.selected:hover
{
    cursor: pointer;
    text-decoration: none;
}
.tabcontent
{
    display: show;
}
@media print
{
    .tabcontent
    {
        display: block !important;
    }
}
.info-box
{
    padding:10px;
    padding-right:0
}
.col-l{ width:120px; padding:5px 0}