a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

a:visited {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.oddRow{height: 40px; background-color: #EEEEEE;}

.evenRow{height: 40px;}

TH.header, 
TD.normal,
TD.name,
TD.location,
TD.notClose,
TD.close,
TD.veryClose,
TD.pastDue,
TD.unknown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-left: 20px;
	white-space: nowrap;
	vertical-align: middle;
}

TH.header{
	height: 20px;
	font-size: 12px;
	vertical-align: bottom;
	border-bottom: medium solid #BBBBBB;
	border-top: medium solid #BBBBBB;
}

TD.unknown{color: rgb(200,200,200);font-weight: bold;}

TD.pastDue{color: rgb(255,180,180);font-weight: bold;}

TD.veryClose{color: rgb(255,0,0);font-weight: bold;}

TD.close{color: rgb(255,128,0);font-weight: bold;}

TD.notClose{color: rgb(50,180,0);font-weight: bold;}

TD.name{text-align: left;white-space: normal;font-size: 14px;}

TD.location{text-align: left;}

