body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/graphics/bg.jpg);
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.bottombg {
	background-image: url(/graphics/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottombg2 {
	background-image: url(/graphics/right_corner1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bottombg3 {
	background-image: url(/graphics/right_corner2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
.whitetext {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent:8px;
}


.cellpad {
	padding: 10px;
	
}
table.history p{
	text-align:justify;
}


a, a:visited {
	color:#84002A;
}
a:hover {
	color:#AAAAAA;
}

table.calendar td{
	background-color: #E8EFFA;
	height: 20px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
table.calendar th{
	width: 6px;
}



table.calendar td a {
	color:#333333;
	text-decoration:none;
	font-size:10px;
}

table.calendarheader th{
	background-color: #9F0333;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}
table.calendarheader td{
	width: 1px;
}

#tooltip{
background:#9F0333;
border:1px solid #666666;
color:#FFFFFF;
font:menu;
margin:0px;
padding:3px 5px;
position:absolute;
visibility:hidden
}