@CHARSET "ISO-8859-1";

/*CSS For Main Layout and Header */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Trebuchet MS", "Times New Roman", Arial;
	font-size: 11px;
	letter-spacing: 1.5px;
	color: #333333;
}

html, body {
	height: 100%;
}


a#mortgage-link{
	font-weight:bold;
}

a {
	outline: none;
}

div.listingsTitle{
	padding-left: 45px;
	color: #546624;
	font-size: 17px;
	font-weight: normal;
	margin: 28px 0 5px 10px;
	background: url("images/headerTitleBg.png") no-repeat center left; 
}

div.listingsTitle a {
	text-decoration: none;
}

div.listingsTitle a:hover {
	text-decoration: underline;
}

div#advertisement{
	background-image: url(images/advertisement_apr2010.png);
	background-repeat:no-repeat;
	height: 150px; /*height: 195px;*/
	width: 944px;
	margin-left:4px;
	border:1px solid white; 	
}

#page {
	width: 950px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 570px;
}

#sidebar {
	float: left;
	width: 380px;
}

#mapMenu a, #tabMenu a{
	color: #9AC446;
	line-height: 25px;
}

/*CSS FOR LISTINGS*/

div.topLeft {
	background:url(images/top_left.jpg) no-repeat top left;
	position: relative;
}

div.topRight {
	/*background:url(images/top_right.jpg) no-repeat top right;
	cursor: pointer;*/
}

div.topRight2 {
	background:url(images/top_right2.jpg) no-repeat top right;
}

div.topRight h1, div.topRight2 h1  {
	background:url(images/top_center.jpg) repeat-x top;
	margin: 0 20px 0 7px;
	height: 18px;
}

div.listingLeft {
	background:url(images/left.jpg) repeat-y left;
}

div.listingRight {
	background:url(images/right.jpg) repeat-y right;
}

div.inner-body {
	margin: 0 9px 0 9px;
}

div.bottomLeft {
    background: url(images/bottom_left.jpg) no-repeat bottom left;
}

div.bottomRight {
    background: url(images/bottom_right.jpg) no-repeat bottom right;
}

div.listingBottom {
    background: url(images/bottom_center.jpg) repeat-x bottom;
    height: 7px;
    margin: 0 7px 0 7px;
}

div.inner-body .propertyImg {
	float:left;
	margin: 0 10px 0 10px;
}

div.listingBody{
	width: 290px;
	float:left;
}

div.listingBody p{
	margin-top: 5px;
}

div.featured_listing, div.latest_listing{
	width: 280px;
	float:left;
}

a, .listingHeader, .sideBarTitle, .headerTitle, .signIn{
	/* color: #98c344; */
	/*color			: #546624;*/
	color: #396C9F;
}


div.info {
	float:left;
	line-height: 17px;
	/* margin-top: 22px; */
}

div.info label{

	/* margin-top: 22px; */
}

div.listingHeader a{
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	margin-top: -4px;
}

div.listingHeader a:hover{
	text-decoration: underline;
}

strong {
	margin-right: 5px;
}

.sideBarTitle {
	font-size: 22px;
	margin: 20px 30px;
}

.sideBarTitle{
	background: url(images/cap.jpg) no-repeat;
	width: 251px;
	height: 55px;
	padding: 10px 0 0 55px;;
}

.capReplacement {
	display: none;
}

p.sideBarPar {
	margin:0;
	margin-top: -25px;
	margin-left: 35px;
	border-bottom: 1px dotted #C1C1C1;
	padding-bottom: 20px;
}

.sideTopLeft {
	margin: 0 0 0 30px;
}

.headerTitle, .signIn {
	margin-left: 40px;
	font-size: 18px;
}

.signIn, .headerTitle {
	margin-top: 13px ;
	margin-bottom:20px;
	border-bottom: 1px solid #C1C1C1;
}

.labelSearch {
	padding-right: 94px;
	margin-left: 10px;
}

select {
	margin-left: 10px;
	width: 150px;
}

input[type="button"] {
	background-color: #D6DEF1;
}

.forgotPass {
	text-decoration: none;
	color: #396C9F;
	margin-right: 5px;
}

.forgotPass:hover {
	text-decoration: underline;
}

.noMember {
	float:left;
	width: 100px;
	margin-top: -8px;
}

div.noMember img {
	margin-left: 20px;
}

.password {
	float:left;
	position: relative;
	left:5px;
}

.noMemberYet {
	float: left;
	width: 10px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: -5px;
}

.register {
	float: left;
	width: 100px;
	text-decoration: none;
	margin: 0;
	margin-top: 10px;
	padding-left: 10px;
}

.online {
	float:right;
	font-size: 10px;
	margin-top: -19px;
	margin-right: 10px;
}

.discussionHeader {
	border-bottom: 1px solid #C1C1C1;
	font-size: 8px;
	margin-left: 10px;
}

.date {
	font-size: 8px;
	float:right;
	margin-top: -17px;
}
.date img {
	cursor: pointer;
}

.close img{
	border: none;
}

.avatar {
	float:left;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 10px;
}

.message {
	float:left;
	font-size: 8px;
	width: 250px;
	margin-top: 5px;
	color: #000000;
}

.disscussion_message{
	width: 220px;
	float:left;
	margin:5px 0 0 15px;
	font-style: italic;
}

