/** Content LAYOUT **/

.clear-block {
	display: inline-block;
}

body {
	background: #5f5e5e url('../images/bg.png');
	padding: 0px 0 0 0;
	color: #000000;
}


/**** Map Search Form *****/
#gmapSearch_main { width: 684px!important; }
#gmapSearch_main .form-item label.option { display:inline-block;font-weight:bold !important;width:100%; }
#gmapSearchExtra { top:53px!important; left: 3px!important; width:700px;}
#gmapSearch_main #gmapSearchProperties {height:30px;position:absolute;right:0;width:545px;}
#gmapSearch_main #gmapSearchProperties .propertyType {display:block;float:left;margin-right:0px!important;width:auto; }
#gmapSearch_main #map {top:100px !important; }
#gmapSearch_main #gmapSearchSaleLease { height:30px;left:-10px!important; position:absolute!important;top:30px!important;}
#gmapSearchList { margin-top:552px!important; }
#gmapSearch_main #gmapSearchCity { left:2px !important;top:52px !important;}
#gmapSearch_main #gmapSearchExtra {left:215px !important; top:53px !important; }

/******************/


#menu-wrapper {
	background: url('../images/bg-menu.png') no-repeat top center;
	height: 35px;
	overflow: visible;
	padding: 0 8px 0px 8px;
}

#flash {
	padding-bottom: 10px;
}

#resources {
	padding: 10px 0;
}

#content {
	background: #fff; /* url('../images/bg-content.png') repeat-y center top; */
	padding: 0 0 10px 0;
	overflow: visible;
}

.menupage #content {
	background: #fff;
}


#footer {
	background: url('../images/bg-footer.png') no-repeat top center;
	padding: 30px 0 20px;
	overflow: visible;
	text-align: center;
}
#footer_nostyle {
	padding: 20px 0 0 0;
	color: #ccc;
	text-align: center;
	font-size: 0.9em;
}
#logo {
	padding-top: 5px;
}

#logo a img {	
	max-width: 365px;
	max-height: 150px;
	height: expression(height > 150 ? 150: true); 
	width: expression(this.width > 365 ? 365: true);
}

#agent {
	padding-top: 12px;
	text-align: right;
	float: right;
}
#agentinfo {
font-size:16px;
line-height:20px;}

#agent #agentinfo {
  text-align: right;
  width: 455px!important;
  word-wrap: break-word;
}

#featuredListing .content {
	padding: 0px 0px 0px 0px;
}

#featuredListing .content h2 {
	padding: 0px 0px 0px 0px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}

#welcome .content {
	padding: 0px 0px 0px 0px;
}

.content-wrapper {
  margin-top: 10px;
}

.block {
  margin-bottom: 10px;
}

/*** Basic element style ***/

h1, h2, h3 {
	color: #333;
	font-weight: lighter;
}

h1.vheader, .node h1.title, .node h1.tilte{
	display: none;
}


#splash-image img {
	padding: 30px 0 0 40px;
}

#splash-content {
	padding: 0 50px 0 0;
}

p.splash-title {
	font-size: 3em;
	font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}

p.splash-text {
	line-height: 1.8em;
}


td {
  padding: 2px;
}

#footer a, #footer a:visited {
  color: #eee;
}

legend {
  font-weight: bold;
}

fieldset {
  border: 1px solid #e3e3e3;
}

span.required {
  color: #f00;
}

.container-inline {
  display: inline-block;
}

#footerLogin a {
  background: url('../images/login_key2.png') no-repeat left center;
  display: block;
  padding-left: 15px;
  font-size: 1.1em;
}

.splash-calltoaction a.calltoaction {
  width: 250px;
  line-height: 53px;
  font-size: 1.8em;
  text-align: center;
  color: #fff;
  display: block;
  background: url('../images/bg-cta.png') no-repeat top left;
  text-shadow: 1px 1px 1px #333;
  float: left;
  margin: 0 10px 0 0;
}

.splash-calltoaction a.calltoaction:hover {
  text-decoration: none;
  background: url('../images/bg-cta.png') no-repeat bottom left;
}


/** Main Navigation Menu **/

#menu {
	font-size: 1.1em;
}

#menu a {
	padding: 10px 10px 9px 8px;
	background: url('../images/menu-separator.png') no-repeat center right;
	line-height: 35px;
}
.ie9 #menu a {
  padding: 10px 10px 10px 8px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#menu a {
    padding: 9px 10px 10px 8px;
}
} 

#menu-wrapper a:link, #menu-wrapper a:visited {
	text-decoration: none;
}

#menu ul , #menu ul li{
	list-style: none;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
}

/** Submenu Son of Suckerfish Dropdown **/

#submenu {
	z-index: 3;
	font-size: 1.1em;
	background: url('../images/resources_arrow2.png') no-repeat 125px 7px;
}

#submenu, #submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 35px;
}

#submenu a {
	display: block;
	padding: 9px;
}

#submenu li {
	float: right;
	width: 14em;
	text-align: left;
}

#submenu li ul {
	position: absolute;
	width: 14em;
	left: -999em;
}

#submenu li ul li a {
  padding: 5px 9px;
}

