/**
 * colors
 */
.body-background-color { background: #008579; }
.body-background-color-print { background: #ffffff; }
.default-background-color {background-color: #ffffff;}
.content-title-color {color: #024e32; }
.content-highlight {background-color: #024e32;}
.seo-text-color {color: #024e32; }
.property-search-background-color {background-color: #fde4d7;}
.disabled-color {color: #666666;}
.navy {color: #000080};
.white-text {color: #ffffff;}
.red-text {color: #ff0000;}
.search-nav-image {background-image:url(../img/bre_gradient.gif);}
.error {
	color: red;
	font-size: 10px;
	font-weight: bold;
}
.search-result-background {background-color: #bcebd3;}
.search-result-title-background {background-color: #024e32;}

/**
 * fonts
 */
.default-font {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: 300;
}
.font-normal {font-size: 12px;}
.font-smaller {font-size: 10px;}
.font-smallest {font-size: 9px;}
.bold {font-weight: 700;}
.light-bold {font-weight: 600;}

.search-result-title-font {
	font-weight: bold;
	color: #ffffff;
}

/**
 * borders
 */
.page-border { border: 3px solid #cad8ca; }
.border-thin-black {border: 1px solid #000000;}
.border-property-search {border:1px solid #c0c0c0;}
.border-3d {
	border:1px solid #ffffff;
	border-right-color:#c0c0c0;
	border-bottom-color:#c0c0c0;
}
.border-search-result-image {border: 3px solid #90b397;}

/**
 * links
 */
.category-link {
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: 700;
}

/**
 * Styles
 */
.group-heading-left {
	color:#ffffff;
	background-color: #024e32;
	font-weight: 700;
	font-size: 12px;
	text-align: left;
}
.group-heading-center {
	color:#ffffff;
	background-color: #024e32;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}
.group-heading-no-bkg {
	color: #024e32;
	text-align: center;
	font-weight: 600;
}

/* Specials Panel (default.php page) */
#specPanelContainer { /* container for the specials */
	float: right;
	border-top:2px solid #25768b;
	background:#e3f2e4;
	width:165px;
	text-align:center;
	margin-left: 5px;
	margin-right: 3px;
}
#specPanelContainer h2 { /* heading of the specials container that says "Specials" */
	border-bottom:2px solid #fff;
	font-weight:600;
	color:#fff;
	margin:0;
	padding:7px 5px;
	background:#90b397;
	font-size: 12px;
}
#specImg {  /* the container that the specials images are rotated through */
	border:3px solid #c9ddcb;
	margin:2px;
}
#specBody {  /* the container where the property name is displayed right below the img */
	text-align: center;
	padding: .2em 0 .2em 0;
	height: 2.2em;
	overflow: hidden;
}
#specName {  /* the name of the property */
	color:#25768b;
	font-weight:600;
}
#navBox{  /* container of the navigation controls */
	background:#cfe2d1;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#navBox img{ /* img container of each of the navigation controls */
	border:2px solid #cfe2d1;
	padding-top: 2px;
}
#specText{ /* box containing the description of the special */
	border-top:1px solid #25768b;
	border-bottom:1px solid #25768b;
	background:#ecf9ed;
	padding:5px;
	height: 13.5em;
	text-align:left;
	overflow: hidden;
}
#moreInfo{ /* bottom container with the More Info... link */
	padding:5px;
	background:#cfe2d1;
}
/* end: specials panel */

/**** begin: popup panel ****/
.popupPanel {
	border:3px solid #25768b;
	width: 400px;
	text-align:center;
	position:absolute;
	top: -9999px;
	left:-9999px;
	z-index:100;
}
.popupPanelHeader {
	border-top: 2px solid #90b397;
	background-color: #90b397;
	font-weight:700;
	color: #000000;
	text-align:center;
	background-image: url(../img/bre_gradient.gif);
}
.popupPanelBody {
	border-top: 1px solid #90b397;
	background-color: #ecf9ed;
	font-weight:300;
	color: #000000;
	text-align:left;
}
.popupPanelFooter {
	border-top: 1px solid #90b397;
	background-color: #cfe2d1;
	color: navy;
	text-align:center;
}
/**** end: popup panel ****/
