.headerMain .headerLeft {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oddTD {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dae7f1;
	border-bottom-color: #becdd8;
	padding-right: 3px;
	padding-left: 3px;
}
.evenTD {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5eef4;
	border-bottom-color: #c4d0da;
	padding-right: 3px;
	padding-left: 3px;
}
.oddCellTR {
	background-image: url(/images/oddGradient.gif);
	background-repeat: repeat-x;
	background-color: #d5e3ed;
}
.evenCellTR {
	background-image: url(/images/evenGradient.gif);
	background-repeat: repeat-x;
	background-color: #cddeea;
}

.headerCell {
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(/images/headerGradient.gif);
	text-transform: uppercase;
}
.headerTD {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7aa0b4;
	border-bottom-color: #7ea4b7;
}
.viewTable {
	font-family: "Trebuchet MS";
	font-size: 10px;
	border: 5px solid #E0EAF1;
}
.onlyOddCell {
	background-repeat: repeat-x;
	background-color: #e8f0f8;
	padding: 2px;
}

.onlyHighlightCell {
	background-color: #FFFF99;
}

.onlyEvenCell {
	background-color: #FFFFFF;
	padding: 2px;
}