.rss {
	float:right;
	background: url("images/rss.jpg") no-repeat;
	margin-top: -20px;
	margin-left: -20px;
	padding: 0 0 5px 18px;
	font-size: 10px;
}

.rss a {
	text-decoration: none;
}

.rss a:hover {
	text-decoration: underline;
}

.moreInfo {
	background: url("images/green_info.jpg") no-repeat center left;
	padding-left: 18px;
	border: 1px solid #FFFFFF;
	color: #396C9F;
	margin-left: -6px;
	*margin-left: -2px;
	text-decoration: none;
}

.moreInfo:hover {
	text-decoration: underline;
}

.advertise {
	background: url("images/right_arrow_blue.png") no-repeat center left;
	padding-left: 18px;
	border: 1px solid #FFFFFF;
	float:right;
	font-size: 10px;
	color: #396C9F;
	text-decoration: none;
}

.advertise:hover {
	text-decoration: underline;
}

.frame {
	margin-top:20px;
}

.saveForm {
	margin-bottom: 10px;
}



.subscription {
	width: 300px;
	float: left;
	display: inline;
}

.subscriptionWrapper {
	width: 1024px;
	margin: 0 auto;
	margin-top: 50px;
	padding-left: 60px;
}

.subscribe {
	margin: 280px 0 0 100px;
}

.package {
	font-variant: small-caps;
	font-size: 20px;
	text-align: center;
}

.role {
	margin: 0 0 20px 35px;
	font-variant: small-caps;
}

.errorMsg, #listingErrorMsg, #contactSellerErrorMsg {
	color: red;
	height:15px;
}

.listingClose {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	cursor: pointer;
}

.twoFiveGreen {
	font-size: 25px;
	color: rgb(143, 165, 34);
}

.twoSixBlue {
	font-size: 26px;
	color: rgb(60, 157, 172);
}

.twoSevenBlue {
	font-size: 27px;
	color: rgb(60, 157, 172);
}

.twoSixOrange {
	font-size: 26px;
	color: rgb(237, 123, 37);
}

.twoThreeBlue {
	font-size: 23px;
	color: rgb(60, 157, 172);
}

.twoOneViolet {
	font-size: 21px;
	color: rgb(168, 24, 75);
}

.twoThreeViolet {
	font-size: 23px;
	color: rgb(168, 24, 75);
}


.twoOneGreen {
	font-size: 21px;
	color: rgb(143, 165, 34);
}

.twoThreeGreen {
	font-size: 23px;
	color: rgb(143, 165, 34);
}

.seventeenGreen {
	font-size: 17px;
	color: rgb(143, 165, 34);
}

.nineteenGreen {
	font-size: 19px;
	color: rgb(85, 142, 40);
}

.twoSevenViolet {
	font-size: 27px;
	color: rgb(168, 24, 75);
}

.twoSixViolet {
	font-size: 26px;
	color: rgb(168, 24, 75);
}

.topSearch  {
	word-spacing: 5px;
	padding: 40px 8px 8px 15px;
	font-family: "Arial", "Lucida Sans","Lucida Grande",Garuda,sans-serif;
	background: #E4F2CC url("images/tags_left.gif") no-repeat top left;
	margin-right: 21px;
}

#tagsTopRight {
	background: url("images/tags_right.gif") no-repeat top right;
	margin-top: 15px;
}

.tagContent {
	background-color:#E4F2CC;
	border-bottom: 1px solid #C1C1C1;
}

div.topSearch a{
	text-decoration: none;
	color: #546624;
}

.four {
	font-size: 20px;
	color: rgb(237, 123, 37);
}

.three {
	font-size: 18px;
	color: rgb(168, 24, 75);
}

.null {
	font-size: 15px;
	
}

.one{
	font-size: 16px;
}

.two {
	font-size: 17px;
}

.latestGroups {
	border: 1px solid #C1C1C1;
	border-right: none;
	margin-left: 5px;
	position: relative;
	margin-top: -5px;
	min-height: 70px;
	padding: 3px;
}

.groupClose {
	position: absolute;
	top: -2px;
	right: -3px;
	cursor: pointer;
}

.groupMsg {
	font-size: 8px;
	
}

.groupMsg a {
	width: 260px;
}

.blueLink {
	width: 90px !important;
}

.blueLinkRight {
	width: 60px !important;
}

.blueLink, .blueLinkRight{
	background: url("images/blue_right_arrow.jpg") no-repeat center right;
	padding-right: 5px;
	color: #6D8ACE;
	margin-top: 10px;
}

/*CSS FOR MAP and SEARCH*/

div.topLeftBlue {
	background:url(images/top_left_blue.jpg) no-repeat top left;
	position: relative;
}

div.topRightBlue{
	background:url(images/top_right_blue.jpg) no-repeat top right;
}

div.topRightBlue h1  {
	background:url(images/top_center_blue.jpg) repeat-x top;
	margin: 0 12px 0 15px;
	height: 18px;
}

div.centerLeftBlue {
	background:url(images/center_left_blue.jpg) repeat-y left;
}

div.centerRightBlue {
	background:url(images/center_right_blue.jpg) repeat-y right;
}

div.map_inner-body {
	background:url(images/center_blue.jpg);
	margin: 0 12px 0 15px;
	padding: 1px;
}

div.bottomLeftBlue {
    background: url(images/bottom_left_blue.jpg) no-repeat bottom left;
}

