/* Default Settings */


body 
{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;

}

body a:link, body a:visited, body a:hover 
{
	font: bold 11px Verdana;
	color: #444444;
	text-decoration: none;
}

body a:hover 
{
	font: bold 11px Verdana;
	color: #000000;
	text-decoration:none;
}

.bodycolor 
{
	background-color:#ffffff;
}

.footertext                                              /* copyright text */ {
	font-size: 10px;
	font-family: Arial;
	font-weight:normal;
	color:#000000;
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
	height:30px;
}

a:link 
{
	font:bold 10px verdana;
	color: #155a80;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

a:visited 
{
	font:bold 10px verdana;
	color: #155a80;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

a:hover 
{
	font:bold 10px verdana;
	color: #155a80;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

.bottomlinks 
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#515050;
	vertical-align:middle;
	text-decoration:none;
}

a.bottomlinks:link 
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#515050;
	vertical-align:middle;
	text-decoration:none;
	cursor:pointer;
}

a.bottomlinks:visited 
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#515050;
	vertical-align:middle;
	text-decoration:none;
}

a.bottomlinks:hover 
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#515050;
	vertical-align:middle;
	text-decoration:none;
}
/* Default Settings ends */


/* Form settings */

.FormBodyText 
{
	font:normal 10px verdana;
	color:#000000;
	text-decoration: none;
}

.FormLabelText 
{
	font:normal 10px verdana;
	color:#000000;
	text-decoration: none;
}

.RequiredLabel 
{
	color:#c77500;
}
.FormLabelHeader 
{
	font:bold 13px verdana;
	color:#555555;
	text-decoration: none;
	height:25px;
}

.FormLabelSubheader 
{
	font:bold 10px verdana;
	color:#8d8e8d;
	text-decoration: none;
}

.FormErrorText 
{
	font:normal 10px verdana;
	color:#FF0000;
	text-decoration: none;
}
.FormButton 
{
	font:normal 10px verdana;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color:#6f3d2a;
	text-decoration: none;
	cursor:pointer;
	outline:none;
	padding:2px 5px;
}
.FormTextField 
{
	font:normal 10px verdana;
	color:#000000;
	height:19px;
	width: 100px;
	border: 1px solid #999999;
 	background-color:;
	text-decoration: none;
	background-image:url(textField-rep.jpg);
	background-repeat:repeat-x;
}
.RequiredField 
{
	background-color:#d4ecf5;

}
/* formtableborder - created by Sayajee on 1st Sep 09, recomended border values are 1-2px  or 0 */

.formtableborder 
{
	border:1px solid #8a8476;
}
.FormTableHeader 
{
	font:bold 10px verdana;
	background:#6f7c88;
	color:#ffffff;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:25px;
}
.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td 
{
	padding-left:7px;
	padding-right:7px;
	height:25px;
}
.FormTableSubheader 
{
	font:normal 10px verdana;
	color: #000000;
	background-color:#CCCCCC;
	text-decoration: none;
}
.FormTableRow 
{
	font:normal 10px verdana;
	background:#e7ecf7;
	padding-left:5px;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
	color:#000000;
}
.FormTableRow td 
{
	padding:5px;
}
.FormTableRowAlt 
{
	font:normal 10px verdana;
	background:#c6ced6;
	padding-left:5px;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
	color:#000000;
}

