table.simple {
	border: none;
	border-collapse: collapse;
	text-align: left;
}

table.simple thead tr {
	border-bottom: 1px solid #8492a3;
	background-color: #e4e8eb;
}

table.simple thead th {
	padding: 2px 1px 2px 10px;
	font-size: 10pt;
}

table.simple tbody tr {
	height: 21px;
	vertical-align: top;
	border-bottom: 1px solid #8492a3;
	font-size: 10pt;
}

table.simple tbody td {
	padding: 3px 1px 1px 10px;
	border-bottom: 1px solid #8492a3;
	font-size: 9pt;
}

table.empty tbody tr td {
	padding: 3px 1px 0px 10px;
	font-size: 9pt;
}

.list_icons {
	position: relative;
	left: 0px;
	top: 0px;
}

table.simple caption {
	padding: 2px 4px 2px 10px;
	background-color: #8492a3;
	color: #ffffff;
	vertical-align: middle;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}

tr.hl_even {
	background-color: #f5e6cf;
	cursor: pointer;
}

span.pagebanner {
	background-color: #e4e8eb;
	border: 1px dotted #8492a3;
	padding: 2px 4px 2px 4px;
	width: 400px;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #e4e8eb;
	border: 1px dotted #8492a3;
	padding: 2px 4px 2px 4px;
	width: 400px;
	display: block;
	border-top: none;
	margin-bottom: 5px;
}
