/* Styles for Community Night Registration */


table.RLDdataTable tr.titleRow td{
	background-color: #003399;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 3px 5px 3px;
}
table.RLDdataTable tr.titleRow td.alignRight{
	text-align: right;
}
table.RLDdataTable tr.entryRow td{
	border: none;
	vertical-align: top;
	padding: 10px;
	background-color: #f0eedb;
}
table.RLDdataTable tr.displayRow td{
	background-color: #E5E2E1;
	border: none;
	vertical-align: top;
	padding: 5px 5px;
}

table.RLDdataTable td.purchaseAmount {
	text-align: right;
	font-weight: bold;
	color: #990000;
}
table.RLDdataTable tr.buttonRow td{
	vertical-align: top;
	padding: 10px 0 50px 0;
}
ul.cmteInterest {	
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

table.RLDdataTable tr.entryRow td table.duesOptions tr {
	border: 1px solid #990000;
}
table.RLDdataTable tr.entryRow td table.duesOptions td {
	background-color: white;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
table.RLDdataTable tr.entryRow td table.duesOptions th {
	background-color: #DBD5B6;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #990000;
	padding: 5px;
}
