/* Default Settings */


body
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;

}

body a:link, body a:visited
{
	
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}
body a:hover
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.bodycolor
{
	background-color:#f8f8f8;
}

.maintablebg                                       /* if the portal has any background colors/image */
{
	background-image:url(header-rep.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;

}
.footertext                                              /* copyright text */
{	
	font-size: 12px; 
	font-family: arial;
	font-weight:normal;
	color:#686767;
	vertical-align:middle;
	text-decoration: none;
	text-align:right;
	
}

a:link 
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	
	
}
a:visited 
{
	
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}
a:hover 
{
	
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

.extrabottomlinksbg
{
	background-color:#363636;

}

.extrabottomlinks
{
	font-size: 12px; 
	font-family: arial;
	font-weight:normal;
	color:#aeadad;
	vertical-align:middle;
	text-decoration: none;
	text-align:left;
	padding:0px 0px 0px 0px;
	line-height:20px;
	
}

a.extrabottomlinks:link, a.extrabottomlinks:hover, a.extrabottomlinks:active, a.extrabottomlinks:visited
{
	font-size: 12px; 
	font-family: arial;
	font-weight:normal;
	color:#aeadad;
	vertical-align:middle;
	text-decoration: none;
	text-align:left;
	line-height:20px;
	
}
.extralinkspadding
{
	margin-left:0px;
	margin-left:20px!ie;
	padding-left:20px;
	padding-left:0px!ie;

}
.bottomlinks                                               
{
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#e0e0e0;
	text-align:center;
	text-decoration:none;
	background-color:#007bbf;
	height:26px;
	padding:0px 2px;
	text-transform:uppercase;
}

.bottomlinks a:link
{
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#e0e0e0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

.bottomlinks a:visited
{
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#e0e0e0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

.bottomlinks a:hover
{
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#e0e0e0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;	
}

/* Default Settings ends */


/* Form settings */

.FormBodyText
{
	font:normal 12px Arial ;
	color:#666666;
	text-decoration: none;
}

.FormLabelText
{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}

.RequiredLabel 
{
	color:#a95534;
}

.FormLabelHeader
{
	background-color:#143f71;
	font:bold 13px Arial;
	color: #ffffff;
	height:25px;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
}

.FormLabelSubheader
{
	font:bold 12px Arial ;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

.FormErrorText
{
	font:bold 12px Arial ;
	color: #ce0027;
	text-decoration: none;
}

.FormButton
{
	font-family:arial ;
	font-size:12px;
	font-weight:normal;
	color: #ffffff;
	background-color:#646464;
	text-decoration: none;
	border:1px solid #ffffff;
	line-height:14px;
	cursor:pointer;
	outline:none;
	padding:2px;
}


.FormTextField 
{
	font:normal 12px arial;
	color: #000000;
	height:20px;
	width: 120px;
	border: 1px solid #666666;
	background-color:#d9d9d9;
	text-decoration: none;
}

.RequiredField 
{
background-color:#dae9f5;
}

/* formtableborder - created by Sayajee on 1st Sep 09, recomended border values are 1-2px  or 0 */
.formtableborder {
	border:1px solid #8a8476;
	}

.FormTableHeader
{
 	font:bold 12px Arial ;
	color:#ffffff;
	background-color:#797474;
	text-decoration: none;
	text-align:left;
	height:27px;
}
.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:27px;
}

.FormTableSubheader
{
	font:normal 12px arial;
	color: #000000;
	background-color:e9f0f5;
	text-decoration: none;
}

.FormTableRow
{
 	font:normal 12px Arial ;
	color: #000000;
	background-color:#d5e1f0;
	text-decoration: none;
	height:25px;
	text-align:left;
	padding-left:5px;
}

.FormTableRow td
{
	padding:5px;
}


.FormTableRowAlt
{
 	font:normal 12px Arial ;
	color: #000000;
	background-color:#b9cce0;
	text-decoration: none;
	height:25px;
	text-align:left;
   padding-left:5px;
	  
}

.FormTableRowAlt td
{
	padding:5px;
}

.FormTabActive
{
	font:bold 12px arial;
	color: #ffffff;
	background-image:url(tabactive.png);
	background-repeat:no-repeat;
	height:29px;
	width:150px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}

.FormTabInactive
{
	font:normal 12px arial;
	color: #ffffff;
	background-image:url(tabinactive.png);
	background-repeat:no-repeat;
	height:29px;
	width:150px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}


.FormTableSubrow
{
 	 font:normal 12px arial;
 	color: #000000;
	background-color:68819e;
 	height:30px;
 	text-align:left;
 	text-decoration: none;
}

.FormTableFooter
{
  	font:normal 12px arial ;
 	color:#000000;
 	background-color:#686d73;
 	line-height:16px;
 	padding-left:2px;
	 padding-right:2px;
	text-align:right;
 	text-decoration: none;
}

.FormTableFooter td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}

.FormTabMouseover
{
  	font:normal 12px arial ;
 	color:#000000;
 	background-color:#686d73;
	text-decoration: none;
	cursor:pointer;
  
}

.FormTextArea
{
	font:normal 12px arial;
	color: #666666;
	height:70px;
	width:200px;
	text-decoration: none;
	border: 1px solid #666666;
	background-color:#d9d9d9;
}

select
{
	font:normal 12px arial ;
	color: #666666;
	border: 1px solid #666666;
	background-color:#d9d9d9;
	text-decoration: none;
}

.iframetransbg {
 background:none transparent;
 padding-left:0px;
}

.iframepopupbg                            	/* sp7 class*/
{
	background:#ffffff;
	padding:0px;
}
.FormLinks
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

a.FormLinks:link
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}


a.FormLinks:visited
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}


