/* Default Settings */


body
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	scrollbar-face-color : #FAEBAC;
	scrollbar-highlight-color : #30596D;
	scrollbar-shadow-color : #30596D;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
	scrollbar-track-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	background-color:#ffffff;
}


/*body a:link, body a:visited, body a:hover
{
	  font: normal 11px Verdana;
	  color: #000000;
	  text-decoration: underline;
}*/

.bodycolor
{
	background-color:#ffffff;
}


.maintablebg                                       /* if the portal has any background colors/image */
{
	background-image:url(main_bg.jpg);
	height:100%;
}



.footertext                                              /* copyright text */
{
	background-color:#ececec;
	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	text-align:center;
	height:28px;
	line-height:15px;
	
}

a:link 
{
	font-family: verdana; 
	font-size: 11px; 
	color:#595858;
	font-weight: normal; 
	text-decoration: underline; 
	text-transform: none;
}
a:visited 
{
	font-family: verdana; 
	font-size: 11px; 
	color:#595858;
	font-weight: normal; 
	text-decoration: underline; 
	text-transform: none;
}
a:hover 
{
	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
}

.bottomlinks                                               
{
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a.bottomlinks:link
{
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a.bottomlinks:visited
{
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a.bottomlinks:hover
{
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}


/* Default Settings ends */


/* Form settings */

.FormBodyText						
{
	
	font:normal 11px verdana;
	color:#000000;
	text-decoration: none;
	line-height:15px;
	text-align:left;

}


.FormLabelText					/* used for form labels e.g. username, password..etc */
{
	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	
}

.RequiredLabel 
{
	color:#EF952C;
	vertical-align:top;
	text-align:center;
	
}


.FormLabelHeader
{
	
	font:bold 13px Verdana;
	color: #ffffff;
	height:10px;
	background-color:#8e8e8e;
	padding-left:4px;
	text-decoration: none;
	text-align:left;
	line-height:25px;

}

.FormLabelSubHeader
{

	font:normal 11px verdana ;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	
}

.FormErrorText
{
 	font:normal 11px verdana ;
	color: #af0202;
	text-decoration: none;
	text-align:left;
  
}


.FormButton
{
	font:normal 11px verdana ;
	color: #ffffff;
	border: 1px solid #7c7c7c;
	background-color:#727272;
	text-decoration: none;
	cursor:pointer;
}

.FormTextField 
{
	font:normal 11px verdana ;
	color: #000000;
	height:20px;
	width: 100px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
}

.RequiredField 
{	
	background-color:#cdcdcd;	
}


/* formtableborder - created by Sayajee on 1st Sep 09, recomended border values are 1-2px  or 0 */
.formtableborder {
	border:0px solid #8a8476;
	}


.FormTableHeader
{
 	font:bold 11px verdana ;
	color:#ffffff;
	background-color:#8e8e8e;
	text-decoration: none;
	text-align:left;
	line-height:16px;
	padding-left:2px;
	padding-right:2px;
  
}

.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}

.FormTableSubHeader
{
 	font:normal 11px verdana ;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
	
  
}

.FormTablerow
{
 	font:normal 10px verdana ;
	color: #000000;
	background-color:#dbd9d9;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	/*padding-left:2px;
	padding-right:2px;
	cursor:pointer;*/
  
}

a.FormTablerow:link
{
 	font:normal 10px verdana ;
	color: #000000;
	background-color:#dbd9d9;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	/*padding-left:2px;
	padding-right:2px;
	cursor:pointer;*/
  
}

a.FormTablerow:visited
{
 	font:normal 10px verdana ;
	color: #000000;
	background-color:#dbd9d9;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	/*padding-left:2px;
	padding-right:2px;
	cursor:pointer;*/
  
}

a.FormTablerow:hover
{
 	font:normal 10px verdana ;
	color: #000000;
	background-color:#dbd9d9;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	/*padding-left:2px;
	padding-right:2px;
	cursor:pointer;  */
}


/*.FormTableRow td
{
	padding:5px;
}*/

.FormTablerowAlt
{
 	font:normal 10px verdana ;
	color: #000000;
	background-color:#c2c2c2;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	/*padding-left:2px;
	padding-right:2px;
  	cursor:pointer;*/
}

a.FormTablerowAlt:link
{
 	font:normal 10px verdana ;
	color: #000000;
	background-color:#c2c2c2;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	/*padding-left:2px;
	padding-right:2px;
  	cursor:pointer;*/
}

a.FormTablerowAlt:visited
{
 	font:normal 10px verdana ;
	color: #000000;
	background-color:#c2c2c2;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	/*padding-left:2px;
	padding-right:2px;
  	cursor:pointer;*/
}

a.FormTablerowAlt:hover
{
 	font:normal 10px verdana ;
	color: #000000;
	background-color:#c2c2c2;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	/*padding-left:2px;
	padding-right:2px;
  	cursor:pointer;*/
}


/*.FormTableRowAlt td
{
	padding:5px;
}
*/

.FormTabActive
{
 	font:bold 11px verdana ;
	color: #ffffff;
	background-image:url(tab_active.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:146px;
	text-decoration: none;
	cursor:pointer;
  	text-align:center;
	vertical-align:middle;
}

.FormTabInactive
{
 	font:normal 11px verdana ;
	color: #cfcfcf;
	background-image:url(tab_inactive.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:146px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;  
}

.FormTableSubrow
{
  font:normal 10px verdana;
 color: #000000;
 height:30px;
 text-align:left;
 text-decoration: none;
  
}

.FormTableFooter
{
  font:bold 11px verdana ;
 color:#000000;
 background-color:#b4c93e;
 line-height:16px;
 padding-left:2px;
 padding-right:2px;
 text-align:right;
 text-decoration: none;
  
}

.FormTableFooter td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}

.FormTabMouseover
{
 	font:normal 11px verdana ;
	color: #000000;
	background-color:#bcb6b2;
	text-decoration: none;
	cursor:pointer;
  
}

.FormTextArea
{
	font:normal 11px verdana ;
	color: #000000;
	width:100px;
	text-decoration: none;
	border:1px solid #c2c2c2;
	width:205px;
	height:50px;
}

Select
{
	font:normal 11px verdana ;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
	Height:30px!ie;
	Height:18px;
}

.iframetransbg 
{
	
	background-color:#e9e9e9;
	padding-left:0px;
	padding-right:10px;
}

.FormLinks
{
	font:normal 11px verdana ;
	color: #005dab;
	text-decoration:underline;
	text-align:left;
}

a.FormLinks:link
{
	font:normal 11px verdana ;
	color: #005dab;
	text-decoration: underline;
	text-align:left;
}


a.FormLinks:visited
{
	font:normal 11px verdana ;
	color: #005dab;
	text-decoration:underline;
	text-align:left;
}


a.FormLinks:hover
{
	font:normal 11px verdana ;
	color: #005dab;
	text-decoration: underline;
	text-align:left;
}

.FormPageNumber
{
	font:bold 11px verdana;
	color:#0054a6;
	text-decoration:underline;
	text-align:left;
}

a.FormPageNumber:link
{
	font:bold 11px verdana;
	color:#0054a6;
	text-decoration:underline;
	text-align:left;
}

a.FormPageNumber:visited
{
	font:bold 11px verdana;
	color:#0054a6;
	text-decoration:underline;
	text-align:left;
}

a.FormPageNumber:hover
{
	font:bold 11px verdana;
	color:#0054a6;
	text-decoration:underline;
	text-align:left;
}
.ActiveFormPageNumber 
{
	font:bold 11px verdana;
	color:#8e8e8e;
	text-align:left;
	cursor:pointer;
	text-decoration:none;
}

a.ActiveFormPageNumber:link 
{
	font:bold 11px verdana;
	color:#8e8e8e;
	text-align:left;
	cursor:pointer;
	text-decoration:none;
}

a.ActiveFormPageNumber:visited 
{
	font:bold 11px verdana;
	color:#8e8e8e;
	text-align:left;
	cursor:pointer;
	text-decoration:none;
}

a.ActiveFormPageNumber:hover 
{
	font:bold 11px verdana;
	color:#8e8e8e;
	text-align:left;
	cursor:pointer;
	text-decoration:none;
}


.FormPageNumberdivider
{
	font:bold 11px verdana;
	color:#000000;
	text-align:right;
	text-decoration:none;
}

.FormFpName
{
	font:bold 11px verdana ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
}

a.FormFpName:link
{
	font:bold 11px verdana ;
	color: #155a80;
	text-decoration: underline;
	text-align:left;
}


a.FormFpName:visited
{
	font:bold 11px verdana ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
}


a.FormFpName:hover
{
	font:bold 11px verdana ;
	color: #15738c;
	text-decoration: underline;
	text-align:left;
}

.FormMessageText
{
	 
   	font:bold 12px verdana ;
	color: #bc5901;
	text-decoration: none;
	vertical-alignment:middle;
	text-align:left;
	line-height:26px;
	}


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: #005dab;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanLinks:link
{
	font:bold 11px verdana ;
	color: #005dab;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}


a.FloorPlanLinks:visited
{
	font:bold 11px verdana ;
	color: #005dab;
	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;
   
}

.CorpSearchMainTable
{
 width:100%;
/*width:740px;*/

}

.CorpSearchTableFilter
{
   border:0px solid #ff0000;

}

.CorpSearchResultTable
{
	border:1px solid #cacaca;
	width:776px;
  	height:150px;
	font:normal 11px verdana ;
  	color: #727272;
  	text-decoration: none;
}

.CorpSearchResultRow
{
  background-position:bottom;
  background-repeat:repeat-x;
}

.CorpSearchResultRowAlt
{
  
  background-position:bottom;
  background-repeat:repeat-x;
}

.CorpSearchResultRowGap
{
  
 background-color:#e9e9e9;
 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 verdana;
  color: #000000;
  text-decoration: none;

}

.CorpFormlabelHeader
{
  font:bold 16px verdana;
  color: #005dab;
/*  background-color:#049dc6;
  padding-left:15px;*/
    line-height:25px;
  text-decoration: none;
}

.CorpFormLabelSubHeader
{
	font:bold 14px verdana ;
	color: #005dab;
	text-decoration: none;
}

.CorpFormTextField
{
	font:normal 11px verdana ;
	color: #000000;
	height:19px;
	width: 118px;
	width: 111px!ie;
	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 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;
}
.CorphmilesTextField
{
	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;
}
.CorphcommunityTextField
{
	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 #7c7c7c;
	background-color:#727272;
	text-decoration: none;
	cursor:pointer;
	padding:2px 5px;
}

.CorpSelect
{
 font:normal 11px verdana ;
 color: #000000;
 height:19px;
 -moz-height:19px;
 background-color:#ffffff;
 text-decoration: none;
 width:118px;
}
.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:55000; 
 POSITION:absolute; 
 border:1px solid #bbbbbb;
 border:1px solid #bbbbbb!ie;
 width:123px;
 width:130px!ie;
 line-height:15px;
 padding-left:5px;
  font-family:arial;
 size:11px;
 font-weight:normal;
}

.CorpDropListNavBg_Active				/* selected background color for key up & down */
{
 background-color:#eeeeee;
 }
 
.CorpDropListNavBg						/* normal background color for key up & down */
{
 background-color:#d3ecf3;
 }

.CorpPropertyName a
{
  font:bold 13px verdana;
  color: #727272;
  text-decoration: none;
  vertical-align:top;
}


.CorpPropertyName a:link
{
  font:bold 13px verdana;
  color: #727272;
  text-decoration: none;
  cursor:pointer;
}

.CorpPropertyName a:visited
{
  font:bold 13px verdana;
  color: #727272;
  text-decoration: none;
  cursor:pointer;
}

.CorpPropertyName a:hover
{
  font:bold 13px verdana;
  color: #727272;
  text-decoration: underline;
  cursor:pointer;
}

.CorpContentText
{
  font:normal 11px verdana ;
  /*color: #727272;*/
  color: #000000;
  text-decoration: none;
}



.CorpFormLinks
{
  font:normal 11px verdana ;
  color: #005dab;
  line-height:20px;
  text-decoration: none;
}

a.CorpFormLinks:link
{
  font:normal 11px verdana;
  color: #005dab;
  line-height:20px;
  text-decoration: underline;
  cursor:pointer;
  
}

a.CorpFormLinks:visited
{
  font:normal 11px verdana;
  color: #005dab;
  line-height:20px;
  text-decoration: underline;
   cursor:pointer;
}

a.CorpFormLinks:hover
{
  font:normal 11px verdana;
  color: #005dab;
  line-height:20px;
  text-decoration: none;
   cursor:pointer;
}

.CorpAdvsearchLink
{
  font:normal 11px verdana ;
  color: #000000;
  line-height:20px;
  text-decoration: none;
}

a.CorpAdvsearchLink:link
{
  font:normal 11px verdana ;
  color: #000000;
  line-height:20px;
  text-decoration: underline;
}

a.CorpAdvsearchLink:visited
{
  font:normal 11px verdana ;
  color: #000000;
  line-height:20px;
  text-decoration: underline;
}

a.CorpAdvsearchLink:hover
{
  font:normal 11px verdana ;
  color: #000000;
  line-height:20px;
  text-decoration: underline;
}

.Corpthumbbg
{
	 background-image:url(corpthbg.png);
	 background-repeat:no-repeat;
	 background-position:5px 8px;
	 margin-left:3px;
	 margin-top:-20px;
	 width:120px;
	 height:110px;
	 vertical-align:top;
}

.CorpBlankcell
{
 width:207px;
}

.CorpLocationcell
{
 width:416px;
}

 #chkListCommunity td{width:180px;} /* class added to contrl alignment of the amenties in advanced search this is the min width required*/
 #chkListUnit td{width:180px}		/* class added to contrl alignment of the amenties in advanced search this is the min width required*/
 
  .CorpAdSearchBG
{
	height:350;
	VISIBILITY: hidden;
	POSITION: absolute;
	Z-INDEX: 503;
	top:580px;
	background-color:#cacaca; 
	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 */



/*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:#005dab;
	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
{
	 padding:15px;
	 padding:5px !ie;
	 padding-left:5px;
	 width:670px;
}

.CorpTabFooterLinks
{
	font:normal 12px verdana ;
  color: #0086a9;
  text-decoration: none;
}

a.CorpTabFooterLinks:link, a.CorpTabFooterLinks:visited
{
	font:normal 12px verdana ;
  color: #005dab;
  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:510px!ie;
 height:250px;
}


.CorpWelcomeHeader
{
 font:bold 17px Tahoma;
 color:#005dab;
 text-decoration:none;
}

.FormBullet
{
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:left;
	width:20px;
	height:10px;
	vertical-align:middle;
}

.FormBulletAmenities
{
 background-image:url(bullet.png);
 background-repeat:no-repeat;
 background-position: 0px 4px;
 font:normal 11px verdana ;
 color: #000000;
 padding-left:15px;
 text-decoration: none;
}

.overviewdivpos
{
	margin-top:5px;               
	width:745px;
	min-height:500px;
	margin-top:-1px!ie;

}


.CorpProplefttopcornershadow
{
	background:url(shadleft_top.png) no-repeat;
	width:7px;
	height:7px;
}

.CorpProprighttopcornershadow
{
	background:url(shadright_top.png) no-repeat;
	width:7px;
	height:7px;
}

.CorpPropleftbottomcornershadow
{
	background:url(shadleft_bottom.png) no-repeat;
	width:7px;
	height:7px;
}

.CorpProprightbottomcornershadow
{
	background:url(shadright_bottom.png) no-repeat;
	width:7px;
	height:7px;
}


.CorpPropleftshadow
{
	background:url(shadow_left.png) repeat-y;
	width:7px;
}

.CorpProprightshadow
{
	background:url(shadow_right.png) repeat-y;
	width:7px;
}


.CorpProptopshadow
{
	background:url(shadow_top.png) repeat-x;
	height:7px;
}


.CorpPropbottomshadow
{
	background:url(shadow_bottom.png) repeat-x;
	height:7px;
}

.CorpTableBorder
{
	border:1px solid #b6b6b6;
}

/* CSS for tabs */

.shadetabs                    /* style applicale to menu (change only font style)*/
{
	padding:0px;
	margin:0px;
	font: bold 12px Verdana;
	top:10px;
	list-style-type:none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border:0px solid #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:155px;
	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:#8e8e8e;
	display: block;
	cursor: pointer;
	padding-top:6px;
	height:23px;
	*height:29px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	font: bold 12px Verdana;
}


.shadetabs li a:hover
{
	background-image: url(TabRight_over.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#005dab;
	display: block;
	cursor: pointer;
	height:23px;
	*height:29px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	font: bold 12px Verdana;
}

.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:#005dab;
	display: block;
	cursor: pointer;
	padding-top:6px;
	height:23px;
	*height:29px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	font: bold 12px Verdana;
}

.shadetabs li a.selected:hover
{ 			
	background-image: url(TabRight_over.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#005dab;
	display: block;
	cursor: pointer;
	padding-top:6px;
	height:23px;
	*height:29px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	font: bold 12px Verdana;
}

.tabcontent
{
	display:none;
	/*background-image:url(TabContentBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;*/
	width:735px;
	min-height:500px;
	border:1px solid #8e8e8e;
	border-top:2px solid #8e8e8e;
	background-color:#cacaca;
	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:#005dab;
	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:#e9e9e9;
	border:1px solid #828282;
	z-index:500;
	visibility:hidden;
	left:550px;
	width:300px;
	position:absolute;
	top:1044px;
	padding-left:0px;
}


.CompareHeaders
{
 font:bold 11px tahoma ;
 color: #535353;
 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 12px verdana;
	 color: #000000;
	 text-decoration: underline;
}

.FeaturedPropAdd 

{
	 font:bold 11px verdana ;
	 color: #000000;
	 text-decoration: underline;
}

.FeaturedPropDes
{
	 font:normal 11px verdana ;
	 color: #000000;
	 text-decoration: none;
}

.FeaturedPropImg
{
	border: 2px solid #000000;
}

.FeaturedPropLinks
{
	font:normal 11px verdana ;
	color: #15738c;
	text-decoration: none;
}

a.FeaturedPropLinks:link
{
	font:normal 11px verdana ;
	color: #15738c;
	text-decoration: none;
}


a.FeaturedPropLinks:visited
{
	font:normal 11px verdana ;
	color: #15738c;
	text-decoration: none;
}


a.FeaturedPropLinks:hover
{
	font:normal 11px verdana ;
	color: #000000;
	text-decoration: none;
}

.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*/


.LoginiFrameTransbg
{
            background-color:#ffffff;
}

.LoginFormLabelText
{
            font:normal 11px verdana ;
            color:#000000;
            text-decoration: none;
			text-align:right;
}

.LoginSelect
{
            font:normal 11px verdana ;
            color: #000000;
            background-color:#cccccc;
            text-decoration: none;
            MAX-Height:35px;
}

.LoginFormTextField 
{
            font:normal 11px verdana ;
            color: #000000;
            height:20px;
            width: 100px;
            border: 1px solid #999999;
            background-color:#ffffff;
            text-decoration: none;

}

.LoginFormButton
{
	font:normal 11px verdana ;
	color: #ffffff;
	border: 1px solid #7c7c7c;
	background-color:#088eb2;
	text-decoration: none;
	cursor:pointer;
	Width:60px;
}
 
.LoginRequiredField 
{
	font:normal 11px verdana ;
	color: #000000;
	height:20px;
	border: 1px solid #999999;
	background-color:#d4ecf5;
	text-decoration: none;
}

.Loginformlink
{
            font:normal 11px verdana ;
            color:#035a9f;
            text-decoration: none;
}

a.Loginformlink:link
{
            font:normal 11px verdana ;
            color:#035a9f;
            text-decoration: none;
}

a.Loginformlink:visited
{
            font:normal 11px verdana ;
            color:#035a9f;
            text-decoration: none;
}

a.Loginformlink:hover
{
            font:normal 11px verdana ;
            color:#013762;
            text-decoration: none;
}
 
.LoginFormMessageText
{
   	font:bold 11px verdana ;
	color: #d19b07;
	text-decoration: none;
	font-style:itallic;
	height:30px;
	vertical-alignment:middle;
	text-align:left;
}

.LoginFormErrorText
{
 	font:normal 11px verdana ;
	color: #af0202;
	text-decoration: none;
	text-align:left;
	line-height:20px;
}

.LoginTableHome
{
	 border:0px;
	 width:200px;
	 margin:0px;
}

.LoginTableInner
{
	 border:1px;
	 width:500px;
	 margin:0px;
}

/* Login Settings */




/*eBrochure Settings*/
.ebroiframetransbg {
	background-image:url(bg.gif);
}

.ebrochuremaintable {
	background-color:#ffffff;
	width:740px;
}
.ebrochureinnertable {
	background-color:#ffffff;
	width:700px;
	color:#ffffff;
}
.ebrochureheaderbg {
	height:162px;
	/*width:700px;*/
	background-color:#005dab;
	/*background-image:url(headerbg.jpg);
	background-repeat: no-repeat;*/
}
.ebrochurecontentbg {
	/*background-image:url(contentbg.jpg);
	background-repeat:repeat-x;*/
	background-color:#eeeeee;
}
.ebrochurecontentbgcolor {   /* for bottom color of background plain color which comes in a div  */
 background-color:#eeeeee;
}
.ebrochurepropname {
	font:normal 22px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}

.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 {
	font:normal 16px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#005dab;
	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: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurelink {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:link 
{
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:visited 
{
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:hover
{
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochureprinticon {
	height:62px;
	width:56px;
	background-image:url(print.jpg);
	background-repeat:no-repeat;
}
.ebrochurerefericon {
	height:62px;
	width:72px;
	background-image:url(refer_friend.jpg);
	background-repeat:no-repeat;
}
.ebrochurefootertext {
	font:normal 12px calibri, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration: none;
	font-style:normal;
	background:#005dab;
	height:22px;
	padding-left:11px;
}

.ebrochuremapdimensions {   	 /* for map dimensions  */
width:289px;
height:207px;
}

.ebrochurebullet {    		/* for bullets of headers  */
background-image:url(headersubbullet.gif);
background-repeat:no-repeat;
background-position:center center;
width:5px;
height:5px;
}

.ebrochureverticalseparator {
	background-image:url(verti_seprator.gif);
	background-repeat:repeat-y;
	width:13px;
}
.ebrochurepropertythumbnail {
	height:164px;
	width:300px;
	/*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:#005dab;
	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:normal 12px Verdana;
            color: #000000;
            height:30px;
            text-align:right;
}

/*eBrochure Settings*/



/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	/*color:#595858;*/
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
}

.allcaps
{
	text-decoration: none; 
	text-transform: uppercase
}

.initialcaps
{
	text-decoration: none; 
	text-transform: capitalize
}

.lowercase
{
	text-decoration: none; 
	text-transform: lowercase
}

.shadow
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4)
}

.glow
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.Glow(color='gray', Strength='5')
}

.motionblur
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.MotionBlur(Strength=10, Direction=45, Add='true')
}


/*p 
{
	font-family: verdana; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
}*/


/* Editor settings ends */



/* Menu settings */

.hmenubg                                                   /* for horizontal menu background */ 
{
	background-color :#005dab;
	height:10px;
	vertical-align:middle;
}

.hlinkbg                                                  /* for horizontal menu */
{

}

.activehlinkbg                                                  /* for horizontal menu */
{

}


.vmenubg                                                  /* for vertical menu background */
{
	background-color:#cacaca;
	height:230px;
}

.vlinkbg                                                 /* for vertical menu*/
{
	font-family:"Arial Narrow";
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
   	color:#000000;
	/*text-indent:8px;*/	
}

a.vlinkbg:link                                                  /* for horizontal menu */
{
	font-family:"Arial Narrow";
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
   	color:#000000;
	letter-spacing:1px;
	/*text-indent:8px;*/	
}
a.vlinkbg:visited                                                  /* for horizontal menu */
{
	font-family:"Arial Narrow";
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
   	color:#000000;
	letter-spacing:1px;
	/*text-indent:8px;*/
}
a.vlinkbg:hover                                                  /* for horizontal menu */
{
	font-family:"Arial Narrow";
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
   	color:#023e70;
	/*text-indent:8px;*/
}
a.vlinkbg:active                                                  /* for horizontal menu */
{
	font-family:"Arial Narrow";
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
   	color:#023e70;
/*	text-indent:8px;*/
}
.activevlinkbg                                                 /* for vertical menu*/
{
	font-family:"Arial Narrow";
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
   	color:#023e70;
	/*text-indent:8px;*/
}

HWebMenu                                                /* for horizontal dropdown menu  */
{
	on-bg-color	: #FBAE00; 
        on-text-color	: #582c05;
        off-bg-color	: #FFFFFF;
        off-text-color	: #7B4A0C;
        brder-sep-color : #F5DD93;
        
        /*settings for menu in netscape/mozilla */
        border-top-color	: #F5DD93;
        border-left-color	: #582c05;
        border-bottom-color	: #F9EDC3;
        border-right-color	: #7B4A0C;
        background-color 	: #F5DD93;
        
}    


VWebMenu                                                  /* for vertical dropdown menu  */
{	
	on-bg-color	: #FBAE00; 
        on-text-color	: #FFFFFF;
        off-bg-color	: #FFFFFF;
        off-text-color	: #7B4A0C;
        brder-sep-color : #F5DD93;
        firstcell-width :150;
        
        /*settings for menu in netscape/mozilla */
        border-top-color	: #FBAE00;
        border-left-color	: #FFFFFF;
        border-bottom-color	: #FFFFFF;
        border-right-color	: #7B4A0C;
        background-color 	: #F5DD93;
        margin-left		: 150;
}

/* Menu settings ends */


/* Section settings */

.blankheader                                          /* when the section has no design applied (design0) */
{
	
	font-family:verdana;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	height:20px;
	vertical-align:middle;
	text-decoration:none;
}


.design1header
{
	height:18px;
	font-family:verdana;
	color:#0054a6;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
	height:35px;
}

.design1bg

{
	padding:10px;
}


.design2header
{
	height:30px;
	background-color:#0054a6;
	font-family:"HelveticaNeueLT Std";
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	text-indent:20px;
	letter-spacing:1px;
	text-decoration:none;
}

.design2bg

{
	background-color:#cacaca;
}
.design2border
{
	border: 5px solid #FFFFFF;
}

.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 */

.row1
{
	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	background-color:#666666;
	text-decoration: none; 
}

.row2
{
	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	background-color:#cccccc;
	text-decoration: none; 
}

.tableheader
{
	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	background-color:#cccccc;
	text-decoration: none; 
}

.contentbg
{
	background-color:#e9e9e9;
}

.whitebg
{
background-color:#FFFFFF;
height:3px;
}

.greybg
{
background-color:#8e8e8e;
height:10px;
}

.site
{
	font-family: verdana; 
	font-size: 11px; 
	color:#595858;
	font-weight: normal; 
	text-decoration: underline; 
	text-transform: none;
}
a.site:link 
{
	font-family: verdana; 
	font-size: 11px; 
	color:#595858;
	font-weight: normal; 
	text-decoration: underline; 
	text-transform: none;
}
a.site:visited 
{
	font-family: verdana; 
	font-size: 11px; 
	color:#595858;
	font-weight: normal; 
	text-decoration: underline; 
	text-transform: none;
}
a.site:hover 
{
	font-family: verdana; 
	font-size: 11px; 
	color:#595858;
	font-weight: normal; 
	text-decoration: underline; 
	text-transform: none;
}


.searchheaders
{

	font-family: verdana; 
	font-size: 13px; 
	color:#000000;
	font-weight: bold; 
	background-color:#cccccc;
	text-decoration: none; 
}

.searchcontent
{

	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	/*background-color:#cccccc;*/
	text-decoration: none; 
}


.headersrno
{
	font-family: verdana; 
	font-size: 13px; 
	color:#000000;
	font-weight: normal; 
	text-decoration: none; 
}
.srno
{
	font-family: verdana; 
	font-size: 13px; 
	color:#000000;
	font-weight: bold; 
	/*background-color:#cccccc;*/
	text-decoration: none; 
}

.headersrno
{
	font-family: verdana; 
	font-size: 13px; 
	color:#000000;
	font-weight: bold; 
	background-color:#cccccc;
	text-decoration: none; 
}
/* Template specific classes ends */