/* 
Document   : tabs_common
Created on : Dec 13, 2007, 1:20:29 PM
Author     : Romany
Description:
Purpose of the stylesheet follows.
*/

#tabs {
    float:left;
    width:100%;
    background:#FFFFFF;
    font-size:93%;
    line-height:normal;
    
}
#tabs ul {
    margin:0;
    padding:5px 0px 0px 0px;
    list-style:none;
}
#tabs li {
    font: bold 12px/1.5em Verdana;
    display:inline;
    margin:0;
    padding:0;
}

#Req{
    font-size:10px;
    padding-top:15px;
}
#tabs a {
    float:left;
    background:url("/images/tableft.gif") no-repeat left top;
    margin-right:5px;
    padding:0 0 0 8px;
    text-decoration:none;
    border-bottom:1px solid #D8D8D8;
}
#tabs a span {
    
    float:left;
    display:block;
    background:url("/images/tabright.gif") no-repeat right top;
    padding:5px 30px 4px 20px;
    color:Gray;
    
}
#tabs #Blank{
    
}
#tabs #RightTab{
    float:right;

}

#tabs #RightTab2{
    float:right;
    padding-top:10px;
}
#tabs #RightTab a{
    margin-right:0px;
    background:url("/images/tableft-black.jpg") no-repeat left top;
}
#tabs #RightTab a span{
    background:url("/images/tabright-black.jpg") no-repeat right top;
    color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
    color:Gray;
}
#tabs a:hover {
    background-position:0% -42px;
}
#tabs a:hover span {
    background-position:100% -42px;
}

#tabs #current a {
    background-position:0% -42px;
    border-bottom:0px solid #F0F0F0;
    
    
}
#tabs #current a span {
    background-position:100% -42px;
    padding-bottom:5px;
    color:#000;
}

#spacer{
    padding-top:13px;
    border-bottom:1px solid #D8D8D8;
    
}
#tabcontent{
    background-color: #F0F0F0;
    border:1px solid #D8D8D8;
    border-top:none;
    paddingaaaaaa:35px 10px 15px 10px;
    font-size:11px;
}
#tabcontent #InnerTabContents{
    padding:0px 15px 15px 20px;
    
}

.TabsToppadding{
    padding-top:6px;
}
