/* 
    Document   : main.css
    Created on : Oct 26 2009, 11:37:01 PM
    Author     : sbabiy
    Description:
        This document defines the general styles for NewEnglandMoves.com
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*------------------------------------------------------------*/
/* Root Page                                                  */
/*------------------------------------------------------------*/
html {
  overflow-y: scroll;
  height: 100%;
}

table {
	font-size: inherit;
}

root { 
  display: block;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  margin: 0px;
  color: #404040;
  background-color: #95B7DC;
  height: 100%;
  font-size: 13px;
}

img {
  display:block;
  border: none;
}

h1 {
  color: #003366;
  font-family: Times New Roman,Times,serif;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 15px;
  margin: 0px;
  padding-top : 5px;
}

h2 {
  color: #003366;
  font-family: Times New Roman,Times,serif;
  font-size: 18px;
  font-weight: normal;
}

h3 {
  color:#000000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1.1em;
  font-weight:bold;
  margin-bottom:15px;
}

h4 {
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

table {
  border: 0px;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}

form {
  display: inline;
  margin: 0;
}

.clear { /* generic container (i.e. div) for floating buttons */
         clear: both;
}

a {
  color: #6699CC;
  text-decoration: underline;
}

a:link, a:visited {
  color: #6699CC;
  text-decoration: underline;
}

.printer_friendly {
  display: none;
}

/*------------------------------------------------------------*/
/* Basic Page Elements                                        */
/*------------------------------------------------------------*/
#header_wrapper {
  background-color: #003366;
  width: 100%;
}

#nav_wrapper {
  background-color: #6699CC;
}

#body_wrapper {
  background-color: #6699CC;
}

#footer_wrapper {
}

#header, #nav, #body, #footer {
  width: 1010px;
	margin: 0 auto;
	padding-left: 15px;
}

.container {
  position: relative;
}

#left_column {
  width: 785px;
}

#right_column {
  width: 180px;
  float: right;
  padding-right: 32px;
}

#center_column {
  width: 680px;
  float:  none;
  padding-right: 35px;
}

#header {
	background: url(../images/shadow_dark_l.jpg) repeat-y top left;
}

#header #left_column {
  background: url(../images/shadow_dark_r.jpg) repeat-y top right;
}

#header #right_column {
  width: 215px;
  padding: 0px;
  position: absolute;
  right: 20px;
  top: 0px;
}

#nav #left_column {
  background: url(../images/shadow_light_r.jpg) repeat-y top right;
}

#body {
  position: relative;
	background: url(../images/shadow_light_l.jpg) repeat-y top left;
}

#body #left_column {
  position: relative;
  background: url(../images/shadow_light_r.jpg) repeat-y top right;
  background-color: white;
}

#body #left_column .shadow_fix {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 20px;
  background: url(../images/shadow_light_fix.jpg) no-repeat top right;
}

#header p {
  color: white;
  text-align: center;
  padding: 0px 10px;
  font-family: Times New Roman,Times,serif;
  font-size: 1.4em;
  margin: 20px 0px 15px;
}

#header .banner img {
  width: 770px;
  height: 220px;
}

.interior_page #header .banner img, .interior_ext_page #header .banner img {
  width: 770px;
  height: 101px;
}

#header .contact_us_buttons {
  padding-top: 28px;
  padding-left: 10px;
}

.interior_page #header .contact_us_buttons, .interior_ext_page #header .contact_us_buttons {
	padding-top: 34px;	
}

#header .contact_us_buttons a {
	float: left;
	padding: 0px 4px;
}

#header .contact_us_buttons a img {
	display: inline;
}

#nav {
	background: url(../images/shadow_light_l.jpg) repeat-y top left;
}

#nav #left_column {
  height: 40px;
  position: relative;
  z-index: 1000;
}

#body_content {
  margin-right: 15px;
  min-height: 526px;
  height: auto !important;
  height: 526px;
  padding: 25px 20px;
  position: relative;
}

#body_content #layout {
  width: 100%
}

#body_content #left_sidebar {
  vertical-align: top;
}

#body_content #left_sidebar .container {
  padding: 5px 5px 5px 0px;
}

#body_content #page_body {
  vertical-align: top;
  width: 100%;
}

#footer {
  padding: 10px 35px 5px 35px;
  width: 960px;
}

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

#footer li {
  display: inline;
}


#footer a {
  color: #235BA6;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration:none;
  font-size: .85em; 
}

#footer .separator {
  padding: 0px 4px;
  color: white;
  font-size: .9em;
}

#footer .real_estate_links a {
  font-weight:bold;
}

#footer .menu {
  font-weight: bold;
}

#footer .menu.white a {
  color: white;
}

#footer .main_menu {
  padding: 10px 0px;
}

#footer .main_menu a {
  color: white;
  font-weight: bold;
  font-size: .95em;
}

#footer .main_menu .separator {
  padding: 0px 2px;
}

#footer .secondary_menu {
  float: right;
}

#footer .secondary_menu .separator {
  font-size: 1em;
}

#footer .copyright {
  padding-top: 15px;
  color: white;
  font-size: .8em;
}

#footer .copyright p {
  margin: 0;
}

.interior_page #header .banner, .interior_ext_page #header .banner {
  width: 770px;
  height: 101px;
  background: url(../images/banner_interior_road.jpg);
}

.interior_page #header .banner .logo_link {
  top: 13px;
  left: 18px;
  position: absolute;
}

.interior_page #header .banner .logo_link img {
  height: 72px;
  width: 118px;
}

.interior_page #nav_wrapper, .interior_ext_page #nav_wrapper {
  background: #487bba;
}

.interior_page #nav , .interior_ext_page #nav {
	background: url(../images/shadow_med_l.jpg) repeat-y top left;
}

.interior_page #nav #left_column, .interior_ext_page #nav #left_column {
  background: url(../images/shadow_med_r.jpg) repeat-y top right;
}

.interior_ext_page #body #left_column .shadow_fix {
  display: block;
}

.interior_ext_page #body #left_column {
  width: 100%;
}

.interior_ext_page #body #right_column {
  display: none;
	width: 0px;
}

.interior_page #body_content, .interior_ext_page #body_content {
  padding: 20px 15px;
  padding-top: 35px;
}

.interior_ext_page #body_content {
  padding-top: 20px;
  padding-right: 4px; 
}

.interior_page .homebase_link, .interior_ext_page .homebase_link {
  display: none;
}

.interior_page .mls_num_search_form, .interior_ext_page .mls_num_search_form {
  display: block;
}

/*------------------------------------------------------------*/
/* Common Page Elements                                       */
/*------------------------------------------------------------*/
.dotted_line {
  height: 1px;
  background-image: url('../images/border_dotted_h.gif');
  background-repeat: repeat-x;
}

.ac_over {
  background-color: #6699CC;
  color: white;
}

