/* Default Settings */
body
{
 margin-left:0px;
 margin-top:0px;
 margin-right:0px;
 margin-bottom:0px;
 scrollbar-face-color : #b6b6b6;
 scrollbar-highlight-color : #4e4e4e;
 scrollbar-shadow-color : #4e4e4e;
 scrollbar-3dlight-color : #ffffff;
 scrollbar-arrow-color : #ffffff;
 scrollbar-track-color : #ffffff;
 scrollbar-darkshadow-color : #ffffff;
 background-color:#1e110b;
}

body a:link, body a:visited
{
	font:normal 11px  arial;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	outline:none;
}

 body a:hover
{
	font:normal 11px  arial;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	outline:none;
}

a:link, a:visited, a:hover
{
	font:normal 11px  arial;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	outline:none;
}


.bodycolor
{
	background:url(BodyRep.jpg) repeat-x top;
}

.footertext                                              /* copyright text */
{ 
 font-size: 11px; 
 font-family: arial;
 font-weight:normal;
 color:#72655d;
 vertical-align:middle;
 text-align:left;
 padding-left:8px;
 text-decoration: none;
 
}


.bottomlinks                                               
{
 font-family:arial;
 font-size:11px;
 font-weight:normal;
 color:#bfbfbf;
 vertical-align:middle;
 text-decoration:none;
 text-align:center;
 padding:0px 4px 0px 4px;
}

.bottomlinks a:link,.bottomlinks a:visited, .bottomlinks a:hover
{
 font-family:arial;
 font-size:11px;
 font-weight:normal;
 color:#bfbfbf;
 vertical-align:middle;
 text-decoration:none;
 line-height:32px;
  text-align:center;
}


.edit                                                           /* cross check edit class is present */
{
 font-family:arial;
 font-size:12px;
 font-weight:normal;
 color: #ffffff;
 text-decoration:none;
 border: 1px solid #ffffff;
 background-color:#044d42;
 font-weight:bold;
 position:absolute;
 z-index:1003;
}

/* Default Settings ends */


/* Form settings */

.FormBodyText
{
	font:normal 11px verdana ;
	color:#000000;
	text-decoration: none;


}

.FormLabelText
{
	font:normal 11px verdana ;
	color:#000000;
	text-decoration: none;

}

.RequiredLabel 
{
	color:#FF0000;
	
}

.FormLabelHeader
{
	font:bold 11px verdana ;
	color:#6c7d6b;
	text-decoration: none;
	
}

.FormLabelSubheader
{
	font:bold 11px verdana ;
	color:#8d8e8d;
	text-decoration: none;
	
}

.FormErrorText
{
 	font:normal 11px verdana ;
	color:#FF0000;
	text-decoration: none;
  
}

.FormButton
{
	font:normal 11px verdana ;
	color: #FFFFFF;
	border: 1px solid #3F3801;
	background-color:#000000;
	text-align: center;
	vertical-align:middle;
	text-decoration: none;
	cursor:hand;
	background-image:url(button_bg.jpg);
	background-repeat:repeat-x;
	outline:none;
	padding:2px 5px;
}


.FormTextField 
{
	font:normal 11px verdana ;
	color:#000000;
	height:19px;
	width: 100px;
	border: 1px solid #a4b97f;
	background-color:;
	text-decoration: none;
	background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;
}

.RequiredField 
{
	background-color:#FFFFCC;
	background-image:url(textfieldbackground_req.jpg);
	background-repeat:repeat-x;
	
}

/* formtableborder - created by Sayajee on 1st Sep 09, recomended border values are 1-2px  or 0 */
.formtableborder {
	border:1px solid #8a8476;
	}

.FormTableHeader
{
 	font:bold 11px verdana ;
	background:#f5b50d;
	color:#3a0c00;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}

.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 ;
	background:#d9d9d9;
	padding-left:5px;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}

.FormTableRow td
{
	padding:5px;
}


.FormTableRowAlt
{
 	font:normal 11px verdana ;
   background:#e3e3e3;
   padding-left:5px;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
    	height:20px;  
}

.FormTableRowAlt td
{
	padding:5px;
}

.FormTabActive
{
 	font:bold 11px verdana ;
	color: #ffffff;
	background-color:#917b70;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
	
  
}

