.table_hdr {
	font-family:arial,verdana,helvetica,helv;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url("/images/table_tile.jpg");
	text-align: center;
}
.table_row_even {
	font-family:arial,verdana,helvetica,helv;
	font-size: 12px;
	color: #000000;
	background-color: #f3f3f3;
	text-align: center;
}
.table_row_even_left a:hover{
	color: #e47e00;
}
.table_row_even_left a , a:visited {
	color: #2a5e90;
}
.table_row_even_left {
	font-size: 12px;
	color: #000000;
	padding: 4px;
	background-color: #f3f3f3;
	text-align: left;
	vertical-align:top;
}
.table_row_odd {
	font-family:arial,verdana,helvetica,helv;
	font-size: 12px;
	color: #000000;
	background-color: #e6e6e6;
	text-align: center;
}
.table_row_odd_left {
	font-size: 12px;
	color: #000000;
	background-color: #e6e6e6;
	text-align: left;
}
.table_row_odd_right {
	font-size: 12px;
	padding: 5px;
	color: #000000;
	background-color: #e6e6e6;
	vertical-align:top;
	text-align: right;
}
.table_row_none {
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
}
.location_hdr {
	font-size: 12px;
	font-weight: bold;
	padding-left:5px;
	color: #ffffff;
	background-image: url("/images/table_tile.jpg");
	text-align: left;
}
.location_row_even {
	font-size: 12px;
	color: #000000;
	padding-left:5px;
	background-color: #f3f3f3;
	text-align: left;
}
.location_hdr_sm {
	font-size: 12px;
	color: #cccccc;
	background-image: url("/images/table_tile.jpg");
	text-align: center;
}