#tooltip {
	border: 1px solid gray;
	background-color: #ffffc4;
	padding: 3px;
	opacity: 1;
	max-width: 300px;
	font-size: 0.9em;
	color: #404040;
}

#tooltip h3 {
  font-size: 1em;
  font-weight: normal;
}

.no_results_found {
  color: #aeadad;
  font-size: 1.4em;
  font-weight: bold;
  height: 160px;
  padding-top: 70px;
  text-align: center;
}

.disclaimers {
  color: #A9A9A9; 
  font-family: Arial; 
  padding: 0px 0px 10px;
}

.disclaimers p {
  font-size: .9em;
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
}

.broker_info {
  color: #A9A9A9;
  font-family: Arial,Helvetica,sans-serif;
  font-size: .9em;
  font-weight: bold;
  padding-top: 15px;
}

.breadcrumb_menu ul {
  margin: 0px 0px 10px 0px;
  padding: 0;
  list-style-type: none;
}

.breadcrumb_menu li {
  display: inline;
}

.breadcrumb_menu .separator {
  padding: 0px 4px;
  font-size: .9em;
}

.paginator_side_panel a {
  color: #6699CC;
  font-weight: bold;
  text-decoration: none;
}

.paginator_side_panel a:hover {
  text-decoration: underline;
}

.mypage_links {
  color: #6699CC;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}

.mreis_idx_logo {
  float: left;
  margin: 16px 10px 16px 0px;
}

.mreis_eho_logo {
  float: right;
  margin: 17px 0px 0px 6px;
}

.sm_links {
	height: 58px;
	margin-top: 20px;
	padding-left: 4px;
	background: url("../images/ad_separator.gif") repeat-x left bottom;
}

.sm_links a {
	display: inline-block;
	float: left;
	padding: 0px 7px;
}


/*------------------------------------------------------------*/
/* Buttons                                                    */
/*------------------------------------------------------------*/
a.button {
  color: #71a607;
  display: inline-block;
  float: left;
  font-family: Times New Roman, Helvetica, Sans-serif;
  font-weight: bold;
  font-size: 15px;
  height: 31px;
  padding-right: 12px; /* sliding doors padding */
  text-decoration: none;
  background: transparent url('../images/btn_standard_bg.png') no-repeat scroll top right;
  cursor: pointer;
}

a.button span {
  display: block;
  line-height: 29px;
  padding: 0px 0 2px 12px;
  text-align: center;
  white-space: nowrap;
  color: #71A607;
  text-decoration: none;
  background: transparent url('../images/btn_standard_bg.png') no-repeat scroll top left;
}

a.button:hover {
  background-position: right -32px;
}

a.button:hover span {
  background-position: 0px -32px;
}

a.arrow {
  background: transparent url('../images/buttons/btn_arrowS.gif') no-repeat scroll top left;
  width: 29px;
  height: 29px;
  padding: 0px;
}

a.arrow span{
  line-height: 27px;
  padding: 0px;
  visibility: hidden;
  background: none;
}

a.arrow:hover {
  background: transparent url('../images/buttons/btn_arrowS_hover.gif') no-repeat scroll top left;
}

/* Center align a button (only works with fixed width buttons)*/
a.center {
  margin: 0 auto;
  text-align: center;
  display: block;
}

/* Fixed widths */
a.width_60 {
  float: none;
  width: 60px;
}

a.width_70 {
  float: none;
  width: 70px;
}

a.width_80 {
  float: none;
  width: 80px;
}

a.width_90 {
  float: none;
  width: 90px;
}

a.width_100 {
  float: none;
  width: 100px;
}

a.width_110 {
  float: none;
  width: 110px;
}

a.width_125 {
  float: none;
  width: 125px;
}

a.width_150 {
  float: none;
  width: 150px;
}

a.width_250 {
  float: none;
  width: 250px;
}

a.width_275 {
  float: none;
  width: 275px;
}


/*------------------------------------------------------------*/
/* Form Elements                                              */
/*------------------------------------------------------------*/
fieldset {
  margin: 0;
  padding: 20px 20px 10px 20px;
  border: none;
  position: relative;
}

input, textarea, select {
  font-family: arial, sans-serif;
  font-size: .9em;
}

legend {
  position:absolute;
  top: -1em;
  left: .5em;
  color: white;
  background: maroon;
  padding: .4em 1em;
  font-size: .8em;
}

label {
  font-weight: bold;
  text-align: left;
  color: #666666;
  font-size: .95em;
}

.field_with_hint {
  color: gray;
}

.form_row_compact {
  padding-bottom: 10px;
  white-space: nowrap;
}

.form_row_compact td {
  padding-bottom: 10px;
  vertical-align: top;
  white-space: normal;
}

.form_row_compact label {
  display: block;
}

.form_row_compact input {
}

.form_row_compact select {
  width: 200px;
}

.form_row_compact span {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  color: #666666;
  padding: 0px 10px;
}

.form_row_compact .hint {
  display: block;
  font-size: .75em;
  padding-left: 0px;
}

.form_row_compact.left_column {
  float: left;
  padding-right: 20px;
}

.form_row_expanded {
  padding-bottom: 13px;
  white-space: nowrap;

}

.form_row_expanded label {
  float: none;
  padding-bottom: 3px;
  margin-right: 5px;
}

.form_row_expanded .hint {
  padding-top: 3px;
  font-size: .75em;
  padding-left: 140px;
}

.form_row_expanded .hint_right, .form_row_compact .hint_right {
  padding-left: 2px;
  font-size: .75em;
}

.field_width_medium input, .field_width_medium select{
  width: 400px;
}

.form_row_compact.error label {
  color: red;
}

.form_row_compact.error input {
  border: 2px solid red;
}

.form_row_expanded.error label {
  color: red;
}

.form_row_expanded.error input, .form_row_expanded.error select {
  border: 2px solid red;
}

.form_row_checkbox_question {
	padding-top: 5px;
	padding-bottom: 10px;
}

.form_row_checkbox_question td {
	vertical-align: top;
	padding-top: 0px;
}

.form_row_checkbox_question td:first-child {
	padding-right: 7px;
	padding-top: 0px;
}

.form_row_checkbox_question input {
	margin: 0;
}

/*------------------------------------------------------------*/
/* Errors Styles                                              */
/*------------------------------------------------------------*/
#flash_notice {
  border: 1px solid green;
  padding: .5em;
  padding-left: 26px;
  margin-bottom: 1.2em;
  background: transparent url(../images/icon_success.png) no-repeat scroll 5px 6px;
  background-color: #CFC;
  font-weight: bold;
  font-size: 0.95em;
  color: #333;
}

#flash_warning {
  border: 1px solid #ccb051;
  padding: .5em;
  padding-left: 26px;
  margin-bottom: 1.2em;
  background: transparent url(../images/icon_warning.png) no-repeat scroll 5px 6px;
  background-color: #ffeeb1;
  font-weight: bold;
  font-size: 0.95em;
  color: #333;
}

