#mapForms {
	clear: both;
}

#top_region {
	height: 30px;
	font-size: x-small;
	padding: 5px 20px 5px 20px;
	border: thin solid #d7dbe4;
	background-color: #e7ebf4;
}

#map_state_region {
	position: relative;
	margin-top: 16px;
	overflow: auto;
	width: 100%;
}

#state_block {
	float: right; 
	width: 295px;
	font-size: 0.9em;
	
}

#sources_block {
  clear: left;
  width: 450px;
}

.data_sources{
  font-size: xx-small;
  margin: 35px 10px;
  padding-top: 40px;
}

#mapimg {
	float: left;
}

#map_data_table {
  table-layout: fixed;
  width: 285px;
  padding: 0px;
  margin: 0px;
}

.table_label_cell{
  width: 133px;
  font-size: x-small;
  padding: 6px 0px 0px 10px;
}

.table_label_cell_indent{
  width: 133px;
  font-size: x-small;
  padding: 6px 0px 0px 20px;
}

.table_header_cell{
  width: 133px;
  font-size: x-small;
  font-weight: bold;
 padding-top: 10px;
}

.table_header_cell_wide{
  width: 285px;
  font-size: x-small;
  font-weight: bold;
 padding-top: 10px;
}

.table_left_cell ,.table_right_cell{
  font-size: x-small;
  width: 76px;
  text-align: right;
  vertical-align: bottom;
  padding: 6px 0px 0px 0px;
}
.table_state_header_cell {
  font-size: x-small;
  width: 76px;
  margin: 1px;
  text-align: center;
  font-weight: bold;
  height: 25px;
  vertical-align: bottom;
}
.table_state_footer_cell {
  font-size: x-small;
  width: 76px;
  text-align: center;
  vertical-align: top;
  height: 15px;
}
.table_state_footer_cell_wide {
  font-size: x-small;
  width: 133px;
  text-align: center;
  vertical-align: top;
  height: 15px;
}
.table_state_footer_cell > p{
  margin: 1px 0px;
  padding: 0px;
  font-weight: bold;
}

