/*headlines*/
.large24head {
	color: #94C23B;
	font-size: 20px;
	line-height:20px;
}

.largehead {
	color: #94C23B;
	font-size: 18px;
}

.midhead {
	color: #55B7D1;
	font-size: 13px;
	font-weight:bold;
} 

.smallhead {
	color:#94C23B; 
	font-weight:bold;
	font-size:13px; 
	line-height:15px;
} 

/*text*/
.smalltext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:13px;
}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	text-align:justify;
	line-height:17px; 
}

.plaintext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	line-height:16px;
}

/* pics  */
.thumb {
	border: 1px solid #55B7D1;
}
 
.thumb:hover {
	border: 1px solid #94C23B;
}

/*forms*/
input.gobtn {
	background-color:#55B7D1; 
	font-weight: bold; 
	font-size: 9px; 
	color: #FFFFFF;
	padding: 1px;
}

select.box {
	width: 150px;
	margin-left:20px;
}

select.100 {
	width: 85px;
	font-size: 10px;
	margin: 2px;
}

input.85 {
	width: 85px;
	font-size: 10px;
	margin: 2px;
}

input.40 {
	width: 40px;
	font-size: 10px;
	margin: 2px;
}

/* client center */
table.cart {
	padding: 2px 1px 5px;
	width: 100%;
	background-color: #F8F8FF;	
	border: 1px double #663333;
}

/* style boxes*/
.rightBox{
	border:0;
	font-size:10px;
	font-weight:normal;
}
.rightBoxHead {
	color: #55B7D1;
	font-size: 13px;
	font-weight:bold;
}

/*detail page*/
/*.postarea {width:100%;overflow:hidden;float:left;display:inline;margin:0;padding:0;}
.postarea table {width:100%;border:0;}*/

/* /////////////////
interactive map styles
///////////////////*/

/*main overlay panels*/
.infobox{
	border: 1px solid #575757;
	font-size: 11px;color:#000;
	padding: 7px;
	background-color:#eeebd0;
}

.alertbox{
	font-size: 11px;
	color:#000;
	background-color:#FFF;
	border: 1px solid #f05002;
}

/*main page tabs (MAP, DETAILS, FAVORITES, HELP)*/
.maintabs{
	font-weight: bold; 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border:none;
	vertical-align:bottom;
}

.maintabs li a{
	color: #fff;
	background:url(http://www.greenrealestatecenter.com/wp-content/themes/green/images/tab.png);
}

.maintabs li a:hover{
	color: #fff;
	background:url(http://www.greenrealestatecenter.com/wp-content/themes/green/images/tabbg_orange.png);
}
.maintabs li.selected a{
	color: #fff;
	background:url(http://www.greenrealestatecenter.com/wp-content/themes/green/images/tabbg_orange_selected.png);

}


/*toolbars*/
.focusbar{
	border-bottom:solid 1px #575757;
	color:#000;background-image:none; 
	background-color:#C6DE8C;
}

.focusbar_head{
	color:#544747;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.focusfields{
	font-size:11px;
	color:#000000;
	background-color:#f4e2cd;
}

.refinebar{
	border-bottom:solid 1px #575757;
	color:#000;
	background-image:none;
	background-color:#FFFFFF;
}
.refinebar_head{
	color:#544747;
	font-size:11px; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif;
}

/*main content wrapper*/
.content_style{
	border: 1px solid #575757;
}

/*page sub tabs */
a.tab{
	background-color:#eeebd0; 
	font-weight:bold;border:1px solid #575757;
	color:#1b1d1b;
	text-decoration: none;
}

a.tab:hover{
	border: 1px solid #575757;
	text-decoration: none;
	color: #e0d09d;
	background-color:#8eacc1;
	font-weight: bold;
}

a.stab{
	border:1px solid #575757;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	color:#e0d09d;
}

a.stab:hover{
	border:1px solid #575757;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	color:#e0d09d;
}

.detailLink{
	background-image:url(../images/site_assets/btn_details.gif);
	background-repeat:no-repeat;
	display:block;
	width:95px;
	height:19px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff
}
a.detailLink:link, a.detailLink:visited, a.detailLink:active, a.detailLink:hover {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

