@CHARSET "ISO-8859-1";

.table_header {
	background-color: #eee;
	border-bottom: 1px solid #d6d6d6;
	font-family: Helvetica, tahoma;
	font-size: 95%;
	color: #555;
	padding: 7px;
}

.table_row_0 {
	vertical-align:top;
	background-color: #f9f9f9;
	border-bottom: 1px solid #dbdbdb;
	font-family: Helvetica, tahoma;
	font-size: 90%;
	padding: 7px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;	
}

.table_row_0 div {
	font-size: 95%;
	margin-top: 5px;	
}

.table_row_0 div a {
	color: #777;	
	padding: 1px;
}

.table_row_0 a {
	text-decoration: none;
	color: #21759b
}

.table_row_0 a:hover {
	text-decoration: none;
	color: #d54e21;
}

.table_row_1 {
	vertical-align:top;
	background-color: #f2f2f2;
	border-bottom: 1px solid #dbdbdb;
	font-family: Helvetica, tahoma;
	font-size: 90%;
	padding: 7px;	
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;	
	padding-right: 20px;
}

.table_row_1 div {
	font-size: 95%;
	margin-top: 5px;	
}

.table_row_1 div a {
	color: #777;
	padding: 1px;	
}

.table_row_1 a {
	text-decoration: none;
	color: #21759b
}

.table_row_1 a:hover {
	text-decoration: none;
	color: #d54e21;
}