#submenu img {
  float: left;
  margin-right: 5px;
}

/* Little bit of CSS3 for fun */
#submenu li ul li:last-child, #submenu a:hover {
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
}

/* Suckerfish IE fix */

#submenu li:hover ul, #submenu li.sfhover ul {
	left: auto;
}

#submenu li:hover, #submenu li.hover {  
  position: static;  
} 

/** Visitor Resources Frontpage Buttons**/

#resources h2 {
  background: url('../images/line.png') no-repeat right center;
}

#resources .content {
	padding: 0 10px;
}

#resources .content img {
  background: none;
  float: left;
  margin-right: 10px;
}

#resources ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 

#resources li {
	float: left;
	margin: 0 4px 5px 0;
	width: 180px;

}

#resources li a {
  line-height: 30px;
  color: #333;
  font-size: 1.1em;
  padding-left: 5px;
  background: url('../images/menuButton.png') no-repeat center bottom;
  display: block;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#resources li a:hover {
  background: url('../images/menuButton.png') no-repeat center top;
  text-decoration: none;
}

#resources img {
	padding: 0;
	border: none;
}


/** Office header **/

#headerOfficeName {
float:right;
font-size:1.8em;
font-weight:bold;
line-height:0.9em;
padding-bottom:10px;
padding-left:0;
padding-right:7px;
padding-top:20px;
position:relative;
text-align:right;
width:480px;
word-wrap:break-word;
}

/** Agent header **/

.agentpic {
	float: right;
	margin-left: 10px;
	margin-top: 0px;
}

#headerAgentInfoDetailsName,#headerAgentOfficeName {
  font-weight: bold;
  font-size: 1.2em;
}

/** Call to Action **/

#quickmenu {
  list-style: none;
  padding: 0;
  float: right;
  margin-top: 0px;
  margin-left: -100px;
  position: relative;
  z-index: 100;
}

#quickmenu li {
  float: left;
  text-align: center;
  margin-left: 10px;
}


/** Featured Listing **/


.short-result-p {
  width: 700px;
  float: left;
  margin: 10px 0;
}


.short-result-sub-p, .short-result-img {
  width: 100px;
  float: left;
  margin-right: 10px;
}

#short-sub-icons, #short-sub-icons-comm {
  float: left;
  width: 510px;
  border: 1px solid #ddd;
}

#short-sub-icons .sub-p1, #short-sub-icons .sub-p2, #short-sub-icons .sub-p3, #short-sub-icons .sub-p4,
#short-sub-icons-comm .sub-p1, #short-sub-icons-comm .sub-p2, #short-sub-icons-comm .sub-p3, #short-sub-icons-comm .sub-p4 {
  float: left;
  margin-right: 10px;
  width: 110px;
}

#short-sub-icons div img, #short-sub-icons-comm div img {
  float: left;
  margin-right: 5px;
}

.short-result-p .short-result-table-1, .short-result-p .short-result-table-2, .short-result-p .short-result-table-3 {
  width: 160px;
  float: left;
  margin-right: 10px;
}

.short-result-sub-p td {
  text-align:left;  
}
 
/*** Arvin's overrides for the property list page ***/
.short-result-p {
  width: 700px;
  padding: 10px 0;
  clear: both;
}
  
.short-result-sub-p {
  float: left;
  width: 150px;
  overflow:hidden;
}
 
.short-result-sub-p img {
  width: 100px;
}
  
#short-sub-icons-comm, #short-sub-icons {
  float: left;
  width: 500px;
}


/*** Property Details Page ***/

#propertyMap #map {
	height:400px;
	text-align: center;
	padding-right:10px;
}

#propertyDetails label {
  display:inline-block;
  font-weight:bold;
  margin-right:5px;
  text-align:right;
  width:75px;
}

#propertyActions ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 710px;
	 margin:10px 0 0 0;
}

#propertyActions ul.leads {
    margin:0;
    padding-bottom:15px;
 }

#propertyActions ul li {
  float: left;
	width:182px;
  margin:1px;
}
#propertyActions ul li.short{
  width:153px;
}
#propertyActions ul li.short2{
  width:176px;
}

#propertyActions ul li a {
  display: block;
  line-height: 34px;
  padding-left: 37px;
  margin-right: 10px;
}

#propertyActions ul li a.schedule_appointment {
  background: url('/base_imgs/icon-appoint.gif') no-repeat top left;
}
#propertyActions ul li a.email_listing {
  background: url('/base_imgs/icon-email.gif') no-repeat top left;
}
#propertyActions ul li a.add_favorite {
  background: url('/base_imgs/icon-fav.gif') no-repeat top left;
}

#propertyActions ul li a.remove_favorite {
  background: url('/base_imgs/icon-fav.gif') no-repeat top left;
}
#propertyActions ul li a.feature_sheet {
  background: url('/base_imgs/icon-feat.gif') no-repeat top left;
}

#propertyActions ul li a.recent_sales {
  background: url('../images/manchart.png') no-repeat top left;
}
#propertyActions ul li a.house_history {
  background: url('../images/housesun.gif') no-repeat top left;
}
#propertyActions ul li a.price_comparison {
  background: url('../images/dollarsheet.png') no-repeat top left;
}

