﻿.tab_side
{
    float:left;
    width: 312px;
    height: 300px;
    font-size: 9pt;
}
.tab_side .tab_topbottons
{
    margin: 0px;
    padding: 0px;
    height: 27px;
    list-style-type: none;
    position: relative;
    *margin-bottom: 3px;
    _margin-bottom: -4px;
}
.tab_side .tab_topbottons a
{
    display: block;
    float: left;
    color: Black;
    text-decoration: none;
    width: 78px;
    padding-top: 10px;
    padding-bottom: 3px;
    text-align: center;
    background-image: url('/App_Themes/Default/images/tab_normal.gif');
    background-repeat: no-repeat;
    background-position: left top;
    margin-right: -1px;
}
.tab_side .tab_topbottons a:hover
{
    color: #2C5FB2;
}
.tab_side .tab_topbottons .tab_active
{
    background-image: url('/App_Themes/Default/images/tab_sel.gif');
    color: #2C5FB2;
    width: 78px;
    padding-top: 0px;
    line-height: 27px;
    font-weight: bold;
    cursor: default;
    margin-right: 0px;
}
.tab_side .tab_content
{
    float: left;
    margin-top: -4px !important;
    _margin-top: 0px;
    width: 100%;
    _height: 220px;
    min-height: 220px;
    border: solid 1px #D6D4D4;
    padding: 5px;
}
.tab_side .tab_content .tab_inside
{
    margin: 0px;
    padding: 5px;
    list-style-type: none;
}
.tab_side .tab_content .tab_inside li
{
    background-image: url('/App_Themes/Default/images/tab_smark.gif');
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 22px;
    padding-left: 15px;
    border-bottom: dotted 1px #CCCCCC;
}
.tab_side .tab_content .more a
{
    line-height: 25px;
    color: Green;
}