﻿.fa a {
    /* test for the font-awesome*/
    text-decoration: none !important;
    color: white !important;
}

.fa {
    /* test for the font-awesome*/
    text-decoration: none !important;
    color: white !important;
}

.fa-th {
    /* test for the font-awesome*/
    color: white !important;
}

.fa-th a {
    /* test for the font-awesome*/
    color: white !important;
    text-decoration: none !important;
}

.fa-map-marker {
    color: white !important;
}

body
{
  font-family: Montserrat, Verdana, Arial;
	background-color: #ffffff;
	margin: 0px;
	font-size: 13px;
}

select
{
  font-size:12px;
  padding: 2px 2px 2px 2px;
  border: 1px solid #CE2027;
}

input {
  font-size:12px;
  padding: 2px 2px 2px 2px;
  border: 1px solid #CE2027;
}

textarea {
    width: 100%;
    padding: 2px 2px 2px 2px;
    min-height: 100px;
    border: 1px solid #CE2027;
}

a
{
   color:#CC0000;
}

a:hover
{
  color:#FF0000;
}

.noWrap
{
  white-space:nowrap;
}

#login
{
	float: left;
}
#menu
{
	float: left;
}

.fauxBtn
{
  padding:2px;
  border-width:2px;
  border-style:outset;
	background-color: #CC0000;
	color: White;
	/*font-weight: bold;*/
	font-size: 10px;
	text-transform: uppercase;  
}

.Head
{
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
}

.wd
{
  font-family:Webdings;
  font-weight:bold;
}


a{ text-decoration:none;}
a:hover
{
  text-decoration:underline;
}


#footer  a
{
	color: #ffffff;
	font-size: 9pt;
	text-decoration:none;
}

