div#Page #tblResults, div#Page #tblForm, div#Page #tblMenu {
	border:1px solid #9999CC;
	padding:0;
	background:#E4E4FF url(../pics/systemTableBg.gif) bottom center repeat-x;
	width:714px;
}
div#Page #tblResults { border-bottom:none; }

div#Page #tblResults thead { background:#E6E6FF url(../pics/systemTableHeaderBg.gif) bottom center repeat-x; }
div#Page #tblResults thead th { text-align:left; }
div#Page #tblResults tbody tr.alert { background:#CC6666; }
div#Page #tblResults tbody td { border-bottom:1px solid #9999CC; }
div#Page #tblForm tbody td.label { font-weight:bold; width:200px; }
div#Page #tblResults tbody td.options { text-align:right; }
div#Page #tblResults tbody td p .description { font-size:x-small; }
div#Page #tblMenu p {
	margin:0;
	padding:0;
	margin-top:4px;
}
div#Page #tblResults a,
div#Page #tblForm a,
div#Page #tblMenu a,
input.button {
	padding:0 2px 0 2px;
	margin:2px;
	background:#333399 url(../pics/systemTableBtnBg.gif) bottom right no-repeat;
	border:#333399 1px solid;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	line-height: 21px;
}
div#Page #tblResults a:hover,
div#Page #tblForm a:hover,
div#Page #tblMenu a:hover { 
	text-decoration:none;
	background:#333399; 
}
div#Page #tblResults a.emailLink {
	text-decoration: underline;
	border:0px;
	background:none;
}
div#Page #tblResults a.emailLink:hover { color:#000066; }
