body {	    
	background-color: #FFFFFF;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    //color : #0482CC; 
    color : #006FB0;
    text-shadow: silver;          
}

a {                 
    //color : #0482CC;
    text-decoration : none;
    background-image: none; 
}


/* top.php */
#topback {
    background: url(images/back_header.jpg);
    background-repeat: repeat-x;  
}

#headermenu a {        
    color : #FFFFFF;
    text-align: center;  
    font-size: 14px;  
    font-weight: bold;   
}

#headerlist a {     
    color: #2B93DC;    
    text-align: center;
    font-size: 14px;                 
    font-weight: bold;   
    text-decoration : none;
}


/* bottom.php */
#bottomline {
    width: 100%;
    height: 8px;
    background-image: url(images/bottomline.jpg);  
}


/* content*/
#content {    
    padding-top    : 10px;
    padding-bottom : 20px;        
}

#tbl_border {                    
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-left-radius: 12px 12px;
    border-top-right-radius: 12px 12px;
    border-bottom-left-radius: 12px 12px;
    border-bottom-right-radius: 12px 12px;
    border: 2px solid #EB8120;    
    background-color: #ECF7FE;
}

#tleft_header {                    
    -moz-border-radius-topleft: 12px;  
    border-top-left-radius: 12px 12px;
    background-image: url(images/back_left.jpg);
    background-repeat: repeat-y;    
    border-left: 1px solid #AFAFAF;
    border-top: 1px solid #AFAFAF;    
}

#tleft_middle {                        
    background-image: url(images/back_left.jpg);
    background-repeat: repeat-y;    
    border-left: 1px solid #AFAFAF;
    border-top: 1px solid #AFAFAF;    
}

#tleft_bottom {                        
    -moz-border-radius-bottomleft: 12px;  
    border-bottom-left-radius: 12px 12px;
    background-image: url(images/back_left.jpg);
    background-repeat: repeat-y;    
    border-left: 1px solid #AFAFAF;
    border-top: 1px solid #AFAFAF;    
    border-bottom: 1px solid #AFAFAF;    
}

#tright_header {                    
    -moz-border-radius-topright: 12px;  
    border-top-right-radius: 12px 12px;
    border-left: 1px solid #AFAFAF;
    border-top: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
}

#tright_middle {                    
    border-left: 1px solid #AFAFAF;
    border-top: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
}

#tright_bottom {        
    -moz-border-radius-bottomright: 12px; 
    border-bottom-right-radius: 12px 12px;
    border-left: 1px solid #AFAFAF;
    border-top: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;    
}


#theader {            
    //width: 100%;
    height: 24px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px 12px;
    border-top-right-radius: 12px 12px;
    background: url(images/table_header.jpg);
    background-repeat: repeat-x;    
    //color: #FBF11D;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;        
}

#thyellow {            
    width: 150px;
    height: 24px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px 12px;
    border-top-right-radius: 12px 12px;
    background: url(images/yellow_back.jpg);
    background-repeat: repeat-x;    
    //color: #FBF11D;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;        
}

#tmiddle {
    width: 100%;  
    border-left: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
    padding-top    : 7px;
    padding-bottom : 5px;
    padding-left   : 20px;
    padding-right  : 20px;       
}

#tfooter {
    width: 100%;
    height: 10px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-left-radius: 12px 12px;
    border-bottom-right-radius: 12px 12px;
    border-left: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
}


.thleft {
    //height: 32px;
    -moz-border-radius-topleft: 12px;  
    border-top-left-radius: 12px 12px;
    background: url(images/table_header.jpg);
    background-repeat: repeat-x;        
    color: #FFFFFF;        
    font-weight: bold;
    padding-left: 14px;
}       
.thcenter {
    //height: 32px;
    background: url(images/table_header.jpg);
    background-repeat: repeat-x;    
    color: #FFFFFF;      
    font-weight: bold;    
}       
.thright {                          
    //height: 32px;    
    -moz-border-radius-topright: 12px;   
    border-top-right-radius: 12px 12px;
    background: url(images/table_header.jpg);
    background-repeat: repeat-x;    
    color: #FFFFFF;        
    font-weight: bold;
    padding-right: 12px;
}

.tm {    
    border-left: 1px solid #AFAFAF;
    border-top: 1px solid #AFAFAF;
    text-align: center;    
}    

.tfleft {
    height: 10px;
    -moz-border-radius-bottomleft: 12px;   
    border-bottom-left-radius: 12px 12px;
    border-left: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;     
}       
.tfcenter {      
    height: 10px;  
    border-left: 1px solid #AFAFAF;        
    border-bottom: 1px solid #AFAFAF;
}       
.tfright {
    height: 10px;
    -moz-border-radius-bottomright: 12px;    
    border-bottom-right-radius: 12px 12px;
    border-left: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;    
}

#orange {
    color : #FC7800; 
    font-weight : bold;
}

#backblue {
    background:#ECF7FE;
    -moz-border-radius-topleft:10px; 
    -moz-border-radius-topright:10px; 
    -moz-border-radius-bottomleft:10px; 
    -moz-border-radius-bottomright:10px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}