#flash_error {
  border: 1px solid red;
  padding: .5em;
  padding-left: 26px;
  margin-bottom: 1.2em;
  background: transparent url(../images/icon_error.png) no-repeat scroll 5px 6px;
  background-color: #ffe5e5;
  font-weight: bold;
  font-size: 0.95em;
  color: #333;
}

.image_search #flash_error
{
  width:700px;
}

.fieldWithErrors {
    display: inline;
}

#errorExplanation {
    background-color:#FFEEEE;
    border: 1px solid red;
    margin: 0 0 15px;
    padding: 7px;
}

#errorExplanation h2 {
    background:url("../images/icon_error.png") no-repeat scroll 5px 6px #FFE5E5;
    border-bottom:1px solid red;
    color:#333333;
    font-size: 1em;
    font-weight:bold;
    margin: -7px -7px 1.2em -7px;
    padding:0.5em 0.5em 0.5em 26px;
    font-family: Arial,Helvetica,sans-serif;
}

#errorExplanation ul {
    margin: 5px 0px 5px 0px;
    padding-left: 40px;
}

#errorExplanation ul li {
    font-size: 1em;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
    font-size: 1em;
}

.fieldWithErrors label {
   color: red;
}

.fieldWithErrors input {
    border: 2px red solid;
}

.fieldWithErrors textarea {
    border: 2px red solid;
}

.fieldWithErrors select {
    border: 2px red solid;
}

.formError {
    color: red;
}


/*------------------------------------------------------------*/
/* System Error Page                                          */
/*------------------------------------------------------------*/
#system_error_page {
	text-align: center;
	padding-top: 100px;
}


/*------------------------------------------------------------*/
/* Tab Panel                                                  */
/*------------------------------------------------------------*/
.tab_panel, .tab_panel .panel_layout {
  width: 100%;
}

.tab_panel .tabs {
  height: 35px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: url('../images/tabs_body_tr.gif') no-repeat bottom right;
  padding-right: 10px;
}

.tab_panel .tabs td {
  padding: 0px;
  background:transparent url(../images/tabs_btn_li.gif) no-repeat scroll 0 0;
}

.tab_panel .tabs td.first {
  background:transparent url(../images/tabs_btn_fli.gif) no-repeat scroll 0 0;
}

.tab_panel .tabs a {
  background:transparent url(../images/tabs_btn_ri.gif) no-repeat scroll right top;
  display:block;
  float:left;
  height:35px;
  padding-right:8px;
  text-decoration:none;
  font-family: Times New Roman,Times,serif;
  font-size: 14px;
}

.tab_panel .tabs a:hover {
  text-decoration: none;
}

.tab_panel .tabs a span {
  display:block;
  line-height:28px;
  padding: 7px 7px 0px 12px;
  text-align:center;
}

.tab_panel .tabs .active a {
  background:transparent url(../images/tabs_btn_ra.gif) no-repeat scroll right top;
}

.tab_panel .tabs .active a span {
  color: #40668C;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height :25px;
  padding: 7px 7px 0px 12px;
  text-align: center;
}

.tab_panel .tabs td.active {
  background:transparent url(../images/tabs_btn_la.gif) no-repeat scroll 0 0;
}

.tab_panel .tabs td.first_active {
  background:transparent url(../images/tabs_btn_fla.gif) no-repeat scroll 0 0;
}

.tab_panel .lframe {
  width: 10px;
  margin: 0px;
  padding: 0px;
}

.tab_panel .body .lframe {
  background: url('../images/tabs_body_ml.gif') repeat-y top left;
}

.tab_panel .body .content {
  background: url('../images/tabs_body_mr.gif') repeat-y top right;
  padding: 15px 30px 15px 20px
}

.tab_panel .footer {
  height: 15px;
}

.tab_panel .footer .lframe {
  background: url('../images/tabs_body_bl.gif') no-repeat top left;
}

.tab_panel .footer .content {
  background: url('../images/tabs_body_br.gif') no-repeat top right;
  padding-right: 10px;
}

/*------------------------------------------------------------*/
/* Dotted Panel                                               */
/*------------------------------------------------------------*/

.dotted_panel .lframe, .dotted_panel .lframe img {
  width: 3px;
  margin: 0px;
  padding: 0px;
  height: 1px;
}

.dotted_panel .body .lframe {
  background: url('../images/border_dotted_v.gif') repeat-y top left;
}

.dotted_panel .body .content {
  background: url('../images/border_dotted_v.gif') repeat-y top right;
  padding: 15px 13px 15px 10px
}

.dotted_panel .header .lframe, .dotted_panel .footer .lframe {
  background: url('../images/border_dotted_h.gif') repeat-x top left;
}

.dotted_panel .header .content, .dotted_panel .footer .content {
  background: url('../images/border_dotted_h.gif') repeat-x top left;
  padding-right: 2px;
  padding-left: 2px;
  width: 100%;
}

/*------------------------------------------------------------*/
/* Sidebar Panel                                              */
/*------------------------------------------------------------*/
.sidebar_panel {
  width: 125px;
}

.sidebar_panel .lframe {
  width: 1px;
  margin: 0px;
  padding: 0px;
}

.sidebar_panel .body .lframe {
  background: url('../images/sidebar_panel_l.png') repeat-y top left;
}

.sidebar_panel .body .content {
  background: url('../images/sidebar_panel_r.png') repeat-y top right;
  padding: 7px 12px 7px 7px
}

.sidebar_panel .header .lframe {
  background: url('../images/sidebar_panel_tl.png') no-repeat top left;
}

.sidebar_panel .header .content {
  background: url('../images/sidebar_panel_tr.png') no-repeat top right;
  width: 100%;
  text-align: center;
  padding: 1px 12px 1px 7px;
  height: 17px;
  color: white;
  font-size: 11px;
  font-weight: bold;
}

.sidebar_panel .header .content_cms {
  background: url('../images/sidebar_panel_tr.png') no-repeat top right;
  width: 100%;
  text-align: center;
  padding: 1px 12px 1px 7px;
  height: 17px;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 1px;
}

.sidebar_panel .footer .lframe {
  background: url('../images/sidebar_panel_bl.png') no-repeat top right;
}

.sidebar_panel .footer .content {
  background: url('../images/sidebar_panel_br.png') no-repeat top right;
  height: 5px;
}


/*------------------------------------------------------------*/
/* Simple Panel                                               */
/*------------------------------------------------------------*/
.simple_panel {
  width: 100%;
}

.simple_panel .header {
  border: 1px solid #90b8e1;
  background: #6198d1;
  color: white;
  text-align: center;
  height: 17px;
}

.simple_panel .footer {
  border: 1px solid #90b8e1;
  background: #6198d1;
  color: white;
  text-align: center;
  height: 17px;
}

.simple_panel .body {
  border: 1px solid #d5d5d5;
  border-top: 0px;
}


/*------------------------------------------------------------*/
/* Dialog Box                                                 */
/*------------------------------------------------------------*/
#simplemodal-overlay {background-color:#000;}

