.tblheader, .tblcellheader {
	background: #07879c;
}
	
	.tblheader, .tblheader *, .tblcellheader, .tblcellheader * {
		font-size: 12pt;
		color: white;
	}



.tblcell, .tblcell td {
	background: #e2e2e2;
	border-bottom: #EAEAEA 1px solid;
	padding-left:15px;
	padding-top:11px;
	padding-bottom:11px;
}



.tblcellalt, .tblcellalt td {
	background: #d4d4d4;
	border-bottom: #EAEAEA 1px solid;
	padding-left:15px;
	padding-top:11px;
	padding-bottom:11px;
}


.back {
	background: url(/images/icons/back.gif) no-repeat left center;
	padding-left: 10px;
}	

.next {
	background: url(/images/icons/next.gif) no-repeat left center;
	padding-left: 10px;
}