/* Default Settings */
body
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#1e110b;
}
body a:link, body a:visited
{
	font:normal 11px arial;
	color: #FF953F;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	outline:none;
}
body a:hover
{
	font:normal 11px arial;
	color: #FF953F;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	outline:none;
}
.bodycolor
{
	background:url(BodyRep.jpg) #fffdf5 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:#FFFFFF;
	text-decoration: none;
}
.FormLabelText
{
	font:normal 11px verdana;
	color:#FFFFFF;
	text-decoration: none;
}
.FormLabelTextHeader				/* crosscheck once if this class is present*/
{
	font:bold 12px verdana;
	color:#000000;
	text-decoration: none;
}
.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;
}
.FormMessageText
{
	font:normal 11px verdana;
	color: #c77500;
	text-decoration: none;
	text-align:left;
}
.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:#ffffff;
	text-decoration: none;
}
.RequiredField
{
	background-color:#FFFFCC;
	background-image:url(textfieldbackground_req.jpg);
	background-repeat:repeat-x;
}
.RequiredLabel
{
	color:#FF0000;
}
.formtableborder
{
	border:0px solid #8a8476;
}
.FormTableHeader
{
	font:bold 11px verdana;
	background:#08594d;
	color:#FFFFFF;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}
.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td, .FormTableFooter 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:#c5baa9;
	padding-left:5px;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}