/*** Agent Profile Details ***/

#agent_profile_details img {
  float: left;
  margin-right: 15px;
	width:145px;
}

#agent_profile_details #map {
  float: left;
}

#agent_profile_details .details {
  width: 130px;
  padding: 0 10px;
  float: left;
  margin: 10px 10px 10px 0;
  min-height: 160px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

#agent_profile_details .details span, #agent_profile_details .details p, #agent_profile_details .agent_bio span, #agent_profile_details .agent_bio p {
  font-size: 1em !important;
  font-family: inherit !important;
}

.agent_bio {
  float: left;
}

/*** Property details page ***/

#propertyActions, #propertyPhotos, #propertyDetails, #propertyRemarks, #propertyMap, #propBroker, #propAgent,#propRooms,#propRoomsContent {
  float: left;
  clear: both;
}

#propBroker {
  font-size:0.8em;
}



/*** QuickSearch Style  ***/

/*** RETS FIND PAGE STYLES ***/
#widgets-quick-search {
  width: 205px;
  text-align: center;
  margin-bottom: 10px;
  clear:both;
  padding: 5px 5px 0px 10px;
}
#widgets-quick-search h2{
  float:right;
  padding-bottom: 0px;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:5px;
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:2px;
}
#widgets-quick-search select.form-select, #widgets-quick-search input.form-text, #widgets-quick-search input.form-file, #widgets-quick-search textarea.form-textarea, #widgets-quick-search label.option {
  margin-top:0!important;
  background:#FFF!important;
}

#widgets-quick-search fieldset {
	padding-top: 20px;
	margin: 0!important;
}

/* All IE only selectors */
#widgets-quick-search fieldset legend {
	margin-bottom: 20px;
}

#widgets-quick-search div.form-item {
	/* float: left; */
	width: 205px;
	clear: both;
	padding-top: 5px;
	*padding-top: 10px;
}
.ie7 #widgets-quick-search div.form-item {
	margin-top:10px;
	}

#widgets-quick-search div.form-item label {
	width: 100px;
	margin-right:5px;
	float: left;
	font-size:11px;
	text-align: right;
	background: none !important; /* Kills any background annoyances with labels (Should be moved to forms.css) */
}

#widgets-quick-search div.form-item label[for="edit-City"]{
	font-size:11px!important;
}
#widgets-quick-search div.form-item label[htmlFor="edit-City"]{
  font-size:11px!important;
}

#widgets-quick-search div.form-item input{
	float: left;
	width: 94px;
	*width: 94px;
	margin-right:5px;
	font-size:11px;
	text-align:left;
	text-align: right!important;
	border:1px solid #999999;
}

#widgets-quick-search div.form-item select, #widgets-quick-search div.form-item textarea {
	width: 94px;
	text-align: center!important;
	float: left;
	font-size:11px;
	text-align:left;
	border:1px solid #999999;
	border-right:none;
	background:#F4F4F4;
}

#widgets-quick-search div.form-item .description {
	float: left;
	width: 150px !important;
	margin-left: 10px;
}

#widgets-quick-search div.SaleStatusID .form-item {
	clear: none;
}

#widgets-quick-search div.SaleStatusID .form-item .form-item label {
	width: 70px !important;
	margin: 0 !important;
	text-align: left;
}

#widgets-quick-search div.SaleStatusID .form-item .form-item label input {
	margin-right: 5px !important;
}

#widgets-quick-search .form-submit {
	float:right;
	margin-top:5px !important;
	margin-right:5px;
}

#widgets-quick-search fieldset.visitor-register {
	padding-top: 0;
	_width: 90%;
	display: block;
	position: relative;
	top: 20px;
}
/* Daily email alert widgets */

#widgets-daily-email-alert a img {
  width: 220px;
  height: 63px;
  background-color: white;
}

#widgets-daily-email-alert {
  padding-bottom: 20px;
}

/***** TOUTS *****/
.touts a {
	display:block;
	margin-bottom:5px;
}
/***** TOUTS *****/


/** Agent List **/
table.agent-short-table-left {
  width: 48% !important;
  clear: both !important;
  float: left !important;
}
td.agent-short-cell-left{
  width: 90px;
}

table.agent-short-table-right{
  clear: none !important;
  float: left !important;
  margin-left: 2%;
  padding: 5px;
  width: 48% !important;
}

/** HELP MENU **/
.helpmenu{
  display:block;
	width:700px;
	margin:auto;
}
.helpmenu h3{
  font-size:20px;
	text-align:center;
	text-transform:uppercase;
}
.helpmenuitem1{
  width:350px;
	float:left;
	text-align:center;
}
.helpmenuitem2{
  width:350px;
	float:left;
	text-align:center;
}
.helpmenu a{
  display:block;
	padding-top:20px;
	color:#FF0!important;
	font-weight:bold;
	width:350px;
	font-size:14px;
	height:155px;
}
.helpmenu a:hover{
  text-transform:uppercase;
	text-decoration:none;
}
.helpmenuitem1 a{
  background:url(../images/quickstart.jpg) no-repeat;
}
.helpmenuitem2 a{
  background:url(../images/help.jpg) no-repeat;
}

