BODY{
    margin: 0px;
    padding: 5px;
}

#header{
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    color: #990000;
    width: 100%;
    padding: 15px;    
}

#tabs{
    width: 100%;
}

#search{
    font-family: Arial;
    font-size: 10pt;
    color: #990000;
    border-bottom: 1px solid #FF9933;
    background-color: #FF9933;
    padding: 15px;
}

.welcome_area{
    font-family: Arial;
    font-size: 8pt;
    color: #990000;
    padding: 15px;
}

#results{
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
    width: 100%;
}

#footer{
    font-family: Arial;
    font-size: 10pt;
    width: 100%;
    padding: 15px;    
}



#top_table{
    width: 100%;
}

#tabs_left{
    height: 35px;
}

#tabs_right{
    height: 35px;
}



.tab_report{  
    line-height: 13px;   
    background-color: #FFCC66;
    border-left: 1px solid #FF9933;
    border-right: 1px solid #FF9933;
    border-top: 1px solid #FF9933;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}       

.tab_report_active{
    line-height: 13px;   
    background-color: #FF9933;
    border-left: 1px solid #FF9933;
    border-right: 1px solid #FF9933;
    border-top: 1px solid #FF9933;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}      

.tab_non_report{  
    line-height: 13px;   
    background-color:white;
    border-left: 1px solid #FF9933;
    border-right: 1px solid #FF9933;
    border-top: 1px solid #FF9933;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; 
}

.tab_non_report_active{
    line-height: 13px;   
    background-color: #FF9933;
    border-left: 1px solid #FF9933;
    border-right: 1px solid #FF9933;
    border-top: 1px solid #FF9933;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; 
}

.tab_report a{ 
    font-family: arial;    
    color: #990000;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

.tab_report_active a{ 
    font-family: arial;    
    color: #FFFFFF;

    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

.tab_non_report a{  
    font-family: arial;    
    color: #990000;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

.tab_non_report_active a{
    font-family: arial;    
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

tr.header{
    background-color: #990000;
}

td.header{
    border-bottom:1px solid black;
}

.header_l{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: white;
    padding: 5px;
}

.header_r{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: white;
    padding: 5px;
}

tr.header2{
    background-color: #CCCCCC;
}

td.header2{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

tr.header3{
    background-color: #CCCCCC;
}

td.header3{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    padding: 2px;
}

td.datarow{
    font-family: Arial;
    font-size: 8pt;
    padding: 5px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

tr.totalrow{
    background-color: #FFCC66;
}

td.totalrow{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    padding: 5px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.totalrowtext{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;    
    padding: 5px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

td.blankrow{
    height: 30px;
}

td.monthendbox{
    background-color: #EEEEEE;
    border: 1px solid black;  
}

td.monthendtext{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: black;
    padding-top: 10px;
    text-align: center;
}

td.monthenddollar{
    font-family: Arial;
    font-size: 8pt;
    padding: 3px;
    border: 1px solid black;
    text-align: center;
    background-color: white;
}