a.FormLinks:hover
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.FormPageNumber
{
	font:normal 11px arial;
	color:#686d73;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}
a.formpagenumber:link
{
	font:normal 11px arial;
	color:#686d73;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}
a.formpagenumber:visited
{
	font:normal 11px arial;
	color:#686d73;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}
a.formpagenumber:hover
{
	font:normal 11px arial;
	color:#000000;
	text-align:left;
	cursor:pointer;
	text-decoration:none;
}
.ActiveFormPageNumber
{
	font:bold 11px arial;
	color:#686d73;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}

.FormPageNumberdivider
{
	font:normal 11px arial;
	color:#0372ae;
	text-align:right;
	text-decoration:none;
}

.FormFPName{
	font:bold 13px arial ;
	color: #164174;
	text-decoration:underline;
	text-align:left;
 cursor:pointer;
}

.FormFPName:link{
	font:bold 13px arial ;
	color: #164174;
	text-decoration:underline;
	text-align:left;
 	cursor:pointer;
}
.FormFPName:visited{
	font:bold 13px arial ;
	color: #164174;
	text-decoration:underline;
	text-align:left;
 	cursor:pointer;
}
.FormFPName:hover{
	font:bold 13px arial ;
	color: #000000;
	text-decoration:none;
	text-align:left;
 	cursor:pointer;
}

.FormMessageText
{
	font:bold 11px Arial ;
	color: #000000;
	text-decoration: none;
	font-style:itallic;
	vertical-alignment:middle;
}

form
{
	padding:0px;
	margin:0px;
}
/* Form settings ends */


/* floorplan settings starts*/  
.FloorPlanNormalText
{
      font:normal 12px arial ;
      color:#666666;
      text-decoration: none;
			font-weight:bold;
}

.FloorPlanBedName
{
      font:normal 13px arial ;
      color:#7e0021;
      text-decoration: none;
      font-weight:bold;
}
.FloorPlanLinks
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

a.FloorPlanLinks:link
{
font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
cursor:pointer;
}


a.FloorPlanLinks:visited
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}


a.FloorPlanLinks:hover
{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.FloorPlanName
{
	font:normal 13px arial;
	color: #ce6c03;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanName:link
{
	font:normal 13px arial;
	color: #ce6c03;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}


a.FloorPlanName:visited
{
	font:normal 13px arial;
	color: #ce6c03;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}


a.FloorPlanName:hover
{
	font:normal 13px arial;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FloorPlanbg
{
   background-color:#e8e8e8;
}
.FloorPlanHomeDecorImg
{
	background-image: url(homedecorplanner.jpg);
	height:28px;
	width:196px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}
/* floorplan settings ends*/ 

/* Corporate Search settings */

.Corpsearchiframetransbg
{
   background:none transparent;
   padding:0px;
   margin:0px;

}

.CorpSearchMainTable
{
 width:100%;
/* width:740px!ie;*/

}

.CorpSearchTableFilter
{
   border:0px solid #ff0000;

}

.CorpSearchResultTable
{
	border:1px solid #666666;
	width:720px;
  	height:150px;
	font:normal 12px arial ;
  	color: #000000;
  	text-decoration: none;
}

.CorpSearchResultRow
{
  background-color:#d8d8d8;
  border:1px solid #666666;
}

.CorpSearchResultRowAlt
{
  
 background-color:#d8d8d8;
  border:1px solid #666666;
}

.CorpSearchResultRowGap
{
  
 background-color:#e8e8e8;
 height:7px;

}

.CorpFormTableHeader
{
 	font:bold 12px arial ;
	color:#ffffff;
	background-color:#164274;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:25px;
}

.CorporateMapSize
{
 width:720px;
 height:450px;
 border:1px solid #666666;
}

.CorpFormlabeltext
{
  font:normal 12px arial;
  color: #000000;
  text-decoration: none;

}

.CorpFormlabelHeader
{
  font:bold 16px arial;
  color: #062e48;
  line-height:25px;
  text-decoration: none;
}

.CorpFormLabelSubHeader
{
	font:bold 14px arial ;
	color: #007bbe;
	text-decoration: none;
}

.CorpFormTextField
{
	font:normal 11px arial ;
	color: #000000;
	height:19px;
	width: 130px;
	padding-left:3px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
	background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;
}
.hCityTextField
{
	font:normal 11px arial ;
	color: #000000;
	height:19px;
	width: 200px;
	padding-left:3px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
	background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;
}
.hmilesTextField
{
	font:normal 11px arial ;
	color: #000000;
	height:19px;
	width: 150px;
	padding-left:3px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
	background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;
}
.hcommunityTextField
{
	font:normal 11px arial ;
	color: #000000;
	height:19px;
	width: 220px;
	padding-left:3px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
	background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;
}
.CorpFormButton
{
	font-family:arial ;
	font-size:12px;
	font-weight:normal;
	color: #ffffff;
	background-color:#646464;
	text-decoration: none;
	border:1px solid #ffffff;
	line-height:14px;
	cursor:pointer;
	outline:none;
	padding:2px;
}

.CorpSelect
{
 font:normal 11px arial ;
 color: #000000;
 height:19px;
 -moz-height:19px;
 background-color:#ffffff;
 text-decoration: none;
 width:130px;
}
.hCorpSelect
{
 font:normal 11px arial ;
 color: #000000;
 height:19px;
 -moz-height:19px;
 background-color:#ffffff;
 text-decoration: none;
 width:70px;
}

.CorpFormErrorText
{
 font:normal 11px arial ;
 color: #af0202;
 text-decoration: none;
 text-align:left;
}

.CorpFormMessageText
{
 font:normal 11px arial ;
 color: #c77500;
 text-decoration: none;
 text-align:left;
}

.CorpDropList
{
 background-color:#FFFFFF;
 OVERFLOW:auto;
 Z-INDEX:55000; 
 POSITION:absolute; 
 border:1px solid #bbbbbb;
 border:1px solid #bbbbbb!ie;
 width:123px;
 width:130px!ie;
 line-height:15px;
 padding-left:5px;
  font-family:arial;
 size:11px;
 font-weight:normal;
}

.CorpDropListNavBg_Active				/* selected background color for key up & down */
{
 background-color:#eeeeee;
 }
 
.CorpDropListNavBg						/* normal background color for key up & down */
{
 background-color:#d3ecf3;
 }

.CorpPropertyName
{
  font:bold 14px arial;
  color: #174275;
  text-decoration: none;
  vertical-align:top;
height:20px;
}


a.CorpPropertyName:link
{
  font:bold 14px arial;
  color: #174275;
  text-decoration:underline;
  cursor:pointer;
}

a.CorpPropertyName:visited
{
  font:bold 14px arial;
  color: #174275;
text-decoration:underline;
  cursor:pointer;
}

a.CorpPropertyName:hover
{
  font:bold 14px arial;
  color: #000000;
  text-decoration:none;
  cursor:pointer;
}

.CorpContentText
{
  font:normal 12px arial;
  color: #000000;
  text-decoration: none;
}

.CorpFormLinks
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
}

a.CorpFormLinks:link
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;

  
}

a.CorpFormLinks:visited
{
	
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

a.CorpFormLinks:hover
{
	
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.CorpAdvsearchLink
{
  font:normal 12px arial ;
  color: #000000;
  line-height:20px;
  text-decoration: none;
}

a.CorpAdvsearchLink:link
{
  font:normal 12px arial ;
  color: #000000;
  line-height:20px;
  text-decoration: underline;
}

a.CorpAdvsearchLink:visited
{
  font:normal 12px arial ;
  color: #000000;
  line-height:20px;
  text-decoration: underline;
}

a.CorpAdvsearchLink:hover
{
  font:normal 12px arial ;
  color: #000000;
  line-height:20px;
  text-decoration: underline;
}

.Corpthumbbg
{
	 background-image:url(corpthbg.png);
	 background-repeat:no-repeat;
	 background-position:5px 8px;
	 margin-left:3px;
	 margin-top:-20px;
	 width:120px;
	 height:110px;
	 vertical-align:top;
}

.CorpBlankcell
{
 width:207px;
}

.CorpLocationcell
{
 width:416px;
}

 #chkListCommunity td{width:180px;} /* class added to contrl alignment of the amenties in advanced search this is the min width required*/
 #chkListUnit td{width:180px}		/* class added to contrl alignment of the amenties in advanced search this is the min width required*/
 
/* Corporate Search settings */



/*Corporate Property Details*/


.CorpPropContentText
{
  font:normal 12px arial ;
  color: #000000;
  text-decoration: none;
}

.CorpPropDetailTable
{
   border:1px solid #a2d7e4;
  background-image:url(corptablebg.jpg);
  background-position:bottom;
  height:150px;
  background-repeat:repeat-x;
  padding:0px 10px;
}

.CorpPropDetailBg
{
	border:1px solid #a2d7e4;
	background-color:#d3e3e5;
}

.CorpTabFooter
{
	 padding:15px;
	 padding:5px !ie;
	 padding-left:5px;
	 width:670px;
}

.CorpTabFooterLinks
{
	font:normal 12px arial ;
  color: #0086a9;
  text-decoration: none;
}

a.CorpTabFooterLinks:link, a.CorpTabFooterLinks:visited
{
	font:normal 12px arial ;
  color: #0086a9;
  text-decoration: none;
}

a.CorpTabFooterLinks:hover
{
	font:normal 12px arial ;
  color: #000000;
  text-decoration: none;
}

.CorpMapSearchBorder
{
 border:1px solid #cccccc;
 padding:10px;
}

.CorpCheckAvailbg
{
 background:url(CheckAvailBG.gif) no-repeat right top;
 width:180px;
 height:40px;
}

.CorpPropDetailMapSize
{
 width:450px;
 width:440px!ie;
 height:250px;
}

.CorpPropDetailHeader
{
 font:bold 17px arial;
 color:#ffffff;
 text-decoration:none; 
}


.CorpWelcomeHeader
{
 font:bold 16px arial;
 color:#007bbe;
 text-decoration:none;
}

.FormBullet
{
 background-image:url(bullet.gif);
 background-repeat:no-repeat;
 background-position: 4px 7px;
 width:20px;
 height:10px;
}

.FormBulletAmenities
{
 background-image:url(bullet.gif);
 background-repeat:no-repeat;
 background-position: 0px 4px;
 font:normal 11px arial ;
 color: #015f92;
 padding-left:15px;
 text-decoration: none;
}

.PropDetailLogo
{
	width:115px;
	height:53px;
}

.PropDetailImage
{
	width:200px;
	height:150px;
}

/* CSS for tabs */

.shadetabs                    /* style applicale to menu (change only font style)*/
{
	padding:0px;
	margin:0px;
	top:-32px;
	font: bold 12px arial;
	list-style-type:none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border:0px solid #FF0000;
	display:block;
	text-decoration:none;
	
}

#navcontainer ul li { display: inline; }

.shadetabs li                 /*style applicable to each tab (give width expected for each tab)*/
{
	display:inline;
	display:inline!ie;
	height:29px;
}

.shadetabs li a:link,.shadetabs li a:visited
{
	-moz-inline-box:block;
	display:inline-block!ie;
	z-index:1;
	text-align:center;
	width:auto!ie;
	color:#ffffff;
	padding-top:6px;
	padding-bottom:8px;
	padding-right:16px;
	padding-right:15px!ie;
	padding-left:16px;
	padding-left:15px!ie;
	margin-right: 1px;
	background-image:url(TabRight.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#000b43;
	font: bold 12px arial;
	text-decoration:none;
	height:29px;
}


.shadetabs li a:hover
{
	-moz-inline-box:block;
	display:inline-block!ie;
	z-index:1;
	width:auto!ie;
	text-align:center;
	color:#FFFFFF;
	padding-top:6px;
	padding-bottom:8px;
	padding-right:16px;
	padding-right:15px!ie;
	padding-left:16px;
	padding-left:15px!ie;
	margin-right: 1px;
	background-image:url(TabRight_over.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#007bbe;
	font: bold 12px arial;
	text-decoration:none;
	height:29px;
	
	}

.shadetabs li a.selected
{ 																/*mention text color, active bg image for active tab*/
	-moz-inline-box:block;
	display:inline-block!ie;
	z-index:1;
	width:auto!ie;
	text-align:center;
	color:#FFFFFF;
	padding-top:6px;
	padding-bottom:8px;
	padding-right:16px;
	padding-right:15px!ie;
	padding-left:16px;
	padding-left:15px!ie;
	margin-right: 1px;
	background-image:url(TabRight_over.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#007bbe;
	font: bold 12px arial;
	text-decoration:none;
	height:29px;
}


.shadetabs li a.selected:hover
{ 			
	-moz-inline-box:block;
	display:inline-block!ie;
	z-index:1;
	width:auto!ie;
	text-align:center;
	color:#FFFFFF;
	padding-top:6px;
	padding-bottom:8px;
	padding-right:16px;
	padding-right:15px!ie;
	padding-left:16px;
	padding-left:15px!ie;
	margin-right: 1px;
	background-image:url(TabRight_over.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#007bbe;
	font: bold 12px arial;
	text-decoration:none;
	height:29px;

}


.tabcontent
{
	display:none;
	background-image:url(TabContentBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:675px;
	min-height:500px;
	border:1px solid #007bbe;
	background-color:#ffffff;
	position: relative;

}

* html .tabcontent {
	height:500px;
}

@media print {
.tabcontent 
{
	display:block !important;
}
}


/* Css for tabs */

/*Corporate Property Details*/



/* Corporate Featured Property settings */

.FeaturedPropName
{
  font:bold 12px arial;
  color: #000000;
  text-decoration: underline;
}

.FeaturedPropAdd 

{
	font:bold 11px arial ;
	color: #000000;
	text-decoration: underline;
}

.FeaturedPropDes
{
	font:normal 11px arial ;
	color: #000000;
	text-decoration: none;
 }

.FeaturedPropImg
{
 	border: 1px solid #000000;
	width:180px;
	 height:120px;
}

.FeaturedPropLinks
{
 font:normal 11px arial ;
 color: #15738c;
 text-decoration: none;
}

a.FeaturedPropLinks:link
{
 font:normal 11px arial ;
 color: #15738c;
 text-decoration: none;
 cursor:pointer;
}


a.FeaturedPropLinks:visited
{
 font:normal 11px arial ;
 color: #15738c;
 text-decoration: none;
 cursor:pointer; 
}


a.FeaturedPropLinks:hover
{
 font:normal 11px arial ;
 color: #000000;
 text-decoration: none;
 cursor:pointer; 
}

.FeaturedPropiframetransbg
{
            background:none;
}

/* Corporate Featured Property settings */

/* Corporate Compare Community settings */

.ComparePopupHeaderbg
{
	background-color:#007bbf;
	height:20px;
}

.ComparePopupHeadertext
{
	font:bold 12px arial ;
 	color: #ffffff;
	margin-left:5px;
	
}

a.ComparePopupHeadertext:link,a.ComparePopupHeadertext:visited,a.ComparePopupHeadertext:hover
{	
	font:bold 12px arial ;
 	color: #ffffff;
	margin-left:20px;
	
}

.ComparePopupbg
{
	background-color:#ffffff;
	border:1px solid #828282;
}

.CompareHeaders
{
 font:bold 11px arial ;
 color: #2F81B7;
 text-align:left;
 width:90px;
}

.CompareBottomBorder
{
 border-bottom:1px solid #cccccc;
 padding:6px 0px;
}

.CompareBottomBorder table
{
 margin-left:5px;
}

/* Corporate Compare Community settings */


/* Login Settings */           /*common setting applicable to both Resident Login and online leasing login*/


.LoginFrameTransbg
{
            background:none transparent;
}

.LoginFormLabelText

{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}

.LoginSelect
{
	font:normal 12px arial ;
	color: #666666;
	border: 1px solid #666666;
	background-color:#d9d9d9;
	text-decoration: none;
	MAX-Height:35px;
}

.LoginFormTextField 
{
	font:normal 12px arial;
	color: #000000;
	height:20px;
	width: 120px;
	border: 1px solid #666666;
	background-color:#d9d9d9;
	text-decoration: none;

}

.LoginFormButton
{
	font-family:arial ;
	font-size:12px;
	font-weight:normal;
	color: #ffffff;
	background-color:#646464;
	text-decoration: none;
	border:1px solid #ffffff;
	line-height:14px;
	cursor:pointer;
	outline:none;
	padding:2px;
}
 
.LoginRequiredField 
{
 	background-color:#dae9f5;
}

.Loginformlink
{
	font:normal 12px arial ;
	color: #666666;
	text-decoration:underline;
	text-align:left;
}

a.Loginformlink:link
{
	font:normal 12px arial ;
	color: #666666;
	text-decoration:underline;
	text-align:left;
 	cursor:pointer;   
}

a.Loginformlink:visited
{
	font:normal 12px arial ;
	color: #666666;
	text-decoration:underline;
	text-align:left;
 	cursor:pointer;  
}

a.Loginformlink:hover
{
	font:normal 12px arial ;
	color: #666666;
	text-decoration:none;
	text-align:left;
 	cursor:pointer;  
}
 
.LoginFormMessageText
{
   	font:bold 12px Arial ;
		color: #ce6c03;
		text-decoration: none;
		vertical-alignment:middle;
		text-align:left;
		font-style:itallic;
}

.LoginFormErrorText
{
 	font:bold 12px Arial ;
	color: #ce0027;
	text-decoration: none;
}

.LoginTableHome
{
  border:0px;
  width:300px;
  margin:0px;
  padding:2px;
}

.LoginTableInner
{
  border:1px;
  width:500px;
  margin:0px;
}

/* Login Settings */


/*eBrochure Settings*/
.ebroiframetransbg {
	background-color:#eeeeee;
}
.ebrochuremaintable {
	background-color:#eeeeee;
	width:730px;
}
.ebrochureinnertable {
background-color:#ffffff;
	width:700px;
}
.ebrochureheaderbg {
	height:162px;
	width:700px;
	background-color:#000a43;
}
.ebrochurecontentbg {
	background-color:#f5f5f5;
}
.ebrochurecontentbgcolor {   /* for bottom color of background plain color which comes in a div  */
	background-color:#ffffff;
}
.ebrochurepropname {
		font:normal 20px arial;
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	vertical-alignment:middle;
}
.ebrochurepropaddress {
	font:normal 13px arial;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurenormaltext {
font-family: arial; 
	font-size: 12px; 
	color:#666666;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
padding-top:5px;
}
.ebrochuredesign1header { /* Recommended to use eiher this or ebrochuredottedhorizontalseparator; Do not remove this comment */
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
   	color:#ffffff;
	background-color:#686d73;
	line-height:25px;
padding-left:10px;
}
.ebrochuredottedhorizontalseparator { /* Recommended to use eiher this or ebrochuredesign1header; Do not remove this comment */
	/*background:url(dottedhoriline.gif) left bottom repeat-x;*/
	height:1px;
}
.ebrochuredesign2header {
		font:normal 20px arial;
	color: #000f60;
	text-decoration: none;
	font-weight:normal;
	vertical-alignment:middle;
}
.ebrochurelink {
	font:normal 13px arial;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:link 
{
	font:normal 13px arial;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:visited 
{
	font:normal 13px arial;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:hover
{
	font:normal 13px arial;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochureprinticon {
	height:62px;
	width:53px;
	background-image:url(print.jpg);
	background-repeat:no-repeat;
}
.ebrochurerefericon {
	height:62px;
	width:98px;
	background-image:url(refer_friend.jpg);
	background-repeat:no-repeat;
}
.ebrochurefootertext {
	font-size: 11px; 
	font-family: arial;
	font-weight:normal;
	color:#ffffff;
	height:28px;
	vertical-align:middle;
	text-align:right;
	background-color:#017bbe;
	text-decoration: none;
	border-top:1px solid #ffffff;
}
.ebrochuremapdimensions {    /* for map dimensions  */
width:289px;
height:207px;
}
.ebrochurebullet {    /* for bullets of headers  */
	background-image:url(headersubbullet.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	width:5px;
	height:5px;
}
.ebrochureverticalseparator {
	background-image:url(verti_seprator.gif);
	background-repeat:repeat-y;
	width:13px;
}
.ebrochurepropertythumbnail {
	height:126px;
	width:160px;
	border: 1px solid #999999;
	float:right;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
.ebrochurehorizontalseparator {
	background-image:url(hori_seprator.jpg);
	background-repeat:repeat-x;
	height:13px;
}
.ebrochurehorizontalcolorseparator {
	background-color:#546401;
	height:10px;
}
.ebrochuretopleftcorner {
	background-image:url(top_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretoprightcorner {
	background-image:url(top_rightcorner.png);
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochurebotleftcorner {
	background-image:url(bot_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner {
	background-image:url(bot_rightcorner.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochuretopshadow {
	background-image:url(top_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochureleftshadow {
	background-image:url(left_shadow.png);
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochurebottomshadow {
	background-image:url(bottom_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurerightshadow {
	background-image:url(right_shadow.png);
	background-position:left;
	background-repeat:repeat-y;
}
/*eBrochure Settings ends*/


/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
	font-family: Arial; 
	font-size: 12px; 
	color:#666563;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	vertical-align:top;
	text-align:left;
}

.allcaps
{
	text-decoration: none; 
	text-transform: uppercase
}

.initialcaps
{
	text-decoration: none; 
	text-transform: capitalize
}

.lowercase
{
	text-decoration: none; 
	text-transform: lowercase
}

.shadow
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4)
}

.glow
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.Glow(color='gray', Strength='5')
}

.motionblur
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.MotionBlur(Strength=10, Direction=45, Add='true')
}


p 
{
	font-family: arial; 
	font-size: 12px; 
	font-weight: normal; 
	color:#666563;
	text-decoration: none; 
	text-transform: none;
	padding:0px;
	margin:0px;
}


/* Editor settings ends */



#vmenubg      
{
	background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;
	width:221px;
	
}
.vmenubg      
{
	background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;
	width:221px;
	
}

.vlinkbg   
{

	font-family:Arial;
	font-size:11px;
	color:#666563;
	font-weight:normal;
	text-decoration:none;	
	vertical-align:middle;
	text-align:left;
	line-height:28px;
	padding-left:3px;
	/*background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;*/
	width:221px;
	text-transform:uppercase;

}

.vlinkbg a:link 
{

	font-family:Arial;
	font-size:11px;
	color:#666563;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:28px;
	width:221px;


}

.vlinkbg a:visited   
{

	font-family:Arial;
	font-size:11px;
	color:#666563;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:28px;
	width:221px;


}

.vlinkbg a:hover                                               
{

	font-family:Arial;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:28px;
	width:221px;


}

.activevlinkbg                                                 
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:28px;
	padding-left:3px;
	/*background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;*/
	width:221px;
	text-transform:uppercase;
}

.activevlinkbg a:link, .activevlinkbg a:visited, .activevlinkbg a:hover                                             
{
	font-family:Arial;
	font-size:11px;
	color:#143f71;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:28px;
	text-transform:uppercase;
}
.hlinkbg                                              
{
	font-family:Arial;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:42px;
	text-transform:uppercase;
	
}


.hlinkbg a:link                                               
{
	font-family:Arial;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:42px;
	text-transform:uppercase;
}

.hlinkbg a:visited
{
	font-family:Arial;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:42px;
	text-transform:uppercase;
}

.hlinkbg a:hover
{
	font-family:Arial;
	font-size:13px;
	color:#007bbf;
	font-weight:bold;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:42px;
	text-transform:uppercase;
}



HWebMenu                                                /* for horizontal dropdown menu  */
{
	on-bg-color	: #FBAE00; 
        on-text-color	: #582c05;
        off-bg-color	: #FFFFFF;
        off-text-color	: #7B4A0C;
        brder-sep-color : #F5DD93;
        
        /*settings for menu in netscape/mozilla */
        border-top-color	: #F5DD93;
        border-left-color	: #582c05;
        border-bottom-color	: #F9EDC3;
        border-right-color	: #7B4A0C;
        background-color 	: #F5DD93;
        
}    


VWebMenu                                                  /* for vertical dropdown menu  */
{	
	on-bg-color	: #FBAE00; 
        on-text-color	: #FFFFFF;
        off-bg-color	: #FFFFFF;
        off-text-color	: #7B4A0C;
        brder-sep-color : #F5DD93;
        firstcell-width :150;
        
        /*settings for menu in netscape/mozilla */
        border-top-color	: #FBAE00;
        border-left-color	: #FFFFFF;
        border-bottom-color	: #FFFFFF;
        border-right-color	: #7B4A0C;
        background-color 	: #F5DD93;
        margin-left		: 150;
}

/* Menu settings ends */



/* Section settings */

.blankheader                                          /* when the section has no design applied (design0) */
{
	
	font-family:Arial Narrow;
	color:#666666;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	height:16px;
}


.design1header
{
	font-family:Arial;
	color:#164274;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	background-image:url(design1head-bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	height:45px;
	text-transform:capitalize;
	
}

.design1bg

{
	background-image:url(designbg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	background-color:#f3f3f3;
	
}

.design2header
{
	font-family:Arial;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	background-image:url(designh_greenbg.jpg);
	height:15px;
	padding-left:5px;

}

.design2bg

{
	background-image:url(designbg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	background-color:#f3f3f3;
}


.design3header
{
	font-family:Arial;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	background-image:url(designh_lightbluebg.JPG);
	height:15px;
	padding-left:5px;
}

.design3bg

{
	background-image:url(designbg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	background-color:#f3f3f3;
}

H1
{
	font-family:Arial;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-bottom:14px;
	padding-left:5px;
	
}

H2
{
	font-family:Arial;
	color:#666666;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
		
}

H3
{
	font-family:Arial;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
		
}
/* Section settings ends */

/*Google Map settings start*/


div.gs-street ,div.gs-directions {
  font-family:arial;
  font-size:11px;
}

div.gs-phone,  div.gs-city 
{
  display: inline;
  font-family:arial;
  font-size:11px;

}

div.gs-title a:link
{
  display: inline;
  font-family:arial;
  font-size:11px;

}


div.gs-region {
  display: inline;
}

div.gs-country {
  display: none;
}

div.gs-directions
{
  font-family:arial;
  font-size:11px;
}

div.gs-label
{
  font-family:arial;
  font-size:11px;
}

.gs-secondary-link
{
  font-family:arial;
  font-size:11px;
}

.gs-watermark
{
  font-family:arial;
  font-size:11px;
} 

.MarkerText
{
font:normal 11px arial; color:#003b4b;
}

.MarkerHeaderText
{
font:bold 12px arial; color:#049dc7;
}

a.MarkerHeaderText:link, a.MarkerHeaderText:visited, a.MarkerHeaderText:hover
{
font:bold 12px arial; color:#049dc7;
}

.googledir div{font:normal 11px arial; color:#000000;}
.googledir table td{font:normal 11px arial; color:#056c87}

/*Google Map settings end*/


/*Specials Settings*/

.Specialsbg

{
	height:30px;
	background-color:#c6d1df;
}

.Specialstext
{
		font:bold 14px arial ;
    	color: #000000;	
    	text-decoration: none;
    	font-style:normal;
    	vertical-alignment:middle;
			padding:10px;
}
/*Specials Settings*/



/* Template specific classes */

.Topmenubg
{
	background-color:#007bbf;
}

.Toplinks
{
	font-family:Arial Narrow;
 	font-size:11px;
 	color:#dadada;
 	font-weight:normal;
 	text-decoration:none;
	white-space:nowrap;
	text-transform:uppercase;
}

.Toplinks a:link, .Toplinks a:visited, .Toplinks a:hover
{
	font-family:Arial Narrow;
 	font-size:11px;
 	color:#dadada;
 	font-weight:normal;
 	text-decoration:none;
	white-space:nowrap;
	text-transform:uppercase;
}

.SearchFormTextField {
	font:normal 12px arial;
	color: #767474;
	height:15px;
	width: 102px;
	border: 1px solid #aaaaaa;
	border-right:0px;
	background-color:#ffffff;
	text-decoration: none;
}

.footerbg
{
	/*background-image:url(Footerbg.jpg);*/
	background-color:#ffffff;
}

.footerbgBlueStrip
{
	/*background-image:url(FooterBg_blueStrip.jpg);*/
	background-repeat:repeat-x;
	height:75px;
}

.Lefthead
{
	background:url(Lt-sectionHead.jpg);
	background-repeat:repeat-x;
	height:44px;
	width:221px;
	font:normal 18px Arial;
	color: #174175;
	padding-left:20px;
	line-height:44px;
}

.Leftbtm
{
	background:url(Lt-sectionbtm.jpg);
	background-repeat:repeat-x;
	height:8px;
	width:221px;
}

.List
{
	font-family:Arial;
	font-size:14px;
	color:#666563;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:32px;
	padding-left:20px;
	background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;
	width:221px;
	list-style-type:disc;

}

.List a:link, .List a:visited, .List a:hover
{
	font-family:Arial;
	font-size:14px;
	color:#666563;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:32px;
	padding-left:20px;
	background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;
	width:221px;
	list-style-type:disc;

}
#tblCompare td
{
padding:5px;
}

legend{
	font-family: Verdana;
	font-size:12px;
	color:#001042;
	text decortion: none;
	font-weight:bold;
	padding:10px;

}
.row1
{
	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	background-color:#e4e4e4;
	text-decoration: none; 
}

.row2
{
	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	background-color:#cccccc;
	text-decoration: none; 
}
.AptFormBodyText
{
	font:bold 11px Arial ;
	color:#669933;
	text-decoration: none;

}

.paging
{
 font-family:Arial;
 font-size:12px;
 color:#007dc3;
 font-weight:bold;
 text-decoration:none;
 
 
}


a.paging:link 
{
 font-family:Arial;
 font-size:12px;
 color:#007dc3;
 font-weight:bold;
 text-decoration:none;
}

a.paging:visited 
{
 font-family:Arial;
 font-size:12px;
 color:#007dc3;
 font-weight:bold;
 text-decoration:none;
}

a.paging:hover 
{
 font-family:Arial;
 font-size:12px;
 color:#77784b;
 font-weight:bold;
 text-decoration:none;
}



.QFmenubullets                                                 
{

 padding-top:8px;
	
}



	
/* Template specific classes ends */
