﻿#content
{
    background-color: white;
    padding: 20px 10px;
    overflow: auto;
}
#tab-container
{
    float: left;
    margin: 0px 0 0 0;
    width: 160px;
}

#tab-container ul
{
    list-style: none;
    text-align: left;
    font-weight: bold;
    color: #000000;
    
}
#tab-container ul li
{
    border-top: 1px solid white;
    border-right: 1px solid #666;
    border-bottom: 1px solid white;
    border-left: 8px solid white;
    border-bottom-left-radius: 3px;
    background-color: #BBBBBB;
    margin: 0px 0;
    border-width: 1px 1px 1px 1px;
    height: 30px;
    border-color: white;
    color: #000;
    border-right: 1px solid  #666;
   
}
#tab-container ul li a, #tab-container ul li a:visited
{
    text-decoration: none;
    color: #000;
    display: block;
    padding: 15px 5px;
    height: 30px;
    
}
#tab-container ul li:hover
{

   background-color: #efefef;
}

#tab-container ul li.selected
{
    border-right: none;
    background-color: #fff;
    border-left: 1px solid #666;
    height: 30px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
     
}
#main-container
{
    margin-left: 159px;
    padding: 0px;
    background-color: white;
    border: 1px solid  #666;

}
.sidemenu
{
    background: url("../images/app_tracking_top.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 4px 8px;
}
.last {
    margin-right: 0;
    height: 10px  !important;
}
.tabs li a.selected, .tabs li a.selected:hover
{
    /*background: url("../Images/vtab.gif") repeat scroll left bottom transparent; */
    border-color: #FFFFFF;
    color: #000000;
    cursor: default;
    background: #B4CFEC;
}

.tabs li a:hover
{
    background-color: #B4CFEC !important;
    text-decoration: none !important;
    cursor: default !important;
    background: #B4CFEC !important;
    border-color: #FFFFFF !important;
    cursor: default !important;
    background: #B4CFEC !important;
}
.tabs h3
{
    background-color: #000000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 4px 8px;
}

.selected
{
    background: url("../Images/tab-select.gif") no-repeat !important;
}
