/* Default Settings */

body
{
 margin-left:0px;
 margin-top:0px;
 margin-right:0px;
 margin-bottom:0px;
 scrollbar-face-color : #EFE9D1;
 scrollbar-highlight-color : #8F603E;
 scrollbar-shadow-color : #8F603E;
 scrollbar-3dlight-color : #ffffff;
 scrollbar-arrow-color : #8F603E;
 scrollbar-track-color : #ffffff;
 scrollbar-darkshadow-color : #ffffff;
 background-color:#ffffff;
}

body a:link, body a:visited, body a:hover
{
	font:bold 11px  verdana;
	color: #222222;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	outline:none;
}

.bodycolor
{
	background-color:#ffffff;
}

.footertext                                              /* copyright text */
{ 
 font-size: 10px; 
 font-family: verdana;
 font-weight:normal;
 color:#ffffff;
 vertical-align:middle;
 text-align:right;
 padding-right:15px;
 text-decoration: none;
 
}


.bottomlinks                                               
{
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:none;
	
}

.bottomlinks a:link
{
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:none;
	
}

.bottomlinks a:visited
{
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:none;
}

.bottomlinks a:hover
{
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:underline;
}


/* Default Settings ends */


/* Form settings */

.FormBodyText {
	font:normal 11px verdana;
	color:#000000;
	text-decoration: none;
	line-height:15px;
}
.FormLabelText					/* used for form labels e.g. username, password..etc */ {
	font:normal 11px verdana;
	color:#000000;
	text-decoration: none;
	line-height:15px;
}
.FormLabelTextHeader				/* used for form labels e.g. username, password..etc */ {
	font:bold 11px verdana;
	color:#000000;
	text-decoration: none;
}
.FormLabelHeader {
	font:bold 13px Verdana;
	color: #ffffff;
	height:10px;
	background-color:#7F4C27;
	padding-left:4px;
	text-decoration: none;
	text-align:left;
	line-height:25px;
}
.FormLabelSubHeader {
	font:normal 11px verdana;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.FormErrorText {
	font:normal 11px verdana;
	color: #af0202;
	text-decoration: none;
	text-align:left;
}
.FormMessageText {
	font:normal 12px verdana;
	color: #000000;
	text-decoration: none;
	vertical-alignment:middle;
	text-align:left;
	line-height:26px;
}
.FormButton {
	font:normal 11px verdana;
	color: #ffffff;
 	border:1px solid #ffffff;
 	background-image:url(formbtn_bg.jpg);
 	background-repeat:repeat-x;
 	vertical-align:middle;
 	cursor:pointer;
 	padding:3px;
}
.FormStatusButton {
	font:normal 11px verdana;
	color: #ffffff;
 	border:1px solid #ffffff;
 	background-image:url(formbtn_bg.jpg);
 	background-repeat:repeat-x;
 	vertical-align:middle;
 	cursor:pointer;
 	padding:3px;
}
.FormTextField {
	font:normal 11px verdana ;
	color: #000000;
	height:19px;
	width: 130px;
	padding-left:3px;
	border: 1px solid #BFAF83;
	background-color:#ffffff;
	text-decoration: none;
	background-image:url(textField_bg.jpg);
	background-repeat:repeat-x;
}
.RequiredField {
	background-image:url(textfield_bgreq.jpg);
	background-repeat:repeat-x;
	background-color:#bea781;
	border: 1px solid #9f855a;
}
.RequiredLabel {
	color:#000000;
	vertical-align:top;
	text-align:center;
}

.formtableborder
{
	border:1px solid #985f35;
}

.FormTableHeader {
	font:bold 11px verdana;
	color:#ffffff;
	background-color:#8F603E;
	text-decoration: none;
	text-align:left;
	line-height:16px;
	padding-left:2px;
	padding-right:2px;
}

.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}

