/* CSS Document "hilight row*/
/*   insert  id="parks"  class="datatable"  in <table> for highlight to work*/

/* Used on the following pages: 

"city-parks"
"Government/Links_California" 
"Demographics"
"Staff_Recreation"

end of list*/



#content  #parks {
	line-height: normal;
	width: 80%;
}

#content  #parks2 {
	line-height: normal;
	width: 80%;
	margin: auto;
}

#content  #parks3 {
	line-height: normal;
	width: 80%;
	margin: auto;
}

#content #parks4 {
	line-height: normal;
	width: 80%;
	margin: auto;
}

#content #parks5 {
	line-height: normal;
	width: 80%;
	margin: auto;
}

.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 1px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	text-align: left;
	padding-left: 4px;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr:hover, .datatable tr.hilite {
	background-color: #C8D7DF;
	color: #000000;
}

