﻿/* 
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CSS Stylesheet: Header and Footer
This stylesheet defines:
1.  Styles for classes (.header, .header_left, etc.) used on the header control.
2.  Styles for classes used on the footer control.
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

/* Header */

.classtr td{ 
white-space:nowrap; 
} 

table.header {border-bottom: solid 1px #c0c0c0; width: 100%; 
    border-collapse:collapse; margin:0px;}
   
td.header_left{width: 150px; min-width:150px; margin: 0px; padding: 10px 10px 10px 10px;
    border-right: #c0c0c0 1px solid; background: #fff; 
    vertical-align:middle; white-space:nowrap; 
}

td.header_right{margin: 0px; background-color: #f5f5f5; padding: 10px 10px 10px 10px;
                text-align:right; vertical-align:middle;}
                
br.header_br{line-height:1px; }

span.header{margin: 0px; background-color: transparent; color: #777777;
    font-size: 11px; font-weight: bold; font-family: helvetica, arial, sans-serif;}
    
a.header:link, a.header:visited, a.header:active {font-weight: bold; font-size: 19px; 
    font-family: helvetica, arial, sans-serif;
    text-decoration: none; color: #b22222; margin:0px 0px 0px 0px;}	

a.header:hover{font-weight: bold; font-size: 19px; 
    font-family: helvetica, arial, sans-serif;
    text-decoration: none; color: #000;}
    
.header_span {FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Arial'; 
    TEXT-DECORATION: none;}
    
.header_textbox {width:150px; font-size:8pt; 
    FONT-FAMILY: 'Arial'; TEXT-DECORATION: none;}
    
.header_ddl {FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: 'Arial'; TEXT-DECORATION: none;}
    
.header_button {FONT-SIZE: 8pt; border-style:inset; COLOR: black; 
    FONT-FAMILY: 'Arial'; TEXT-DECORATION: none;}
    
/* Footer */

table.footer {border-bottom: solid 1px #c0c0c0; border-top: solid 1px #c0c0c0;
    font-size: 11px; }

tr.footer { vertical-align: middle;}
    
td.footer{width:100%; padding: 10px 0px 0px 0px;
     color: #555; background: #fff; white-space: nowrap; text-align:center;}
    
a.footer:link {font-weight: normal; text-decoration: none; color: #b22222; }	
		
a.footer:visited{font-weight: normal; text-decoration: none; color: #b22222;}	
		
a.footer:active{font-weight: normal; text-decoration: none; color: #b22222;}	
		
a.footer:hover{font-weight: normal; text-decoration: underline;color: #000;}