div.bottomRightBlue {
    background: url(images/bottom_right_blue.jpg) no-repeat bottom right;
}

div.bottomCenterBlue {
    background: url(images/bottom_center_blue.jpg) repeat-x bottom;
    height: 11px;
    margin: 0 12px 0 15px;
}

.fieldLabel {
	margin-left: 6px;
	margin-bottom: 5px;
}

.row {
	width: 150px;
}

.row span {
	margin-bottom: 15px;
}
.map_search_div {
	float: left;
}

.map_search_div a img {
	border: none;
}

.gmap {
	margin: 0;
	padding: 0;
	margin-top: 21px;
	height: 29px;
	margin-bottom: -9px;
	margin-left: 10px;
}

.map_inner-body h1 {
	text-align: center;
	margin-top: 130px;
}

.tabActive2 a {
	text-decoration: none !important;
	color: black !important;
	font-weight: bold;
	outline: none;
	line-height: 29px;
	width: 168px;
}

.tabActive a {
	color: #285493 !important;
	font-weight: bold;
	outline: none;
	line-height: 29px;
	width: 168px;
}

.tab a {
	font-weight: bold;
	/*text-decoration: underline !important;*/
	text-decoration:none;
	outline: none;
	display: block;
	line-height: 29px;
	width: 168px;
}


#_liopen_map a, #_liclose_map a {
	font-weight: bold;
	outline: none;
	color: #285493;
	background: url("images/open_map.png") no-repeat center left;
	padding-left: 19px;
}

.tabActive2 {
	background-image: url(images/tab_active2.png);
}

.tabActive {
	background-image: url(images/tab_active.png);
}

.tabActive, .tabActive2 {
	z-index:10;
	position: relative;
	background-repeat: no-repeat;
	width: 182px;
	height: 29px;
	border-top:1px solid white;
	margin-top: -1px;
	*margin-top: 0px;
}

.tab {
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	z-index:10;
	position: relative;
	width: 182px;
	height: 29px;
	border-top:1px solid white;
	margin-top: -1px;
	*margin-top: 0px;
}

.postField {
	margin-top: 20px; 
	margin-left: 15px;
}

.deleteField img {
	margin-top: 30px;
	padding-left: 3px;
	border: none;
}

.deleteField {
	float: left;
	margin-right: 15px;
}

.deleteField .postHomeImage{
	float: left;
}

.postHomeImage{
	max-width: 150px;
}

.primaryPhoto{
	max-width: 480px;
	height:384px;
}

.deleteGroup {
	float: left;
	margin-top: 20px;
	width: 680px;
	*margin-left: 25px;
}

.fieldGroup {
	float:left;
	margin-right: 30px;
	margin-bottom: 40px;
}

input[name="upload"] {
	margin-top: 20px;
	margin-left: 50px;
}

.next {
	margin: 150px 0 0 70px;
	border: none;
}

.favorite {
	float:right;
	margin: 0;
	padding: 0;
}
.favorite li {
	list-style-type: none;
	float:left;
	/*background: url("images/propButtonRight.gif") no-repeat right center;*/
}

.favorite li a{
	border:none;
	display: block;
	/*background: url("images/propButton.gif") no-repeat left center;*/
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-left: 5px;
	margin-right: 3px;
	text-decoration: none;
	font-weight: bold;
}

.favorite a, h6 {
	color: #285493;
}

.topText {
	color: #285493;
	font-size: 8px;
	font-style: italic;
	margin-top: -6px;
	
}

.topView {
	float: right;
}

.topAdd {
	float:left;
}

.detailsHeader {
	color: #285493;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}

.detailsHeader a {
	text-decoration: none;
}

.detailsHeader a:hover {
	text-decoration: underline;
}

.address {
	font-size: 10px;
}

.details {
	margin-top: 13px;
}

.buildDetails {
	margin: 10px 0;
}

.buildDetails label {
	color: #9AC446;
}

.buildDetails span a:hover {
	text-decoration: underline;
}

.buildDetails span a {
	text-decoration: none;
}

.openHouse {
	color: #285493;
	margin: 0 0 10px 0;
}

.propertyImage {
	float:left;
	margin: 0 13px 13px 0;
}

.featuredListing {
	position: absolute;
	top: 3px;
	left: 7px;
}

.anotherDetails {
	padding-left: 10px;
}

.anotherDetails a{
	color: #285493;
	text-decoration: none;
	margin-bottom: 5px;
/*	background: url("images/property.gif") no-repeat center left; 
	padding-left: 15px;
	margin-left: 10px;*/
}

.anotherDetails a:hover{
	text-decoration: underline;
}

.contactDetails {
	float:left;
	margin-left: 20px;
	line-height: 17px;
	width: 270px;
}

.contactAvatar {
	float: left;
	border: 1px solid #C1C1C1;
	padding: 4px;
}

.contactName{
	color: #285493;
	font-weight: bold;
	text-decoration: none;
}

/*.contactName:hover{
	text-decoration: underline;
}*/

.statusPic {
	margin-top: 4px;
	float: left;
	margin-right: 5px;
}

.statusMsg {
	float:left;
	margin-top: 6px;
}

.questionListing {
	margin:20px 10px 0 0;
	width: auto;
	padding-top: 10px;
}

h4 {
	font-size: 12px;
	margin: 0;
	margin-top: 4px;
	color:  #285493;
}

.subQuestion {
	float: left;
	width:290px;
	margin-left: 10px;
}

.bottomImage {
	margin: 20px 0 0 5px;
}

#map {
	display: none; 
	height: 500px; 
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

/*CSS For POPUPS */

#popupHeader, #title, #popupHeaderCommon{
	background-image: url("images/popup_bg.gif");
	background-repeat: repeat-x;
	height: 34px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 8px;
	position: relative;
}

