﻿body 
{
	font: 11px/16px "Lucida Grande", "Lucida Sans",  Verdana, Tahoma, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0px;
	color: #1D3982;
	background-color: #ffffff;
	text-align: center;
}

.smalltext 
{
	text-align: left;
	font-size: 9px;
}

img
{
    border: none;    
}	

#banner
{
    width: 100%;
    height: 50px;
    background: #1D3982;
    text-align: center;   
}

a:link, a:visited
{
    color: #1D3982;    
}

a:hover
{
    color: #eb7b04; 
}

#banner a:link, #banner a:visited
{
    color: #ffffff; 
    top: -20px; 
    left: -15px; 
    position: relative;   
}

#banner a:hover
{
    top: -18px;
}

.headerRow
{
    background: #1d3982;
    color: #ffffff;
}

.evenRow
{
    background: #ffffff;
    color: #1d3982;
}

.oddRow
{
    background: #eaeaea;
    color: #1d3982;
}

table
{
    font: 11px/16px "Lucida Grande", "Lucida Sans",  Verdana, Tahoma, Helvetica, sans-serif;
    width: 930px;
    margin: 0 auto;
}

td
{
    padding: 5px;    
}

#printBtn
{
    height: 16px;
    width: 18px;
    background: url(../images/print.jpg) no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;    
}

.clickableArea
{
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    background: white;
    opacity: 0;
    filter: alpha(opacity=0);
    border: solid 1px blue;  
    top: 0px;
    left: 0px;
    z-index: 999; 
}
