/* *************************** Property Details Page *********************************** */


/*
	.propertyTitle - Address and MLS Number cell at top of details page
	.propertySide - Pirce, Beds, Baths, subdivision, Picture cell along side property details
	.propertyDisclaimer - IDX disclaimer cell at bottom of details page
*/
.propertyTitle, .propertySide, .propertyDisclaimer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#908c9a;
	color:#000;
}
/*
	.propertyDetailsTable - The complete incapsulating table
*/
.propertyDetailsTable{
}
/*
	.propertyTitle - Address and MLS Number cell at top of details page
*/
.propertyTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:8px;
	font-weight:bold;
	font-size:12px;
}
/*
	.propertyDetails - Main cell inclosing the property picture and details that fallow
*/
.propertyDetails{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:375px;
	padding-right:8px;
	padding-top:8px;
}
/*
	#propertyImageCell - Cell inclosing the main property image
*/
#propertyImageCell{
}
/*
	#propertyAgentInfo - Cell inclosing the agent info
*/
#propertyAgentInfo{
}
/*
	#propertyGeneralInfo - Cell inclosing the General Informatio Section
*/
#propertyGeneralInfo{
}
/*
	#propertyLinksCell - Cell inclosing all the links. i.e. View Map, Print, Send to Friend
*/
#propertyLinksCell{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:22px;
}

#propertyLinksCell a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0d3d6e;
	font-size:12px;
}
/*
	.propertySectionTitle - Div containing each section title. i.e. General Information, General Features, Other Features
*/
.propertySectionTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px #0d3d6e dashed;
	color:#0d3d6e;
	font-weight:bold;
}
/*
	.propertySection - Cell containing all the details for each section
*/
.propertySection{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*
	.propertyDisclaimer - IDX disclaimer cell at bottom of details page
*/
.propertyDisclaimer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:8px;
	padding-right:8px;
}
/*
	.propertyCost - <Strong> containing the Property Price in the Side Panel
*/
.propertyCost{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}
/*
	.propertySide - Pirce, Beds, Baths, subdivision, Picture cell along side property details
*/
.propertySide{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:8px;
}
/*
	.propertyInfoTitle - Title Cell for each detail line in each details section
*/
.propertyInfoTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	vertical-align:text-top;
	width:45%;
}
/*
	.propertyInfo - The detail value cell for each detail line in each details section
*/
.propertyInfo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:text-top;
	width:55%;
}

/* *************************** Property Search Page *********************************** */

/*
	.propertySearchTitle - Property Street Address for each property
*/
.propertySearchTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:1px #0d3d6e dashed;
	color:#0d3d6e;
	font-weight:bold;
}

.propertySearchTitle a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0d3d6e;
	font-weight:bold;
	text-decoration:none;
}
/*
	.propertySearchInfoTitle - Title Cell for each detail line in each details section
*/
.propertySearchInfoTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	vertical-align:text-top;
	width:90px;
	padding-right:8px;
}
/*
	.propertySearchInfo - The detail value cell for each detail line in each details section
*/
.propertySearchInfo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:text-top;
	padding-right:5px;
	width:215px;
}
/*
	.propertySearchPictureCell - The cell containing each property picture
*/
.propertySearchPictureCell{
	vertical-align:middle;
	width:130px;
	padding-right:8px;
}
/*
	.propertySearchLogos - Cell containing all the image links to maps/VT/IDX/ etc.
*/
.propertySearchLogos{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	vertical-align:top;
}
/*
	.propertySearchLogos - Cell containing all the image links to maps/VT/IDX/ etc.
*/
.propertySearchLogos a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#40668C;
	font-size:10px;
}
/*
	.propertySearchMoreInfo - Cell containing the MLS# and more info >> links
*/
.propertySearchMoreInfo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*
	.propertySearchMoreInfo - Cell containing the MLS# and more info >> links
*/
.propertySearchMoreInfo a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#40668C;
	text-decoration:none;
}
/* ******************* Property Search Page & Property Details Page & Property Search Form ******************** */


/*  
	.searchDisclaimer - IDX disclaimer for property search & details pages. Take precedence above all but <p>.
*/
.searchDisclaimer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* ******************************** Property Search Form ************************************ */

.propertySearchFormInfoTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color:#26517D;
	font-weight:bold;
	vertical-align:top;
}

.propertySearchFormInfoTitleText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
}