table {
	border-collapse: collapse;
}

td, th {
	text-align: left;
	padding: 2px 10px 2px 10px;
}

th {
	background: #eeeeee;
	border-bottom: 1px solid #999999;
}

table a {
	color: #009c81;
	text-decoration: none;
}

table a:hover {
	color: #009c81;
	text-decoration: underline;
}

tr.alt {
	background: #eeeeee;
}

td strong {
	color: #FF0000;
}




table.dltable {
	margin-bottom: 26px;
}

th.dlth {
	height: 20px;
	color: #333333;
	background: #e0e0e0;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #808080;
	margin: 0;
}

tr.dltr {
	background: #F0F0F0;
	padding: 10px 0 0 10px;
}

tr.dltr:hover {
	background: #7fcdc0;
}
	
td.tddl {
	height: 26px;
	color: rgb(102, 102, 102);
	padding: 0 0 0 13px; margin: 0;
	border-bottom: 1px solid rgb(178, 178, 178);
}

