/*mobile*/
body {
	margin:0px;
	height:100%;
	width:100%;
	background-color:#CCC;
}
.navigationBarMain {
	font:bold 10px arial;
	padding:6px 8px 0px 8px;
}
.navigationBarMain a {
	font:bold 10px arial;
	color:#fff;
	text-transform:uppercase;
}
.navigationBarMain a:hover {
	color:#fff;
	text-decoration:underline;
}
.mobileWrapper .navigationBar {
	background:#d4d8db url('/Common/website_templates/_common/mobile/images/navigation_background.jpg') repeat-x;
	padding:1px 4px 0px 4px;
}
.mobileWrapper .navigationBar a {
	font:bold 10px/22px Arial;
	color:#323232;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 5px 0px 6px;
}
.mobileWrapper .navigationBar a:hover {
	color:#323232;
	text-decoration:underline;
}
.mobileWrapper .navigationBar .navigationBarSelected {
	text-decoration:underline;
}
.contentBackground {
	background-color:#fff;
}
.topLayout {
	background-color:#494949;
}
.logo {
	font:bold 14px Arial;
	color:#cac8c8;
	text-transform:uppercase;
	padding:11px 0px 0px 10px;
}
.copyright {
	font:normal 9px Arial;
	color:#8a8989;
}
.mobileFooter{
	background-color:#494949; 
	height:24px; 
	border-top:1px solid #fff;
}
.copyright a{
	color:#888888;
	font:bold 10px/22px Arial;
	padding:0 0px 0 6px;
	text-decoration:none;
}
/*CSS for Submit Button */
.submitButton {
	background:url('/Common/website_templates/_common/mobile/images/submit_button_arrow.png') no-repeat 60px 50% #444444 ;
	font:bold 10px arial;
	color:#fff;
	text-align:left;
	line-height:20px;
	padding:0px 8px 4px;
	border:none;
	width:70px;
	height:16px;
	text-decoration:none;
	text-transform:uppercase;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
.propertyAddress input {
	background-position:110px 50%; 
	width:120px; 
	text-align:left;
	border:none;	
	height:16px;
	line-height:16px;
	padding-bottom:3px;
	
}
.errorMessage div.innerFill {
	background-color:#F7ECDB;
	border:1px solid #D0A056;
	color:#323232;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:16px;
	padding:10px;
}
.loginButton {
	background:url("/Common/images/property_display/limited/button_login.jpg") repeat-x left top;
	border:1px solid #b2b5ba;
	cursor:pointer;
	padding:3px 10px;
	font: bold 11px/19px Arial,Helvetica,sans-serif;
	height:27px;
	overflow:visible;
	white-space:nowrap;
}
.tittleText {
	border-bottom:1px dashed #D6D6D6;
	color:#474545;
	font:bold 12px Arial,Helvetica,sans-serif;
	margin-bottom:10px;
	padding-bottom:5px;
}
.edit a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#8f8c07;
	text-decoration:underline;
}
.edit a:hover {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:underline;
}
.errorBox {
	 background:#fbe9d7;
	 border:solid 1px #fbd7c5;
}
