.body-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.form-cell {
	height: 50px;
	/* border: 1px solid black; */
	padding: 5px;
}

.map {
	cursor: pointer;
}
.label {
	font: 11px Tahoma;
	font-weight: bold;
	margin-bottom: 5px;
}
.thumb {
	padding: 5px;
	padding-right: 1px;
	cursor: pointer;
}

.title, .subtitle {
	padding: 5px;
	background-color: #336699;
	color: white;
	font: 12px Helvetica;
	font-weight: bold;
}

.subtitle {
	background-color: white;
	color: black;
	font-weight: bold;
}

.subtitle {
	font: 11px Tahoma;
}


.spacer {
	width: 20px;
	height: 5px;
	font: 8px Tahoma;
}
.control {
	font: 11px Tahoma;
	width: 100px;
}

.link {
	cursor: pointer;
	color: blue;
	font-weight: normal;
}
.link:hover {
	text-decoration: underline;
}

.overlay {
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

.error-text {
	color: red;
	font: 11px Tahoma;
	font-weight: bold;
}

.info-text {
	color: black;
	font: 11px Tahoma;
	font-weight: bold;
}

.large-heading {
	font: 11pt Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: left;
}

.large-label {
	font: 10pt Helvetica,Arial,sans-serif;
}

.large-control {
	font: 9pt Helvetica,Arial,sans-serif;
}

.large-legend {
	font: 10pt Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: black;
}

.large-error-text {
	color: red;
	font: 11pt Helvetica,Arial,sans-serif;
	font-weight: bold;
}

.large-message-text {
	font: 11pt Helvetica,Arial,sans-serif;
	font-weight: bold;
}

.regional-search-form-message {
	font: 10pt Helvetica,sans-serif;
	font-weight: bold;
	text-align: left;	
	color: #CA1111;
	margin-top: 10px;
	background-color: #FBF7B4;
	padding: 4px;
	border: 1px solid #EC6A00;
}

div.listing-tabs li a 
{
	padding:8px 10px 8px 10px;
}

#choose-a-form-label
{
	font-weight: bold;
	padding-top: 7px;
	margin-right: 10px; 
	border: 0px; 
	background: none;
}

div.sub-item {
	padding-left: 16px;
}

.SingleSelectionPopupPanel
{
        width: expression('200px'); /* f... IE9 */
}

.page-frame div.google-map-search-wrapper div.SlidingPanel table td
{
        line-height: expression('90%'); /* f... IE9 */
}