#footer a:hover
{ color:#D22222;}


#footer
{
	color: #ffffff;
	font-size: 9pt;
}
.footer
{
    background-image:url('/Images/footer_bottom.jpg');
    background-color:#eeeeee;
    background-position:right;
    background-repeat:no-repeat;
    
    }
    
.footerbg
{
    background-image:url(/Images/footer_bg.jpg);
    }    

.smallLink
{
	font-size: 10px;
	color: #D22222;
}

.help
{
	cursor: help;
}

h1
{
	color: #CE2127;
	font-size: 22px;
	font-weight: bold;
}

h1 a{
  text-decoration: none;
  color: #CE2127;
}

h1 a:hover{
  text-decoration: underline;
  color: #CE2127;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #CE2127;
}

#menu a
{
	color: White;
}

.error
{
  font-size:10px;
  font-weight:bold;
  color:Red;
  line-height:30px;
  
  }

p
{
  margin-top:5px;
  margin-bottom:10px;
}

/* Nigel's bits */

.smallsearch td
{
	font-size: smaller;
}

.smallsearch select
{
	font-size: 10px;
}

.smallsearch input
{
	font-size: 10px;
}

th
{
	color: White;
}

.Help 
{
  position: absolute; top: 0; left: 0;
  border-width:1px; border-style: solid;
  background-color: white; 
  padding:3px;
  color: #000000;
  width:240px; font-size:9px;

}

.small
{
  font-size:9px;
}

.sectColor  { color:#CC0000; }


/*Lisa's extra css*/
.header
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4px;
}

.btn
{
	background-color: #CE2127;
	color: White;
	font-weight: bold;
	font-size: 14px;
    border: none;
    cursor: pointer;
    height:30px;
    margin: 3px 3px 3px 3px;
    text-align: center;
    text-decoration: none;
}

.btn a {
    text-decoration:none;
    color:#fff;
}

.btn:hover {
    background-color: #841516;
}
    
.btnGreen
{
    background-color: #00CC00;
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 310px !important;
    vertical-align: middle;
	height:35px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.btnDisabled
{
	background-color: #CCCCCC;
	color: White;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.btnDark
{
	background-color: #841516;
color: White;
	font-weight: bold;
	font-size: 14px;
    border: none;
    cursor: pointer;
    height:30px;
    padding:10px 0 0 0;
    margin: 3px 3px 3px 3px;
    text-align: center;
    text-decoration: none;
}

.btnRed:hover, .btnLight:hover{
    background:#841516;
    color:#fff;
}
.btnRed a{
color:#fff; text-decoration:none;
} 

.btnLight
{
	background-color: #CCCCCC;
    color: #841516;
	font-weight: bold;
	font-size: 14px;
    border: none;
    cursor: pointer;
    height:30px;
    padding:10px 0 0 0;
    margin: 3px 3px 3px 3px;
    text-align: center;

}
    .btnLight a {
        text-decoration: none;
    }

.btnRed
{
	background-color: #CE2127;
    color: White;
	font-weight: bold;
	font-size: 14px;
    border: none;
    cursor: pointer;
    height:30px;
    padding:10px 0 0 0;
    margin: 3px 3px 3px 3px;
    text-align: center;
    text-decoration: none;
}

.btnGrey
{
	background-color: #999;
	color: White;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.btnBlue
{
	background-color: #0000CC;
	color: White;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.btnYellow
{
	background-color: yellow;
	color: Black;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;	
}


.btnWD
{
  background-color: #CC0000;
	color: White;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	font-family:Webdings;
	height:18px;
}

.tbx
{
	border: 1px solid #CC0000;
	background-color: White;
	font-size: 11px;
}


.tbxR {text-align: right;}

.tbxLet
{
	border: 1px solid #99cdff;
	background-color: White;
	font-size: 11px;
}

.tbxTextArea
{
	border: 1px solid #CC0000;
	background-color: White;
	font-size: 12px;
}
.alert
{
	color: Orange;
	font-weight: bold;
}
.line
{
	background-color: #990000;
	height: 1px;
}
.lab
{
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	font-size:10px;
	/*vertical-align:top;*/
	color:Black;
}

.tbxWatermark
{
  color:#999999;
	border: 1px solid #CC0000;
	background-color: White;
	font-size: 10px;  
}

.small
{
  font-size:10px;
}
.labLeft
{
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	font-size:10px;
}

.labLeftLite
{
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	font-size:10px;
}
/*rpt Bgs*/
.bgNorm
{
	background-color: White;
	font-size:10px;
}
.bgAlt
{
	background-color: #eeeeee;
	font-size:10px;
}
.bgHeader
{
	background-color: #999999;
	font-size:10px;
}

.bgSpecial1
{
  background-color:#EEFFEE;
  border-bottom:solid 1px #FFFFCC;
  font-size:10px;
}

.bgSpecial1Alt
{
  background-color:#DDFFDD;
  border-bottom:solid 1px #FFFFCC;
  font-size:10px;
}

.bgSpecial
{
  background-color:#FFEEEE;
  border-bottom:solid 1px #CCFFFF;  
	font-size:10px;  
}

.bgSpecialAlt
{
  background-color:#FFDDDD;
  border-bottom:solid 1px #CCFFFF;  
	font-size:10px;  
}

.bgCancelled
{
  background-color:#CCCCCC;
  color:#999999;
  font-size:10px;
}

.bgHeader a
{
  color:White;
  
}

/* Look-ups*/
.lookUpEdit
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #990000;
}
.lookUpHeader
{
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
.lookUpBox
{
	height: 300px;
	border: 1px solid #999999;
	overflow: scroll;
}

/*Menu*/
.menuSel a
{
	padding-left: 10px;
	color: white;
	background-image: url(/Images/breadcrumb.gif);
	background-position: left;
	background-repeat: no-repeat;
}
/*.menuItem { color:White;}*/
.menuItem
{
	padding-left: 10px;
	font-size: 12px;
}
.menuBar
{
	width: 1000px;
	background-repeat: repeat;
	background-color: #D22222;
	height: 39px;
	border-top:1px solid #999999;
}

/*registerLogin*/
#registerLogin
{
	text-align: right;
	padding-top: 10px;
	color: white;
}
#registerLogin a
{
	font-size: 11px;
	color: White;
}

/*control skin*/
.control
{
	border: 1px solid black;
	font-size: 11px;
	color: Black;
}
.controlHeader
{
	/*background-image: url('/Images/controlHeader.jpg' );*/
	/*background-repeat: repeat-x;*/
    background-color: #CE2127;
    padding: 7px 7px 7px 7px;
	text-align:left;
	font-weight: bold;
	color: White;
}
.innerHeader
{
	font-weight: bold;
}

.collapsePanel
{
	background-color: white;
	overflow: hidden;
}

/*CollapsiblePanel*/
.collapsePanelHeader
{
	height: 20px;
	/*width: 220px;*/
	background-image: url('/Images/controlHeader.jpg' );
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
.collapseInner
{
	padding: 2px;
	cursor: pointer;
	vertical-align: middle;
}
.collapseTitle
{
	float: left;
}
.collapseShow
{
	float: left;
	margin-left: 20px;
	font-size:10px;
}
.collapseButton
{
	float: right;
	vertical-align: middle;
}
.subHeader
{
	/*color: #CC0000;*/
	font-weight: bold;
	font-size: 12px;
}

.leftMenuTable
{
	/*background-image:url(/Images/aleftMenuBG.gif);*/
	background-repeat:repeat-y;
	text-align:left;
	
}
.leftMenuTable a
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.leftMenuTable div
{
    height:24px;
	width:220px;
	padding-top:8px;
	padding-left:12px;
}

.leftMenu
{
	vertical-align: middle;
	background-repeat: no-repeat;
	height:30px;
	width:220px;
    background-color: #CE2127;	
    margin: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 14px;
    padding-top: 8px;
    text-align: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.leftMenuPad
{
    display: inline-block; padding-top: 7px; padding-left: 5px; padding-right: 5px; width: 300px; height: 40px;
}

.leftMenu:hover
{
    background-color: #841617;	
    color: white;
    text-decoration: none;
}

/*.leftMenu_ro
{
	background-image: url(/Images/leftMenuBG_ro.gif);
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor: hand;
	height:50px;
	width:168px;	
}*/

.watermark
{
	background-image: url(/Images/background.jpg);
}

.bgColor {background-color:#D22222;}

.menu1 a{ background-image: url(/Images/leftMenuBG.gif);}
.menu1 a:hover {background-image: url(/Images/leftMenuBG_ro.gif); }

.viewimage
{ border:1px solid #999999;
    color:#999999;
    cursor:hand;
 }
 
 /*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-size:1em;
	text-align:left;
}

.menuAgentSel a
{
	padding-left: 7px;
	/*color: #CC0000;*/
	background-image: url(/Images/breadcrumbRed.gif);
	background-position: left;
	background-repeat: no-repeat;
}
/*.menuItem { color:White;}*/
.menuAgentItem
{
	padding-left: 7px;
	font-size: 11px;
}

.formTable
{
  border:1px solid #CCCCCC;
  background-color:White;

}

.formTableHighlight
{
  border:2px solid #CC0000;
  background-color:White;

}

/* Text Editor Styles ********************************/


#text .pageHeader
{
    
  font-weight: bold;
	font-size: 14px;
	color: #CC0000;
}
.Title
{
  font-weight: bold;
	font-size: 18px;
	color: #CC0000;
}

a
{
 color:#CC0000;
 text-decoration:underline;
}

a:hover
{
  color:Red;
}

.btn a{
color:#fff;
text-decoration:none;
}


.Highlight
{
  color:#CC0000;
}

.Bold
{
  color:#CC0000;
  font-weight:bold;
}

#text
{
  font-size:11px;
  text-align:left;
}

#text td, p
{
  text-align:justify;
}

#text li
{
  text-align:left;
}


 .ResSalesBold{  color:#CC0000;  font-weight:bold;}
 .ResSalesTitle{  color:#CC0000;  font-weight:bold;  font-size:16px;}
 .ResSalesHighlight{  background-color:#CC0000;  color:white;  font-weight:bold;padding:1px;}

 .Lettings{  color:#64B1FF;}
 .LettingsBold{  color:#64B1FF;  font-weight:bold;}
 .LettingsTitle{  color:#64B1FF;  font-weight:bold;  font-size:16px;}
 .LettingsHighlight{  background-color:#64B1FF;  color:Black;  font-weight:bold;padding:1px;}

 .Commercial{  color:#4B5974;}
 .CommercialBold{  color:#4B5974;  font-weight:bold;}
 .CommercialTitle{  color:#4B5974;  font-weight:bold;  font-size:16px;}
 .CommercialHighlight{  background-color:#4B5974;  color:white;  font-weight:bold;padding:1px;}

 .NewDev{ color:#669801;}
 .NewDevBold{  color:#669801;  font-weight:bold;}
 .NewDevTitle{  color:#669801;  font-weight:bold;  font-size:16px;}
 .NewDevHighlight{  background-color:#669801;  color:white;  font-weight:bold;padding:1px;}

 .Overseas{ color:#F48E20;}
 .OverseasBold{  color:#F48E20;  font-weight:bold;}
 .OverseasTitle{  color:#F48E20;  font-weight:bold;  font-size:16px;}
 .OverseasHighlight{  background-color:#F48E20;  color:Black;  font-weight:bold;padding:1px;}

/* Text Editor Styles ********************************/

#propertyView p
{
  text-align:left;
}

#propertyView .propertyImg
{
  border:1px solid black;
  text-align:center;

}

#propertyView .imgLink
{
  padding:2px;
  border:1px solid #CC0000;
  font-size:11px;
  color:#CC0000;
}

#propertyView a
{
  /*color:#CC0000;*/
}


#propertyView .propertyName
{
  /*color:#CC0000;*/
  font-weight:bold;
  font-size:12px;
}

#propertyView td
{
  font-size:11px;
    text-align:left;
}

#propertyView .title
{
  font-weight:bold;
}


#propertyView .item
{
  /*color:#CC0000;*/
  font-weight:bold;
}

/* Agent Web page *******************************/

#agent .agentName
{
  font-weight:bold;
  font-size:16px;
  /*color:#CC0000;*/
  line-height:24px;
}

#agent .address
{
  font-size:8pt;
}

#agent .phone
{
  font-size:19px;
  line-height:22px;
  
}

#agent .smallInfo
{
  font-size:10px;
}

#agent a
{
  /*color:#CC0000;*/
}

#agent a:hover
{
  color:#FF0000;
}

#agent .header
{
  color:#CC0000;
  font-weight:bold;
  font-size:10px;
}

#agent .section
{
  border:1px solid black;
}

#agent .links
{
  font-size:12px;
}

#agent .cen
{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#agent .viewPropertyLink
{
  width:100px;
  height:40px;
  padding-top:5px;
  background-image:url('/Images/LinkViewPropertyt.gif');
  background-repeat:no-repeat;
  color:White;
  text-align:center;
  vertical-align:middle;
}


#agent .webImage
{
  border:1px solid black;
}

#agent .infoLink
{
  line-height:20px;
  font-weight:bold;
  color: #CE2127;
}


#agent .linkLeft
{
  background-image:url("/Images/LinkBgleft.gif");
  background-position:right bottom;
  background-repeat:no-repeat;
}

#agent .linkRight
{
  background-image:url("/Images/LinkBgright.gif");
  background-position:left bottom;
  background-repeat:no-repeat;
}

#agent .linkWhite
{
  font-weight:bold;
  color:White;
	font-size: 11px;
}
/* Agent Web page *******************************/

/* Contact *********************/

#contact
{
 text-align:left;
 width:400px;
 padding-left:10px;

  }
  
 .label
{
  width:150px;
  
  font-size:11px;
  font-weight:bold;
  text-align:left;
  float:left;
  clear:left;
  padding-top:4px;

}

 .labelShort
{
  width:80px;  
  font-size:10px;
  font-weight:bold;
  text-align:right;
  float:left;
  clear:left;
  padding-top:4px;

}

 .labelLong
{
  /*width:260px;*/
  
  font-size:11px;
  font-weight:bold;
  text-align:left;
  float:left;
  clear:left;
  padding-top:4px;

}

 .value
{
  width:200px; 

  font-size:11px;
  font-weight:normal;
  text-align:left;
  padding-top:4px;
}

#contact .required
{
  color:Red;
}

#contact .header
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top:4px;
	text-align:left;
}

/* Contact *********************/

/* Search **********************/

.search
{
  font-size:22px;
  font-weight:bold;
  
  text-transform:uppercase;
}

.searchSmall
{
  font-size:12px;
  font-weight:bold;
}


/* Search End*******************/

/* Agent Details Small ********/

#agentDetailsLeft
{
  text-align:left;
  font-size:12px;
  padding-left:5px;
  padding-right:5px;
}


#agentDetailsLeft .tel
{
  font-size:16px;
  font-weight:bold;
  padding-top:4px;
  padding-bottom:10px;
}

#agentDetailsLeft .link
{
  padding-bottom:4px;
}

/* Agent Details Small ********/

/* newsTicker */
#newsTicker td
{
  font-size:11px;
}

/* admin hover-overs*/
.thdrcell {
   background:#CCCCCC;
   font-size:11px;
   font-weight:bold;
   padding:5px;
   border-bottom:1px solid #C8BA92;
}

.tdatacell {
   font-size:11px;
   padding:5px;
   background:#FFFFFF
}

.dvhdr1 {
   background:#CCCCCC;
   font-size:11px;
   font-weight:bold;
   border:1px solid #C8BA92;
   padding:5px;
   width:150px;
}

.dvbdy1 {
   background:#FFFFFF;
   font-size:11px;
   border-left:1px solid #C8BA92;
   border-right:1px solid #C8BA92;
   border-bottom:1px solid #C8BA92;
   padding:5px;
   width:150px;
}

p {
margin-top:20px;
}

.dogvdvhdr {
   width:300;
   background:#CCCCCC;
   border:1px solid #C4D5E3;
   font-weight:bold;
   padding:5px;
}

.dogvdvbdy {
   width:300;
   background:#FFFFFF;
   border-left:1px solid #C4D5E3;
   border-right:1px solid #C4D5E3;
   border-bottom:1px solid #C4D5E3;
   padding:10px;
}

.pgdiv {
width:320;
height:250;
background:#EEEEEE;
border:1px solid #C4D5E3;
padding:10px;
margin-bottom:20;
font-size:11px;
}
   /* admin hover-overs*/      
   
   /* agents admin */
   .lbNoSel
   {
    color:#CC0000;
    font-size:10px;
    padding-left:3px;
    padding-right:3px;    
    border-left:1px solid #CC0000;
    border-right:1px solid #CC0000;
    border-top:1px solid #CC0000;
    background-color:#CCCCCC;
   }
   
   .lbSel
   {
    color:Black;
    padding-left:3px;
    padding-right:3px;
    font-size:10px;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-top:1px solid #000000;
   }
   /* agents admin */
   
   /*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.3;
	z-index:-1;
	position:absolute;
	
}

.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#000000;

}

/* Slider */
.slider
{
  background-image:url(/Images/hotColdBg.jpg); 
  background-repeat:repeat-x; 
  width:20px; 
  padding:4px;
  text-align:center;
  }
  
.sliderHot
{
  color:red;
  font-weight:bold;
  font-variant:small-caps;
  font-size:9px;
  text-align:center;
}

.sliderCold
{
  color:blue;
  font-weight:bold;
  font-variant:small-caps;
  font-size:9px;
  text-align:center;
}
  
/* Slider */

.viewingLinkWhite
{
  color:White;
  font-weight:bold;
  text-decoration:none;
  white-space:nowrap;
  font-size:13px;
}

.viewingLinkBlue
{
  color:#99cdff;
  font-weight:bold;
  text-decoration:none;
  font-size:13px;  
}

.viewingLinkYellow
{
  color:#F4BE20;
  font-weight:bold;
  text-decoration:none;
  font-size:13px;  
}

#siteMap 
{
  padding-left:5px;
  padding-right:5px;
}


#siteMap h1
{
  margin:0px;
}

#siteMap h2
{
  padding-left:20px;
  margin:0px;
  font-size:11px;
  font-weight:normal;
  color:Black;
}

#siteMap a
{
  text-decoration:none;
}

/**************Floorplans******************/
#Floorplans 
{
  background-color:#CC0000;
  color:White;
}

#Floorplans a
{
  background-color:#CC0000;
  color:White;
}

#Floorplans .White
{
  background-color:White;
  color:#CC0000;
}

#Floorplans .error
{
  color:Yellow;
}

#Floorplans .bgNorm
{
  color:Black;
}

#Floorplans .bgBottom
{
  background-color:#DDDDDD;
  color:Black;
}


#Floorplans .bgAlt
{
  color:Black;
}

#Floorplans .BoldRed
{
   color:#CC0000;
   font-weight:bold;
   background-color:White;
}

#Floorplans .btn
{
  background-color:#CCCCCC;
  color:Black;
}
#Floorplans .Click
{
  color:Black;
  background-color:White;
  text-decoration:underline;
}


/**************Floorplans******************/

.templatePopUp
{
position: absolute; 
top: 50%; 
left: 50%; 
margin-top: -250px; 
margin-left: -250px; 
}

#divVal
{
    top: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
}

#divValInner
{
    width: 800px;
    text-align: right;
    top: 28px;
    margin-left: auto;
    margin-right: auto;
}

#map_canvas {
    border: 1px solid #7BC043;
    height: 800px;
    margin-top: 20px;
    width: 800px;
}

#map_canvasAgent {
    
}

/* Added from NonMembers/css/NonMembers.css*/

.contact_surround {
    border: medium none;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10022;
}
.contact_gc {
    border: medium none;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    top: 0;
    width: 470px;
}
.contact_cbo {
    background-color: White;
    border: medium none;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    position: fixed;
    top: 0;
    width: 470px;
}
.contact_cex {
    background-color: White;
    border: 1px solid #2E3087;
    height: 0;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    width: 100%;
}
.contactsubmit {
    color: white;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 148px;
}
.watermarked {
    background-color: white;
    border: 1px solid #273281;
    color: gray;
    font-size: 11px;
    padding: 2px 0 0 2px;
}

a.buttonlink {
    background-color: #119BE4;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
}


/* Added from NonMembers/css/NonMembers.css*/

.lighterRed {
  background-color: #ce2127;
  color: white;
}

.darkRed {
  background-color: #841617;
  color: white;
}

/*
• Red - #ce2127
• Dark red - #841617
• Grey - #939393
• Yellow - #d3a13c
• Light blue - #7fa8d0
• Dark blue - #515f72
• Green - #56813a
*/

.menuMainUL {
  color: white;
  text-align: center;
}

.menuMainUL ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 160px;
  text-align: left;
}

.menuMainUL li {
 list-style: none;
 border-bottom: 4px solid white;
 padding-top: 6px;
 padding-bottom: 6px;
 font-weight: bold;
}

.menuMainUL a {
 text-decoration: none;
 color: white;
}

.menuMainUL a:hover {
 text-decoration: none;
 color: #ce2127;
}

.menuMainUL li:hover {
 color: #ce2127;
}

.menuWhoAreYou ul {
  margin: 0px 0px 0px 48px;
  padding: 0;
  text-align: left;
}

.menuWhoAreYou li {
 color: #929292;
 list-style-image: url('/images/v3/unticked-box-43px.png');
 font-size: 11px;
 vertical-align: top;
}

.menuWhoAreYou li:hover {
 list-style-image: url('/images/v3/ticked-box-43px.png');
 color: #841617;
 cursor: hand;
 cursor: pointer;
}

.menuWhoAreYou a {
  color: #929292;
  text-decoration: none;
}

.menuWhoAreYou a:hover {
  color: #841617;
  text-decoration: none;
}

.menuWhoAreYouSel {
 list-style-image: url('/images/v3/ticked-box-43px.png') !Important;
 color: #841617 !Important;
}

.wayMoveTop {
  vertical-align: top;
  padding-top: 13px;
  display: inline-block;
}

.SearchBPtbx {
  width: 226px;
  font-size: 22px;
  height: 50px;
  text-align: center;
  font-weight: bold;
}

.SearchBP input {
  width: 224px;
  background-color: #841516;
  color: white;
  font-size: 15px;
  text-align: center;
  height: 55px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  border: 2px solid #841516;
}

.SearchBP input:hover {
  background-color: #ce2127;
}

.divBtn {
  background-color: #841516;
  color: #ffffff;
  padding: 8px 8px 8px 8px;
  font-weight: bold;
  font-size: 15px;
  left: 0px;
  top: 0px;
  text-align: center;
  border: 2px solid #841516;
}

.divBtn:hover {
  background-color: #ce2127;
  cursor: pointer;
  cursor: hand;
}

.searchBoxRHS {
  color: #841516;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  background-color: #ce2127;
  /*width:282px;*/
}

.searchBoxRHS table {
  background-color: white;
}


/* SQUARED ONE */
.cbxFilter {

	width: 28px;
	height: 28px;
  margin-top: 5px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.cbxFilter label {
	cursor: pointer;
	position: absolute;
	width: 28px;
	height: 28px;
  top: 0px;
	left: 0px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.cbxFilter label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 28px;
	height: 28px;
	top: 0px;
	left: 0px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.cbxFilter label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.cbxlettings label:after {
  background: #7DA6CE;
  background-color: #7DA6CE;
}

.cbxlettings input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
    background-image: url('/images/v3/tick.png')
}

.cbxprop label:after {
  background: #CC1F2F;
  background-color: #CC1F2F;
}

.cbxprop input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
    background-image: url('/images/v3/tick.png')
}

.cbxcommercial label:after {
  background: #515F72;
  background-color: #515F72;
}

.cbxcommercial input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
    background-image: url('/images/v3/tick.png')
}


.cbxoverseas label:after {
  background: #D19F3A;
  background-color: #D19F3A;
}

.cbxoverseas input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
    background-image: url('/images/v3/tick.png')
}

/* Social Icons */


.scShareIcon {
    background: url("/Images/v3/socImgs.gif") repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    font-size: 20px;
    height: 20px;
    overflow: hidden;
    padding-right: 7px;
    text-decoration: none !important;
    width: 16px;
}

.scShareText {
    height: 20px;
    overflow: hidden;
    padding-right: 2px;
    text-align: right;
    float: right;
}
.scShare_facebook {
    background-position: 0 -22px;
}
.scShare_twitter {
    background-position: 0 -43px;
}
.scShare_email {
    background-position: 0 -1px;
}
.scShare_linkedin {
    background-position: 0 -85px;
}
.scShare_google {
    background-position: 0 -64px;
}
.scShare {
    float: left;
}
.scShareFbLikeNoCount {
    float: left;
    height: 21px;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 7px;
    position: relative;
    top: -2px;
    width: 43px;
}

/* End Social Icons*/

.hoverDisp {
    width: 97px;
    height: 77px;
    background-color: white;
    color: black;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    display:  none;
    font-size: 22px;
    padding-top: 20px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
}

.dt {
    text-align: center;
}

.joinToday{
    background-color: #D2A03B; height: 108px; padding-bottom: 10px;
}

.callbackRequest {
    background-color: #558139; height: 108px;
}

.callToAction{
    width: 100%; color: white; width: 206px; font-size: 22px; text-align: left; cursor: hand; cursor: pointer;
}

.callToAction:hover {
    text-decoration: underline;
}

#tmT th{
    border: 1px dotted blue;
    background-color: #ce2127;
    color: white;
}

#tmT td{
    border: 1px dotted blue;
}

/*property search results */

.property_result {
  float: left; width: 200px; min-height: 260px; margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px; font-size:10pt; font-weight:bold;
}

.property_result .address {
  margin-bottom: 5px; width: 100%; height: 30px; overflow: hidden; color: #ce2127; text-align: left; font-weight:bold; vertical-align:bottom; font-size:11pt; line-height:12pt;
}

.property_result .image {
width: 100%;
text-align: center;
height: 150px;
vertical-align: middle;
position: relative;
background-color: #D8D8D8;
cursor: pointer;
}

.property_result .image img {
    max-width: 188px;
    max-height: 148px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.property_result .image_count {
height: 20px;
vertical-align: middle;
background-color: #841617;
width: 100%;
color: white;
font-weight: bold;
text-align: center;
padding:2px 0 0 0;
margin-bottom: 4px;
cursor: pointer;
font-size:10pt;
}
.property_result a{
    text-decoration:none;
}
.property_result .agent_holder {
position: relative;
right: 0px;
top: 0px;
margin:0 0 2px 2px;
float:right;
font-weight:bold;
}

.property_result .agent_holder img {
    max-width: 90px;
    max-height: 40px;
}

.agSel{
    background-color: lightgoldenrodyellow;
}

.isAgent:hover {
    background-color: lightgoldenrodyellow;
}

.isAgent {
    margin-bottom: 5px;
    border-bottom: 5px solid #CE2127;
    padding: 2px 2px 2px 2px;
    max-width: 260px;
    width: 260px;
    min-height:65px;
    float: left;
    margin-right: 5px;
    cursor:pointer;
    text-align:left;
}

.agentlogo_s{
    max-width: 50px;
    max-height: 30px;
}

.boxHeader {
width: 100%; height: 30px; background-color: #841516; color: white; padding-top: 10px; text-align: center; font-size: 16px; font-weight: bold; margin-top:5px;
}

.isAgentSelected, .isAgentSelectedExclude {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 65px;
}

.isAgentSelected img, .isAgentSelectedExclude img, .isAgent img{
    float:right;
    vertical-align:middle;
   position:relative;
}

.overlayBG {
    position: fixed; 
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index:1;
    display: table;
}

.overlayBGDark {
    position: fixed; 
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.76;
    filter: alpha(opacity=76);
    z-index:1;
    display: table;
}

.noTitleStuff .ui-dialog-titlebar {display:none}

.propertyImg {
  /*min-width: 150px;*/
}

.cell{
display:table-cell; padding:5px; height:20px; text-align:left;
}

.border{
border:1px solid #000; margin-top:5px;
}

.table{
display:table; width:100%;padding-top:10px; overflow:auto;

}
.row{
display:table-row;padding:5px;
}

.btnAgentSec
{
	background-color: #CE2127;
	color: white;
	font-weight: bold;
	font-size: 14px;
  border: 1px solid #CE2127;
  cursor: pointer;
  height:28px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  padding-left: 5px;
  padding-top: 8px;
  padding-right: 5px;
  min-width: 170px;
  display: inline-block;
}

.btnAgentSec a {
    text-decoration:none;
}

.btnAgentSec:hover {
    background-color: white;
    color: #CE2127;
    text-decoration:none;
}

.btnMLSPartners
{
	background-color: #fff;
	color: #CE2127;
	font-weight: bold;
	font-size: 14px;
  border: 1px solid #CE2127;
  cursor: pointer;
  height:28px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  padding-left: 5px;
  padding-top: 8px;
  padding-right: 5px;
  display: inline-block;
}

.btnMLSPartners a {
    text-decoration:none;
}

.btnMLSPartners:hover {
    background-color: #CE2127;
    color: #fff;
    text-decoration:none;
}

#ddlAgentOptions {
  background-color: #841516; color: white; padding-top: 0px; text-align: center; font-size: 16px; font-weight: bold;
  width: 306px;
  height: 40px;
}

#slider1 {
  list-style:none;
  margin-left:0;
  padding-left: 0px;
  padding: 0;
  list-style-type: none;
  -webkit-padding-start: 0;
}

#slider1 li {
  list-style:none;
  margin-left: 0px;
  padding-left: 0px;
}