.FormTableRowAlt
{
	font:normal 11px verdana;
	background:#81735d;
	padding-left:5px;
	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;
}
.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;
}
.iframepopupbg                  
{
	background-color:#1e110b;
	padding:0px;
}
.FormLinks
{
	font:normal 11px verdana;
	color: #ffffff;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:link
{
	font:normal 11px verdana;
	color: #ffffff;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:visited
{
	font:normal 11px verdana;
	color: #ffffff;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:hover
{
	font:normal 11px verdana;
	color: #ffffff;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormPageNumber
{
	font:normal 11px verdana;
	color:#08594d;
	text-align:left;
	cursor:pointer;
	text-decoration:none;
}
a.FormPageNumber:link, a.FormPageNumber:visited, a.FormPageNumber:hover
{
	font:normal 11px verdana;
	color:#08594d;
	text-align:left;
	cursor:pointer;
	text-decoration:none;
}
.ActiveFormPageNumber
{
	font:bold 11px verdana;
	color:#ffffff;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}
.FormPageNumberdivider
{
	font:bold 11px verdana;
	color:#ffffff;
	text-align:left;
	cursor:pointer;
	text-decoration:none;
}
.FormFPName
{
	font:bold 13px verdana;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:link
{
	font:bold 13px verdana;
	color: #ffffff;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:visited
{
	font:bold 13px verdana;
	color: #ffffff;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:hover
{
	font:bold 13px verdana;
	color: #ffffff;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
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: #e8dfd2;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:link
{
	font:bold 11px verdana;
	color: #e8dfd2;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:visited
{
	font:bold 11px verdana;
	color: #e8dfd2;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:hover
{
	font:bold 11px verdana;
	color: #178a79;
	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;
}
/* floorplan settings ends*/ 

/* Corporate Search settings */

.Corpsearchiframetransbg
{
	background:none;
	padding:0px;
	margin:0px;
	z-index:0;
}
.CorpSearchMainTable
{
	width:100% /* width:688px!ie;*/
}
.CorpSearchTableFilter
{
	border:0px solid #ff0000;
}
.CorpSearchResultTable
{
	border:1px solid #393938;
	width:700px;
	height:150px;
	font:normal 11px arial;
	color: #867761;
	text-decoration: none;
	height:80px;
}
.CorpSearchResultRow
{
	background-position:bottom;
	background-repeat:repeat-x;
}
.CorpSearchResultRowAlt
{
	background-position:bottom;
	background-repeat:repeat-x;
}
.CorpSearchResultRowGap
{
	height:7px;
}
.CorpSearchResultCount
{
	font:normal 11px arial;
	color:#d453e0;
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
}
.CorpFormTableHeader
{
	font:bold 11px arial;
	color:#ffffff;
	background-color:#08594d;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}
.CorporateMapSize
{
	width:690px;
	height:450px;
	border:1px solid #cccccc;
}
.CorpFormlabeltext
{
	font:normal 11px arial;
	color: #867761;
	text-decoration: none;
	line-height:24px;
}
.CorpFormlabelHeader
{
	font:bold 16px verdana;
	color: #ffffff;
	line-height:25px;
	text-decoration: none;
}
.CorpFormLabelSubHeader
{
	font:bold 12px arial;
	color: #d453e0;
	text-decoration: none;
}
.CorpFormTextField
{
	font:normal 11px verdana;
	color: #000000;
	height:17px;
	height:19px!ie;
	width: 174px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
}
.CorphCityTextField
{
	font:normal 11px arial;
	color: #000000;
	height:17px;
	height:19px!ie;
	width: 130px;
	padding-left:3px;
	background-color:#ffffff;
	text-decoration: none;
	border:1px solid #999999;
}
.CorphmilesTextField
{
	font:normal 11px arial;
	color: #000000;
	height:17px;
	height:19px!ie;
	width: 130px;
	padding-left:3px;
	background-color:#ffffff;
	text-decoration: none;
	border:1px solid #999999;
}
.CorphcommunityTextField
{
	font:normal 11px arial;
	color: #000000;
	height:17px;
	height:19px!ie;
	width: 130px;
	padding-left:3px;
	background-color:#ffffff;
	text-decoration: none;
	border:1px solid #999999;
}
.Corppagesizeselect                          /* sp7 class*/
{
	font:normal 12px arial;
	color: #000000;
	background-color:#ffffff;
	border:1px solid #999999;
	text-decoration: none;
	width:100px;

}
.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;
	width: 174px;
 	width: 174px!ie;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
}
.CorphCorpSelect
{
	font:normal 11px arial;
	color: #000000;
	width: 130px;
	padding-left:3px;
	background-color:#ffffff;
	text-decoration: none;
}
.hCorpSelect
{
	font:normal 11px verdana;
	color: #000000;
	background-color:#ffffff;
	border:1px solid #999999;
	text-decoration: none;
	width:70px;
}
.CorpFormErrorText
{
	font:normal 11px verdana;
	color: #af0202;
	text-decoration: none;
	text-align:left;
}
.CorpFormMessageText
{
	font:normal 11px verdana;
	color: #af0202;
	text-decoration: none;
	text-align:left;
}
.CorpDropList
{
	background-color:#3f3f3f;
	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;
	color:#000000;
}
.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 arial;
	color: #e8dfd2;
	text-decoration: none;
	vertical-align:top;
}
a.CorpPropertyName:link
{
	font:bold 12px arial;
	color: #e8dfd2;
	text-decoration: none;
	cursor:pointer;
}
a.CorpPropertyName:visited
{
	font:bold 12px arial;
	color: #e8dfd2;
	text-decoration: none;
	cursor:pointer;
}
a.CorpPropertyName:hover
{
	font:bold 12px arial;
	color: #e8dfd2;
	text-decoration: underline;
	cursor:pointer;
}
.CorpContentText
{
	font:normal 12px arial;
	color: #ffffff;
	text-decoration: none;
}
.CorpFormLinks
{
	font:normal 11px arial;
	color: #ffffff;
	line-height:20px;
	text-decoration: none;
	padding:0px 3px 0px 3px;
}
a.CorpFormLinks:link, a.CorpFormLinks:visited
{
	font:normal 11px arial;
	color: #ffffff;
	line-height:20px;
	text-decoration: none;
	padding:0px 3px 0px 3px;
}
a.CorpFormLinks:hover
{
	font:normal 11px arial;
	color: #ffffff;
	line-height:20px;
	text-decoration: underline;
	padding:0px 3px 0px 3px;
}
.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:200px;
	VISIBILITY: hidden;
	POSITION: absolute;
	Z-INDEX: 503;
	top:470px;
	background-color:#272727;
	padding:10px;
	border:1px solid #ffffff;
	width:600px;
}
.CorpSearchHAdvanceTable
{
	width:666px;
	overflow:visible;
}
.CorpSearchAdvanceTable      /* sp7 class*/
{
	width:700px; 	/* width should be same as the content width*/
}
.Corpsortbyselect
{
	font:normal 11px verdana;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
	width:120px;
	border:1px solid #999999;
}
/* Corporate Search settings */

/*Corporate Property Details*/

.CorpPropContentText
{
	font:normal 12px arial;
	color: #ffffff;
	text-decoration: none;
}
.Corppropnamebg
{
	background-position:top left;
	background-color:#4c3f2c;
	font:Bold 13px Arial;
	color:#ffffff;
	text-decoration:none;
	text-indent:15px;
	text-align:left;
	vertical-align:middle;
	height:27px;
}
.Corppropnameheaderimg      /*sp7 class*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='../templates/ResCorpInnerStyle/build_property_headerbg.png');
	background-repeat:no-repeat;
	background-position:left top;
	height:30px;
}
.Corppropnameheaderimg[class]
{
	background:url(build_property_headerbg.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:30px;
}
.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:640px;
}
.CorpTabFooterLinks
{
	font:normal 12px arial;
	color: #ffffff;
	text-decoration: none;
}
a.CorpTabFooterLinks:link, a.CorpTabFooterLinks:visited
{
	font:normal 12px arial;
	color: #ffffff;
	text-decoration: none;
}
a.CorpTabFooterLinks:hover
{
	font:normal 12px arial;
	color: #ffffff;
	text-decoration: underline;
}
.CorpMapSearchBorder
{
	border:1px solid #cccccc;
	padding:10px;
}
.CorpPropDetailMapSize
{
	width:300px;
	width:300px!ie;
 	height:250px;
	border:0px solid #999999;
}
.CorpPropDetailHeader        /*sp7 class*/
{
	font:bold 17px arial;
	color:#ffffff;
	text-decoration:none;
}
.CorpWelcomeHeader
{
	font:bold 16px arial;
	color:#8a3e91;
	text-decoration:none;
}
.FormBullet

{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='../templates/ResCorpInnerStyle/build_formbullet.png');
	background-repeat:no-repeat;
	background-position: 4px 4px;
	width:20px;
	height:10px;
}
.FormBullet[class]
{
	background:url(build_formbullet.png);
	background-repeat:no-repeat;
	background-position: 4px 0px;
	width:20px;
	height:10px;
}
.FormBulletAmenities
{
	background:url(build_bullet.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font:normal 11px arial;
	color: #867761;
	padding-left:15px;
	text-decoration: none;
}
.overviewdivpos
{
	margin-top:5px;
	width:640px;
	min-height:500px;
 	margin-top:-1px!ie;
}
.corpdetailtabheader                                   /* sp7 class*/
{
	font:bold 17px arial;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	background-color:#606060;
	padding:0px 0px 0px 10px;
	height:25px;
}
.CorpProplefttopcornershadow                         /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='../templates/ResCorpInnerStyle/build_shadleft_top.png');
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}
.CorpProplefttopcornershadow[class]
{
	background:url(build_shadleft_top.png);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}
.CorpProprighttopcornershadow                            /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='../templates/ResCorpInnerStyle/build_shadright_top.png');
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}
.CorpProprighttopcornershadow[class]
{
	background:url(build_shadright_top.png);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}
.CorpPropleftbottomcornershadow                              /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='../templates/ResCorpInnerStyle/build_shadleft_bottom.png');
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}
.CorpPropleftbottomcornershadow[class]
{
	background:url(build_shadleft_bottom.png);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}
.CorpProprightbottomcornershadow                          /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='../templates/ResCorpInnerStyle/build_shadright_bottom.png');
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}
.CorpProprightbottomcornershadow[class]
{
	background:url(build_shadright_bottom.png);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}
.CorpPropleftshadow                                          /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/ResCorpInnerStyle/build_shadow_left.png');
	background-repeat:repeat-y;
	width:7px;
}
.CorpPropleftshadow[class]
{
	background:url(build_shadow_left.png);
	background-repeat:repeat-y;
	width:7px;
}
.CorpProprightshadow                        /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/ResCorpInnerStyle/build_shadow_right.png');
	background-repeat:repeat-y;
	width:7px;
}
.CorpProprightshadow[class]
{
	background:url(build_shadow_right.png);
	background-repeat:repeat-y;
	width:7px;
}
.CorpProptopshadow                                /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/ResCorpInnerStyle/build_shadow_top.png');
	background-repeat:repeat-x;
	height:7px;
}
.CorpProptopshadow[class]
{
	background:url(build_shadow_top.png);
	background-repeat:repeat-x;
	height:7px;
}
.CorpPropbottomshadow                                    /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/ResCorpInnerStyle/build_shadow_bottom.png');
	background-repeat:repeat-x;
	height:7px;
}
.CorpPropbottomshadow[class]
{
	background:url(build_shadow_bottom.png);
	background-repeat:repeat-x;
	height:7px;
}
.CorpTableBorder
{
	border:0px solid #b6b6b6;
}

