#regionSummary {
	width: 54%;
	padding-left: 20px;
}

.propertyThumb {
	padding: 4px;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 2px #999;
 	-webkit-box-shadow: 2px 2px 2px #999;
 	box-shadow: 2px 2px 2px #999;
}

.propertyDescHeader {
	font-weight: bold;
	font-size: 1em;
}

.propertyDescText {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}

/* ---START Sortable Table Properties --*/

table.sortable {
	width: 100%;
	border-collapse: collapse;
	background-color: rgba(255,255,255,0.3);
}

table.sortable th {
	padding: 8px;
	background: rgba(60, 60, 60, 0.6);
	color: #FFF;
	text-decoration: underline;
}

table.sortable th:hover {
	background: rgba(60,60,60,0.6);
	cursor: pointer;
}


table.sortable tr {
	vertical-align: top;
	border-bottom: solid 1px #DDD;
}

table.sortable tr:hover {
	cursor: pointer;
}

table.sortable td {
	padding: 8px;
}

.over {
	background: rgba(140,140,140,0.2);
}

table.sortable tr td a.propName {
	color: #4a4a4a;
	text-decoration: none;
	font-weight: bold;
}

table.sortable tr:hover td a.propName {
	text-decoration: underline;
	
}



/* ---END Sortable Table Properties --*/

