.list_table {
	border: 1px solid #578F8E;
}

.list_table tr {
	height: 20px;
	vertical-align: middle;
}

.list_table_row0 {
	background-color: #FFFFFF;
}

.list_table_row0:hover {
	/*background-color: #FFFF66;*/
}

.list_table_row1 {
	background-color: #ABC7C8;
}

.list_table_row1:hover {
	/*background-color: #FFFF66;*/
}

.list_table th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-align: left;
}

.list_table td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	text-align:left;
}

.list_table a {
	font-size: 1em;
	text-decoration: none;
	color: #578F8E;
}

.list_table a:hover {
	text-decoration: underline;
}
