body {
	box-sizing: border-box; -moz-box-sizing: border-box;
	font-family: Verdana, sans-serif, Helvetica;
	padding:0; 
	margin:0;
}

.Row1 {
	background-color: #FCFAED;
	height: 14px;
}
/* Navigation buttons */
.Row2 {
	background-color: #DCD9C8;  
}
.Row3 {
	background-image: url(style/default/background1.jpg);
	background-repeat: repeat-x;
}

.PropertyInfo {
	background-color: #F1ECD9;
}

.MapTitle {
	font-size: 14px;
	float: left;
	color: #DE7A1C;
	padding-right: 5px;
	font-weight: bold;
}

.MapDescription {
	font-size: 14px;
	float: left;
	color: #978D74;
	font-weight: bold;
}

.PropertyDescription {
	background:#F1ECD9;
	/* 2007 fix reduce font size by 1 pixel */
	font-size: 11px;
	padding-right: 5px;
	height: 250px;
	overflow: auto;
}

.addrSearchInput {
	border: 1px solid #978D74;
	height: 22px;
	font-size: 16px;
	width: 130px;
}
.addrSearchBtn {
	border: none;
	color: #978D74;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.PriceBar {
	font-size: 10px;
	font-weight: normal;
}


/* Horizontal menu definition */
.MenuHorizontal {
	overflow: hidden;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
}
.MenuHorizontal ul {
	float: left; 
	padding: 0px; 
	margin: 0px; 
	padding-right: 0px; 
	display: block; 
	padding-top: 0px; 
	list-style-type: none; 
	text-align: center;
	background: #C9C0A1; 
}
.MenuHorizontal ul li {
	float: left; 
	margin: 0px; 
	/* Padding between menu blocks */ 
	padding: 1px; 
	display: block; 
	width: 105px; 
	text-align: center;
}
.MenuHorizontal ul li a {
	float: left; 
	padding: 0px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	margin: 0px; 
	background: #FFF; 
	display: block; 
	width: 105px; 
	text-transform: lowercase; 
	color: #978D74; /* Button text color */
	text-transform: uppercase;
	text-decoration: none;
}
.MenuHorizontal ul li a:hover {
	background: #DF7A1A;
	color: #FFF; 
}

/* EOF Horizontal menu definition */
		
/* ****************** App v 2 ****************** */ 

/* SideBar */
.sideBar {
	height: 360px;
	font-size: 12px;
	width: 95%;
	background: #FFF;
	overflow: auto;
	overflow-x: hidden;
	padding-top: 7px;
}

.sidebarLegend {
	/* Set background of the same color as legend image */
	background: #DDD9CB;
}


/* Tooltip Class  */
#containerToolTip {
		margin: 0px;
		padding: 0px;
		POSITION: relative; 
		width: 280px;
		height: 152px;
		text-align: left;
		BORDER: 1px;
		border-style: solid;
		border-color:green;  
		background-color: #fff;    
}
#containerToolTip .abs01 	{ 									
		POSITION: absolute; Z-INDEX: 10; 	
}
#containerToolTip img    { 
		padding:0px; margin: 0px; 
}

#containerToolTip td {
		FONT-FAMILY: tahoma, verdana, helvetica, sans-serif;
		font-size: 12px; 
		line-height: 14px;
		color: #040100;  
		margin: 0px; 
		padding:0px; 
		padding-left: 2px;
		text-align: left;
		letter-spacing: 0.00em;
		font-weight: bold;
}
/* EOF Tooltip Class  */

.Disclaimer{
	clear:both; 
	margin-top: 3px;
	padding: 5px; 
	font-size: 11px;
}
/* Small image */
.smallImage {
	border: 0px; 
	width: 80px; 
	height: 66px;
	cursor: pointer;
}

/* TooltipImage image */
.TooltipImage {
	border: 0px; 
	width: 150px; 
	height: 112px;
	overflow:truncate;
}

/* CMA Table */
td.InputRight {
	text-align: right;
}

td.InputLeft {
	text-align: left;
}

table.General {
	width: 100%;
}
/* Footer Disclaimer*/
.content {
	FONT-FAMILY: tahoma, verdana, helvetica, sans-serif;
	font-size: 11px; 
	line-height: 14px;
	color: #040100;  
	margin: 0px; 
	padding:10px; 
	padding-bottom: 0px;
	text-align: left;
	letter-spacing: 0.00em;
}
.textLink a:visited { color: #00a0c7; text-decoration: underline;}				
.textLink a:link 	{ color: #00a0c7; text-decoration: underline;}				

.textLink a:hover 	{ color: #055F84; text-decoration: underline;} 	

/* CMA Links */
.LinksPanel {
	FONT-FAMILY: tahoma, verdana, helvetica, sans-serif;
	font-size: 12px; 
}

/* Printing styles */
@media print {

	.sideBar {
		width: 80%;
		height: 100%;
	}
	.sideBar table.General {
		height: 100%;
	}
}		

#subscribe-form {
	display: none;
}

input.button {
	background:#df7a1a;
  color:#fff;
	font-size: 11px;
}