.FormTableSubHeader {
	font:normal 11px verdana;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
}
.FormTablerow {
	font:normal 11px verdana ;
	color: #000000;
	background-color:#EFE8C2;
	text-decoration: none;
	height:22px;
	text-align:left;
}
.FormTablerowAlt {
	font:normal 11px verdana ;
	color: #000000;
	background-color:#DCD1A4;
	text-decoration: none;
	height:22px;
	text-align:left;
}
.FormTabActive {
	font:bold 11px verdana;
	color: #ffffff;
	background-image:url(tab_active.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:146px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}
.FormTabInactive {
	font:normal 11px verdana;
	color: #cfcfcf;
	background-image:url(tab_inactive.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:146px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}
.FormTableSubrow {
	font:normal 10px verdana;
	color: #000000;
	height:30px;
	text-align:left;
	text-decoration: none;
}
.FormTableFooter {
	font:bold 11px verdana;
	color:#000000;
	background-color:#b4c93e;
	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;
}

.FormTextArea {
	font:normal 11px verdana;
	color: #000000;
	width:200px;
	text-decoration: none;
	border:1px solid #c2c2c2;
}
Select {
 font:normal 11px verdana ;
 color: #000000;
 height:19px;
 -moz-height:19px;
 background-color:#ffffff;
 text-decoration: none;
 width:130px;
}
.FormBullet {
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../templates/Resprophomestyle/bullet.png');
	background-repeat:no-repeat;
	background-position:left top;
	width:10px;
}
.FormBullet[class] {
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:10px;
}
.FormImage {
	border: dashed 1px #f49602;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
hr {
	color:#546401;
	height: 1px;
	border: 0;
	width: 100%;
}

.iframetransbg {
	background:none;
	
}
.FormLinks {
	font:bold 11px verdana;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:link {
	font:bold 11px verdana;
	color: #000000;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:visited {
	font:bold 11px verdana;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:hover {
	font:bold 11px verdana;
	color: #606060;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
.FormPageNumber {
	font:bold 11px verdana;
	color:#555555;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.ActiveFormPageNumber {
	font:bold 13px verdana;
	color:#000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName {
	font:bold 12px verdana;
	color: #000000;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:link {
	font:bold 12px verdana;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:visited {
	font:bold 12px verdana;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:hover {
	font:bold 12px verdana;
	color: #8F603E;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
.FormPageNumberdivider {
	font:bold 11px verdana;
	color:#000000;
	text-align:right;
	text-decoration:none;
}
.FormMessageText
{
 font:normal 11px verdana ;
 color: #8F3C00;
 text-decoration: none;
 text-align:left;
}
/* Form settings ends */

/* floorplan settings starts*/  
.FloorPlanNormalText {
	font:normal 12px verdana;
	color:#595959;
	text-decoration: none;
	font-weight:bold;
}
.FloorPlanBedName {
	font:normal 13px verdana;
	color:#7F4C27;
	text-decoration: none;
	font-weight:bold;
}
.FloorPlanLinks {
	font:bold 11px verdana;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:link {
	font:bold 11px verdana;
	color: #000000;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:visited {
	font:bold 11px verdana;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:hover {
	font:bold 11px verdana;
	color: #595959;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
.FloorPlanName {
	font:bold 11px verdana;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanName:link {
	font:bold 11px verdana;
	color: #000000;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanName:visited {
	font:bold 11px verdana;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanName:hover {
	font:bold 11px verdana;
	color: #000000;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
.FloorPlanbg {
	background-color:#EFE8C2;
}
.FloorPlanHomeDecorImg {
	background-image: url(homedecorplanner.jpg);
	height:28px;
	width:196px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}

form
{
	padding:0px;
	margin:0px;
}
/* floorplan settings ends*/ 


/* Corporate Search settings */

.Corpsearchiframetransbg
{
   background:none transparent;
   padding:0px;
   margin:0px;
}

.CorpSearchMainTable
{
 width:100%;
/* width:740px!ie;*/
}

.CorpSearchTableFilter
{
   border:0px solid #4e4e4e;
}

.CorpSearchResultTable
{
	border:1px solid #BFAE6B;
	width:700px;
  	height:150px;
	font:normal 11px verdana ;
  	color: #000000;
  	text-decoration: none;
}

.CorpSearchResultRow
{
  	background-image:url(corptablebg.jpg);
  	background-color:#fcfaec;
  	background-position:top;
  	background-repeat:repeat-x;
}

.CorpSearchResultRowAlt
{
  
 	background-image:url(corptablebg.jpg);
 	background-color:#fcfaec;
  	background-position:top;
  	background-repeat:repeat-x;
}

.CorpSearchResultRowGap
{
  
 background-color:#F9F6E4;
 height:7px;

}

.CorpFormTableHeader
{
 	font:bold 11px verdana ;
	color:#ffffff;
	background-color:#8F603E;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}

.CorporateMapSize
{
 width:700px;
 height:450px;
}

.CorpFormlabeltext
{
  font:normal 11px verdana;
  color: #000000;
  text-decoration: none;

}

.CorpFormlabelHeader
{
  font:bold 16px verdana;
  color: #373737;
   line-height:25px;
  text-decoration: none;
}

.CorpFormLabelSubHeader
{
	font:bold 14px verdana ;
	color: #894C20;
	text-decoration: none;
}

.CorpFormTextField
{
	font:normal 11px verdana ;
	color: #000000;
	height:19px;
	width: 130px;
	padding-left:3px;
	border: 1px solid #BFAF83;
	background-color:#ffffff;
	text-decoration: none;
	background-image:url(textField_bg.jpg);
	background-repeat:repeat-x;
}
.CorphCityTextField
{
	font:normal 11px verdana ;
	color: #000000;
	height:19px;
	width: 200px;
	padding-left:3px;
	border: 1px solid #BFAF83;
	background-color:#ffffff;
	text-decoration: none;
	background-image:url(textField_bg.jpg);
	background-repeat:repeat-x;
}
.CorphmilesTextField
{
	font:normal 11px verdana ;
	color: #000000;
	height:19px;
	width: 130px;
	padding-left:3px;
	border: 1px solid #BFAF83;
	background-color:#ffffff;
	text-decoration: none;
	background-image:url(textField_bg.jpg);
	background-repeat:repeat-x;
}
.CorphcommunityTextField
{
	font:normal 11px verdana ;
	color: #000000;
	height:19px;
	width: 210px;
	padding-left:3px;
	border: 1px solid #BFAF83;
	background-color:#ffffff;
	text-decoration: none;
	background-image:url(textField_bg.jpg);
	background-repeat:repeat-x;
}
.CorpFormButton
{
	font:normal 11px verdana;
	color: #ffffff;
 	border:1px solid #ffffff;
 	background-image:url(formbtn_bg.jpg);
 	background-repeat:repeat-x;
 	vertical-align:middle;
 	cursor:pointer;
 	padding:3px;
}

.CorpSelect
{
 font:normal 11px verdana ;
 color: #000000;
 height:19px;
 -moz-height:19px;
 background-color:#ffffff;
 text-decoration: none;
 width:130px;
}
.hCorpSelect
{
 font:normal 11px verdana ;
 color: #000000;
 height:19px;
 -moz-height:19px;
 background-color:#ffffff;
 text-decoration: none;
 width:70px;
}

.CorpFormErrorText
{
 font:normal 11px verdana ;
 color: #ff0000;
 text-decoration: none;
 text-align:left;
}

.CorpFormMessageText
{
 font:normal 11px verdana ;
 color: #818181;
 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:#f3f4f4;
 }

.CorpPropertyName
{
  font:bold 12px verdana;
  color: #BD8207;
  text-decoration: none;
  vertical-align:top;
}


a.CorpPropertyName:link
{
  font:bold 12px verdana;
  color: #BD8207;
  text-decoration: none;
  cursor:pointer;
}

a.CorpPropertyName:visited
{
  font:bold 12px verdana;
  color: #BD8207;
  text-decoration: none;
  cursor:pointer;
}

a.CorpPropertyName:hover
{
  font:bold 12px verdana;
  color: #BD8207;
  text-decoration: underline;
  cursor:pointer;
}

.CorpContentText
{
  font:normal 11px verdana ;
  color: #000000;
  text-decoration: none;
}

.CorpFormLinks
{
	font:bold 11px verdana;
	color: #2a1402;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	outline:none;
}

a.CorpFormLinks:link
{
  	font:bold 11px verdana;
	color: #2a1402;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	outline:none;
  
}

a.CorpFormLinks:visited
{
	font:bold 11px verdana;
	color: #2a1402;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	outline:none;
}

a.CorpFormLinks:hover
{
	font:bold 11px verdana;
	color: #2a1402;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	outline:none;
}

.CorpAdvsearchLink
{
  font:normal 11px verdana ;
  color: #000000;
  line-height:20px;
  text-decoration: none;
}

a.CorpAdvsearchLink:link
{
  font:normal 11px verdana ;
  color: #000000;
  line-height:20px;
  text-decoration: underline;
}

a.CorpAdvsearchLink:visited
{
  font:normal 11px verdana ;
  color: #000000;
  line-height:20px;
  text-decoration: underline;
}

a.CorpAdvsearchLink:hover
{
  font:normal 11px verdana ;
  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*/
 
  .CorpAdSearchBG
{
	height:350;
	VISIBILITY: hidden;
	POSITION: absolute;
	Z-INDEX: 503;
	top:350px;
	background-color:#bfb9a0; 
	padding:5px;
	border:1px solid #a09866;
}

.CorpSearchHAdvanceTable
{

	width:340px;
	overflow:visible;
	

}
.Corpsortbyselect
{
 font:normal 11px verdana ;
 color: #000000;
 height:19px;
 -moz-height:19px;
 background-color:#ffffff;
 text-decoration: none;
 width:150px;
}
/* Corporate Search settings */



/*Corporate Property Details*/
.CorpPropContentText
{
  font:normal 12px verdana ;
  color: #000000;
  text-decoration: none;
}

.Corppropnamebg
{

	background-color:#8F603E;
	font:Bold 12px Arial;
	color:#ffffff;
	text-decoration:none;
	text-indent:15px;
	text-align:left;
	vertical-align:middle;
	height:27px;
}

.CorpPropDetailTable
{
  border:1px solid #bcbcbc;
  background-image:url(corptablebg.jpg);
  background-position:top;
  background-color:#fcfaec;
  height:150px;
  background-repeat:repeat-x;
  padding:0px 10px;
}

.CorpPropDetailBg
{
	border:1px solid #bcbcbc;
	background-color:#ededed;
}

.CorpTabFooter
{
	 padding:15px;
	 padding:5px !ie;
	 padding-left:5px;
	 width:650px;
	
	
}

.CorpTabFooterLinks
{
	font:normal 12px verdana ;
  color: #000000;
  text-decoration: none;
}

a.CorpTabFooterLinks:link, a.CorpTabFooterLinks:visited
{
	font:normal 12px verdana ;
  color: #000000;
  text-decoration: none;
}

a.CorpTabFooterLinks:hover
{
	font:normal 12px verdana ;
  color: #000000;
  text-decoration: none;
}

.CorpMapSearchBorder
{
 border:1px solid #cccccc;
 padding:10px;
}


.CorpPropDetailMapSize
{
 width:400px;
 width:400px!ie;
 height:250px;
}


.CorpWelcomeHeader
{
 font:bold 17px Tahoma;
 color:#8F603E;
 text-decoration:none;
}

.FormBullet
{
 background-image:url(bullet.png);
 background-repeat:no-repeat;
 background-position: 4px 7px;
 width:20px;
 height:10px;
}

.FormBulletAmenities
{
 background-image:url(bullet.png);
 background-repeat:no-repeat;
 background-position: 0px 4px;
 font:normal 11px verdana ;
 color: #000000;
 padding-left:15px;
 text-decoration: none;
}

.overviewdivpos
{
	margin-top:5px;               
	width:650px;
	min-height:500px;
	margin-top:-1px!ie;

}

.CorpProplefttopcornershadow
{
	background:url(shadleft_top.png) no-repeat;
	width:7px;
	height:7px;
}

.CorpProprighttopcornershadow
{
	background:url(shadright_top.png) no-repeat;
	width:7px;
	height:7px;
}

.CorpPropleftbottomcornershadow
{
	background:url(shadleft_bottom.png) no-repeat;
	width:7px;
	height:7px;
}

.CorpProprightbottomcornershadow
{
	background:url(shadright_bottom.png) no-repeat;
	width:7px;
	height:7px;
}


.CorpPropleftshadow
{
	background:url(shadow_left.png) repeat-y;
	width:7px;
}

.CorpProprightshadow
{
	background:url(shadow_right.png) repeat-y;
	width:7px;
}


.CorpProptopshadow
{
	background:url(shadow_top.png) repeat-x;
	height:7px;
}


.CorpPropbottomshadow
{
	background:url(shadow_bottom.png) repeat-x;
	height:7px;
}

.CorpTableBorder
{
	border:1px solid #b6b6b6;
}

/* CSS for tabs */

.shadetabs                    /* style applicale to menu (change only font style)*/
{
	padding:0px;
	margin:0px;
	font: bold 12px Verdana;
	top:10px;
	list-style-type:none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border:0px solid #000000;
	display:block;
	text-decoration:none;
	
}

#navcontainer ul li { display: inline; }

.shadetabs li                 /*style applicable to each tab (give width expected for each tab)*/
{
	margin:0px;
	padding:0px;
	list-style-type: none;
	display:inline;
	cursor: pointer;
	width:150px;
	float: left;
	margin-bottom:-8px;
	*margin-bottom:-2px; 	/* setting for IE*/
	position:relative;
	margin-right:2px;
}

.shadetabs li a:link,.shadetabs li a:visited
{
	
	/*background-image: url(TabRight.jpg);*/
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#8F713E;
	display: block;
	cursor: pointer;
	padding-top:6px;
	height:23px;
	*height:29px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
}


.shadetabs li a:hover
{
	/*background-image: url(TabRight_over.jpg);*/
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#5F4517;
	display: block;
	cursor: pointer;
	height:23px;
	*height:29px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	}

.shadetabs li a.selected
{ 																/*mention text color, active bg image for active tab*/
	/*background-image: url(TabRight_over.jpg);*/
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#5F4517;
	display: block;
	cursor: pointer;
	padding-top:6px;
	height:23px;
	*height:29px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
}

.shadetabs li a.selected:hover
{ 			
	/*background-image: url(TabRight_over.jpg);*/
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#5F4517;
	display: block;
	cursor: pointer;
	padding-top:6px;
	height:23px;
	*height:29px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
}


.tabcontent
{
	/*background-image:url(TabContentBG.jpg);*/
	border:1px #DCD1A4 solid;
	background-color:#EFE9D1;	
	position: relative;
	width:650px;
	min-height:500px;
}

* html .tabcontent {
	height:500px;
}

@media print {
.tabcontent 
{
	display:block !important;
}
}

/* Css for tabs */

/*Corporate Property Details*/


/* Corporate Compare Community settings */

.ComparePopupHeaderbg
{
	background-color:#9F683B;
	height:20px;
}

.ComparePopupHeadertext
{
	font:bold 12px tahoma ;
 	color: #ffffff;
	margin-left:20px;
}

a.ComparePopupHeadertext:link,a.ComparePopupHeadertext:visited,a.ComparePopupHeadertext:hover
{	
	font:bold 12px tahoma ;
 	color: #ffffff;
	margin-left:20px;
}

.ComparePopupbg
{
	background-color:#ffffff;
	border:1px solid #6F3D14;
	z-index:500;
	visibility:hidden;
	left:550px;
	width:300px;
	position:absolute;
	top:890px;
	padding-left:0px;
}

.CompareHeaders
{
 font:bold 11px tahoma ;
 color: #854A20;
 text-align:left;
 width:90px;
}

.CompareBottomBorder
{
 border-bottom:1px solid #6F3D14;
 padding:6px 3px;
}

.CompareBottomBorder table
{
 margin-left:0px;
}

#tblCompare td
{
padding:0px 0px 0px 5px;
vertical-align:top;
}

/* Corporate Compare Community settings */


/* Corporate Featured Property settings */

.FeaturedPropName
{
  font:bold 12px verdana;
  color: #000000;
  text-decoration: underline;
}

.FeaturedPropAdd 

{
	font:bold 11px verdana ;
	color: #000000;
	text-decoration: underline;
}

.FeaturedPropDes
{
	font:normal 11px verdana ;
	color: #000000;
	text-decoration: none;
 }

.FeaturedPropImg
{
 	border: 1px solid #000000;
	width:180px;
	 height:120px;
}

.FeaturedPropLinks
{
 font:normal 11px verdana ;
 color: #000000;
 text-decoration: none;
}

a.FeaturedPropLinks:link
{
 font:normal 11px verdana ;
 color: #000000;
 text-decoration: none;
 cursor:pointer;
}


a.FeaturedPropLinks:visited
{
 font:normal 11px verdana ;
 color: #000000;
 text-decoration: none;
 cursor:pointer; 
}


a.FeaturedPropLinks:hover
{
 font:normal 11px verdana ;
 color: #000000;
 text-decoration: none;
 cursor:pointer; 
}

.FeaturedPropiframetransbg
{
	background:none;
}

.FeaturedPropBox
{
	border:0px solid gray;
	width:200;
	height:270;
}


/* Corporate Featured Property settings */


/*eBrochure Settings*/
.ebroiframetransbg {
	background-image:url(bg.gif);
}
.ebrochuremaintable {
	width:730px;
	background-color:#ffffff;
}
.ebrochureinnertable {
	background-color:#ffffff;
	width:700px;
}
.ebrochureheaderbg {
	height:162px;
	width:700px;
	background-color:#9F6423;
}
.ebrochurecontentbg {

	background-color:#F9F6E4;
}
.ebrochurecontentbgcolor {   /* for bottom color of background plain color which comes in a div  */
	background-color:#F9F6E4;
}
.ebrochurepropname {
	font:normal 22px calibri, Arial, Helvetica, sans-serif;
	color: #F9F6E4;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurepropaddress {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #DFD0B5;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurenormaltext {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochuredesign1header { /* Recommended to use eiher this or ebrochuredottedhorizontalseparator; Do not remove this comment */
	font:normal 16px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#a79957;
	height:30px;
	text-transform:uppercase;
}
.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 24px calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurelink {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:link {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:visited {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:hover {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochureprinticon {
	height:62px;
	width:56px;
	background-image:url(print.jpg);
	background-repeat:no-repeat;
}
.ebrochurerefericon {
	height:62px;
	width:72px;
	background-image:url(refer_friend.jpg);
	background-repeat:no-repeat;
}
.ebrochurefootertext {
	font:normal 12px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#3E390A;
	height:22px;
	padding-left:11px;
}
.ebrochuremapdimensions {    /* for map dimensions  */
	width:550px;
	height:350px;
}
.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 #A79957;
	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:#3E390A;
	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;
}

.ebrochuredatetime {
	font:bold 12px Verdana;
	color: #000000;
	text-decoration:none;
	height:30px;
	text-align:right;
}
/*eBrochure Settings ends*/


/* Apartment Search Settings*/

.AptiFrameTransbg {
	 background:none transparent;
   padding:0px;
   margin:0px;
}
.AptFormBodyText {
	font:normal 11px verdana;
	color:#6e6e6e;
	text-decoration: none;
}
.AptFormLabelText {
	font:normal 11px verdana;
	color:#3e3e3e;
	text-decoration: none;
}
.AptSelect {
	 font:normal 11px verdana ;
 color: #000000;
 height:19px;
 -moz-height:19px;
 background-color:#ffffff;
 text-decoration: none;
 width:130px;
}
.AptFormTextField {
	font:normal 11px verdana ;
	color: #000000;
	height:19px;
	width: 130px;
	padding-left:3px;
	border: 1px solid #BFAF83;
	background-color:#ffffff;
	text-decoration: none;
	background-image:url(textField_bg.jpg);
	background-repeat:repeat-x;
}
.AptFormButton {
	font:normal 11px verdana;
	color: #ffffff;
 	border:1px solid #ffffff;
 	background-image:url(formbtn_bg.jpg);
 	background-repeat:repeat-x;
 	vertical-align:middle;
 	cursor:pointer;
 	padding:3px;
}
.AptTableVertical    /* for controlling Vertical table parameters in aspx */ {
	border:0px solid #000000;
}
.AptTableHorizontal    /* for controlling Horizontal table parameters in aspx */ {
	border:0px;
	width:100%;
	margin-top:0px;
}
.AptFormErrorText {
	font:normal 11px verdana;
	color:##cc0000;
	text-align:left;
	text-decoration: none;
}
/* Apartment Search Settings*/

/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
 font-family: verdana; 
 font-size: 11px; 
 color:#010100;
 font-weight: normal; 
 text-decoration: none; 
 text-transform: none;
}

.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: verdana; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: none; 
 text-transform: none;
}


/* Editor settings ends */



/* Menu settings */

.hmenubg                                                   /* for horizontal menu background */ 
{
background-color:#dcd1a4;
}

.hlinkbg                                                  /* for horizontal menu */
{
font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:none;
 
}

a.hlinkbg:link                                              /* for horizontal menu */
{
font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:none;
 
}

a.hlinkbg:visited                                              /* for horizontal menu */
{
font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:none;
}

a.hlinkbg:hover                                              /* for horizontal menu */
{
font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:underline; 
}
.activehlinkbg                                                  /* for horizontal menu */
{
font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:underline; 
}

a.activehlinkbg:link, a.activehlinkbg:visited, a.activehlinkbg:hover                                                  /* for horizontal menu */
{
font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:underline; 
}

.vmenubg                                                  /* for vertical menu background */
{
 	background-image:url(vmenubg.jpg);
 	background-repeat:repeat-x;
 	background-position:top;
 	background-color:#6d6421;
 
}

.vlinkbg{
	width: 200px;
	height:27px;
	border-bottom:1px solid #5e5616;

}


.vlinkbg a:link, .vlinkbg a:visited{
	font-family:arial;
 	font-size:13px;
	width: 200px;
 	width: 240px!ie;s
 	color: #ffffff;
	text-decoration: none;
 	height:27px;
	padding: 4px 0px 0px 40px;
	background:url(vmenuimg.jpg) no-repeat 20px 5px;



}

.vlinkbg a:hover{
	width: 200px;
 	width: 240px!ie;
	height:21px;
	height:27px!ie;
 	text-decoration: none;
	color: #dcd1a4;
	border-bottom:1px solid #463E05;
	padding: 4px 0px 0px 40px;
	padding: 4px 0px 0px 40px!ie;
 	vertical-align:middle;
	display:block;
	background:#463E05 url(vmenuactiveimg.jpg) no-repeat 20px 5px;	
}


.activevlinkbg{
	height:27px;
	width: 200px;
 	width: 240px!ie;
	padding: 0px 0px 0px 40px;
	border-bottom:1px solid #5e5616;
	background:#463E05 url(vmenuactiveimg.jpg) no-repeat 20px 5px;

}


.activevlinkbg a:link, .activevlinkbg a:visited, .activevlinkbg a:hover{
	font-family:arial;
 	font-size:13px;
 	color: #ffffff;
	text-decoration: none;
	



}


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) */
{
 
 height:30px;
 font-family:verdana;
 color:#bd8207;
 font-size:16px;
 font-weight:bold;
 text-align:left;
 vertical-align:middle;
 text-decoration:none;
}


.design1header
{
	font-family:Arial;
	color:#573410;
	font-size:15px;
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:1px solid #573410;
}

.design1bg

{
	background-color:#f9f6e4;
}

.design2header
{
 height:20px;
 background-color:#666666;
 font-family:verdana;
 color:#000000;
 font-size:12px;
 font-weight:bold;
 text-align:center;
 text-decoration:none;
}

.design2bg

{
 background-color:#666666;
}


.design3header
{
 height:20px;
 background-color:#666666;
 font-family:verdana;
 color:#000000;
 font-size:12px;
 font-weight:bold;
 text-align:center;
 text-decoration:none;
}

.design3bg

{
 background-color:#666666;
}

/* Section settings ends */

/*Google Map settings start*/
div.gs-street ,div.gs-directions {
  font-family:verdana;
  font-size:11px;
}

div.gs-phone,  div.gs-city 
{
  display: inline;
  font-family:verdana;
  font-size:11px;

}

div.gs-title a:link
{
  display: inline;
  font-family:verdana;
  font-size:11px;

}


div.gs-region {
  display: inline;
}

div.gs-country {
  display: none;
}

div.gs-directions
{
  font-family:verdana;
  font-size:11px;
}

div.gs-label
{
  font-family:verdana;
  font-size:11px;
}

.gs-secondary-link
{
  font-family:verdana;
  font-size:11px;
}

.gs-watermark
{
  font-family:verdana;
  font-size:11px;
} 

.MarkerText
{
font:normal 11px verdana; color:#311501;
}

.MarkerHeaderText
{
font:bold 12px verdana; color:#82491e;
}

a.MarkerHeaderText:link, a.MarkerHeaderText:visited, a.MarkerHeaderText:hover
{
font:bold 12px verdana; color:#82491e;
}

.googledir div{font:normal 11px verdana; color:#000000;}
.googledir table td{font:normal 11px verdana; color:#056c87}

/*Google Map settings end*/


/*Specials Settings*/

.Specialsbg
{
            height:70px;
            /*background-image:url(specials_bg.jpg);
            background-repeat:no-repeat;*/
            background-color:#BFAE5F;
}

.Specialstext
{
            font:bold 12px verdana ;
            color: #000000;
            text-decoration: none;
            font-style:normal;
            vertical-alignment:middle;
}
/*Specials Settings*/


/* Template specific classes */

.maintablebg                                    
{
	background-color:#dcd1a4;
	border:1px solid #f9f6e4;
}

.bodybg
{
	background-image: url(bg.jpg);
}

.blankrow_bg
{
	background-color:#3e390a;
	height:4px;
}

.leftcol                                       
{
	background-color:#dcd1a4;
	border-right:1px solid #f9f6e4;
}

.apt_search
{
	font-family:Arial;
	color:#4a2b10;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:1px solid #a6926e;
}

.toplinksbg
{
	background-color:#dcd1a4;
}

.toplinks                                               
{
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:none;
	
}

.toplinks a:link
{
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:none;
	
}

.toplinks a:visited
{
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:none;
}

.toplinks a:hover
{
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#60401f;
	text-decoration:underline;
}

.bannerbg
{
	background-color:#dcd1a4;
	border-top:1px solid #f9f6e4;
	border-bottom:1px solid #f9f6e4;
}

.bottomlinksbg
{
	background-color:#f9f6e4;
}


/* Template specific classes ends */

