/* 
    Document   : styles
    Created on : 11 Nov 2009
    Author     : MAS
    Description: CSS that will be included on every page (via master page)
*/


body { 
    margin: 0; 
    padding: 0; 
    height: 100%;
    font-family: Arial, Helvetica, Verdana;
    font-size: 9pt;
    background-color: #ffffff;
}

form { margin: 0px; height: 100%; }
img { border: 0px; }
option { font-size: 7pt; padding-bottom: 2px; }

#ContentMainDiv { margin-left:auto;margin-right:auto;width:100%; height:100%; }

#banner { 
    background: url(../../images/MasterPage/bg_header.gif) repeat-x bottom left #00697e;
    height: 60px;
    font-size: 18pt;
    font-weight: bold;
    color: white;
}

#banner img 
{ 
    float: left; 
    padding-right: 10px; 
}

#Help img
{
	float: right;
	margin-top: -50px;
	padding-right: 10px;
	cursor:help;
}