/* Visitor Report */

.reporttitle{
	text-align:center;
	background:none!important;
	float:left;
}
.titletotal{
  color:#6C0;
	font-size:30px;
	padding:0px 5px 0px 5px
}
.reportoption{
  border:1px solid #999;
	text-align:center;
	width:auto!important;
	float:right;
	margin-right:5px;
	padding:5px 10px 5px 10px;
}
.reportoption td{
  padding:10px 5px 10px 5px;
}
.reportoptionheading{
	font-size:12px;
	font-weight:bold;
}
.reportoptionheading select{
  width:200px!important;
	margin-left:10px;
}
#periodType{
  width:auto;
  padding:0px 5px 0px 5px;
}
.reportheader{
  color:#000;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	background:#E7E4D3;
	border:1px solid #999;}
.reporttime{
  color:#1E52C0;
	font-size:11px;
	text-transform:uppercase;
	background:#F3F3F3;
}
.reportclient{
  background:#FFF;
}
.reportclient a{
  color:#1E52C0;
	font-size:11px;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
}
.reportclient a:hover{
  color:#3A3A3A;
	text-decoration:none;
}
.reportclient a:visited{
  color:#1E52C0;
}
.reportproperty a, .reportdata a{
  color:#1E52C0!important;
	font-size:10px;
	display:block;
	background:#F3F3F3;
	text-transform:uppercase;
}
.reportproperty a:hover, .reportdata a:hover{
  color:#1E52C0;
	background:#9F0;
	text-decoration:none;
}
.reportproperty a:visited, .reportdata a:visited{
  color:#1E52C0;
}


/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
 
.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}
 
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
	background-color:#C0C0C0;
	color:#000000;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

#addthis{
  float:right;
  padding:10px;
}


/* HELP menu item*/

div.helpmenu h3 {
  display: none;
}


/* calculators */

#calculators_static_page img{
  display: none;
}


/*****DripMail Editor*****/
#dripmailbody textarea, #dripcontacts {
  width:620px;
}
#dripfrequency, #dripgroupsclients, #dripstartdate, #dripname, #driptemplate, #driptitle {
  width:230px;
}
#dripname input, #driptitle input, #dripstartdate input, #driptemplate input, #dripfrequency input, #dripgroupsclients input, #driptemplate select, #dripgroupsclients select, #dripfrequency select{
  width:180px;
}
#multiActionForm .clientms a{
  color:#134576;
}
/*
.addSched a {
  background:#f5f0d2;
}
*/
#dripstartdate img {
  width: 20px;
  height: 20px;
}


/* Widgets related changes*/
#wsidebar_right img, #frontpage_right img, #frontpage_left img{
  max-width: 220px;
}

/*Feature  */

div.widgets-featuredListings img {
  width: 200px;
} 
.block .widgets-featuredListings ul{
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}
#nodeContent .widgets-featuredListings ul li{
	list-style-type:none!important;
}

/*Property Map bugfix */

#nodeContent #mapTools ul,#nodeContent  #mapTools ul li{
  list-style:none !important;
}
/****************************1014 2010 GMAP SEARCH2 DONE BY SANHO**************************************/
#nodeContent {
	position: relative;
}
.node #gmapSearch2 .maparea {
	overflow: hidden;
	width:720px;
	padding:10px 0px 0px 10px;
}
#gmapSearch2 #mapTools ul {
	overflow: hidden;
	padding: 0px;
}
#gmapSearch2 #mapTools ul li a span {
	padding-top: 5px !important;
}
#gmapSearchList {
	margin: 0px !important;
}
#gmapSearchList .viewStreet{
	height:30px;
}
#gmapSearch2 #filterTools ul{
	overflow: hidden;
	padding: 0px;
	width: 185px !important;
}
#gmapSearch2 #filterTools ul li a span {
	padding-top: 5px !important;
}
#gmapSearch2 div.PropertyShowList ul li {
	padding: 5px !important;
	list-style: none !important;
}
#gmapSearch2 .filter #filterTools ul li {
	list-style: none !important;
}
#gmapSearch2 #nodeContent .PropertyShowList ul li {
	list-style: none !important;
}

#propertyMap #mapTypeControl{
	padding-top:5px;
}

#mapTypeControl a.streetviewlink {
background: url('/base_imgs/viewstreetred.png') no-repeat;
padding-left: 25px;
height: 26px;
line-height: 26px;
margin-top: -5px;
}

/****************************1018 2010 Style fixes for the Property Details page DONE BY SANHO**************************************/
#propAgent h2 {
margin-top:0px;
}
#propAgentInfoImage {
	/*border: 1px solid red;*/
	float: left;
	margin: 0px !important;
	margin-top: 10px !important;
}
#propAgentInfoDetails {
	/*border: 1px solid blue;*/
	width: auto !important;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
#propAgentInfoDetails .agentDetails {
	width: auto !important;
}
.agentDetails img {
	position: relative;
	top:5px;
	margin-right: 5px;
}
/**********1026 2010 FIX IE7 ISSUE **********/
.ie7 #propertyActions {
	clear: none !important;
}
/***************************(1027 2010 G-MAP1)************************/
#gmapSearch_main #gmapSearchList {
	margin-top: 550px !important;
}
#gmapSearch_main #gmapSearchSaleLease {
}
.ie7 #gmapSearch_main #gmapSearchList {
	margin-top: 120px !important;	
}