#popupHeader img, #popupHeaderCommon img {
	position: absolute;
	top: 8px;
	right: 5px;
	border: none;
}

.popupMsg {
	padding: 10px 8px 8px 8px;
	width: 220px;
	line-height: 18px;
	float:left;
}

#popupRegister, #popupEditProfile {
	width: 500px;
}

#popupSaveListing, #popupAnswer, #popupContactSeller, #popupFeedback, #popupWrapper{
	width: 400px;
}

#popup, #popupFavorite, #popupFavorite2, #popupFeatured, #popupListing, #popupMessageConfim, #popupUnmark, #popupMark, #popupLoader, #popupMessageFailed, #popupMessageLoader, #popupPassword {
	width: 280px;
}

#popup, #popupFavorite, #popupFavorite2, #popupSaveListing, #popupFeatured, #popupAnswer, #popupListing, #popupMessageConfim,#popupUnmark, #popupMark, #popupLoader, #popupMessageFailed, #popupContactSeller,#popupPassword, #popupFeedback, #popupMessageLoader, #popupDelete, #popupWrapper,
	#popupRegister, #popupEditProfile {
	border: 1px solid #C1C1C1;
	display: none;
	z-index: 1000000;
	background-color: white;
	position : absolute;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.deleteConfirm {
	color: #285493;
	background: url(images/blue_right_arrow.jpg) no-repeat center right;
	width: 10px;
	height: 14px;
	padding-right: 10px;
	border: 1px solid white;
}

.yes {
	margin-right: 70px;
}

.questionMark {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.sendFields {
	float: left;
	margin-top: 10px;
}

.lblText {
	width: 90px;
 	float:left;
	margin-right: 20px;
}

.text {
	float:left;
	width: 250px;
}

.singleLine {
	margin-top: 20px;
}

.goButton {
	float: right;
	margin-top: -22px;
}

.profileMain {
	margin-left: 10px;
}

.cornerBlue {
	margin-left: 10px;
	width: 500px;
	position: absolute;
	top: 12px;
	left: 420px;
	
}

.profileSummary {
	line-height: 25px;
	color: black;
}

.profileAlert {
	font-size: 11px;
	color: red;
	margin-top: 6px;
	border:1px solid #F4F9F2;
}

.favoriteImage {
	float:left;
	margin-right: 15px;
}

.favoriteDetails {
	margin-left: 20px;
}

.favoriteDetails span{
	line-height: 20px;
	color: #777778;
}

.contactFavorites {
	margin:0;
	padding:0;
	border-top: 1px solid #C1C1C1;
	padding-top: 5px;
	position: relative;
	border-bottom: 1px solid #C1C1C1;
	margin-left: 5px; 
	margin-top: 10px;
}

*.contactFavorites { height: 1%; } 

.favoriteAddress {
	font-size: 18px;
	color: #285493;
}

#propertyDesc{
	color: #285493;
	text-decoration: none;
}

#propertyDesc:hover{
	text-decoration: underline;
}

.favoriteLinks {
	position: relative;
	*margin:0;
	margin-top: 24px;
	top:-10px;
}

.favoriteLinks a {
	text-decoration: none;
	height: 18px;
}

.favoriteLinks a:hover {
	text-decoration: underline;
	height: 18px;
}

.favoriteLinks span:hover {
	text-decoration: underline;
}

.featuredPos {
	top: 0 !important;
	left: 0 !important;
}

.print {
	background: url("images/print.png") no-repeat center right;
	padding-right: 20px;
}

.views span{
	color: #285493 !important;
}

.views {
	width: 170px;
	position: absolute;
	bottom: 0;
	right: 5px;
}

.viewsmylisting span{
	color: #285493 !important;
}

.viewsmylisting {
	width: 210px;
	position: absolute;
	bottom: 0;
	right: 5px;
}

.mark {
	float:right;
}

#mark {
	width: 250px; margin: 0; border: 1px solid #C1C1C1; padding: 10px; font-size: 10px;
	text-align: right;
	background-color: #CFCECC;
	float: right;
}

#mark a {
	color: black;
}

.questionBody {
	margin: 0 10px 15px 25px;
}

.favoriteTitle {
	font-size: 18px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #285493;
	position: absolute;
	top:-25px;
	left:0;
}

.contactMain {
	width: 440px;
	margin-left: -25px;
	margin-bottom: 100px;
}

.editProfile {
	border:none;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.viewPurchases a{
	color: #285493;
	margin-top: 3px;
	position: absolute;
	top: -25px;
	right:0;
}

.remove {
	float:right;
	background: url("images/remove_property.png") no-repeat center left;
	color: #285493;
	padding-left: 24px;
	margin-top: 5px;
	text-decoration: none;
}

.remove:hover {
	text-decoration: underline;
}

.markLink {
	color: #285493;
	margin-top: 15px;
	float: right;
	margin-bottom: 5px;
}

.markLink a, .upgrade {
	color: #285493;
}

.sender a{
	color: #285493;
}

/* form field settings */

select , input, textarea, input#photoUpload {
border:solid #96a6c5 1px;
font-size: 12px;
padding:1px;
margin-top:2px;
}