#simplemodal-container a.modalCloseImg {
  background:url(/images/dialog_box_close_btn.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 27px;
  right: 27px;
  cursor: pointer;
}

#simplemodal-container a:hover.modalCloseImg {
  background-position: 0 -16px;
}

#dialog_box {
  display: none;
}

.dialog_box_panel {
}

.dialog_box_panel .lframe {
  width: 1px;
  margin: 0px;
  padding: 0px 0px 0px 24px;
}

.dialog_box_panel .body .lframe {
  background: url('../images/dialog_box_l.png') repeat-y top left;
}

.dialog_box_panel .body .content {
  background: url('../images/dialog_box_r.png') repeat-y top right;
  padding: 0px 25px 0px 0px;
}

.dialog_box_panel .body .content .container {
  background: white;
}

.dialog_box_panel .body .content .container .body {
  padding: 10px;
  padding-top: 15px;
}

.dialog_box_panel .body .content .container .buttons {
  padding-top: 5px;
  text-align: right;
}

.dialog_box_panel .body .content .container .button {
  margin-left: 5px;
}

.dialog_box_panel .header .lframe {
  background: url('../images/dialog_box_tl.png') no-repeat top left;
}

.dialog_box_panel .header .content {
  background: url('../images/dialog_box_tr.png') no-repeat top right;
  text-align: left;
  vertical-align: middle;
  padding: 21px 55px 0px 3px;
  line-height: 29px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}

.dialog_box_panel .footer .lframe {
  background: url('../images/dialog_box_bl.png') no-repeat top right;
}

.dialog_box_panel .footer .content {
  background: url('../images/dialog_box_br.png') no-repeat top right;
  height: 25px;
}

/*------------------------------------------------------------*/
/* Common Popups                                              */
/*------------------------------------------------------------*/
#which_location_popup p {
  margin-top: 0px;
}

/*------------------------------------------------------------*/
/* Floating Panel                                             */
/*------------------------------------------------------------*/
.floating_panel {
  position: absolute;
  z-index: 2000;
}

.floating_panel_header td {
  height: 20px;
}

.floating_panel_header td img {
  height: 20px;
  width: 13px;
}

.floating_panel_header .tr, .floating_panel_header .tl {
  width: 13px;
  background: url(../images/floating_panel_tl.png) no-repeat;
}

.floating_panel_header .tr {
  background: url(../images/floating_panel_tr.png) no-repeat;
}

.floating_panel_header .t {
  background: url(../images/floating_panel_t.png) repeat-x;
}

.floating_panel_header .t img {
  background: url(../images/floating_panel_tp.png) no-repeat;
  margin: 0 auto;
  width: 17px;
  height: 20px;
}

.floating_panel_body .l {
  background: url(../images/floating_panel_l.png) repeat-y;
}

.floating_panel_body {
  position: relative;
}

.floating_panel_body .body {
  background: white;
}


.floating_panel_body .close_button {
  position: absolute;
  top: 3px;
  right: 3px;
  background: url(../images/floating_panel_close.png) no-repeat;
  display: block;
}

.floating_panel_body .close_button a, .floating_panel_body .close_button img {
  display: block;
  width: 14px;
  height: 13px;
}

.floating_panel_body .r {
  background: url(../images/floating_panel_r.png) repeat-y;
}

.floating_panel_footer td {
  height: 13px;
}

.floating_panel_footer .br, .floating_panel_footer .bl {
  width: 13px;
  background: url(../images/floating_panel_bl.png) no-repeat;
}

.floating_panel_footer .br {
  background: url(../images/floating_panel_br.png) no-repeat;
}

.floating_panel_footer .b {
  background: url(../images/floating_panel_b.png) repeat-x;
}

/*------------------------------------------------------------*/
/* Share This Floating Panel                                  */
/*------------------------------------------------------------*/
.share_property_wrapper {
  display: inline;
  position: relative;
}

.share_property_wrapper .floating_panel {
  width: 243px;
  top: 5px;
  left: -95px;
  display: none;
}

.share_property_wrapper .floating_panel .header .t img {
  margin: 0px auto;
}

.property_summary .share_property_wrapper .floating_panel {
  top: 2px;
}

.share_property_wrapper .floating_panel a {
  background: none;
  height: 16px;
}

.addthis_toolbox .two_column 
{
    width: 200px;
    padding: 0px;
}

.addthis_toolbox .two_column a 
{
    padding: 4px 0 4px 34px;
    position: relative;
    width: 66px;
    display: block;
    text-decoration: none;
    color: #235BA6;
}

.addthis_toolbox .two_column a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    text-decoration: none;
}

.addthis_toolbox .two_column span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .two_column  .top
{
    padding: 0 0 10px 0;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    margin: 0 20px 10px 20px;
}

.addthis_toolbox .two_column  .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 20px 0 20px;
    text-align: center;
}

.addthis_toolbox .two_column  .more a
{
    padding: 4px 0;
    width: auto;
}

.addthis_toolbox .two_column .more span
{
    display: none;
}

.addthis_toolbox .two_column .column1
{
    width: 100px;
    float: left;
}

.addthis_toolbox .two_column .column2
{
    width: 100px;
    float: left;
}

.addthis_toolbox .two_column .clear
{
    clear: both;
    padding: 0;
    display: block;
    height: 0;
    width: 0;
}


/*------------------------------------------------------------*/
/* Tile Ad Styles                                             */
/*------------------------------------------------------------*/
.interior_ext_page #tile_ads {
	padding-top: 20px;
}

#tile_ads {
	padding-top: 12px;
	padding-bottom: 10px;
  position: relative;
}

#tile_ads img {
	width: 180px;
}

#tile_ads .separator {
  padding: 0;
  text-align: center;
  background: url(../images/ad_separator.gif) repeat-x;
  height: 3px;
  margin: 10px 0px;
}

#tile_ads .block {
  position: relative;
  height: 220px;
  z-index: 1;
}

#tile_ads .block .front_canvas, #tile_ads .block .back_canvas {
  position: absolute;
  width: 180px;
  height: 220px;
  top: 0;
  left: 0;
}

#tile_ads .block .front_canvas {
  z-index: 2;
}

#tile_ads .block .back_canvas {
  z-index: 1;
}

#tile_ads .block .ads {
  display: none;
}

/*------------------------------------------------------------*/
/* Personalization Bars                                       */
/*------------------------------------------------------------*/
#personalization_bar {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #cccccc;
  border-style: none none solid none;
  width: 745px;
  padding: 3px;
  padding-left: 22px;
  height: 15px;
  background: #fef6e2;
  z-index: 500;
}

.home_page #personalization_bar {
  display: none;
}

.interior_ext_page #personalization_bar {
  border-style: none solid solid none;
  width: 744px;
}

#personalization_bar a {
  text-decoration: none;
}

#personalization_bar a:hover {
  text-decoration: underline;
}

