

/* CSS for the Detailed Building List view */
table.building_detailed_list 
{
	font-size: 1.1em;
}

table.building_detailed_list td.building_image 
{
	text-align: center;
	padding: 5px;
	width: 185px; /* 175 + 4*2 + 1*2 */
	vertical-align: middle;
}
table.building_detailed_list td.building_image img 
{
	padding: 4px;
	border: 1px solid #ddd;
	background-color: white;
}

table.building_detailed_list td.building_details 
{
	vertical-align: middle;
	padding: 8px 0;
}

table.building_detailed_list .building_name 
{
	font-size: 1.6em;
	position: relative;
}

table.building_detailed_list .county 
{
	font-size: 0.8em;
	text-transform: uppercase;
	color: #666;
	text-align: right;
	padding-right:3px;
	float:right;
	margin-top: 10px;
	position: relative;
	z-index: 100;
}
table.building_detailed_list .county a:link, table.building_detailed_list .county a:visited {
	color: #666; 
}

table.building_detailed_list .label 
{
	color: #666;
	text-transform: uppercase;
	font-size: 0.85em;
}

table.building_detailed_list .value 
{
	color: #333;
}
table.building_detailed_list .options 
{
	margin-top: 15px;
	font-size: 0.9em;
}



.browse_details {
	margin-bottom: 10px;
	position: relative;
	padding: 10px 3px;
	background-image: url(../images/h1_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

.browse_view_options {
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 0.8em;
}

.browse_currently_viewing {
	color: #999;
	font-size: 0.9em;
}
.browse_currently_viewing_details {
	color: #666;
}

.browse_details_label {
	font-weight: bold;
}

.browse_view_options a:link, .browse_view_options a:visited {
	color: #999;
}
.browse_view_options a:hover {
	color: #333;
}




/* CSS for the View Building page */
h1.building_title {
	color: #d24c26;
	font-size: 1.4em;
	margin: 5px 0 15px 0;
	padding: 9px 3px;
	position: relative;
}

span.building_town_county {
	font-weight: normal;
	font-size: 0.65em;
	position: absolute;
	right: 0;
	top: 12px;
	color: #666;
	text-transform: uppercase;
}
span.building_town_county a:link, span.building_town_county a:visited {
	color: #666;
}
span.building_town_county a:hover {
}

table#b_detail_table {
	width: 100%; 
}
table#b_detail_table td {
	vertical-align: top;
}
table#b_detail_table td#b_image_browser_td {
	width: 455px;
}

h2.detail_label {
	color: #d24c26;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 3px 0;
}
p.detail {
	margin: 3px 0;
	color: #333;
	
}

span.more_by_this {
	font-size: 0.7em;
	float:right;
}

#b_image_browser {
	padding: 5px;
	border: 2px solid #ddd;
	float: left;
	width: 455px; 
	margin: 0 15px 15px 0;
}


#b_main_image_container {
	width: 358px;
	overflow: hidden;
	position: relative;
}


img.b_main_image {
	padding: 4px;
	width: 350px;
	background-color: #ccc;
	vertical-align: top;
}

.b_next_image {
	position: absolute;
	top: 0; 
	left: 0;
}

img.front {
	z-index: 500;
}
img.back {
	z-index: 499;
}

img.invisible {
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	opacity:0;
}




#b_more_images {
	float: right;
	margin: 0 0 0 5px ;
	position: relative;
	z-index: 15;
}
#b_more_images ul {
	margin: 0;
	padding: 0;
}
#b_more_images ul li {
	list-style-type: none;
	padding: 4px 4px 2px 4px;
	border-left-width: 0;
	margin-top: 4px;
	cursor: pointer;
}
	
#b_more_images img {
	width: 80px;
	border: 0;
}
#b_more_images a:link, #b_more_images a:visited {
	outline: none;
}

#b_more_images li.selected {
	border-color: #999;
	background-color: #ccc;
}

#b_image_loader {
	position: absolute;
	left: 162px; /* 358/2 - 35/2 */
	top: 0;
	text-align: center;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index: 1000;
}
#b_image_loader img {
	border: 0;
	margin-top: 50px;
	padding: 5px;
	background-color: white;
}






/* Google Maps Mini Map */
#mini-map {
	width: 200px; height: 120px;
	border: 1px solid #ccc; 
	padding: 4px;
	margin-top: 5px;
}






/* Styles for the browse as Map view */
#browse_map {
	width: 100%;
	height: 450px;
}

.building-mapbox {
	width: 400px;
	font-size: 0.9em;
	_height: 130px;
	min-height: 130px;
}
.building-mapbox h1 {
	margin: 0 0 3px 0;
}
.building-mapbox .image {
	float:right;
}
.building-mapbox .image img {
	border: 0;
}

.building-mapbox .details {
	margin-top: 10px;
}

.building-mapbox .label 
{
	color: #666;
	text-transform: uppercase;
}

.building-mapbox .value 
{
	color: #333;
}
.building-mapbox .options 
{
	margin-top: 15px;
	font-size: 0.9em;
}



#building_teasers {
	margin: 1em auto;
}

#building_teasers div {
background: #f5f5f5;
padding: 1em;
text-align: center;	
}

#building_teasers p {
	text-align: right;
}

#building_teasers div img {
	height: 80px;
	border: 2px solid #d24c26;;
}

#homepage-content {
	width: 90%;
	margin: auto;
}




abbr.rating {
border: 0;
white-space: nowrap;
}


#reviews ul {
list-style: none;
margin: 0;
padding: 0;
}

.review {
border: 1px solid #ccc;
margin: 1em 0;
background: #fafafa;
padding: 0.8em;
overflow: hidden;
max-width: 440px;
}

#reviews .review {
font-size: 80%;
}

.review blockquote, .review textarea {
width: 95%;
font-family: verdana, arial, sans-serif;
font-size: 9pt;
margin: 0 auto;
margin-top: 0.5em;
background: #fff;
}

.review blockquote {
font-style: italic;
padding: 1em;
border: 1px solid #eee;
}

.review textarea {
padding: 0.2em;
}

.review .report {
float: right;	
}

#recaptcha_response_field {
font-family: verdana, arial, sans-serif;
font-size: 9pt !important;
border: 1px inset #666 !important;
padding: 0.2em;
}

.review .bttns {
	text-align: right;
	margin-top: 0.8em;
}

.reported {
background: #EE4611;
color: #fff;
padding: 0.1em 0.3em;
font-variant: small-caps;
font-family: arial, sans-serif;
}