input[type="checkbox"] {
border:solid #96a6c5 0px;
}


/* Post home settings */


div#location{
line-height:25px;
}

div#location select#city, select#neighborhood {
	width:198px;
	margin-left:0px;
}

div#location div input#longitude, input#latitude, input#txtAddress {
  width:195px; 
}

img#posthome-map{
border:solid #999999 1px;
}

div#next_button {
position:relative;
top:183px;
float:right;
}
div#next_button img {
margin-right:0px;
}

div#googlemap {
float:left;
width:700px;
padding-left:20px;
padding-bottom:10px;
}

div#listing_data_table {
width:400px;
margin-left:20px;
}

div#listing_data_table div.div_table_td{
width:200px;
}


div#listing_data_table select {
margin-left: 0px;
}

div.div_table {
clear:both;
}

div.div_table_td {
float:left;
}

div#listing_data_table input[type="text"] {
width: 146px;	
}

div#description_table input#txtTitle {
width: 569px;
margin-left:0px;	
}

div#description_table {
margin-left:20px;
}

div#description_table div.div_table_td{
width:200px;
}


/* Post home settings */

div#listing_data_table div.div_table_td{
width:170px;
padding-right: 50px;
}

div#listing_data_table select {
margin-left: 0px;
}



#required div div{
	border:0px solid red;
	width:95px;
	float:left;
}
                 
div.div_table {
clear:both;
}

div.div_table_td {
float:left;
}

div#listing_data_table input[type="text"] {
width: 200px;	
}

div#listing_data_table input#txtBedRooms,div#listingData input#txttimeMinutes,div#listingData input#txttimeHours		   
{
width: 30px;	
}

div#listing_data_table input#txtdateDay{
width: 15px;
}

div#listing_data_table input#txtdateMonth{
width: 15px;
}

div#listing_data_table input#txtdateYear{
width: 30px;
}



div#listing_data_table input#txtLotSize, div#listing_data_table input#txtSize, div#listing_data_table input#txtPrice {
width: 100px;
}


div#listingData select {
margin-left:-1px;
}


div#description_table input#txtTitle {
width: 569px;
margin-left:0px;	
}

div#description_table {
margin-left:20px;
}

div#description_table div.div_table_td{
width:200px;
}

input#txtPrice {
width:20px;
}




/*my registration ------------------------------------------------------------------------------------- */
#contentBox2{
	color:#595441;
	font-size:12px;
	border:0px solid pink;
}

div#leftwrapper {
	width: 675px;
	float:left;
}

div#rightwrapper {
	width: 200px;
	float:left;
	margin-left: 10px;
	margin-top: -31px;
}

#topLeft {
	background:url(images/tl.gif) no-repeat top left;
}
#topRight {
	background: url(images/tr.gif) top right no-repeat;
}

#top {
	background:#ebedef;
	height:5px;
	margin: 0 5px 0 5px;
	line-height: 5px;
}
#left {
	background:#ebedef;
}

#right {
	background:#ebedef;
}

#center {
	background:#ebedef;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
	min-height: 34em;
}

#bottomLeft {
	background:url(images/bl.gif) no-repeat bottom left;

}

.box {
	background-color:#ebedef;color:#595441;font-size:12px;
	border:0px solid green;
	font-size: 11px;
}

#bottomRight {
	background:url(images/br.gif) no-repeat bottom right;
}

#bottomCenter {
	background:#ebedef;
	height:5px;
	margin: 0 5px 0 5px;
	line-height: 5px;
}

#content2 div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 1em; 
	/*background-color: #ff0000;*/
}

#content2 div label {
	float: left;
	width: 30%;
	font: bold 0.9em Arial, Helvetica, sans-serif; 
	color:#595441;font-size:12px;
	border:0px solid red;
}

.lblAccept{
	width:100%;
}
#content2 div input[type="text"] {
	width: 300px;
}

#content2 {
	margin-left: 50px;
	margin-top: 10px;
}

#botContentReg{
	margin:15px 0 0 0;
}

#tblPropertyData div label{
	width:33%;
	float:left;
	
}

#tblPropertyData div input[type="text"]{
	width:100px;
}

#tblPropertyClass,#tblPropertyData {
	border:0px solid black;
	float:left;
	margin:0 5px 0 0;
	width:370px;
	min-height:400px;
}

#tblPropertyClass  {
	margin-left:100px;	
}

#tblPropertyData  {
	margin-left:70px;	
}



#tblListingLabel{
	font:bold 0.9em Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-style: italic;
}


#registrationPanel div,#tblPropertyClass div, #tblPropertyData div{
	padding-top: 1em; 
}



#registrationPanel div label{
	font: bold 0.9em Arial, Helvetica, sans-serif; 
	color:#595441;
	font-size:12px;
	border:0px solid red;
	width: 30%;
}

#registrationPanel div select{
	margin-left:-1px;
	width:175px;
}

#newRegistrationLeft{
	float:left;
	width:300px;
	margin:0px 10px 0px 0px;
}

#newRegistrationRight{
	float:left;
}

#newRegistrationLeft div input[type="text"],
	#newRegistrationRight div input[type="text"]{
	width:170px;
}
	
.regButtons{
	margin-left: 200px;
	margin-top: 15px;
}