#personalization_bar .login_link {
  font-size: .8em;
}

#personalization_bar .login_link a {
  font-size: 1.1em;
  text-decoration: none;
}

#personalization_bar .login_link a:first-child {
  padding-right: 5px;
  font-size: 1.2em;
}

#personalization_bar div.my_searches, #personalization_bar div.my_properties {
  display: inline;
  float: right;
  margin-left: 20px;
  position: relative;
}

#personalization_bar .left_column {
  float: left;
}

#personalization_bar .right_column {
  padding-right: 15px;
}

#personalization_bar .my_menu {
  float: right;
  white-space: nowrap;
}

#personalization_bar .right_column a {
  font-size: .95em;
  font-weight: bold;
  text-decoration: none;
}

#personalization_bar .right_column a:hover {
  text-decoration: underline;
}

#personalization_bar .right_column span {
  font-size: .9em;
  font-weight: bold;
  color: gray;
}

#personalization_bar .floating_panel {
  z-index: 1001;
  top: 12px;
  left: -100px;
  display: none;
}

#personalization_bar .floating_panel .header .t img {
  margin: 0px auto;
}

#personalization_bar .floating_panel table {
  width: 310px;
}

#personalization_bar .floating_panel div.body {
  padding: 4px;
}

#personalization_bar .floating_panel h1 {
  font-size: 1.1em;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  color: #40668C;
  padding: 0px 2px 2px;
  margin: 0px;
}

#personalization_bar .floating_panel h1 span {
  font-weight: normal;
}

#personalization_bar .floating_panel h1 a.manage_link {
  font-weight: normal;
  font-size: 0.85em;
  padding-left: 10px;
}

#personalization_bar .floating_panel p.hints {
  margin: 0px;
  color: #b1b1b1;
  margin-top: 0px;
  padding: 2px 3px;
  font-size: .95em;
}

#personalization_bar .floating_panel .saved_searches {
  padding-bottom: 14px;
}

#personalization_bar .floating_panel .list {
  max-height: 114px;
  overflow-y: auto;
  border: 1px solid #d6d6d6;
}

#personalization_bar .floating_panel .list.loading {
  height: 50px;
  background: url(../images/ajax-loader.gif) no-repeat center center;
}

#personalization_bar .floating_panel .list .not_found {
  margin: 20px 0px;
  text-align: center;
  color: #B1B1B1;
}

#personalization_bar .floating_panel .action {
  float: right;
  color: #b1b1b1;
}

#personalization_bar .floating_panel .action a {
  font-weight: normal;
  color: #B1B1B1;
}

#personalization_bar .floating_panel .action a:hover {
  color: #6699CC;
}


/* My Searches Panel */
#personalization_bar .floating_panel .search {
  padding: 5px 4px 5px;
  margin: 0px 1px;
  background: url(../images/border_dotted_h.gif) repeat-x bottom left;
}

#personalization_bar .floating_panel .search:last-child {
  background: none;
}

#personalization_bar .floating_panel .search .action a {
  font-size: .9em;
}

#personalization_bar .floating_panel .search .name a, #personalization_bar .floating_panel .search .name span { 
  font-weight: normal;
  font-size: 1em;
  color: #6699CC;
  white-space:nowrap;
}

#personalization_bar .floating_panel .search .name span {
  font-size: .9em;
}

/* My Properties Panel */
#personalization_bar .my_properties .content {
}

#personalization_bar .my_properties .list {
  max-height: 200px;
  position: relative;
}

#personalization_bar .property {
  font-size: .85em;
  font-weight: normal;
  padding: 3px 3px 4px;
  background: url(../images/border_dotted_h.gif) repeat-x bottom left;
  margin: 0px;
  position: relative;
}

#personalization_bar .property a {
  font-size: 1em;
}

#personalization_bar .property:last-child {
  padding-bottom: 3px;
  background: none;
}

#personalization_bar .property:hover {
  background-color: #E3EBFE;
}

#personalization_bar .property .photo {
  float: left;
  background: white;
}

#personalization_bar .property .photo img {
  width: 80px;
  height: 60px;
  border: 1px solid #CCCCCC;
  padding: 2px;
}

#personalization_bar .property .info {
  margin-left: 91px;
  position: relative;
}

#personalization_bar .property a {
  font-weight: normal;
  color: #6699CC;
}

#personalization_bar .property .size {
  padding-top: 6px;
}

#personalization_bar .property .price {
  padding-top: 6px;
  color: #5D9F3B;
  font-weight: bold;
}

#personalization_bar .property .action {
  right: 0px;
  bottom: 0px;
  position: absolute;
}

#personalization_bar .property .action a {
  font-size: 1.05em;
}

/*------------------------------------------------------------*/
/* MLS # Search Form                                          */
/*------------------------------------------------------------*/
.mls_num_search_form {
  padding-top: 8px;
  vertical-align: top;
  display: none;
}

.mls_num_search_form label {
  color: white;
  font-size: .9em;
  padding-right: 5px;
}

.mls_num_search_form input {
  width: 100px;
}

.mls_num_search_form .button {
  width: 23px;
  height: 20px;
  float: right;
  padding-bottom: 2px;
  background: url(../images/btn_round_arrow.png) no-repeat;
}

.mls_num_search_form .button:hover {
  background: url(../images/btn_round_arrow.png) no-repeat 0px -23px;
}

/*------------------------------------------------------------*/
/* Pagination                                                 */
/*------------------------------------------------------------*/
.pagination {
    font-size: .8em;
    line-height: 24px;
    font-weight: bold;
}
.pagination a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
    padding: 2px 4px;
    color: #275AA7;
}

.pagination a:hover {
    border: 1px solid #2E6AB1;
    background: #ecf5ff;
    color: #2E6AB1;
}

.pagination span.current {
    border: 1px solid #2E6AB1;
    background: #2E6AB1;
    padding: 2px 4px;
    color: white;
    cursor: default;
}

.pagination span.disabled {
    border: 1px solid #999999;
    padding: 2px 4px;
    color: #999999;
    cursor: default;
}


/*------------------------------------------------------------*/
/* Property Icons                                             */
/*------------------------------------------------------------*/

/* Small Icons with Labels */
.property_icons_sl a, a.print_button {
  margin-left: 3px;
  display: inline-block;
  background: url('../images/icons_sl.png') no-repeat;
}

.property_icons_sl a, .property_icons_sl a img, a.print_button {
  width: 35px;
  height: 39px;
}

.property_icons_sl a.save_property {
  background-position: -14px -46px;
}

.property_icons_sl a.save_property:hover {
  background-position: -14px -2px;
}

.property_icons_sl a.delete_property {
  background-position: -342px -46px;
}

.property_icons_sl a.delete_property:hover {
  background-position: -342px -2px;
}

.property_icons_sl a.delete_saved_property {
  background-position: -342px -46px;
}

.property_icons_sl a.delete_saved_property:hover {
  background-position: -342px -2px;
}