.FormTableRowAlt td 
{
	padding:5px;
}
.FormTabActive 
{
	font:bold 10px verdana;
	color: #ffffff;
	background-color:#917b70;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}

.FormTabInactive 
{
	font:bold 10px 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 10px 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 10px verdana;
	color: #000000;
	background-color:#bcb6b2;
	text-decoration: none;
	cursor:pointer;
}

.FormTextArea 
{
	font:normal 10px verdana;
	color: #666666;
 	background-color:;
	width:200px;
	border: 1px solid #999999;
	text-decoration: none;
	height:70px;
}

select 
{
	font:normal 10px verdana;
	color: #000000;
 	background-color:;
	border: 1px solid #999999;
	text-decoration: none;
}

.iframetransbg 
{
	background:none transparent;
	padding-left:0px;
}

.FormLinks 
{
	font:bold 10px verdana;
	color: #444444;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FormLinks:link 
{
	font:bold 10px verdana;
	color: #444444;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}

a.FormLinks:visited 
{
	font:bold 10px verdana;
	color: #444444;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FormLinks:hover 
{
	font:bold 10px verdana;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

.FormPageNumber 
{
	font:bold 10px verdana;
	color:#000000;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}

.ActiveFormPageNumber 
{
	font:bold 10px verdana;
	color:#049dc6;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}

.FormPageNumberdivider 
{
	font:bold 10px verdana;
	color:#000000;
	text-align:right;
	text-decoration:none;
}

.FormFPName 
{
	font:bold 13px verdana;
	color: #444444;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
}

.FormFPName:link 
{
	font:bold 13px verdana;
	color: #444444;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

.FormFPName:visited 
{
	font:bold 13px verdana;
	color: #444444;
	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 10px verdana;
	color: #c77500;
	text-decoration: none;
	text-align:left;
}

form 
{
	padding:0px;
	margin:0px;
}

hr
{
color:#000000;
}
/* Form settings ends */


/* floorplan settings starts*/  

.FloorPlanNormalText 
{
	font:normal 11px verdana;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}

.FloorPlanBedName 
{
	font:normal 12px verdana;
	color:#6384cb;
	text-decoration: none;
	font-weight:bold;
}

.FloorPlanLinks 
{
	font:bold 10px verdana;
	color: #444444;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanLinks:link 
{
	font:bold 10px verdana;
	color: #444444;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanLinks:visited 
{
	font:bold 10px verdana;
	color: #444444;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanLinks:hover 
{
	font:bold 10px verdana;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

.FloorPlanName 
{
	font:bold 10px verdana;
	color: #444444;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanName:link 
{
	font:bold 10px verdana;
	color: #444444;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanName:visited 
{
	font:bold 10px verdana;
	color: #444444;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanName:hover 
{
	font:bold 10px verdana;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

.FloorPlanbg 
{
	background-color:#f2f2f2;
}

.FloorPlanHomeDecorImg 
{
	background-image: url(homedecorplanner.jpg);
	height:47px;
	width:203px;
	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%;

}

.CorpSearchTableFilter 
{
	border:0px solid #ff0000;
}

.CorpSearchResultTable 
{
	border:1px solid #cacaca;
	width:660px;
	height:150px;
	font:normal 10px verdana;
	color: #444444;
	text-decoration: none;
}

.CorpSearchResultRow 
{
	background-color:#f4f4f4;
}

.CorpSearchResultRowAlt 
{
	background-color:#faf6ea;
}

.CorpSearchResultRowGap 
{
	background-color:#ffffff;
	height:7px;
}

.CorpFormTableHeader 
{
	font:bold 11px verdana;
	color:#000000;
	background-color:#c3a25c;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}

.CorporateMapSize 
{
	width:660px;
	height:450px;
}

.CorpFormlabeltext 
{
	font:normal 10px verdana;
	color: #000000;
	text-decoration: none;
}

.CorpFormlabelHeader 
{
	font:bold 16px verdana;
	color: #062e48;
	/*  background-color:#049dc6;
  padding-left:15px;*/
    line-height:25px;
	text-decoration: none;
}

.CorpFormLabelSubHeader 
{
	font:bold 13px verdana;
	color: #4f2a0d;
	text-decoration: none;
}

.CorpFormTextField 
{
	font:normal 10px verdana;
	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;
}

.CorphCityTextField 
{
	font:normal 10px verdana;
	color: #000000;
	height:17px;
	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;
}

.CorphmilesTextField 
{
	font:normal 10px verdana;
	color: #000000;
	height:17px;
	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;
}

.CorphcommunityTextField 
{
	font:normal 10px verdana;
	color: #000000;
	height:17px;
	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 10px verdana;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color:#6f3d2a;
	text-decoration: none;
	cursor:pointer;
	outline:none;
	padding:2px 5px;
}

.CorpSelect
{
	font:normal 10px verdana;
	color: #000000;
	height:19px;
	-moz-height:19px;
	background-color:#ffffff;
	text-decoration: none;
	width:130px;
}

.hCorpSelect 
{
	font:normal 10px verdana;
	color: #000000;
	height:19px;
	-moz-height:19px;
	background-color:#ffffff;
	text-decoration: none;
	width:70px;
}

.CorpFormErrorText 
{
	font:normal 10px verdana;
	color: #af0202;
	text-decoration: none;
	text-align:left;
}

.CorpFormMessageText 
{
	font:normal 10px verdana;
	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:113px;
 	width:130px!ie;
	line-height:15px;
	padding-left:5px;
	font-family:arial;
	size:10px;
	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 11px verdana;
	color: #333333;
	text-decoration:underline;
	vertical-align:top;
}

a.CorpPropertyName:link 
{
	font:bold 11px verdana;
	color: #333333;
	text-decoration:underline;
	cursor:pointer;
}

a.CorpPropertyName:visited 
{
	font:bold 11px verdana;
	color: #333333;
	text-decoration:underline;
	cursor:pointer;
}

a.CorpPropertyName:hover 
{
	font:bold 11px verdana;
	color: #000000;
	text-decoration:none;
	cursor:pointer;
}

.CorpContentText 
{
	font:normal 10px verdana;
	color: #666666;
	text-decoration: none;
}

.CorpFormLinks 
{
	font:normal 10px verdana;
	color: #444444;
	line-height:20px;
	text-decoration: none;
}

a.CorpFormLinks:link 
{
	font:normal 10px verdana;
	color: #444444;
	line-height:20px;
	text-decoration: underline;
	cursor:pointer;
}

a.CorpFormLinks:visited 
{
	font:normal 10px verdana;
	color: #444444;
	line-height:20px;
	text-decoration: underline;
	cursor:pointer;
}

a.CorpFormLinks:hover 
{
	font:normal 10px verdana;
	color: #000000;
	line-height:20px;
	text-decoration:none;
	cursor:pointer;
}

.CorpAdvsearchLink 
{
	font:normal 10px verdana;
	color: #000000;
	line-height:20px;
	text-decoration: none;
}

a.CorpAdvsearchLink:link 
{
	font:normal 10px verdana;
	color: #000000;
	line-height:20px;
	text-decoration: underline;
}

a.CorpAdvsearchLink:visited 
{
	font:normal 10px verdana;
	color: #000000;
	line-height:20px;
	text-decoration: underline;
}

a.CorpAdvsearchLink:hover 
{
	font:normal 10px 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:110px;
	height:100px;
	vertical-align:top;
}

.CorpBlankcell 
{
	width:207px;
}

.CorpLocationcell 
{
	width:416px;
}

#chkListCommunity td 
{
	width:170px;
} 	
					/* class added to contrl alignment of the amenties in advanced search this is the min width required*/
#chkListUnit td 
{
	width:170px
}	
					/* 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:430px;
	background-color:#e7ecf7;
	padding:10px;
	border:1px solid #abbbcb;
}

.CorpSearchHAdvanceTable 
{
	width:310px;
	overflow:visible;
}

.Corpsortbyselect 
{
	font:normal 10px 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 11px verdana;
	color: #000000;
	text-decoration: none;
}
.Corppropnamebg 
{

	background-color:#917f61;
	font:Bold 14px 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 
{
	padding:10px;
 	/*padding:5px !ie;
	padding-left:5px;*/
	width:650px;
	border:0px solid red;
}

.CorpTabFooterLinks 
{
	font:normal 11px verdana;
	color: #0086a9;
	text-decoration: none;
}

a.CorpTabFooterLinks:link, a.CorpTabFooterLinks:visited 
{
	font:normal 11px verdana;
	color: #0086a9;
	text-decoration: none;
}

a.CorpTabFooterLinks:hover 
{
	font:normal 11px verdana;
	color: #000000;
	text-decoration: none;
}

.CorpMapSearchBorder 
{
	border:1px solid #cccccc;
	padding:10px;
}

.CorpPropDetailMapSize 
{
	width:400px;
 	width:390px!ie;
	height:250px;
}

.CorpWelcomeHeader 
{
	font:bold 17px verdana;
	color:#5a371d;
	text-decoration:none;
	height:50px;
}

.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 10px verdana;

	color: #444444;
	padding-left:15px;
	text-decoration: none;
}

.overviewdivpos 
{
	margin-top:5px;
	width:650px;
	min-height:500px;
 	margin-top:-1px!ie;
}
/* 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 #FF0000;
	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:#a68a4c;
	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:#784d2e;
	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:#784d2e;
	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:#784d2e;
	display: block;
	cursor: pointer;
	padding-top:6px;
	height:23px;
	*height:29px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
}

.tabcontent
{

	border:1px #eeeeee solid;
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f4f4f4;
	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:#049dc6;
	height:20px;
}

.ComparePopupHeadertext 
{
	font:bold 11px tahoma;
	color: #ffffff;
	margin-left:20px;
}

a.ComparePopupHeadertext:link, a.ComparePopupHeadertext:visited, a.ComparePopupHeadertext:hover 
{
	font:bold 11px tahoma;
	color: #ffffff;
	margin-left:20px;
}

.ComparePopupbg 
{
	background-color:#ffffff;
	border:1px solid #828282;
	z-index:500;
	visibility:hidden;
	left:550px;
	width:300px;
	position:absolute;
	top:1044px;
	padding-left:0px;
}

.CompareHeaders 
{
	font:bold 10px tahoma;
	color: #444444;
	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 */


/*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:#6384cb;
}

.ebrochurecontentbg 
{

	background-color:#f2f2f2;
}

.ebrochurecontentbgcolor 
{   								/* for bottom color of background plain color which comes in a div  */
	background-color:#f2f2f2;
}

.ebrochurepropname 
{
	font:normal 22px verdana;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}

.ebrochurepropaddress 
{
	font:normal 13px verdana;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}

.ebrochurenormaltext 
{
	font:normal 11px verdana;
	color: #444444;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}

.ebrochuredesign1header 
{ 											/* Recommended to use eiher this or ebrochuredottedhorizontalseparator; Do not remove this comment */
	font:normal 14px verdana;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#444444;
	height:22px;

}

.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 18px verdana;
	color: #444444;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}

.ebrochurelink 
{
	font:normal 12px verdana;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}

a.ebrochurelink:link 
{
	font:normal 12px verdana;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}

a.ebrochurelink:visited 
{
	font:normal 12px verdana;
	color: #ffffff;	
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}

a.ebrochurelink:hover 
{
	font:normal 12px verdana;
	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 11px verdana;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#444444;
	height:22px;
	padding-left:10px;
}

.ebrochuremapdimensions 
{    									/* for map dimensions  */
	width:550px;
	height:350px;
}

.ebrochurebullet 
{    									/* for bullets of headers  */
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	width:5px;
	height:5px;
}

.ebrochureverticalseparator 
{
	background-image:url(verti_seprator.gif);
	background-repeat:repeat-y;
	width:13px;
}

.ebrochurepropertythumbnail 
{
	height:116px;
	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:777777;
	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: #dc8202;
    text-decoration:none;
    background-color: # fb9401;
    height:30px;
    text-align:right;
}

/*eBrochure Settings ends*/


/* Editor settings */                        /* not to change any settings in this section */

.normaltext 
{
	font-family: Arial;
	font-size: 12px;
	color:#444444;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align:left;
	vertical-align:top;
}
.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: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
/* Editor settings ends */



/* Menu settings */

.hmenubg                                                   /* for horizontal menu background */ 
{
	background:url(Hmenubg.png) repeat-x;
}
.hlinkbg                                                  /* for horizontal menu */ 
{
	font-family:Calibri;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;
	z-index:999;
	padding:0px 5px 0px 5px;
}
a.hlinkbg:link                                              /* for horizontal menu */ 
{
	font-family:Calibri;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;


}
a.hlinkbg:visited                                              /* for horizontal menu */ 
{
	font-family:Calibri;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;


}
a.hlinkbg:hover                                              /* for horizontal menu */ 
{
	font-family:Calibri;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;


}
.activehlinkbg                                                  /* for horizontal menu */ 
{
	font-family:Calibri;
	font-size:12px;
	color:#e5be80;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;
	padding:0px 5px 0px 5px;
	background:url(activehlinkbg.png) no-repeat;
	background-position:center top;
}
a.activehlinkbg:link, a.activehlinkbg:visited, a.activehlinkbg:hover                                                  /* for horizontal menu */ 
{
	fofont-family:Calibri;
	font-size:12px;
	color:#e5be80;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;
	padding:0px 5px 0px 5px;
	background:url(activehlinkbg.png) no-repeat;
	background-position:center top;
}
.vmenubg                                                  /* for vertical menu background */ 
{
	width:200px;
	background-color:#ffffff;
	vertical-align:top;


}
.vlinkbg                                                 /* for vertical menu*/ 
{
	font-family: Arial;
	font-size: 11px;
	color:#4D4C4B;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding-top:20px;
	text-decoration:none;
	height:30px;
}
a.vlinkbg:link, a.vlinkbg:visited, a.vlinkbg:hover                                                /* for vertical menu*/ 
{
	font-family: Arial;
	font-size: 11px;
	color:#4D4C4B;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	text-decoration:none;
}
.activevlinkbg                                                 /* for vertical menu*/ 
{
	font-family:verdana;
	font-size:10px;
	color:#000000;
	font-weight:bold;
 	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;
}
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 Narrow;
	color:#212121;
	font-size:22px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	text-decoration:none;
	
	
}
.design1bg 
{
	padding:5px 15px 15px 5px;
	
}
.design2header 
{
	height:20px;
	background-color:#666666;
	font-family:verdana;
	color:#000000;
	font-size:11px;
	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:11px;
	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:10px;
}
div.gs-phone, div.gs-city 
{
	display: inline;
	font-family:verdana;
	font-size:10px;
}
div.gs-title a:link 
{
	display: inline;
	font-family:verdana;
	font-size:10px;
}
div.gs-region 
{
	display: inline;
}
div.gs-country 
{
	display: none;
}
div.gs-directions 
{
	font-family:verdana;
	font-size:10px;
}
div.gs-label 
{
	font-family:verdana;
	font-size:10px;
}
.gs-secondary-link 
{
	font-family:verdana;
	font-size:10px;
}
.gs-watermark 
{
	font-family:verdana;
	font-size:10px;
}
.MarkerText 
{
	font:normal 10px verdana;
	color:#003b4b;
}
.MarkerHeaderText 
{
	font:bold 11px verdana;
	color:#049dc7;
}
a.MarkerHeaderText:link, a.MarkerHeaderText:visited, a.MarkerHeaderText:hover {
	font:bold 11px verdana;
	color:#049dc7;
}
.googledir div 
{
	font:normal 10px verdana;
	color:#000000;
}
.googledir table td 
{
	font:normal 10px verdana;
	color:#056c87
}
/*Google Map settings end*/



/*Specials Settings*/

.Specialsbg 
{
	height:70px;
	padding:10px;
	/*background-image:url(specials_bg.jpg);
     background-repeat:no-repeat;*/
    background-color:#838383;
}
.Specialstext 
{
	font:bold 11px verdana;
	color: #FFFFFF;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
/*Specials 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 #ffffff;
	background-color:#6f3d2a;
	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 */


a.jobapply {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#104F1D url(apply-now.jpg) no-repeat scroll 0 0;
display:block;
height:34px;
margin:0.5em 0;
text-decoration:none;
text-indent:-999em;
width:140px;
}





/* Template specific classes */
.maintable 
{
	width:963px;
	align:left;
}
.maintableborder 
{
	border:0px solid #ffffff;
	border-top:none;
	border-bottom:none;
}
.Header 
{
	height:111px;
	background-color:#ffffff;
	background:url(topimg.jpg) no-repeat left top;
}
.Logo 
{
	width:200px;
	height:91px;
	position:absolute;
	z-index:1000;
	margin-top:20px;
	margin-left:0px;
	background-color:#ffffff;
}
.TopImg 
{
	position:absolute;
	z-index:500;
	margin-top:0px;
	margin-left:190px;
	display:none;
	width:773px;
}
.hmenudiv 
{
	position:absolute;
	margin-top:83px;
	margin-right:0px;
	margin-left:350px;
	display:inline;
	width:900px;
	height:29px;
	padding-top:5px;
}
.ContentBg 
{
	background:#ffffff url(contentbg.jpg) repeat-x left top;
}

#extraimage 
{
	position:absolute;
	margin-top:150px;
	margin-right:0px;
	margin-left:150px;
	z-index:1500;
	display:none;
}

.RPMenu 
{
	position:absolute;
	margin-top:0px;
	margin-right:0px;
	z-index:0;
	display:inline;
	height:201px;
	width:220px;
    	width:219px!ie;
}

.OLMenu 
{
	position:absolute;
	margin-top:0px;
	margin-right:0px;
	z-index:0;
	display:inline;
	height:201px;
	width:220px;
    width:219px!ie;
}

.propertysearchfilter 
{
	position:absolute;
	margin-top:200px;
	margin-right:0px;
	z-index:0;
	display:inline;
	width:200px;
   	width:199px!ie;
	background-color:#e2e2e2;
	border-bottom:1px solid #ffffff;

}

.narrativesection 
{
	position:absolute;
	margin-top:0px;
	margin-right:0px;
	z-index:0;
	display:inline;
	height:200px;
	width:200px;
	width:199px!ie;
	background-color:#f2f2f2;
	border-bottom:1px solid #ffffff;
}

.gadgets 
{
	background-color:#cccccc;
	/*background:url(gadget-bg.jpg) repeat-x left top;*/
	position:absolute;
	margin-top:440px;
	margin-right:0px;
	z-index:0;
	display:inline;
	height:137px;
	width:200px;
 	width:199px!ie;
	border-bottom:1px solid #ffffff;
}

.vmenudivider 
{
	background-color:#ccdfeb;
}
.propertysearchheader 
{
	height:16px;
	font-family:verdana;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
	/*padding-left:10px;*/
	/*background-color:#cccccc;*/
	height:28px;
}
.propertysearchbg 
{
	background:url(aptsearchbg.jpg) no-repeat left top;
	height:180px;
	padding-bottom:10px;
	padding-left:18px;
	padding-right:10px;
	padding-top:10px;
	
}
.menudiv
{
	position:absolute;
	display:inline;
	width:962px;
	height:38px;
	top:80px;

}
/* Template specific classes ends */


.edit span
{
align:right;
background-color:#000000;
color:#ffffff;
font-weight:bold;
z-index:10000000000;
position:relative;
}