#contentSlider, #bedContentSlider, #areaContentSlider, #bathContentSlider {
	width: 100px;
	height: 11px;
	position: relative;
}

.price_handle, .price_handle_max, .bed_handle, .bed_handle_max, .area_handle, .area_handle_max, .bath_handle, .bath_handle_max {
  width: 12px;
  height: 11px;
  background: url("images/slider_handle.png") no-repeat;
  position: absolute;
}

.price_handle_max, .bed_handle_max, .area_handle_max, .bath_handle_max {
	position: absolute;
	right: 0;
	top:0;
}

#sliderContainer {
	width: 170px;
}
 
/*css for map_search*/
#map_search div input[type="text"] {
	border:solid #96a6c5 1px;
}

#map_search div select {
	width:125px;
	margin:0 0 0 5px;
}

#messageHolder {
	list-style-type: none;
}

h4 {
	font-size: 10px;
}

.answer {
	margin-left: 10px;
	margin-top: 10px;
}

/* Mortgage */

#mortgage-intro p {
line-height: 20px;
}

div#mortgage-intro {
padding-top: 25px;
padding-bottom: 25px;
padding-left:20px;
padding-right:20px;
}


li#tabMortgage a{
	color:red;
padding-left:0px;
}


#step_header{
	font-size:12px;
	/*margin-left:50px;*/
	/*margin-right:50px;*/
	color: #285493;
}

#step_content{
	font-size:10px;
	/*margin-left:20px;*/
	/*margin-right:20px;*/
	text-align: justify;
}

#footer_text{
	font-size:8px;
	/*margin-left:50px;*/
	/*margin-right:50px;*/
	text-align: justify;
}

#mortgage_title{
	font-size:16px;
	font-weight:bold;
	/*margin-left:50px;*/
	/*margin-right:50px;*/
	color: #285493;
}

#mortgage_form div.mortgage_lblheader{
color: #285493;
padding-left:0px;
}


#mortgage_form div.floatLeft {
	float: left;
	height: 25px;
	line-height: 25px;	
}

#mortgage_form div.chkAgree{
	height: 25px;
	line-height: 25px;
	
}
#mortgage_form div{
border:solid red 0px;
}

/*
#mortgage_form input[type="text"],select {
width:180px;
}*/


#mortgage_form input[type="radio"],#mortgage_form input[type="checkbox"]{
position:relative;
top:4px;
left:0px;
margin-left:0px;
} 



#mortgage_form {
border:1px solid white;
min-height: 500px;
display:block;
padding:0 0 0 10px;
}

#mortgage-sel-townhouse {
width:121px;
}



#modal {
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	width: 100%;
	margin:0;
	height: auto;
	display: none;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	z-index: 1000;
	background-color:transparent;
	background-color: gray;
}

#modal:hover {
	cursor: move;
}

.publishDetails {
	float:left;
	margin-left: 20px;
	line-height: 17px;
	width: 780px;
	border:0px solid red;
}

.publishMain{
	margin-left: 10px;
}

.publishContainer {
	width: 875px;
	float: left;
	margin-top: 4px;
	margin-left: -25px;
}

.publish_content div{
	margin:5px 0 5px 0;
}

.rewind {
	position: absolute;
	top: 25px;
	left: 5px;
}

.forward {
	position: absolute;
	top:25px;
	right:25px;
}

#imagePlace {
	text-align: center;
	position: relative;
}

table {
	text-align: center;
	border:1px solid #C1C1C1;
	width: 900px;
	margin: 0 auto;
}

table th {
	background-color: #AFDE4B;
	color:#FFFFFF;
	padding: 5px 0; 
}

table td {
	padding: 4px 0;
}

.odd {
	background-color: #FFFFFF;
}

.even {
	background-color: #F4F9F2;
}

.serviceName {
	width: 70px;
}

.serviceRow {
	text-align: left;
	padding-left: 15px;
}

#reference {
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	height: 100%; 
}




/* for beeyoot private chat*/

.chatTitle {
	font-weight: bold;
	color: white;
	margin-left: 3px;
	text-decoration: none;
}

.childmessagePosition {
	float: left;
}

.parentmessagePosition {
	right:0;
	top: 0;
}
/* end beeyoot private chat*/

#moveUp, #moveDown {
	padding-left: 5px; 
	border: none;
	cursor: pointer;
}

#moveDown {
	margin-top: 10px;
}

.propertyPhoto {
	width: 100px; 
	text-align: center;
	margin-bottom: 12px;
	margin-top: 4px;
}

.favoritesContactPhoto {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 17px;
	margin-left: 5px;
}

.messageWrapper, .messageWrapper2  {
	padding: 8px 5px;
}

.hover, .selected {
	background-color: #C1C1C1;
	cursor: pointer;
}

/* add project */

div#addproject_form div.mortgage_lblheader{
color: #285493;
padding-left:0px;
}

#addproject_form input[type="radio"],#addproject_form input[type="checkbox"]{
position:relative;
top:2px;
left:0px;
margin-left:0px;
} 


/* Buttons ------------------------------------*/

.signInButton {
	position: absolute;
	right:0;
	bottom: -5px;
	width: 52px;
}

.greenButton {
	width:150px;
	background: url("images/leftGButton.gif") no-repeat left center;
	font-size:12px;
}