.property_icons_sl a.print_property, a.print_button {
  background-position: -287px -46px;
}

.property_icons_sl a.print_property:hover, a.print_button:hover {
  background-position: -287px -2px;
}

.property_icons_sl a.email_a_friend {
  background-position: -232px -46px;
}

.property_icons_sl a.email_a_friend:hover {
  background-position: -232px -2px;
}

.property_icons_sl a.share_property {
  background-position: -68px -46px;
}

.property_icons_sl a.share_property:hover, .property_icons_sl a.share_property.hover {
  background-position: -68px -2px;
}

/* Small Icons */
.property_icons_s a, a.print_button {
  margin-left: 3px;
  display: inline-block;
  background: url('../images/icons_s.png') no-repeat;
}

.property_icons_s a, .property_icons_s a img, a.print_button {
  width: 35px;
  height: 27px;
}

.property_icons_s a.save_property {
  background-position: -14px -48px;
}

.property_icons_s a.save_property:hover {
  background-position: -14px -9px;
}

.property_icons_s a.delete_property {
  background-position: -342px -48px;
}

.property_icons_s a.delete_property:hover {
  background-position: -342px -9px;
}

.property_icons_s a.delete_saved_property {
  background-position: -342px -48px;
}

.property_icons_s a.delete_saved_property:hover {
  background-position: -342px -9px;
}

.property_icons_s a.print_property, a.print_button {
  background-position: -287px -48px;
}

.property_icons_s a.print_property:hover, a.print_button:hover {
  background-position: -287px -9px;
}

.property_icons_s a.email_a_friend {
  background-position: -232px -48px;
}

.property_icons_s a.email_a_friend:hover {
  background-position: -232px -9px;
}

.property_icons_s a.share_property {
  background-position: -68px -48px;
}

.property_icons_s a.share_property:hover, .property_icons_s a.share_property.hover {
  background-position: -68px -9px;
}


/* Small Icons with Highlight */
.property_icons_sh a {
  margin-right: 3px;
  display: inline-block;
  background: url('../images/icons_sh.png') no-repeat;
}

.property_icons_sh a, .property_icons_sh a img {
  width: 38px;
  height: 31px;
}

.property_icons_sh a.save_property {
  background-position: -9px -41px;
}

.property_icons_sh a.save_property:hover {
  background-position: -9px -5px;
}

.property_icons_sh a.delete_property {
  background-position: -312px -41px;
}

.property_icons_sh a.delete_property:hover {
  background-position: -312px -5px;
}

.property_icons_sh a.delete_saved_property {
  background-position: -312px -41px;
}

.property_icons_sh a.delete_saved_property:hover {
  background-position: -312px -5px;
}

.property_icons_sh a.print_property {
  background-position: -287px -48px;
}

.property_icons_sh a.print_property:hover {
  background-position: -287px -9px;
}

.property_icons_sh a.email_a_friend {
  background-position: -211px -41px;
}

.property_icons_sh a.email_a_friend:hover {
  background-position: -211px -5px;
}

.property_icons_sh a.share_property {
  background-position: -60px -41px;
}

.property_icons_sh a.share_property:hover, .property_icons_sh a.share_property.hover {
  background-position: -60px -5px;
}

.property_icons_sh a.photo_gallery {
  background-position: -463px -41px;
}

.property_icons_sh a.photo_gallery:hover {
  background-position: -463px -5px;
}

.property_icons_sh a.home_movie {
  background-position: -362px -41px;
}

.property_icons_sh a.home_movie:hover {
  background-position: -362px -5px;
}

.property_icons_sh a.virtual_tour {
  background-position: -160px -41px;
}

.property_icons_sh a.virtual_tour:hover {
  background-position: -160px -5px;
}

/*------------------------------------------------------------*/
/* Static Page Styles                                        */
/*------------------------------------------------------------*/
.static_content_page .sidebar_panel {
  width: 140px;
}

.static_content_page #left_sidebar {
  padding-right: 20px;
}

.static_content_page .left_nav {
  margin: 10px 0px 5px 0px;
}

.static_content_page .left_nav .sidebar_panel .header .content {
  background: url(../images/sidebar_nav_panel_tr.png) no-repeat scroll right top;
  height: 25px;
  font-size: .9em;
}

.static_content_page .left_nav .sidebar_panel .header .lframe {
  background: url(../images/sidebar_nav_panel_tl.png) no-repeat scroll right top;
  height: 25px;
}

.static_content_page .left_nav p {
  margin: 0px;
}

.static_content_page .left_nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}

.static_content_page .left_nav li {
  color: #001D73;
  font-weight: bold;
  padding: 2px;
}

.static_content_page .left_nav a {
  color: #6699CC;
  font-weight: normal;
}

.static_content_page .sectionLabelsBlue {
  color: #003366;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.static_content_page .indent {
  padding-left: 15px;
}

.static_content_page .bodyTextStatic {
  color: #404040;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 6px;
}

.static_content_page .bodyTextBlueQuestion {
  color: #003366;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 6px;
  padding-top: 12px;
}

.static_content_page .base-blue-link {
  color: #39526E;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  padding-bottom: 6px;
  padding-top: 6px;
  text-decoration: none;
}

/*------------------------------------------------------------*/
/* Home Page Styles                                           */
/*------------------------------------------------------------*/
#home_page {
  position: relative;
}

#home_page .form_wrapper {
  position: relative;
}

#home_page .right_column {
  float: right;
}

.home_page #header .container {
	height: 220px;
}


#transaction_stats_ticker {
  background-color: #003366;
  color: white;
  font-size: 12px;
  height: 21px;
  left: 0;
  padding-top: 3px;
  position: absolute;
  top: 0;
  width: 770px;
}

#transaction_stats_ticker marquee {
  width: 770px;
}

#transaction_stats_ticker .pointer {
  cursor: pointer;
}

#nav .homebase_link {
  height: 38px;
  margin: 0 auto;
  text-align: center;
  padding-top: 2px;
}

#my_page {
  position: absolute;
  top: 10px;
  right: 0;
  width: 275px;
  height: 398px;
  background: url(../images/border_dotted_h.gif) bottom left repeat-x;
}

#my_page h2 {
  margin: 0px;
  padding: 17px 0px;
}

#my_page .bottom {
  position: absolute;
  width: 255px;
  bottom: 0;
  right: 0;
}

#my_page .form_container {
  padding: 10px;
}

#my_page .form_row_expanded {
  text-align: right;
}

#my_page label {
  padding-top: 3px;
  float: left;
}

#my_page input {
  width: 155px;
}

#my_page .checkbox {
  padding-top: 5px;
  text-align: left;
}

#my_page .checkbox label {
  float: none;
  font-size: .9em;
}

#my_page .checkbox input {
  width: auto;
}

#my_page .not_a_member {
  padding-top: 10px;
}

#my_page .not_a_member li {
  padding-bottom: 8px;
}

