/**
 * colors
 */
.body-background-color { background: #424c88 url(../img/bkgd.gif) top center repeat-x; }
.body-background-color-print { background: #ffffff; }
.default-background-color {background-color: #ffffff;}
.content-title-color {color: #121d6c; }
.content-highlight {background-color: #25768b;}
.seo-text-color {color: #000000; }
.property-search-background-color {background-color: #cfd1e0;}
.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: #cfd1e0;}
/*.search-result-background {background-color: #dee4fb;}*/
.search-result-title-background {background-color: #121d6c;}

/**
 * fonts
 */
.default-font {
	font-size: 12px;
	font-family: verdana,arial;
	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: none; }
/*.page-border { border: 3px solid #cad8ca; }*/
.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 #121d6c;}

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

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

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

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