﻿/* Ordinary Tabs */
ul.tabs {
    /* width:250px; */
    margin:10px 0 0 0;
    padding:0;
}
ul.tabs li {
    display:block;
    float:left;
    padding:0 1px; /* controls spacing between tabs */
}
ul.tabs li a { /* controls appearance of tab */
    display:block;
    float:left;
    padding:5px;
    font-size:0.8em;
    background-color:#a0a0a0;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    color:Black;
    text-decoration:none;
}
ul.tabs li a.selected { /* controls appearance of selected tab */
    font-weight:bold;
    border-top:1px solid #333;
    border-left:1px solid #333;
    border-right:1px solid #333;
    background-color:#f3f3f3;
    color:Black;
}
.tab-content {
    clear:both;
    border:1px solid #ddd;
    padding:10px;
    background-color:#f3f3f3;
margin-top:-10px;
}

/* BannerTabs */
#tabheaderleft {
    width:5px;
    height:42px;
    clear:both;
    float:left;
    background: White url(../images/header_left.jpg) no-repeat;
}

#tabheaderright {
    width:5px;
    height:42px;
    float:left;
    background: White url(../images/header_right.jpg) no-repeat;
}

#tabframeleft {
    width:1px;
    height:223px;
    clear:both;
    float:left;
    background: #ead6da url(../images/tabboxborder.jpg) no-repeat;
}

#tabframeright {
    width:1px;
    height:223px;
    float:left;
    background: #ead6da url(../images/tabboxborder.jpg) no-repeat;
}

#tabframebottom {
    clear:both;
    width:509px;
    background: White url(../images/footer.jpg) no-repeat;
}

ul.bannertabs {
    margin:0;
    padding:0;
    width:499px;
    height:42px;
    float:left;
    background: White url(../images/header_fill.jpg) repeat-x;
}

ul.bannertabs li {
    display:block;
    float:left;
    color: White;
    margin-top:5px;
    padding:5px;
    font-weight: bold;
    font-size: 12pt;
}

ul.bannertabs li a { /* controls appearance of tab */
    display:inline;
    text-decoration:none;
    color: White;
    padding-left:8px;
}

ul.bannertabs li a.selected { /* controls appearance of selected tab */
    text-decoration: underline;
    color: White;
}

.bannertab-content {
    float:left;
    padding:10px;
    width:487px;
    _width:507px;
}