/* CSS for tabs */

.shadetabs                    /* style applicale to menu (change only font style)*/
{
	font: bold 12px Arial;
	list-style-type:none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	top:10px;
	display:block;
	padding:0px;
	margin:0px;
}
#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;
	height:23px;
	width:125px;
	float: left;
	padding-top:5px;
	margin-bottom:-8px;
 	*margin-bottom:-2px; 	/* setting for IE*/
	position:relative;
	margin-right:2px;
}
.shadetabs li a:link, .shadetabs li a:visited
{
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	padding-top:5px;
	height:23px;
	width:125px;
	display: block;
	cursor: pointer;
	background: url(tab_inactive.jpg) no-repeat left top;
}
.shadetabs li a:hover
{
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	height:23px;
	width:125px;
	display: block;
	cursor: pointer;
	background: url(tab_active.jpg) no-repeat left top;
}
.shadetabs li a.selected
{ 															/*mention text color, active bg image for active tab*/
	color: #000000;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	height:23px;
	width:125px;
	display: block;
	cursor: pointer;
	background: url(tab_active.jpg) no-repeat left top;
}
.shadetabs li a.selected:hover
{
	color: #000000;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	height:23px;
	width:125px;
	display: block;
	cursor: pointer;
	background: url(tab_active.jpg) no-repeat left top;
}