/***********1029 2010 FIX STYLE ISSUE FOR SALE & RENT*************/
#gmapSearch2 h2 {
	font-size: 16px;
}

#gmapSearch2 div.filter .form-item .option input, #gmapSearch2 div.filter .form-item .option1 input {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;

}
#gmapSearch2 div.filter .form-item {
	clear: both;
}
#gmapSearch2 div.filter .sale_rent .form-item {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none !important;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
#gmapSearch2 div.filter .form-item .option, #gmapSearch2 div.filter .form-item .option1 {
	width: auto;
	padding: 0px;
	margin: 0px;
}
#gmapSearch2 div.filter .sale_rent .form-item input {
	border: 0px;
}
#gmapSearch2 div.filter .form-item .bedrooms-select, 
#gmapSearch2 div.filter .form-item .bathrooms-select {
	float:left;
	margin-right:10px;
	width:65px;
}
#gmapSearch2 #filterTools ul {
	clear: both;
}

/*******FIX IE7 #agent #agentinfo********/
.ie7 #agent #agentinfo {
	width: auto !important;
}
/**********1101 2010 Home Icon for G_map_search2*******************/
#gmapSearch2 div.pager{
	text-align: right;
	clear: both;
}
#gmapSearch2 .pager span.pager-list a {
	padding: 5px;
}

#creaFrameOfficeListings {
  width:700px;
  height:700px;
}
#creaFrameAgentListings {
  width:700px;
  height:700px;
}
/***1203 2010 Register captcha*****/
#visitor_register div div.form-item input {
	width: 250px !important;
}
#visitor_register .form-standard fieldset div.legend {
	text-align: center !important;
}
#visitor_register .form-standard fieldset .form-item {
	padding-left: 0px;
	width: 100%;
}
#visitor_register div div.form-item label {
	width: 250px !important;
	text-align: right !important;
}
#visitor_register div div.form-item div.description {
	padding: 0px;
	margin: 0px;
	padding-left: 255px !important;
	font-size: 10px !important;
	
}
#visitor_register div div.form-item .option input{
	width: auto !important;
}
#visitor_register div div.form-item .option input {
	margin-left: 255px;
	margin-right: 5px;
}
#visitor_register div p {
	margin-left: 0px;
}
#visitor_register div div.form-standard ul li {
	list-style: none !important;
}
#visitor_register div div.form-standard div.captcha-fieldset {
	background: #F2F2F2;
	padding-top: 10px;
}

/***1206 2010 Register captcha*****/
#visitor_register div div.form-standard p {
	padding-bottom: 10px;
}
#visitor_register div div.form-standard ul {
	padding-left: 15px;
	padding-bottom: 10px;
}
#visitor_register div div.form-standard ul li {
	list-style: disc !important;
}

