/**
 * colors
 */
.body-background-color { background: #fcf8ef; }
.body-background-color-print { background: #ffffff; }
.default-background-color {background-color: #ffffff;}
.content-title-color {color: #71200e; }
.content-highlight {background-color: #25768b;}
.seo-text-color { }
/* .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/nav_back_green.gif);}
.error {
	color: red;
	font-size: 10px;
	font-weight: bold;
}
.search-result-background {background-color: #fcf8ef;}
.search-result-title-background {background-color: #FCD8A3;}

/**
 * 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;}
.font-title {font-size: 14px;}

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

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

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

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

/* Specials Panel (default.php page) */
#specPanelContainer { /* container for the specials */
	float: right;
	background:#fcd8a3;
	width:165px;
	text-align:center;
	margin-left: 5px;
	margin-right: 3px;
    border: 2px solid #71200e;
}
#specPanelContainer h2 { /* heading of the specials container that says "Specials" */
	font-weight:600;
	color:#71200e;
	margin:0 0 10px 0;
	padding:7px 5px;
	background:#f3a270;
	font-size: 12px;
}
#specImg {  /* the container that the specials images are rotated through */
	border:3px solid #f3a270;
	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:#71200e;
	font-weight:600;
}
#navBox{  /* container of the navigation controls */
	background:#f3a270;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#navBox img{ /* img container of each of the navigation controls */
    padding: 2px 2px 0 2px;
}
#specText{ /* box containing the description of the special */
	background:#fcd8a3;
	padding:5px;
	height: 13.5em;
	text-align:left;
	overflow: hidden;
    color: #71200e;
}
#moreInfo{ /* bottom container with the More Info... link */
	padding:5px;
	background:#f3a270;
}
#moreInfo a {
    color: #71200e;
    text-decoration: underline;
}

/* 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/nav_back_green.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 ****/