/* Css for tabs */

/*Corporate Property Details*/

/* Corporate Compare Community settings */

.ComparePopupHeaderbg
{
	background-color:#75327a;
	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:#272727;
	border:1px solid #828282;
	z-index:500;
	visibility:hidden;
	left:750px;
	width:300px;
	position:absolute;
	top:804px;
	padding-left:0px;
}
.CompareHeaders
{
	font:bold 11px tahoma;
	color: #ffffff;
	text-align:left;
	width:90px;
}
.CompareBottomBorder
{
	border-bottom:1px solid #cccccc;
	padding:6px 0px;
}
.CompareBottomBorder table
{
	margin-left:0px;
}
#tblCompare td
{
	vertical-align:top;
}
/* Corporate Compare Community settings */

/* Corporate Featured Property settings */

.FeaturedPropName
{
	font:bold 15px Arial;
	color: #393939;
	text-decoration: none;
	line-height:22px;
}
.FeaturedPropAdd
{
	font:normal 11px verdana;
	color: #000000;
	text-decoration: none;
}
.FeaturedPropDes
{
	font:normal 11px verdana;
	color: #393939;
	text-decoration: none;
}
.FeaturedPropImg
{
	width:190px;
	height:120px;
	background:url(featuredimg.jpg) no-repeat top;
	border:2px solid #847762;
}
.FeaturedPropLinks
{
	font:normal 11px arial;
	color: #393939;
	text-decoration: none;
	background:url(featuredArrows.gif) no-repeat right;
	line-height:24px;
	padding:0px 15px 0px 0px;
}
.FeaturedPropLinks a:link
{
	font:normal 11px arial;
	color: #393939;
	text-decoration: none;
	cursor:pointer;
	padding:0px 15px 0px 0px;
	line-height:24px;
}
.FeaturedPropLinks a:visited
{
	font:normal 11px arial;
	color: #393939;
	text-decoration: none;
	cursor:pointer;
	line-height:24px;
	padding:0px 15px 0px 0px;
}
.FeaturedPropLinks a:hover
{
	font:normal 11px arial;
	color: #393939;
	text-decoration: none;
	cursor:pointer;
	line-height:24px;
	padding:0px 15px 0px 0px;
}
.FeaturedPropiframetransbg
{
	background:none transparent;
}
/* Corporate Featured Property settings */

