/****************************************************************************************************************************************************************************************************
	Global CSS Styles
*/
@charset "utf-8";

.body
{
	font: Tahoma 8pt;
}

.content
{
	color: #CCCCCC;
}

.content a
{
	color: #CCCCCC;
}

.leftnav
{
	text-decoration: none;
	color: #CCCCCC;	
}

/*
	Properties, Agents and Communities Listing and Details
*/
.listing
{
	background: #BBCAD6;
	border: 1px solid #000000;
}

.listing .inner_border
{
	border: 1px solid #000000;	
}

.listing_detail .image
{
	border: 2px solid #FFFFFF;
}

.listing_detail .image img
{
	border: 1px solid #666666;
}

.listing_detail .content
{
	color: #000000;
}

.listing_detail .content a
{
	color: #000000;
}

/*
	Property Photo Gallery
*/
.photogallery
{
}

.photogallery .image
{

}

.photogallery .image img
{
	border: solid 4px #FFF;
	height: 340px;
	width: 458px;
}

.photogallery .label label
{
	font-weight: bold;
}

.photogallery .thumb
{
}

.photogallery .thumb img
{
	width: 85px;
	height: 58px;
	border: solid 4px #FFF;
}

/*
	Open House
*/
.openhouse
{
	background: #000000;
}

.openhouse  .openhousecontent
{
	font: Tahoma;
	font-size:12pt;
}

.openhouse  .openhousecontent a
{
	color: #CCCCCC;
}

/*
	Loan Calculator
*/
.calculator
{
	background: #000000;
}

.calculator .header
{
	background:	#666666;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.calculator .calculator_body 
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	color: #FFFFFF;
}

.calculator .disclaimer
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	color: #CCCCCC;
}

/*
	Printable Flyer
*/
.printable 
{
	background: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;	
}

.printable .disclaimer
{
	color: #CCCCCC;
}

/*
	Newsletter Details
*/
.news_thumb {
	margin: 0px 10px 10px 0px ;
	border: 2px solid #FFFFFF;
}