body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image : url(../images/site/mainbkg.gif);
	background-attachment : fixed;
	background-position : top;
}

td,p,tr,li,ul,bold
{
	font-family:  arial, helvetica, sanserif, sans-serif, verdana;
	font-size: 10pt;
	font-weight: normal;	
}

.smalllist
{
	font-family:  arial, helvetica, sanserif, sans-serif, verdana;
	font-size: 8pt;
	font-weight: normal;	
}

.footer
{
	font-family:  arial, helvetica, sanserif, sans-serif, verdana;
	font-size: 8pt;
	font-weight: normal;	
}

.sidenav
{
	background-image : url(../images/site/leftnavbkg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFCC;
}
.subnav
{
	font-family:  arial, helvetica, sanserif, sans-serif, verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #00459C;
}

.rightrail
{
	font-family:  arial, helvetica, sanserif, sans-serif, verdana;
	font-size: 8pt;
	font-weight: bold;	
}

.error
{
	color: #FF0000;
	font-weight: bold;
}

.emaildisclaimer
{
	font-family:  arial, helvetica, sanserif, sans-serif, verdana;
	font-size: 8pt;
	font-weight: normal;	
	font-style: italic;
}

input, textarea, select
{
	font-family: arial, helvetica, sanserif, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration:none;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

input.checkbox
{
	
	border-style:none;
}

.calendar
{
	font-family:  verdana, arial, helvetica, sanserif, sans-serif;
	font-size: 10pt;
	font-weight: normal;	
	color: #000000;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	
}

.calendarmonth
{
	font-size: 15pt;
	font-weight: bold;
	color:#005da9;
	text-align:right;
	height:115px;
	width:831px;
	background-color: #FFFFFF;
	background-image: url(../images/site/calendarheader.jpg);
}

.calendardate
{
	color: #000000;
	font-weight: bold;
	text-align:right;
	background-image: url(../images/BGslice.jpg);	
	
}

.calendarmandatory
{
	color:#000000;
	font-weight: bold;	
	
}

.calendartitles
{
	color:#005da9;
	font-weight: bold;	
	font-size: 9pt;
	
}

.calendarblank
{
	background-color: #FFFFFF;
}

.calendarListDateHeader
{
	color: #005da9;
	font-weight: bold;
	padding-top: 20px;	
	
}

.navcalendar
{
	
	color: #005da9;
	font-size: 9pt;
    text-align: center;
    background-color: #FEF6DF;
    padding: 0px;
    border: 1px solid #FFCB41;
}

a.navcal:link
{
    text-decoration: none;
}

.navcalheader
{
	color: #005da9;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
		
}

a.navcalheader:link
{
    text-decoration: none;
}

    
.navcalweekdays
{
	color: #FFFFFF;
    text-align: center;
	font-weight: bold;
	text-align: center;
	background-color: #FFC118;	
}



.calendarOn
{
	color: #005da9;
	font-size: 9pt;
    text-align: center;
	font-weight: bold;
	background-color: #FEDA79;
    border: none;
    padding-left: 1px;
	
}

a.calendarOn
{
    text-decoration: none;
}

.navcalcontent
{
    border: 0px solid red;
}

a.navcalcontent:link
{
    text-decoration: none;
}

a.navcalcontent:visited
{
    text-decoration: none;
}
.calendarOff
{
	color:#005da9;
	background-color:#FEF6DF;
	text-align: right;
	width: 80px;
	font-size: 8pt;
}



       /*
        =================================
        start of Tooltip css code here
        ================================= */
 
        a.tooltip{
        position:relative;           /*this is the key*/
        z-index:24;
        background-color:#e0e0e0;    /* background colour of display text */
        color:#000000;               /* colour of display text */
        border:0px dotted #999;    /* border colour */
        text-decoration:none;
        /*font-style:italic;*/
        }
 
        a.tooltip:hover {
        z-index:25;
        background-color:#ffff66;
 
        }
 
        a.tooltip span{
        display: none;  /* hide the span text using this css */
        }
 
        a.tooltip:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top: 1.5em;
        left: 8em;
        width:15em;
        border:1px solid #000000; /* border colour */
        background-color:lightyellow; /* background colour here */
        color:#000000;         /* text colour */
        font:normal 12px Verdana;
		line-height: 18px;
        text-align: center;
        font-size: .8em;
        /*font-style:italic;*/
        z-index:30;
        margin: 3px 3px 3px 3px;
    padding: 2px 2px 2px 2px;
        }
 