.greenButton a{
	background: url("images/centerGButton.gif") repeat-x left center;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-left: 3px;
	margin-right: 4px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.greenButton div {
	background: url("images/rightGButton.gif") no-repeat right center;
	height: 24px;
}

.editProfileButton {
	float:right;
	margin-top: -17px;
	width: 123px;
}
.deleteAccountButton {
	float:right;
	margin-top: 3px;
	width: 123px;
}

.submitMortgageButton {
	float:right;
	margin-top:10px; 
	width: 79px;
}


.quickSearchButton {
	float:right;
	margin-top:-22px;
	margin-right:5px;
	width:52px;
}

.addProjectButton {
	float:right;
	width:66px;
}

.purchaseButton {
	float:right;
	margin-top:5px;
	*bottom:20px;
	position:absolute;
	width: 66px;
}

.propQuestionButton {
	width: 80px;
	margin-top: 5px;
	margin-right: 10px;
}

.confirmButton {
	position:absolute;
	bottom: 25px;
	right: 20px;
	*margin-top:100px;
	*bottom:55px;
	width: 66px;
}

.subscriptionButton {
	float:right;
	margin-top: -17px;
	width: 66px;
	margin-left: 5px;
}

.renewButton {
	float:right;
	*margin:0 0 -23px 0;
	width: 66px;
}

.upgradeButton {
	float:right;
	*margin:0 0 -23px 0;
	width: 66px;
}

.userPurchaseButton {
	float:right; 
	margin-top: 10px; 
	margin-right: 12px;
}

.questionButton {
	width: 66px;
	float:right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.googlePopUp div{
	margin:0 0 10px 0;
	text-align: left;
}

.googlePopUp div label {
	font-size: 9px;
}

.google_popup {
	font-size:9px;
}

#agreeMsg {
	font-weight: bold;
	color: red;
}

.mortgageBtn {
	margin-left: 360px;
	*margin-left: 0; 
	margin-top: -17px;
	font-size:12px; 
}

.listingDesc {
	width:270px;
	text-align: left; 
	margin-top: 5px;
}

#flag {
	font-size: 12px;
	/* width:200px; */
	/* text-align: center; */
}

.markLocation {
	line-height: 1em; 
	font-size: 9px;
	margin-left: 5px;
}

.buttonLink {
	color:#FFFFFF;
	text-decoration: none;
}

.recProperties {
	margin:0;
	padding: 0;
	margin-left: 20px;
}

.infoImg {
	float:left;
	margin-right: 5px;
	margin-top: -5px;
}

#introPage {
	width: 800px;
	position: relative;
	left:50%;
	margin-left: -400px;
	background: url("images/comingsoon.jpg") no-repeat;
	height: 500px;
	top: 50px; 
}

.introLink {
	position: absolute;
	left: 250px;
	bottom: -40px;
	font-size: 12px;
	font-weight: bold;
}

#introPage a:hover {
	text-decoration: none;
}

.contactSeller {
	text-decoration: none;
	background: url("images/contact_seller.png") no-repeat center left;
	padding-left: 21px;
	margin-right: 10px;
	/*margin-right: -18px;
	display: block;*/
}

.contactSeller:hover {
	text-decoration: underline;
}

input[type="checkbox"] {
	vertical-align: middle;
}

.propPictures {
	float:left;
	margin-left: 35px;
	margin-right: 25px;
}

.informationBox {
	width:500px;
	text-align:justify;
	position: absolute;
	top: 50px;
	left: 180px;
	height: 100px;
}


#showOnMapLink {
	background: url("images/open_map.png") no-repeat top left;
	padding-left: 15px;
	margin-right: 10px; 
	display:block;
	height: 18px;
	float:left;
	padding-top: 2px;
	margin-top: -2px;
	text-decoration: none;
}

#showOnMapLink:hover {
	text-decoration: underline;
}

.questionAnswer {
	background: url("images/ask_question.png") no-repeat left center;
	padding-left: 21px;
	margin-right: 10px;
	text-decoration: none;
}

.saveFavorite {
	background: url("images/save_favorite.png") no-repeat left center;
	padding-left: 21px;
	margin-right: 10px;
}

.sendListing {
	background: url("images/send_listing.png") no-repeat left center;
	padding-left: 21px;
	margin-right: 10px;
}

.getMortgage {
	background: url("images/mortgage.png") no-repeat left center;
	padding-left: 25px;
	margin-right: 10px;
	margin-left: 30px;
}

.propDetailsLinks {
	margin: 20px 0;
}

.propDetailsLinks a{
	text-decoration: none;
}

.propDetailsLinks li {
	float:left;
	list-style-type: none;
} 

.propDetailsLinks a:hover {
	text-decoration: underline;
}

.previousProperty {
	background: url("images/previous.png") no-repeat left center;
	padding-left: 21px;
	margin-right: 10px;
	color: #285493;
}

.toSearch {
	background: url("images/search.png") no-repeat left center;
	padding-left: 30px;
	margin-right: 10px;
	text-decoration: none;
}

.toSearch:hover{
	text-decoration: underline;
}

.nextPropertyDetails{
	background: url("images/next.png") no-repeat left center;
	padding-left: 22px;
	color: #285493;
	
}