/******0124 2011 Theme testing*********/
.ie7 #menu ul li {
	margin-top: 0px !important;
}
div.form-standard div.form-item-big {
	width: 90% !important; 
}
div.form-standard fieldset div.form-item div.mediumbox {
}
div.form-standard fieldset div.form-item {
	width: 90%;
}
div.form-standard fieldset div.form-item div.mediumbox select {
	width: 95% !important;
}
div.form-standard fieldset div.form-item div.tickbox input.smallitem {
	border: 0px;
}
div.form-standard fieldset div.form-item div.bigbox input
 {
	border: 0px;
}
#form-standard div.form-standard div.formsection {
	float: none;
	overflow: hidden;
	padding-left: 20px;
}
#form-standard div.form-standard div.formsection div.form-item {
	width: 18em;
	margin: 0px;
	
}
#form-standard div.form-standard div.formsection div.form-item select {
	width: 95% !important;
}
/*************/
div.form-standard .form-standard .appointment1 div.form-item-sm {
	margin-left: 0px;
	padding-left: 20px;
}
div.form-standard .form-standard .appointment2 div.form-item {
	margin-left: 0px;
	padding-left: 20px;	
}
div.form-standard .form-standard .appointment3 div.form-item-big div.form-item-big {
	margin-left: 0px;
	padding-left: 20px;	
}
div.node div.form-standard .form-standard .appointment2 div.form-item {
	width: auto;
}
.ie7 div.node div.form-standard .form-standard .appointment2 div.form-item select {
	width: 100px !important;
}
div.node div.form-standard .form-standard .appointment3 div.form-item-big input {
	width: 25% !important;
}
div#nodeContent div.content-wrapper div.node .form-standard fieldset div.form-item-big {
	margin-left: 0px;
	padding-left: 20px;
	width:100%!important;
}
div#nodeContent div.content-wrapper div.node .form-standard fieldset div.form-item-expand {
	margin-left: 0px;
	padding-left: 20px;	
}
#node-form div#dreamHomeForm fieldset div.form-item {
	float: left;
	width: 25%;
	margin-left: 0px;
	padding-left: 20px;
}
#node-form div#dreamHomeForm fieldset div.form-item input {
	width: 85% !important;
}
#node-form div#dreamHomeForm fieldset div.field-textarea {
	width: 85% !important;
	height: auto;
}
#node-form div#dreamHomeForm fieldset div.captcha input {
	display: block;
	width: 25%;
}
/******/
#node-form div div.form-standard fieldset div.form-item {
	float: left;
	width: 25%;
	margin-left: 0px;
	padding-left: 20px;
	height: 40px;
}
#node-form div div.form-standard fieldset div.form-item input {
	width: 85% !important;	
}
#node-form div div.form-standard fieldset div.form-1-column div.form-item {
	width: 85%;
	height: auto;
}
#node-form div div.form-standard fieldset label.option {
	background: none !important;
}
#node-form div div.form-standard fieldset label.option input {
	margin-right: 3px;
}
#node-form div div.form-standard fieldset div.form-item-big div.form-item-big input {
	width: 25% !important;	
}
#node-form div div.form-standard fieldset.form-2-columns div.form-item-location{
height:auto;
} 
#node-form div div.form-standard fieldset.form-2-columns div.form-item-location select{
overflow:auto;
}
#node-form div div.form-standard fieldset.form-2-columns div.form-item-require {
width:250px;
height:auto;
}
#node-form div div.form-standard fieldset.form-2-columns div.form-item-require textarea{
border:1px solid #999;
}
#node-form div div.form-standard fieldset.form-2-columns div.form-item-location select {
	width: 40% !important;
}
#node-form div div.form-standard fieldset.form-2-columns div.form-item-require textarea {
	width: 80% !important;
}
#node-form div div.form-standard fieldset div.tickbox input.smallitem {
	width: auto !important;
}
#node-form div div.form-standard fieldset div.option {
	width: 48%;
}
#node-form div div.form-standard fieldset div.option input.form-checkbox {
	margin-right: 3px;
}
#FreeReport-form div div.form-standard div#reportType div.form-item {
	width: 45% !important;
}
#FreeReport-form div div.form-standard fieldset div.form-item {
	margin-left: 0px;
	padding-left: 20px;
}
/********/
#node-form div div.form-standard fieldset div.form-item-details {
	margin-left: 0px;
	padding-left: 20px;
}
#node-form div div.form-standard fieldset div#langList div.languages input {
	border: 0px !important;
}
#node-form div div.form-standard fieldset div.form-item-details textarea {
	width: 100%
}
#node-form div div.form-standard fieldset div.form-item-details div.option input#edit-agreement_consent {
	border: 0px;
}
form.form-standard fieldset div.form-item-custom div.tickbox-f input.smallitem {
	border: 0px;
}
form.form-standard fieldset div.form-item-custom select {
	width: 45%;
}
form.form-standard fieldset div.form-item-custom label input#displayOther {
	border: 0px;
}
form.form-standard fieldset div.form-item-custom input#manual {
	border: 0px;
}
form.form-standard fieldset div.form-item-custom {
	margin-left: 0px;
	padding-left: 20px;
}
#periods table.reportoption tr td select {
	width: auto !important;
	padding: 0px;
}
#periods table.reportoption {
	width: 100% !important;
}
#menu_edit_item_form div div.editicon div.form-item div.form-item {
	overflow: hidden;
	float: left;
	width: 10%;
	height: 50px;
}
#menu_edit_item_form div div.editicon div.form-item div.form-item label.option input.form-radio {
	width: auto;
}
#multiActionForm table.clientms tr {
	background-color:#E6E6E6 !important;
}
#schedule-edit-form div div#scheduleform div#dripmailbody div.form-item div.description {
	display: block;
	padding-top: 5px;
}
table#flashbanner_gallery_table tr td {
	border: 1px solid #b5b5b5;
}
table#flashbanner_gallery_table tr td a {
	padding-left: 29px;
}
#ProtectedPropertyDetails_settings div div.form-item div.form-item {
	margin: 0px;
	height: auto;
	overflow: hidden;
}
#ProtectedPropertyDetails_settings div div.form-item div.form-item label.option {
	width: auto;
	padding: 0px;
}
#nodewords_frontpage_settings div div.form-item div.description {
	display: block;
	padding-top: 5px;
}
#residential_search .search_form_custom div.form-item input {
	width: 80px;
}
.ie7 .residential-legend #residential_search .search_form_custom div.form-item input {
	width: 73px;
}
#periods0 table.reportoption tr td select{
	width: auto !important;
}
div.form-standard .form-standard .appointment1 div.form-item-sm {
	width: 30%;
}
div.form-standard .form-standard .appointment1 div.form-item-sm input {
	width: 90%;
}
/***0125 theme testing***/
div#agent_profile_details div.agent_bio {
	width: 100%;
}
.form-standard div#roomDescriptionBox div.deleteroom_box {
	width: 90%;
	margin: 0px;
}
.form-standard div.form-item-custom input {
	width: 85%;
}
.form-standard div.form-item-custom input#manual {
	width: auto;
}
.form-standard div.form-item-custom textarea {
	width: 85%;
}
.ie7 div#propertyActions ul {
	float: none;
}
.resizable-textarea .grippie {
	clear: both;
}
.contact_info form#add_edit_notes .form-submit {
	margin-top: 17px;
}
.residential-legend #residential_search .search_form_custom div.form-item input.search-submit {
	padding: 0px;
	padding: 2px;
}
/****0127 2011 *****/
form.big div.single {
	float: left;
	width: 33%;
}
form.big div.column {
	background: #f2f2f2;
	padding: 10px;
}
form.big div.single input, 
form.big div.single select {
	width: 80%;
}
form.big div.single label {
	display: block;
}
form.big div.triple {
	clear: both;
	padding-top: 50px;
	text-align: center;
}
/**0128 2011**/
form.form-standard fieldset div.form-item-big {
	width: 30% !important;
}
form.form-standard fieldset div.form-item-expand {
	width: 80%;
}
#node-form div div.form-standard .form-1-column div.form-item-expand input {
	width: 80%;
}
.ie7 form#node-form div div.node-form fieldset div.form-item div.description, 
.ie8 form#node-form div div.node-form fieldset div.form-item div.description {
	display: block;
	padding-top: 5px;
}