#my_page .welcome_msg {
  color: #003366;
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 10px;
}

#my_page .profile_links {
  padding-left: 20px;
  padding-bottom: 20px;
}

#my_page .search_links {
  padding-left: 20px;
  padding-bottom: 20px;
}

#my_page .search_links a {
  font-weight: bold;
  font-size: 1em;
}

#my_page .email_alerts_setup_header {
  color: #003366;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 0px;
}

#my_page .email_alerts_setup table {
  margin-left: 20px;
}

#my_page .email_alerts_setup td {
  padding-right: 10px;
}

.quick_search_panel {
  width: 440px;
  padding-bottom: 10px;
}

.quick_search_panel h1 {
  padding: 0px 0px 5px 5px;
}

.quick_search_panel .left_column {
  float: left;
  margin: 0px;
  padding: 0px;
}

.quick_search_panel .left_column span {
  padding-left: 10px;
}

.quick_search_panel .right_column {
  float: right;
  margin: 0px;
  padding: 0px;
}

.quick_search_panel .form_container {
  height: 305px;
}

.quick_search_panel .dotted_line {
  margin-top: 13px;
}

#property_quick_search_form .location_field {
  padding-bottom: 3px;
}

#property_quick_search_form .location_field input {
  width: 373px;
}

#property_quick_search_form select  {
  width: 170px;
}

#property_quick_search_form .checkbox {
  padding-bottom: 0;
  padding-top: 2px;
}

#property_quick_search_form .checkbox label {
  font-size: .85em;
}

#property_quick_search_form .search_button {
  padding-top: 12px;
}

#property_quick_search_form .mls_number_search .search_button {
  padding-top: 0px;
}

#property_quick_search_form p {
  margin: 0;
  padding-bottom: 10px;
  font-weight: normal;
  font-style: italic;
  font-size: .85em;
}

.mls_number_search {
  padding-top: 13px;
}

.mls_number_search label {
  color: #003366;
}

.mls_number_search .left_column div {
  padding-top: 4px;
  padding-bottom: 0px;
}

.mls_number_search input {
  width: 135px;
  margin-left: 10px;
}

.mls_number_search .search_button {
  padding: 0px;
}

.auto_complete strong {
  color: black;
}

#page ul li.selected {
  background-color: #fef3b4;
}

#property_search_zipcode_auto_complete ul {
  width: 225px;
  background: white;
}

#property_search_zipcode_auto_complete span {
  padding: 0;
  width: auto;
  font-size: 1em;
  color: #404040;
}

#sales_assoc_quick_search .first_name, #office_quick_search .town {
  padding-top: 20px;
}

#sales_assoc_quick_search .form_row_expanded, #office_quick_search .form_row_expanded {
  text-align: center;
}

#sales_assoc_quick_search .search_button, #office_quick_search .search_button {
  height: 31px;
  padding-top: 5px;
}

#sales_assoc_quick_search .search_button a, #office_quick_search .search_button a {
  float: right;
}

#sales_assoc_quick_search p {
  margin-top: 25px;
  margin-bottom: 25px;
}

#sales_assoc_quick_search .help_button {
  margin: 0 auto;
}

#office_quick_search .form_row_expanded p {
  display: block;
  font-size: .85em;
  font-style: italic;
  margin: 0px;
  margin-left: 10px;
}

#office_quick_search .advanced_search_link {
  font-family: Times New Roman, Times, serif;
  font-size: 1.3em;
  color: #999999;
  padding-top: 10px;
}

#office_quick_search .advanced_search_link p {
  margin: 0;
  float: right;
  padding: 4px;
}

#office_quick_search .advanced_search_link .button {
  margin: 0;
  float: right;
}

.link_bar {
  margin: 15px 0px 15px 6px;
	width: 428px;
}

.link_bar table {
  margin: auto;
}

.link_bar .body .content {
  padding-top: 6px;
  padding-bottom: 6px;
}

.link_bar td {
  font-family: Times New Roman, Times, serif;
  font-size: 1.075em;
  font-weight: bold;
  color: #999999;
  padding-left: 6px;
  white-space: nowrap;
}

.link_bar td.button {
  padding-right: 6px;
  padding-left: 0px;
}

#home_page .previews_link {
	float: right;
	width: 275px;
	height: 75px;
}

#home_page .previews_link .text_link {
	padding-top: 10px;
}

#home_page .previews_link a {
	color: #003269;
	text-decoration: none;
	vertical-align: middle;
}

#home_page .previews_link img {
	float: left;
	padding-right: 10px;
}

/*------------------------------------------------------------*/
/* Sales Associates Page Styles                               */
/*------------------------------------------------------------*/
.border {
  background-image:url(../images/dotted_line_background.gif);
  background-repeat:repeat-x;
  padding:0;
}

.associate_search .right_column {
  float: right;
  width: 435px;
}

.associate_search .left_column {
  padding-left: 30px;
  float: left;
}

.associate_search label {
  color: #003366;
}

.associate_search input
{
  margin-left: 10px;
  width: 160px;

}

.associate_search  .search_button {
  padding-top: 28px;
  float: right;
}

.associate_search  .search_office_button{
  padding-top: 9px;
  float: right;
}

.associate_search  .search_get_help_button{
  margin-top: 3px;
  float: right;
}

.associate_search .coldwell_link{
  float: left;
  padding-top: 37px;
  float: none;
  font-size: 0.85em;
  text-align: left;
  white-space:nowrap;
}

.associate_search .form_row_expanded {
  padding-bottom: 12px;
  text-align: left;
  white-space: nowrap;
}

.associate_search .help_selecting {
  margin-top: 10px;
}


/*------------------------------------------------------------*/
/* Office Search Page Styles                                  */
/*------------------------------------------------------------*/
#office_list_tabs .content table {
  width: 100%;
}
#office_list_tabs .content thead {
  background-color: #669ACC;
  color: white;
  font-weight: bold;
}

#office_list_tabs .content tr.even {
  background-color: #DDDDDD;
}

#office_list_tabs .content th, #office_list_tabs .content td {
  border-right: 1px solid white;
}

#office_list_tabs .content a, #office_list_tabs .content a:hover, #office_list_tabs .content a:visited {
  color: #2670DA;
  text-decoration: underline;
}

#office_list_tabs .content a:hover {
  text-decoration: underline;
}

#office_search_page .page_content {
  padding: 0px 5px;
}

#office_search_page #list_towns select {
  width: 200px;
}

#office_search_page #selected_towns select {
  width: 200px;
}

#office_search_page .page_content p {
  margin: 0;
}

#office_search_page .buttons {
  height: 31px;
  margin-bottom: 10px;
}

#office_search_page .buttons a.button {
  float: right;
}

a.searchResultsMainLink, a.searchResultsMainLink:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: underline;
  color: #003366;
}

a.searchResultsMainLink:hover {
  font-weight: bold;
  text-decoration:underline;
  text-transform: capitalize;
  color: #003366;
}