.FormTabInactive
{
 	font:bold 11px verdana ;
	color: #ffffff;
	background-color:#bcb6b2;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}


.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;
}

.FormTabMouseover
{
 	font:normal 11px verdana ;
	color: #000000;
	background-color:#bcb6b2;
	text-decoration: none;
	cursor:pointer;
  
}

.FormTextArea
{
	font:normal 11px verdana ;
	color: #666666;
	background-color:;
	width:200px;
	border: 1px solid #999999;
	text-decoration: none;
	height:70px;
}

select
{
	font:normal 11px verdana ;
	color: #000000;
	background-color:;
	border: 1px solid #999999;
	text-decoration: none;
}

.iframetransbg {
 background:none transparent;
 padding-left:0px;
}
.FormLinks
{
	font:bold 11px verdana ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FormLinks:link
{
	font:bold 11px verdana ;
	color: #155a80;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}


a.FormLinks:visited
{
	font:bold 11px verdana ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}


a.FormLinks:hover
{
	font:bold 11px verdana ;
	color: #15738c;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
	
}

.FormPageNumber
{
	font:bold 11px verdana;
	color:#000000;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}
.ActiveFormPageNumber
{
	font:bold 11px verdana;
	color:#ffffff;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}

.FormPageNumberdivider
{
	font:bold 11px verdana;
	color:#000000;
	text-align:right;
	text-decoration:none;
}

.FormFPName{

 font:bold 13px verdana ;
 color: #000000;
 text-decoration: none;
 text-align:left;
 cursor:pointer;
}

.FormFPName:link{

 font:bold 13px verdana ;
 color: #000000;
 text-decoration:none;
 text-align:left;
 cursor:pointer;
}
.FormFPName:visited{

 font:bold 13px verdana ;
 color: #000000;
 text-decoration:none;
 text-align:left;
 cursor:pointer;
}
.FormFPName:hover{

 font:bold 13px verdana ;
 color: #000000;
 text-decoration:underline;
 text-align:left;
 cursor:pointer;
}

.FormMessageText
{
 font:normal 11px verdana ;
 color: #c77500;
 text-decoration: none;
 text-align:left;
}

form
{
	padding:0px;
	margin:0px;
}

/* Form settings ends */


/* floorplan settings starts*/  
.FloorPlanNormalText
{
            font:normal 12px verdana ;
            color:#000000;
            text-decoration: none;
			font-weight:bold;
}

.FloorPlanBedName
{
            font:normal 13px verdana ;
            color:#7e0021;
            text-decoration: none;
			font-weight:bold;
}
.FloorPlanLinks
{
	font:bold 11px verdana ;
	color: #718601;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanLinks:link
{
	font:bold 11px verdana ;
	color: #718601;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}


a.FloorPlanLinks:visited
{
	font:bold 11px verdana ;
	color: #718601;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}


a.FloorPlanLinks:hover
{
	font:bold 11px verdana ;
	color: #000000;
	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:#e9f7ff;
}
.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;
   padding:0px;
   margin:0px;
}

.CorpSearchMainTable
{
 width:100%;
/* width:740px!ie;*/

}

.CorpSearchTableFilter
{
   border:0px solid #ff0000;

}

.CorpSearchResultTable
{
	border:1px solid #a2d7e4;
	width:740px;
  	height:150px;
	font:normal 11px verdana ;
  	color: #0a82a2;
  	text-decoration: none;
}

.CorpSearchResultRow
{
  background-image:url(corptablebg.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
}

.CorpSearchResultRowAlt
{
  
  background-image:url(corptablebg.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
}

.CorpSearchResultRowGap
{
  
 background-color:#ffffff;
 height:7px;

}

.CorpFormTableHeader
{
 	font:bold 11px verdana ;
	color:#ffffff;
	background-color:#555555;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}

.CorporateMapSize
{
 width:740px;
 height:450px;
}

.CorpFormlabeltext
{
  font:normal 11px arial;
  color: #eadac4;
  text-decoration: none;
	line-height:24px;
}

.CorpFormlabelHeader
{
  font:bold 16px verdana;
  color: #062e48;
/*  background-color:#049dc6;
  padding-left:15px;*/
    line-height:25px;
  text-decoration: none;
}

.CorpFormLabelSubHeader
{
	font:bold 14px verdana ;
	color: #0a82a2;
	text-decoration: none;
}

.CorpFormTextField
{
	font:normal 11px verdana ;
	color: #000000;
	height:17px;
	width: 138px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
}
.hCityTextField
{
	font:normal 11px verdana ;
	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 verdana ;
	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 verdana ;
	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:normal 11px verdana ;	
	color: #ffffff;
	border: 1px solid #a157ab;
	background-color:#000000;
	text-decoration: none;
	cursor:pointer;
 	background-image:url(searchBtn.jpg);
	background-repeat:repeat-x;
	outline:none;
}

.CorpSelect
{
	 font:normal 11px verdana ;
	color: #000000;
	height:19px;
	width: 140px;
	width: 142px!ie;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
}
.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: #af0202;
	 text-decoration: none;
	 text-align:left;
}

.CorpFormMessageText
{
	 font:normal 11px verdana ;
	 color: #c77500;
	 text-decoration: none;
	 text-align:left;
}

.CorpDropList
{
	 background-color:#FFFFFF;
	 OVERFLOW:auto;
	 Z-INDEX:55; 
	 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 12px verdana;
	  color: #049dc6;
	  text-decoration: none;
	  vertical-align:top;
}


a.CorpPropertyName:link
{
  font:bold 12px verdana;
  color: #049dc6;
  text-decoration: none;
  cursor:pointer;
}

a.CorpPropertyName:visited
{
  font:bold 12px verdana;
  color: #049dc6;
  text-decoration: none;
  cursor:pointer;
}

a.CorpPropertyName:hover
{
  font:bold 12px verdana;
  color: #049dc6;
  text-decoration: underline;
  cursor:pointer;
}

.CorpContentText
{
  font:normal 11px verdana ;
  color: #0a82a2;
  text-decoration: none;
}

.CorpFormLinks
{
  font:normal 11px arial ;
  color: #fffdf5;
  line-height:20px;
  text-decoration: underline;
}

.CorpFormLinks a:link
{
 font:normal 11px arial ;
  color: #fffdf5;
  line-height:20px;
  text-decoration: underline;
  cursor:pointer;
  
}

.CorpFormLinks a:visited
{
 font:normal 11px arial ;
  color: #fffdf5;
  line-height:20px;
  text-decoration: underline;
   cursor:pointer;
}

.CorpFormLinks a:hover
{
 font:normal 11px arial ;
  color: #fffdf5;
  line-height:20px;
  text-decoration: none;
   cursor:pointer;
}

.CorpAdvsearchLink
{
  font:normal 11px arial ;
  color: #ffffff;
  line-height:20px;
  text-decoration: none;
 text-align:right;
}

a.CorpAdvsearchLink:link
{
  font:normal 11px arial ;
  color: #ffffff;
  line-height:20px;
  text-decoration: underline;
 text-align:right;
}

a.CorpAdvsearchLink:visited
{
  font:normal 11px arial ;
  color: #ffffff;
  line-height:20px;
  text-decoration: underline;
 text-align:right;
}

a.CorpAdvsearchLink:hover
{
  font:normal 11px arial ;
  color: #ffffff;
  line-height:20px;
  text-decoration: none;
 text-align:right;
}

.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: 53;
	top:510px;
	background-color:#dce5ee; 
	padding:10px;
	border:1px solid #abbbcb;
}

.CorpSearchHAdvanceTable
{

	width:360px;
	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 */

/* Events Calender starts */
.calenderborderleft {
	border-left:1px solid #637577;
	border-top:1px solid #63757;
	font-family: verdana;
	color:#fc9402;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.calenderborderright {
	border-right:1px solid #637577;
	border-bottom:1px solid #637577;
	font-family: verdana;
	color:#fc9402;
	font-size: 11px;
	font-weight: bold;
	width:50px;
	height:50px;
	text-decoration: none;
}
/*events calender ends */

/*Corporate Property Details*/


.CorpPropContentText
{
  font:normal 12px verdana ;
  color: #000000;
  text-decoration: none;
}

.Corppropnamebg
{
	background:url(property_headerbg.jpg) no-repeat;
	background-position:top left;
	background-color:#007bbf;
	font:Bold 15px Arial;
	color:#ffffff;
	text-decoration:none;
	text-indent:15px;
	text-align:left;
	vertical-align:middle;
	height:27px;

}

.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
{
/*	border:1px solid #a2d7e4;
	background-color:#e7f5f8;*/
	padding:5px;
	width:740px;
}

.CorpTabFooterLinks
{
	font:normal 12px verdana ;
  color: #0086a9;
  text-decoration: none;
}

a.CorpTabFooterLinks:link, a.CorpTabFooterLinks:visited
{
	font:normal 12px verdana ;
  color: #0086a9;
  text-decoration: none;
}

a.CorpTabFooterLinks:hover
{
	font:normal 12px verdana ;
  color: #000000;
  text-decoration: none;
}

.CorpMapSearchBorder
{
 border:1px solid #cccccc;
 padding:10px;
}

.CorpPropDetailMapSize
{
 width:520px;
 width:520px!ie;
 height:250px;
}

.CorpWelcomeHeader
{
 font:bold 17px Tahoma;
 color:#2f81b7;
 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: #0a82a2;
 padding-left:15px;
 text-decoration: none;
}

.overviewdivpos
{
	margin-top:5px;               
	width:745px;
	min-height:500px;
	margin-top:-1px!ie;

}


/* CSS for tabs */

.shadetabs                    /* style applicale to menu (change only font style)*/
{
	padding:0px;
	margin:0px;
	top:-32px;
	font: bold 11px Verdana;
	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;
	
}

#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:10;
	text-align:center;
	width:auto!ie;
	color:#000000;
	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:#a9c702;
	font: bold 11px arial;
	height:29px;
}


.shadetabs li a:hover
{
	-moz-inline-box:block;
	display:inline-block!ie;
	z-index:10;
	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:#029ec7;
	font: bold 11px arial;
	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:10;
	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:#029ec7;
	font: bold 11px arial;
	height:29px;
}


.shadetabs li a.selected:hover
{ 			
	-moz-inline-box:block;
	display:inline-block!ie;
	z-index:10;
	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:#029ec7;
	font: bold 11px arial;
	height:29px;

}


.tabcontent
{
	display:none;
	background-image:url(TabContentBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:745px;
	min-height:500px;
	border:1px solid #029ec7;
	border-top:2px solid #029ec7;
	background-color:#ffffff;
	position: relative;

}

* html .tabcontent {
	height:500px;
}

@media print {
.tabcontent 
{
	display:block !important;
}
}


/* Css for tabs */

/*Corporate Property Details*/


/* Corporate Compare Community settings */

.ComparePopupHeaderbg
{
	background-color:#049dc6;
	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 #828282;
	z-index:50;
	visibility:hidden;
	left:550px;
	width:300px;
	position:absolute;
	top:1044px;
	padding-left:0px;
}

.CompareHeaders
{
 font:bold 11px tahoma ;
 color: #2F81B7;
 text-align:left;
 width:90px;
}

.CompareBottomBorder
{
 border-bottom:1px solid #cccccc;
 padding:6px 0px;
}

.CompareBottomBorder table
{
 margin-left:5px;
}

#tblCompare td
{
padding:0px 0px 0px 5px;
vertical-align:top;
}

/* Corporate Compare Community settings */


/* Corporate Featured Property settings */

.FeaturedPropName
{
  font:bold 15px Arial;
  color: #FFFFFF;
  text-decoration: none;
  line-height:22px;
}

.FeaturedPropAdd 

{
  font:normal 11px verdana ;
  color: #FFFFFF;
  text-decoration: none;
}

.FeaturedPropDes
{
  font:normal 11px verdana ;
  color: #FFFFFF;
  text-decoration: none;
}

.FeaturedPropImg
{
	 width:240px;
	 height:82px;
	 height:78px!ie;
	 background:url(featuredimg.jpg) no-repeat top;
	 border:3px solid #dddddc;
}

.FeaturedPropLinks
{
 font:normal 11px arial ;
 color: #ffffff;
 text-decoration: none;
 background:url(featuredArrows.gif) no-repeat right;
 line-height:24px;
 text-transform:capitalize;
 padding:0px 15px 0px 0px;
}

a.FeaturedPropLinks:link
{
	font:normal 11px arial ;
 	color: #ffffff;
 	text-decoration: none;

 	cursor:pointer;
  	line-height:24px;
 	text-transform:capitalize;
	padding:0px 15px 0px 0px;
}


a.FeaturedPropLinks:visited
{
 	font:normal 11px arial ;
	color: #ffffff;
	 text-decoration: none;

 	cursor:pointer; 
 	line-height:24px;
 	text-transform:capitalize;
	padding:0px 15px 0px 0px;
}


 a.FeaturedPropLinks:hover
{
 	font:normal 11px arial ;
	text-decoration: none;cursor:pointer; 
  	line-height:24px;
	text-transform:capitalize;
	padding:0px 15px 0px 0px;
	text-decoration:underline;
}

.FeaturedPropiframetransbg
{
            background:none;
}

.FeaturedPropBox
{
            border:0px solid gray;
            width:200;
            height:270;
}


/* Corporate Featured Property settings */




/* Login Settings */           /*common setting applicable to both Resident Login and online leasing login*/


.LoginFrameTransbg
{
            background-color:#ffffff;
}

.LoginFormLabelText

{
	font:normal 11px verdana ;
	color:#000000;
	text-decoration: none;
}

.LoginSelect
{
	font:normal 11px verdana ;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
	MAX-Height:35px;
}

.LoginFormTextField 
{
	font:normal 11px verdana ;
	color: #000000;
	height:19px;
	width: 100px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
	background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;

}

.LoginFormButton
{
	font:normal 11px verdana ;
	color: #000000;
	border: 1px solid #333333;
	background-color:#000000;
	text-decoration: none;
	cursor:pointer;
	vertical-align:middle;
	background-image:url(button_bg.jpg);
	background-repeat:repeat-x;
	outline:none;
	padding:2px 5px;
}
 
.LoginRequiredField 
{
    background-color:#d4ecf5;
	background-image:url(textfieldbackground_req.jpg);
	background-repeat:repeat-x;
}

.Loginformlink
{
    font:normal 11px verdana ;
    color:#000000;
    text-decoration: none;
}

a.Loginformlink:link
{
    font:normal 11px verdana ;
    color:#000000;
    text-decoration: none;
 	cursor:pointer;   
}

a.Loginformlink:visited
{
    font:normal 11px verdana;
    color:#000000;
    text-decoration: none;
 	cursor:pointer; 
}

a.Loginformlink:hover
{
    font:normal 11px verdana ;
    color:#000000;
    text-decoration: none;
 	cursor:pointer; 
}
 
.LoginFormMessageText
{
    font:bold 11px verdana ;
	color: #c77500;
	text-decoration: none;
	font-style:itallic;

	vertical-alignment:middle;
}

.LoginFormErrorText
{
  font:normal 11px verdana ;
 color: #EF952C;
 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-image:url(bg.gif);
}
.ebrochuremaintable {
	width:730px;
	background-color:#ffffff;
}
.ebrochureinnertable {
	background-color:#ffffff;
	width:700px;
}
.ebrochureheaderbg {
	height:162px;
	width:700px;
	background-image:url(headerbg.jpg);
	background-repeat: no-repeat;
}
.ebrochurecontentbg {
	background-image:url(contentbg.jpg);
	background-repeat:repeat-x;
	background-color:#a1bf07;
}
.ebrochurecontentbgcolor {   /* for bottom color of background plain color which comes in a div  */
	background-color:#a1bf07;
}
.ebrochurepropname {
	font:bold 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
	line-height:30px;
}
.ebrochurepropaddress {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	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:#546401;
	height:22px;
	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: #ffffff;
	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:#01809b;
	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 #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:#FFFFFF;
 font-weight: normal; 
 text-decoration: none; 
 text-transform: none;
 line-height:22px;
}

.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; 
 text-decoration: none; 
 text-transform: none;
}


/* Editor settings ends */



/* Menu settings */

.hmenubg                                                   /* for horizontal menu background */ 
{
	 background:url(vmenubg.png) no-repeat top;
	 height:39px;
}


.hlinkbg                                                  /* for horizontal menu */
{
	font:normal 17px Lucida Sans unicode;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:top;
	cursor:pointer;
	line-height:35px;
	width:128px;
	text-align:center;
	height:44px;
}

.hlinkbg a:link, .hlinkbg a:visited                                            /* for horizontal menu */
{
	font:normal 17px Lucida Sans unicode;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:top;
	cursor:pointer;
	line-height:35px;
	width:128px;
	text-align:center;	
	height:44px;
	display:block;
 }
 
.hlinkbg a:hover                                             /* for horizontal menu */
{
	font:normal 17px Lucida Sans unicode;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:top;
	cursor:pointer;
	line-height:35px;
	text-align:center;
	background:url(hlink_over.gif) repeat-x top;
	height:43px;
	border:0px solid #00ff00;
	display:block;
 }
 
.activehlinkbg                                                  /* for horizontal menu */
{
	font:normal 17px Lucida Sans unicode;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:top;
	cursor:pointer;
	line-height:35px;
	width:128px;
	text-align:center;
	height:44px;
}

.activehlinkbg a:link, .activehlinkbg a:visited, .activehlinkbg a:hover                                                  /* for horizontal menu */
{
	font:normal 17px Lucida Sans unicode;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:top;
	cursor:pointer;
	line-height:35px;
	width:128px;
	text-align:center;
	background:url(hlink_over.gif) repeat-x top;
	height:44px;
}

.vmenubg                                                  /* for vertical menu background */
{

}

.vlinkbg                                                 /* for vertical menu*/
{
 font:normal 17px Lucida Sans unicode;
 color:#FFFFFF;
 text-decoration:none;
 vertical-align:middle;
 cursor:pointer;
 line-height:44px;
}
.vlinkbg a:link, .vlinkbg a:visited                                               /* for vertical menu*/
{
 font:normal 17px Lucida Sans unicode;
 color:#FFFFFF;
 text-decoration:none;
 vertical-align:middle;
 cursor:pointer;
 line-height:44px;
}

.vlinkbg a:hover                                               /* for vertical menu*/
{
 font:normal 17px Lucida Sans unicode;
 color:#FFFFFF;
 text-decoration:none;
 vertical-align:middle;
 cursor:pointer;
 line-height:44px;
}

.activevlinkbg                                                 /* for vertical menu*/
{
 font-family:verdana;
 font-size:18px;
 color:#000000;
 font-weight:bold;
 letter-spacing:;
 text-decoration:none;
 vertical-align:middle;
 cursor:pointer; 
}

HWebMenu                                                /* for horizontal dropdown menu  */
{
 	on-bg-color : #a135aa; 
        on-text-color : #FFFFFF;
        off-bg-color : #bfaa8a;
        off-text-color : #000000;
        brder-sep-color : ;

        
        /*settings for menu in netscape/mozilla */
          border-top-color : #a135aa;
        border-left-color : #582c05;
        border-bottom-color : #F9EDC3;
        border-right-color : #7B4A0C;
        background-color  : #bfaa8a;
        
}    
    
#menuFg2 div, #menuFg1 div, #menuFg0 div, #menuFg3 div, #menuFg4 div, #menuFg5 div
{
	font-size:13px;
	/*padding-top:3px;
	padding-bottom:3px;*/

}
#menuContainer
{
	position:absolute;
	margin-top:-48px;
	margin-top:30px!ie;
	display:block;
	padding:2px;
	z-index:2000;
	border:0px solid #00ff00;
	margin-left:175px;

}
/* 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
{
 height:55px;
 font-family:Georgia;
 color:#ffe1af;
 font-size:22px;
 font-weight:normal;
 text-align:left;
 vertical-align:middle;
 text-decoration:none;
}

.design1bg

{
 background-color:#ffffff;
}

.design2header
{
	 height:54px;
	 font-family:Georgia;
	 color:#1e110b;
	 font-size:26px;
	 font-weight:normal;
	 text-align:left;
	 vertical-align:middle;
	 text-decoration:none;
	 line-height:54px;
}

.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:#003b4b;
}

.MarkerHeaderText
{
font:bold 12px verdana; color:#049dc7;
}


a.MarkerHeaderText:link, a.MarkerHeaderText:visited, a.MarkerHeaderText:hover
{
font:bold 12px verdana; color:#049dc7;
}

.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:#838383;
}

.Specialstext
{
            font:bold 12px verdana ;
            color: #FFFFFF;
            text-decoration: none;
            font-style:normal;
            vertical-alignment:middle;
}
/*Specials Settings*/


/* Template specific classes */

.mainleftshadow
{
 background-image:url(mainleftshadow.jpg);
 background-repeat:repeat-y;
 width:10px;

}

.mainrightshadow
{
 background-image:url(mainrightshadow.jpg);
 background-repeat:repeat-y;
 width:10px;

}

.footerbg
{
 background-image:url(footerWatermark.jpg);
 background-repeat:no-repeat;
 background-position:93% center;
 height:60px;
}

.Headerbg
{
 background-image:url(Headerbg.jpg);
 background-repeat:repeat-x;
 width:960px;
 height:93px;
}

.slogan
{
	font:normal 23px Brush Script std;
	color:#f5f0e9;
	vertical-align:middle;
	line-height:35px;
}

.contenttext
{
	font:normal 12px Arial;
	color:#f5f0e9;
	vertical-align:middle;
	line-height:18px;
}
.Topmask
{
	position:absolute;
	background:url(Topmask.png) no-repeat top;
	width:960px;
	height:460px;
}

<!--.contentDiv
{
	position:relative;
	background:url(contentbg.png) repeat;
	width:430px;
	height:248px;
	border:1px solid #6c6c6a;
	z-index:20
	/*top:103px;*/
}-->

.conContainer
{
	position:relative;
	padding-left:50px!important;
	padding-top:100px;

}

.newsbg
{

	background:url(news_bg.png);
	background-repeat:repeat;
	width:900px;
	border:1px solid #6c6c6a;
	/*top:130px;*/

}


.newsbg[class]
{
	background:url(news_bg.png) repeat;
	width:900px;
	border:1px solid #6c6c6a;
	/*top:130px;*/

}

.NewsHead
{
	width:124px;
	height:40px;
	font-family:Georgia;
	color:#ffe1af;
	font-size:22px;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	background:url(NewsArrows.gif) no-repeat 90% center;
	background-color:#000000;
	border-left:1px solid #666666;
}

.NewsHead a:link, .NewsHead a:visited, .NewsHead a:hover
{
	width:124px;
	height:40px;
	font-family:Georgia;
	color:#ffe1af;
	font-size:22px;
	font-weight:normal;
	text-decoration:none;
	line-height:40px;
	text-align:center;
}

.contentBorder 
{
	background-image:url(contentbg.png);
	background-repeat:repeat-x;
	z-index:20;
	width:430px;
	height:12px;
	

}

.contentBorder[class]
{
	background-image:url(contentbg.png);
	background-repeat:repeat-x;
	width:430px;
	height:258px;
	z-index:21;
	
}

.LogoWatermark
{
	background:url(Watermark.png) no-repeat bottom right;
	height:252px;

}
.Seperator
{
	background:url(seperator.gif) repeat-y;
	width:1px;
}

.normalText2
{
	font:normal 12px Arial;
	color:#eadac4;
	vertical-align:middle;
	line-height:18px;

}

.topBorder
{
	background:url(topHeaderBorder.png) no-repeat top;
	width:1px;
}
.balanceHt
{height:29px;}

.morelink
{
	font:normal 11px arial ;
	color: #FFFFFF;
	text-decoration: none;
	padding-right:15px;
	vertical-align:middle;
	cursor:pointer;
	height:40px;
	text-align:right;
	line-height:40px;
	background:url(featuredArrows.gif) no-repeat 30px center;
	

}

.morelink a:link,.morelink a:visited
{
	font:normal 11px arial ;
	color: #FFFFFF;
	text-decoration: none;
	text-align:right;
	vertical-align:middle;
	cursor:pointer;
	height:40px;
	line-height:40px;
	
	border:0px solid #ff0000;
}

.morelink a:hover
{
	font:normal 11px arial ;
	color: #FFFFFF;
	text-decoration: none;
	text-align:right;
	vertical-align:middle;
	cursor:pointer;
	height:40px;
	line-height:40px;
	

}

#position {

	position:absolute;
	margin:0px;
	width:960px;
	height:459px;
	z-index:40;
	border:0px solid #ff0000;

}
#ConContainer
{
	position:absolute;
	margin-top:138px;
	margin-top:132px!ie;
	margin-left:31px;

}
#topposition {
	
	margin:0px;
	position:relative;
	z-index:30;
	border:0px solid #ff0000;


}
.contentbg {

	padding-top:96px;
	padding-top:89px !ie;
	padding-left:52px;
	margin:0px;
	
}
.design1text {
	 font-family:normal 14px arial;
	 color: #FFFFFF;
	 text-decoration: none;
}
	
/* Template specific classes ends */