.editProfileLink {
	background-image: url("images/edit_profile.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	margin-right: 20px;
}

.deletebuttonLink {
	background-image: url("images/delete_profile.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
}

.modifyProfileLinks {
	margin: 10px 0 0 110px;
}

.modifyProfileLinks a{
	text-decoration: none;
}

.modifyProfileLinks a:hover{
	text-decoration: underline;
}

.markFeatured {
	background: url("images/mark_featured.png") no-repeat left center;
	padding-left: 27px;
}

.unmark {
	background: url("images/unmark_featured.png") no-repeat left center;
	padding-left: 27px;
}

.removeLink {
	background-image: url("images/remove_property.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
}

.editProperty {
	background-image: url("images/edit_property.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
}

.markLink a {
	margin-left: 15px;
	text-decoration: none;
}

.markLink a:hover {
	text-decoration: underline;
}

.chatLink {
	background: url("images/chat.png") no-repeat left center;
	padding-left: 21px;
	text-decoration: none;
	display: block;
	height: 18px;
	margin: -20px 0 0 70px;
}

.chatLink:hover, .favoriteAddressLink:hover {
	text-decoration: underline;
}

.propertyDetailLabels .map_search_div label {
	color: #9AC446;
}

.inquirerName {
	color: #777778;
	margin-left: 22px;
}

.menuBlog a {
	background: url("images/blog_icon.png") no-repeat left center;
}

.detailsInformationBox {
	background: url("images/infosmall.jpg") no-repeat left center;
	padding-left: 50px;
	height: 45px;
	width: 150px;
	margin-left:60px
}

.signInlink {
	background: url("images/signIn.jpg") no-repeat left center;
	padding-left: 25px;
	margin-left: 10px;
}

.registerLink {
	background: url("images/register.jpg") no-repeat left center;
	padding-left: 25px;
}

div.topLeftOrange {
	background:url(images/top_left_orange.jpg) no-repeat top left;
	position: relative;
}

div.topRightOrange {
	background:url(images/top_right_orange.jpg) no-repeat top right;
}

div.topLeftOrange h1 {
	background:url(images/top_orange.jpg) repeat-x top;
	margin: 0 9px 0 7px;
	height: 11px;
}

div.leftOrange {
	background:url(images/left_orange.jpg) repeat-y left;
}

div.rightOrange {
	background:url(images/right_orange.jpg) repeat-y right;
}

div.inner-body-orange {
	margin: 0 9px 0 8px;
	background-color: #fff7e9;
	padding-left: 5px;
	font-size: 11px;
}

div.inner-body-orange ul {
	line-height:18px;
}

div.bottomLeftOrange {
    background: url(images/bottom_left_orange.jpg) no-repeat bottom left;
}

div.bottomRightOrange {
    background: url(images/bottom_right_orange.jpg) no-repeat bottom right;
}

div.bottomOrange {
    background: url(images/bottom_orange.jpg) repeat-x bottom;
    height: 11px;
    margin: 0 9px 0 8px;
}

.greenStripe {
	background-color: #98c344;
	position: relative;
	width: 553px;
	left:-10px;
	top: 5px;
	height: 23px;
	line-height: 23px;
	padding-left: 10px;
	color: white;
	font-weight: bold;
}

.greenStripe span {
	margin-right: 180px;
}

.vSeparator {
	width: 2px;
	border-left: 1px solid #98c344;
	position: absolute;
	left: 52%;
	top:50px;
	bottom: 4px;
}

.blogTitle {
	color: #285493;
}

.blogTitle a {
	text-decoration: none;
}

.blogTitle a:hover {
	text-decoration: underline;
}

.blogPoster {
	color:#777778;
}

.blogContent {
	*padding-top: 10px;
}

.blogPost {
	padding: 7px 0 0 0;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.summaryLink {
	float:right;
	text-decoration: none;
	background: url("images/read_more.jpg") no-repeat left center;
	padding-left: 20px;
}

.summaryLink:hover {
	text-decoration: underline;
}

#registration label{
	float:left;
	width: 80px;
	margin-right: 0;
}

#registration input{
	margin-left: 10px;
	margin-right: 10px;
	width: 128px;
}

#registration div{
	margin-top: 5px;
}

.boxTable {
	width: 550px;
	border: 0;
	text-align: left;
	margin-left: -5px;
	border-collapse: collapse;
}

.boxTable ul {
	margin: 0;
	margin-top: 10px;
	margin-left: -10px;
	*margin-left: 35px;
}

.boxTable td {
	vertical-align: top;
}

.boxTable tr {
	background-color: #fff7e9;
}

.boxTable tr a{
	text-decoration: none;
}

.boxTable tr a:hover{
	text-decoration: underline;
}

.ownersDesc {
	margin-left: -10px;
}
.vpcLabel{
	width: 250px;
	font-weight: bold;
	float: left;
	margin-top: 7px;
}

.vpcInput{
	margin-top: 7px;
}

.vpcNote{
	font-size:7pt;  color:#08185A
}

.markSold {
	background: url("images/sold_mark.png") no-repeat left center;
	padding-left: 27px;
}

.markRent {
	background: url("images/rent_mark.png") no-repeat left center;
	padding-left: 27px;
}

.unmarkSold {
	background: url("images/sold_unmark.png") no-repeat left center;
	padding-left: 27px;
}

.unmarkRent {
	background: url("images/rent_unmark.png") no-repeat left center;
	padding-left: 27px;
}

.aikoaFooterLink {
	background: url("images/aikoa.jpg") no-repeat left center;
	padding-left: 25px;
}