.listing_label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  baseline-shift: 3px;
  color: #000000;
  text-transform: capitalize;
}

.listing_label_upper {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  baseline-shift: 3;
}

.listing_data {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  baseline-shift: 3px;
  color: #000000;
  text-transform: capitalize;
}

.password_hint
{
  color:#000000;
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
  text-transform:capitalize;
}

.saved_search
{
  padding-bottom: 14px;
}

.saved_properties {
   padding-bottom: 14px;
}

.street_watch {
    padding-bottom: 14px;
    padding-right: 23px;
    width: 120px;
}

.search_link
{
  padding-left :50px;
}
.search_link {
  padding-left: 90px;
}

.account_details a:first-child{
  padding-left: 10px;
}

.save_search_popup_form {
  width: 310px;
}

.save_search_popup_form label {
  color: #666666;
}

.save_search_popup_form #search_name {
  width: 215px;
}

.save_search_popup_form .email_info {
  padding-bottom: 10px;
}

label.error {
  float: none; color: red; padding-left: .5em; vertical-align: top;
}

/** Pagination Toolbar **/
.pagination_toolbar {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.pagination_toolbar .form_row_expanded {
  padding: 4px 0px;
}

.pagination_toolbar label {
  color: #818181;
}

.pagination_toolbar .pagination {
  float: right;
}

.pagination_toolbar .separator {
  padding-top: 4px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.pagination_toolbar:last-child {
  margin-top: 10px;
  margin-bottom: 0px;
}

.pagination_toolbar:last-child .separator {
  padding-top: 0px;
  padding-bottom: 4px;
  background-repeat: repeat-x;
  background-position: top;
}

/** office search **/
.pagination_toolbar .results {
  vertical-align:middle;
  padding-left:10px;
}

.error_dialog {
  width: 716px;
  padding: 0 4em;
  margin: 0 0;
  font-size: 100%;
  color: #417BAF;
  line-height: 1.5em;
}

.error_dialog .righty {
  float:right;
  margin:0 20px 10px 50px;
}

#account_form  .password_hints {
   font-size: 0.85em;
   padding: 10px 0px;
}

#account_form .email_password {
  font-size: 0.85em;
  padding-bottom: 20px;
}

#account_form .email_password a {
  padding-left: 5px;
}

#account_form .not_a_member_yet span {
  font-size: 1em;
}

/*------------------------------------------------------------*/
/* Landing Page Styles                                        */
/*------------------------------------------------------------*/
#landing_page {
  padding-bottom: 20px;
}

#landing_page h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 0px;
}

#landing_page .property_search .search_tools {
  margin-top: 45px;
}

#landing_page .property_search .search_tools ul, #landing_page .agent_search ul, #landing_page .community_info ul {
  padding-left: 20px;
  font-size: .95em;
  font-weight: bold;
}

#landing_page .right_column {
  float: right
}

#landing_page .quick_search_panel {
  width: 398px;
  margin-left: 10px;
}

#landing_page .quick_search_panel .form_container {
  height: 230px;
}

#landing_page #property_quick_search_form input[type='text'] {
  width: 332px;
}

#landing_page #property_quick_search_form select {
  width: 150px;
}

#landing_page #property_quick_search_form .new_listing_checkbox {
  display: none;
}

#landing_page #property_quick_search_form .search_button {
  padding-top: 0px;
}

#landing_page #sales_assoc_quick_search .first_name, #landing_page #office_quick_search .town {
  padding-top: 10px;
}

#landing_page #sales_assoc_quick_search p {
  margin: 10px 0px;
}

#landing_page .location_list {
  margin-top: 30px;
}

#landing_page .location_list ul {
  font-size: .95em;
  margin: 0px;
  padding-top: 10px;
}

#landing_page .location_list .left_column {
  float: left;
  width: 345px;
}

#landing_page .location_list .right_column {
  float: none;
}

#landing_page .stats {
  margin-top: 30px;
}

#landing_page .stats table {
  width: 100%;
  border: 1px solid #666666;
}

#landing_page .stats table .title {
  background: #6699CC;
  color: white;
  border-bottom: 1px solid #666666;
  font-size: 1.2em;
}

#landing_page .stats table .title th {
  height: 23px;
  padding: 10px;
}

#landing_page .stats table .columns {
  height: 42px;
  font-size: 1em;
}

#landing_page .stats table .columns th {
  border-left: 1px solid #666666;
}

#landing_page .stats table .columns th:first-child {
  border-left: none;
}

#landing_page .stats table .columns th {
  background: url(../images/bg_table_column_header.gif) repeat-x;
}

#landing_page .stats table td {
  border-top: 1px solid #666666;
  text-align: right;
  padding-right: 35px;
}

#landing_page .stats table td:first-child {
  padding: 0px 10px;
  text-align: left;
  font-weight: bold;
  border-right: 1px solid #666666;
  width: 150px;
}

#landing_page .stats .as_of {
  font-size: .85em;
  padding-top: 3px;
}

#landing_page .stats table td:first-child.no_listings_found {
  color: #AEADAD;
  padding: 10px 10px;
}

#landing_page .stats.recent_listings td {
	text-align: center;
	padding: 1px 10px;
}

#landing_page .stats.recent_listings a {
	text-decoration: none;
	font-weight: bold;
}

#landing_page .stats.recent_listings a:hover {
	text-decoration: underline;
}

#landing_page .stats.recent_listings .pagination {
	float: right;
}

#landing_page .stats.recent_listings .address {
	width: inherit;
	text-align: left;
	border-right: none;
}

#landing_page .stats.recent_listings .price {
	text-align: right;
}

#landing_page .stats.recent_listings .property_type {
	text-align: left;
}

#landing_page .stats.recent_listings .mls {
	text-align: center;
}

#landing_page .stats.recent_listings .mls img.swmls {
	width: 25px;
	margin: 0 auto;
}

#landing_page .agent_search {
  margin-top: 30px;
}

#landing_page .near_by_locations {
  border: 1px solid #666666;
  padding: 5px;
  margin-top: 30px;
}

#landing_page .near_by_locations h2 {
  font-size: 1em;
  margin: 0px 0px 6px;
}

#landing_page .disclaimers {
	padding: 0px;
	margin-top: 30px;
}

#landing_page .community_info {
  margin-top: 30px;
}

#landing_page.national h1 {
  padding-bottom: 0px;
}

#landing_page.national table {
  margin: 20px 0px 0px 80px;
}

#landing_page.national table td {
  padding-right: 10px;
}

/*------------------------------------------------------------*/
/* Our Town Videos                                            */
/*------------------------------------------------------------*/
.town_movie_link {
  padding:0 0 1px;
  width: 100%;
}

.town_movie_link a {
  color: #2670DA;
  text-decoration: underline;
}

.town_movie_link.even  {
  background-color: #DDDDDD;
}

.townLabel {
  color:#003366;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  white-space:nowrap;
}