html,body {
	margin:0;
	padding:0;
	height:100%; 
	background-color:#132249;
	
	font-family:Arial, Verdana, Sans-Serif;
	color:#242424;
	font-size:11px;
}

.LeftPanel
{
	background-color:#f1ecdc;
	padding:20px 0px 20px 40px;
	vertical-align:top;
	text-align:left;
}

.RightPanel
{
	background-color:#FFFFFF;
	padding:20px 0px 20px 40px;
	vertical-align:top;
	text-align:left;
}

.LeftBorder
{
	background-image: url("../Images/Design/MainBorderLeft.jpg");
	background-repeat:repeat-y;
	width:10px;
}

.RightBorder
{
	background-image: url("../Images/Design/MainBorderRight.jpg");
	background-repeat:repeat-y;
	width:10px;
}


div#footer {
	border-bottom:solid 8px #92092a;
	border-top:solid 2px #92092a;
	font-size:10px;
	clear:both;
	text-align:center;
}

div#footer img {
	border:0px;
	padding:5px;
}

.MenuTop
{
	float:left;
	width:980px;
	border-top: solid 1px #FFFFFF;
	background: #b2b2b2;
}

.Membership
{
	font-family:Arial,Sans-Serif;
	padding-top:3px;
	float:right;
	color:#172256;
	font-size:10px;
}

.Membership a
{
	color:#172256;
	text-decoration:none;
}

.Membership a:hover
{
	text-decoration:underline;
}

.MenuBottom
{
	float:left;
	width:980px;
	background: #172256;		
}


/* Text */

.default
{
	font-family:Arial, Verdana, Sans-Serif;
	color:#242424;
	font-size:11px;
}

.FieldTitle
{
	text-align:right;
	padding-right:10px;
	width:100px;
}

.SubTitle
{
	padding:0px 20px 0px 20px;
	float:left;
}

a.linkblue
{
	font-family:Arial, Sans-Serif;
	font-size:8pt;
	color:#171c51;
}

a.linkblue:hover
{
	color:#3b44a1;
}

DIV.OpenHouse
{
	color:Red;
}


/* Controls */

select.multi
{
	color:#242424;
	border: 0px;	
	background-color: white;
	vertical-align: middle;
	font-family: Arial, Verdana;
	font-size: 11px;
	cursor: default;
}

.button
{
	background-color:#dddbf5;
	font-family:Arial;
	font-size:10px;
	color:#000000;
}

a.fadedicon img 
{
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}

a.fadedicon:hover img 
{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

.fadedicon
{
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}

.fadedicon:hover
{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}


Legend
{
	font-weight:bold;
	color: #172256;
	padding: 3px 15px 3px 15px;
	background-color: #dddddd;
	border: solid 1px #CCCCCC;
	text-transform:uppercase;
}

Fieldset
{
	border:solid 1px #CCCCCC;
	margin: 3px 5px 3px 5px;
	background-image:url('../images/design/BackgroundFieldset.gif');
	background-position:inherit;
	background-repeat:repeat-x;
}

.ErrorMessage
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #840808;
	text-decoration:none;	
}

.PropertyAddress
{
	font-family : Arial, Sans-Serif, Calibri;
	font-size :large;
	font-weight : bold;
}
.propertyCity
{
	font-family: Arial, Sans-Serif, Calibri;
	font-size :medium;
	font-weight :normal;
}
.propertyDetail
{
	font-family: Arial, Sans-Serif, Calibri;
	font-size:small;
	font-weight :normal;
}
.propertyBedBath
{
	font-family: Arial, Sans-Serif, Calibri;
	font-size: small;
	font-weight : bold;
}