@charset "UTF-8";
/* CSS Document */

.blog-sidebar {
	float: right;
	width: 40%;
	border: solid 2px #000;
	background-color: #EEE;
	padding: 8px;
	margin: 8px 0 8px 8px;
}
.blog-sidebar-table {
	float: right;
	width: 40%;
	background-color: #FFF;
	padding: 0;
	margin: 8px 0 8px 8px;
}
.blog-sidebar-table-centered {
	
	width: 100%;
	background-color: #FFF;
	padding: 0;
	margin: 8px 24px 8px 0px;
}
table {
	width: 100%;
	border: solid 1px #000;
	background-color: #FFF;
}
table th, table td {
	padding: 8px 8px 8px 8px;
	border: solid 1px #000;
}
table th {
	background-color: #E1D790;
}
table th.subregion {
	text-align: left;
	padding-left: 16px;
	font-weight: normal;
}
table th.region {
	text-align: left;
}
table td {
	text-align: center;
}
table tr.rowhov:hover {
	background-color: #E1D790;
	font-weight: bold;
}
table th.subregion:hover {
	font-weight: bold;
}
.blog-sidebar-table-neighborhood-prices {
	background-color: #E1D790;
	padding: 2px;
	margin: 0px 24px 8px 0;
	font-size: 13px;
	font-style: italic;
	line-height: normal;
}

