﻿body 
{
    font-family:Arial, Helvetica, sans-serif; 
    white-space : normal;
    font-size:12pt;        
    margin:0;          		
}
#wrapper				
{	
    min-width:900px;
    margin:0 auto; 
    padding: 0 10px; /* set 10px on left and right against its content */
    margin : 0 5px;  /* leave 5px on left and right */
}
/* -- Header ---- */
#header					
{	
    height:120px; 
    position:relative;     
}
#header div.logo {
	float: left;
	padding-top: 10px;
}
#header div.address
{	     
    display:block; 
    float:right;  
    margin-top:2px;
    margin-right:2px;  
    font-size:0.7em;  
}
#content					
{	
    float:left; 
    width:100%;
    margin:5px 0 0 0;  
    padding:0;
}
#panel-left {
	float: left;
	width: 350px;
	min-height: 300px;	
	text-align:center;
}
#panel-right {
	float:left;	
	padding-left:10px;
	padding-top:8px;
        height:500px;
        overflow-y: auto;
        overflow-x: hidden;
}
#footer
{
    position: fixed;
    text-align:center;
    bottom: 0;
    left: 0;
    right: 0;
    color: #644d35;
    padding: 5px 30px;
    font-size:0.8em;    
}
p{	
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align:justify;
	padding-right:0.5em;
	font-size:0.9em;
	line-height: 1.0em;
}
h2 {	
	color: #3B5998;
	font-size:1.5em; 
	margin-top: 0;
	margin-bottom: 0.4em;
	line-height:15pt;
}
h4 {	
	color:#3B5998;
	font-size:0.8em; 
	margin-top: 0;
	margin-bottom: 0.4em;
	line-height:12pt;
}
.clear {clear: both;}
/* Table Elements */		
/*=============================================================================================*/						
table{
	border : 1px solid #abb8ce;
	border-spacing : 0px;	
	border-collapse : collapse;
	font-size:0.9em;
	line-height: 1.0em;
}
table.main
{       
    background : #E2EEFF;         
}
table.noborder
{
	border:none;
}
th{
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding: 2px;
}
td {	
	table-layout : fixed;
	padding : 5px;
}	
#StationCode
{
    color:#3B5998;
    font-size:60px;
    font-weight:bold;
}