/*eBrochure Settings*/
.ebroiframetransbg 
{
	background-image:url(bg.gif);
}
.ebrochuremaintable 
{
	width:690px;
	background-color:#ffffff;
}
.ebrochureinnertable 
{
	background-color:#736247;
	width:660px;
}
.ebrochureheaderbg 
{
	background-color:#ddd9d3;
	background-repeat:repeat;
	width:660px;

}
.ebrochurecontentbg 
{
	background-color:#736247;
	width:660px;
}
.ebrochurecontentbgcolor
{
	background-color:#736247;
}
.ebrochurepropname 
{
	font:bold 18px Arial, Helvetica, sans-serif;
	color: #7D2C84;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
	line-height:30px;
}
.ebrochurepropaddress 
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurenormaltext 
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochuredesign1header
{ 
	font:bold 15px Arial, Helvetica, sans-serif;
	color: #023930;
	text-decoration: none;
	font-style:normal;
	background:#c39654;
	height:30px;
	text-transform:uppercase;
}
.ebrochuredesign2header 
{
	font:bold 22px georgia, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
	height:40px;
}
.ebrochurelink 
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #c39654;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:link 
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #c39654;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:visited 
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #c39654;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:hover 
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurefootertext 
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#1e110b;
	height:30px;
	padding-left:11px;
}
.ebrochuremapdimensions 
{ 
	width:550px;
	height:350px;
}
.ebrochurebullet 
{   
	background-image:url(bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	width:10px;
	height:10px;
}
.ebrochureverticalseparator                   /* updated for sp7*/
{
	 background:url(build_separator.gif) repeat-y;
}
.ebrochurehorizontalseparator                   /* updated for sp7*/
{
	background:url(build_separator.gif) repeat-x;
}

.ebrochurepropertythumbnail 
{
	height:126px;
	width:160px;
	border: 1px solid #000000;
	float:right;
	padding:2px;
}
.ebrochurehorizontalcolorseparator 
{
	background-color:#035044;
	height:4px;
}
.ebrochuretopleftcorner                                     /* updated for png*/              
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/respropinnerstyle/build_top_leftcorner.png');
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretopleftcorner[class]
{
	background-image:url(build_top_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretoprightcorner                               /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/respropinnerstyle/build_top_rightcorner.png');
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochuretoprightcorner[class]
{
	background-image:url(build_top_rightcorner.png);
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochurebotleftcorner                               /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/respropinnerstyle/build_bot_leftcorner.png');
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotleftcorner[class]
{
	background-image:url(build_bot_leftcorner.png);
	background-position:right top;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner                               /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/respropinnerstyle/build_bot_rightcorner.png');
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner[class]
{
	background-image:url(build_bot_rightcorner.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochuretopshadow                               /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/respropinnerstyle/build_top_shadow.png');
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochuretopshadow[class]
{
	background-image:url(build_top_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochureleftshadow                               /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/respropinnerstyle/build_left_shadow.png');
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochureleftshadow[class]
{
	background-image:url(build_left_shadow.png);
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochurebottomshadow                               /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/respropinnerstyle/build_bottom_shadow.png');
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurebottomshadow[class]
{
	background-image:url(build_bottom_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurerightshadow                               /* updated for png*/
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/respropinnerstyle/build_right_shadow.png');
	background-position:left;
	background-repeat:repeat-y;
}
.ebrochurerightshadow[class]
{
	background-image:url(build_right_shadow.png);
	background-position:left;
	background-repeat:repeat-y;
}
.ebrochuredatetime 
{
	font:bold 12px Arial;
	color: #ffffff;
	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:#ffffff;
	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: arial;
	font-size: 12px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin:0px;
	padding:0px;
}
/* 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:44px;
	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;
}
a.activehlinkbg:link, a.activehlinkbg:visited, a.activehlinkbg:hover                                                  /* for horizontal menu */
{
	background:url(hlink_over.gif) repeat-x top;
	font:normal 17px Lucida Sans unicode;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:top;
	cursor:pointer;
	line-height:35px;
	width:128px;
	text-align:center;
	display:block;
	
}
.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:10px;
	color:#000000;
	font-weight:bold;
 	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;
	line-height:45px;
}
HWebMenu                                                /* for horizontal dropdown menu  */
{
	on-bg-color : #a135aa;
	on-text-color : #FFFFFF;
	off-bg-color : #bfaa8a;
	off-text-color : #000000;
	border-sep-color :#bfaa8a;
	/*settings for menu in netscape/mozilla */
         border-top-color : #a135aa;
	border-left-color : #FFFFFF;
	border-bottom-color : #bfaa8a;
	border-right-color : #000000;
	background-color : ;
}
#menuFg2 div, #menuFg1 div, #menuFg0 div, #menuFg3 div, #menuFg4 div, #menuFg5 div
{
	font-size:13px;
}
#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 */
/* Events Calender starts */
.calenderborderleft
{
	border-left:1px solid #637577;
	border-top:1px solid #63757;
	font-family: verdana;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.calenderborderright
{
	border-right:1px solid #637577;
	border-bottom:1px solid #637577;
	font-family: verdana;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	width:50px;
	height:50px;
	text-decoration: none;
}
.EventDetailHeader
{
	font:normal 14px Arial, verdana;
	color: #f3e6cd;
	text-align:left;
	background-color:#a157ab;
	padding-left:13px;
	height:22px;
}
/*events calender 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:40px;
	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:42px;
	font-family:Georgia;
	color:#2b1f18;
	font-size:22px;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
	line-height:42px;
}
.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:#08594d;
}
.MarkerHeaderText
{
	font:bold 12px verdana;
	color:#8d2a96;
}
a.MarkerHeaderText:link, a.MarkerHeaderText:visited, a.MarkerHeaderText:hover
{
	font:bold 12px verdana;
	color:#8d2a96;
}
.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-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(footerbg.jpg);
	background-repeat:repeat-x;
	height:67px;
}
.footerWM
{
	background-image:url(footerWatermark.jpg);
	background-repeat:no-repeat;
	background-position:93% center;
	background-color:#1e110b;
	height:62px;
}
.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;
}
.contentBorder
{
	position:relative;
	background:url(ContentTopborder.png) no-repeat;
	z-index:201;
	width:652px;
	height:12px;
}
.normalText2
{
	font:normal 12px Arial;
	color:#eadac4;
	vertical-align:middle;
	line-height:18px;
}
.topBorder
{
	background:url(topHeaderBorder.png) no-repeat top;
	width:1px;
}
.leftCol
{
	background-color:#e8dfd2;
	border:1px solid #c9c6ba;
}
.contentDiv
{
	background:url(content_bg.jpg) repeat;
	width:715px;
	border-bottom:none
}
.subHeader
{
	font-family: arial;
	font-size: 12px;
	color:#dba346;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
.referfriend
{
	font:normal 12px Arial;
	color:#f5f0e9;
	vertical-align:top;
	height:50px;
	padding-top:9px;
}


.tabcontent
{
	border:1px #393938 solid;
	width:640px;
	position: relative;
	background-color:#292928;
}
* html .tabcontent
{
	height:500px;
}
.nontabcontent                             /*sp7 classes*/
{
	background-position:bottom;
	width:700px;
	min-height:;
	border:1px solid #a1a1a1;
	position: relative;
}
* html .nontabcontent
{
	height:;
}
@media print {
.tabcontent
{
	display:block !important;
}
}
/* Template specific classes ends */