form#ThemeManagerUI_configure div fieldset div.form-item {
	height: 230px;
}
form#ThemeManagerUI_configure div fieldset div.form-item label.option {
	width: auto;
	margin: 0px;
	padding: 0px;
}
form#ThemeManagerUI_configure div fieldset div.form-item label.option input {
	float: left;
}
form#ThemeManagerUI_configure div fieldset div.form-item div.thumb {
	clear: both;
}
form#ThemeManagerUI_configure div fieldset.collapsible table div.form-item{
	height: auto;
}
form#ThemeManagerUI_configure div fieldset.collapsible table tr td {
	padding-left: 10px;
}

/*hide office contact data on the page agent_find and add style for contact data under the office name*/
.agent-list #broker-infobox h3,
.agent-list #broker-infobox h4 {
	display:none;
}

#headerOfficeName p{
	font-size:0.7em;
	margin:0.5em 0;
}


.widgets-featuredListings{
	clear:both;
}

/*Question */

#ask_questions_widget_form{
	 background-color: #EEEEEE!important;
  margin:25px 0px 0px 0px;
	padding-top:2px;
  width:700px;
	clear:both;
}
#ask_questions_widget_form h2{
	padding-left:5px;
}
#ask_questions_widget_form .form-item{
  margin:0;
}
#ask_questions_widget_form .form-item input{
border:1px solid #999999;
}

#ask_questions_widget_form .general-info .form-item{
  width:140px;
  float:left;
  margin:5px 0px 5px 5px;
}
.ie7 #ask_questions_widget_form #edit-phone{
 margin-left:-5px;	
}
#ask_questions_widget_form .captcha-info{
  padding:25px 0 15px;
}
#ask_questions_widget_form .captcha-info img{
  margin:0;
}
#ask_questions_widget_form #edit-cap_text{
  width:155px!important;
  margin-top:5px;
}
#ask_questions_widget_form input.form-submit{
  position:relative;
  top:-50px;
  left:565px;
}
#ask_questions_widget_form #captcha{
background-color: white;
float: left;
height: 80px;
margin: 0px 20px 0px 0px;
width: 220px;
}
#ask_questions_widget_form .captcha-info{
  width:425px;
  padding-left:275px;
}
#ask_questions_widget_form .general-info{
    width:300px;
    float:left;
    height:98px;
		padding:0px 0px 0px 5px;
}
#ask_questions_widget_form .messages{
    width:350px;
    float:left;
    height:93px;
    background-color:transparent;
		margin:-100px 0px 0px 310px;
		border:none;
}
#ask_questions_widget_form .messages textarea{
width:340px;
height:60px;
overflow:auto;
border:1px solid #999999;
}
/*Question on the sidebar */

#ask_questions_widget_form.narrowRegion .general-info {
    width:220px;
    padding-left:0;
		text-align:center;
		height:105px;
}
#ask_questions_widget_form.narrowRegion{
  margin:0px;
  padding-left:0;
 width:220px;
 text-align:center;
}
#ask_questions_widget_form.narrowRegion h2{
text-align:center;
}
#ask_questions_widget_form.narrowRegion .captcha-info{
    width:210px;
    padding: 0px 0px 20px 0px;
}
.ie7 #ask_questions_widget_form.narrowRegion .captcha-info{
		margin-right:10px;
}
#ask_questions_widget_form.narrowRegion .general-info .form-item{
  width:100px;
  margin:5px 0px 5px 5px;
}
#ask_questions_widget_form.narrowRegion .general-info input{
  width:80px;
}
#ask_questions_widget_form.narrowRegion .messages{
  width:220px;
	text-align:center;
	padding:0;
	margin:0;
}
#ask_questions_widget_form.narrowRegion .messages textarea{
  width:195px;
}
#ask_questions_widget_form.narrowRegion #captcha{
  width:200px;
  margin:0px 0px 10px 10px;
}
#ask_questions_widget_form.narrowRegion .captcha-info label{
  margin:0px 40px;
}
#ask_questions_widget_form.narrowRegion .captcha-info #edit-cap_text{
	margin:0px 20px;
}
#ask_questions_widget_form.narrowRegion #captcha .form-item{
  margin:0px;
}
#ask_questions_widget_form.narrowRegion #captcha img{
  max-width:200px;
}
#ask_questions_widget_form.narrowRegion input.form-submit {
  top:-17px;
  left:0px;
}

/*question on the frontpage_center*/
#frontpage_center #ask_questions_widget_form.narrowRegion{
width:460px;
}
#frontpage_center #ask_questions_widget_form.narrowRegion .general-info, #frontpage_center #ask_questions_widget_form.narrowRegion .messages {
	width:460px;
	float:none;
}
#frontpage_center #ask_questions_widget_form.narrowRegion .captcha-info{
	text-align:center;
	 width:auto;
	 padding:10px 12px 0;
}
#frontpage_center #ask_questions_widget_form.narrowRegion input.form-submit{
	left:105px;
	top:-50px;
}
#frontpage_center #ask_questions_widget_form.narrowRegion .general-info .form-item {
	width:222px;
}
#frontpage_center #ask_questions_widget_form.narrowRegion .general-info input{
	width:190px;
}
#frontpage_center #ask_questions_widget_form .messages textarea{
	width:416px;
}
#frontpage_right #ask_questions_widget_form.narrowRegion{
width:218px;
}
#footer_region #ask_questions_widget_form{
	margin:0 auto;
}
#footer_region #ask_questions_widget_form input.form-submit{
	left:255px;
}


.form-item .description{
	font-size:12px;
}

.contact_homelife-list, td.menu-disabled, div.ProtectedPropertyDetailsReportList td, div.ProtectedPropertyDetailsReportList tr.odd td, 
div.ProtectedPropertyDetailsReportList tr.even td, #gmapSearchList div.odd, .reportoption{
	background-color:transparent;
}

div.ProtectedPropertyDetailsReportList td{
	font-size:12px;
}
div.ProtectedPropertyDetailsReportList ul{
	padding:0;
}
#nodeContent div.ppdReport ul.reportList li{
list-style:none!important;
list-style-type:none!important;

}
.clientms td{
	color:#333;
}

#flashbanner_add ul{
	list-style-type:none!important;
	list-style:none!important; 
}

#flashbanner_add li{
	background-image:none;
	color:#f6f6f6;
	list-style-type:none!important;
	list-style:none!important;
}

#BubbleInfo .details{
	color:#333;
}

#gmapSearch2 .save-search-container{
  position:relative;
  top:-10px;
margin:0;
}
.agnet_info_img {
	background: url(../images/info_ver2.jpg) no-repeat;
}

/**
 * RateHub Affiliate styles
 */
.ratehub-calc * {
  font-family: Arial, Helvetica, sans-serif;
}


#contact_agent_form fieldset{
  border:1px solid #e3e3e3;
  background:none;
}
#contact_agent_form legend{
  font-size:16px;
}


/*intranet control panel page*/
.category ul li a{
  color:#0F0F0F;
}


/*blog comment*/
#comment_form .form-item label.option{
  float:none;
	padding:0;
	margin:0;
}
#comment_form .form-item .form-item{
margin:0;
}

/*youtube widget*/
#youtube_video_widget_form p.video_default{
  color:#000;
}
#youtube_video_widget_form iframe{
	margin-bottom:15px;
}
 #wsidebar_right #youtube_video_widget_form iframe, #frontpage_left #youtube_video_widget_form iframe {
    width:218px;
    height:auto;
 }
 #frontpage_right #youtube_video_widget_form iframe {
    width:213px;
    height:auto;
 }
 #frontpage_center #youtube_video_widget_form iframe {
    width:458px;
    height:300px;
 }
 #content_bottom_region #youtube_video_widget_form iframe, #content_top_region #youtube_video_widget_form iframe,
 #footer_region #youtube_video_widget_form iframe{
 width:500px;
 height:337px; 	
 }
  #content_bottom_region #youtube_video_widget_form, #content_top_region #youtube_video_widget_form{
  	width:500px;
		margin:0 auto;
  }
 
 #youtube_video_widget_form h2.video_title{
 	margin:5px 0px;
	text-align:center;
 }
  #wsidebar_right  #youtube_video_widget_form h2.video_title{
  	text-align:right;
  }
#language_translator_widget_form{
	margin:10px auto;
	width:180px;
}	

.youtube-channel-link, .widgets-daily-email-alert{
	text-align:center;
}

#frontpage_center .widgets-text-widget, #content_top_region .widgets-text-widget, #content_bottom_region .widgets-text-widget{
  clear:both;
}

h1.title{
  clear:both;
}

.widget h2{
  clear:both;
}
#frontpage_right .widgets-city-links, #wsidebar_right .widgets-city-links, #footer_region .widgets-city-links{
	text-align:left;
}

body .widgets-city-links .citylinks_links{
  margin-left:2em;
	margin-top:5px;
}

#frontpage_center img{
	max-width:460px;
}

/*Quick Button for Agents*/ 
#frontpage_center .widgets-QuickButtonsForAgent .hBtn img{
	width: 218px;
}


