/* Default Settings */

html,body
{
	width:100%;
	height:100%;
}


body
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	scrollbar-face-color : #7c7c7c;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
	scrollbar-track-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	background-color:#cccccc;
	background-repeat: repeat-x;
}


body a:link, body a:visited, body a:hover
{
	  font: bold 11px Verdana;
	  color: #00457c;
	  text-decoration: underline;
}

.bodycolor
{
	background-color:#ffffff;
}


.footertext                                              /* copyright text */
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	vertical-align:middle;
	text-decoration: none;
	background-color: #606060;
	height: 49px;
}

a:link 
{
	font:normal 11px Arial;
	color:#333333;
	text-decoration: underline;
	cursor:pointer;
}
a:visited 
{
	font:normal 11px Arial;
	color:#333333;
	text-decoration: underline;
	cursor:pointer;
}
a:hover 
{
	font:normal 11px Arial;
	color:#333333;
	text-decoration: underline;
	cursor:pointer;
}

.bottomlinks                                               
{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	text-decoration: underline;
}

a.bottomlinks:link
{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	text-decoration: underline;
	cursor:pointer;
}

a.bottomlinks:visited
{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	text-decoration: underline;
	cursor:pointer;
}

a.bottomlinks:hover
{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	cursor:pointer;
}

/* Default Settings ends */


/* Form settings */

.FormBodyText						
{
	
	font:normal 11px Arial;
	color:#000000;
	text-decoration: none;
	line-height:15px;
	text-align:left;

}


.FormLabelText					/* used for form labels e.g. username, password..etc */
{
	font:normal 12px Arial;
	color:#000000;
	text-decoration: none;
	line-height:20px;	
}

.FormLabelTextHeader				/* used for form labels e.g. username, password..etc */
{
	font:bold 12px Arial;
	color:#000000;
	text-decoration: none;
}

.FormLabelHeader
{
	background:#133f6a; /*133f6a*/
	font:bold 13px Arial;
	color: #ffffff;
	height:10px;
	padding-left:4px;
	text-decoration: none;
	text-align:left;
	line-height:25px;

}

.FormLabelSubHeader
{

	font:normal 11px Arial ;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	
}

.FormErrorText
{
 	font:normal 11px Arial ;
	color: #af0202;
	text-decoration: none;
	text-align:left;
  
}


.FormMessageText
{
	 
   	font:normal 12px Arial ;
	color: #d86601;
	text-decoration: none;
	vertical-alignment:middle;
	text-align:left;
	line-height:26px;
	}


.FormButton
{
	background:url(button-bg.jpg) repeat-x left top;
	font:normal 12px Arial ;
	color: #ffffff;
	border:1px double #133f6a;
	text-decoration: none;
	height:22px;
	height:25px!ie;
	cursor:pointer;
}

.FormTextField 
{
	font:normal 11px Arial ;
	color: #000000;
	height:20px;
	width: 130px;
	border: 1px solid #999999;
	text-decoration: none;
}

.RequiredField 
{	
	background-color:#d4ecf5;	
}

.RequiredLabel 
{
	color:#EF952C;
	vertical-align:top;
	text-align:center;
	
}


/* formtableborder - created by Sayajee on 1st Sep 09, recomended border values are 1-2px  or 0 */
.formtableborder {
	border:1px solid #8a8476;
	}

.FormTableHeader
{
 	font:bold 12px Arial ;
	color:#ffffff;
	background-color:#838383;
	text-decoration: none;
	text-align:center;
	line-height:16px;
  
}

.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}


.FormTableSubHeader
{
 	font:normal 11px Arial ;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
	
  
}

.FormTablerow
{
 	font:normal 12px Arial ;
	color: #000000;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
	text-align:center;
  
}

.FormTableRow td
{
	padding:5px;
}

.FormTablerowAlt
{
 	font:normal 12px Arial ;
	color: #000000;
	background-color:#efefef;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
	text-align:center;
  
}


.FormTableRowAlt td
{
	padding:5px;
}

.FormTabActive
{
 	font:bold 11px Arial ;
	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 Arial ;
	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 Arial ;
	color: #000000;
	width:130px;
	border: 1px solid #999999;
	text-decoration: none;
}

Select
{
	font:normal 11px Arial ;
	color: #000000;
	text-decoration: none;
	width:135px;
	Height:20px;
}

.FormBullet
{
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:left;
	width:20px;
	height:10px;
	vertical-align:middle;
}

.FormImage
{
	border: dashed 1px #f49602;
	font-family: arial; 
	font-size: 11px; 
	color: #000000;
}

hr
{
	color:#e4e4e6;
	background-color:#d4d4d4;
	height: 1px;
	border: 0;
	width: 100%;
}

.ApplicantName
{
	font:bold 12px Arial ;
	color: #000000;
	text-decoration: none;
}

.ProfileTablebg
{
	background-color:#f2fcbb;
	padding:10px;
}


.iframetransbg 
{
	background:none;

}

.FormLinks
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FormLinks:link
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}


a.FormLinks:visited
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}


a.FormLinks:hover
{
	font:bold 11px Arial ;
	color: #15738c;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

.FormPageNumber
{
	font:bold 10px Arial;
	color:#15738c;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

.ActiveFormPageNumber
{
	font:bold 10px Arial;
	color:#aeaeae;
	text-decoration:none;
	text-align:right;
	cursor:pointer;
}

.FormPageNumberdivider
{
	font:bold 10px Arial;
	color:#15738c;
	text-decoration:none;
	text-align:right;
	cursor:pointer;
}

.FormFpName
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration:underline;
}

a.FormFpName:link
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration: underline;
	cursor:pointer;
}


a.FormFpName:visited
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration:underline;
	cursor:pointer;
}


a.FormFpName:hover
{
	font:bold 11px Arial ;
	color: #15738c;
	text-decoration: none;
	cursor:pointer;
}



form
{
	padding:0px;
	margin:0px;
}

/* Form settings ends */


/* floorplan settings starts*/  
.FloorPlanNormalText
{
            font:bold 12px Arial;
            color:#000000;
            text-decoration: none;
}

.FloorPlanBedName
{
            font:bold 13px Arial ;
            color:#7e0021;
            text-decoration: none;

}
.FloorPlanLinks
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanLinks:link
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}


a.FloorPlanLinks:visited
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}


a.FloorPlanLinks:hover
{
	font:bold 11px Arial ;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FloorPlanName
{
	font:bold 11px Arial ;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanName:link
{
	font:bold 11px Arial ;
	color: #000000;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}


a.FloorPlanName:visited
{
	font:bold 11px Arial ;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}


a.FloorPlanName:hover
{
	font:bold 11px Arial ;
	color: #000000;
	text-decoration:none;
	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*/ 



/* Login Settings */           /*common setting applicable to both Resident Login and online leasing login*/


.LoginiFrameTransbg
{
            background-color:#ffffff;
}

.LoginFormLabelText
{
	color:#FFFFFF;
	text-decoration: none;
	text-align:left;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	
}
.LoginHeader
{
	color:#FFFFFF;
	text-decoration: none;
	text-align:left;
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #713800;
	padding-bottom:10px;
}

.LoginSelect
{
	font:normal 11px Arial;
	color: #000000;
	text-decoration: none;
	Height:20px;
	width: 100px;
	
}

.LoginFormTextField 
{
            font:normal 11px Arial ;
            color: #000000;
            height:20px;
            width: 100px;
            text-decoration: none;
	    border: 1px solid #999999;

}

.LoginFormButton
{
	background:url(button-bg.jpg) repeat-x left top;
	font:normal 12px Arial ;
	color: #ffffff;
	border:1px double #133f6a;
	text-decoration: none;
	height:22px;
	height:25px!ie;
	cursor:pointer;
}
 
.LoginRequiredField 
{
	font:normal 11px Arial ;
	color: #000000;
	height:20px;
	border: 1px solid #999999;
	background-color:#d4ecf5;
	text-decoration: none;
}

.Loginformlink
{
            font:normal 11px Arial ;
            color:#035a9f;
            text-decoration: none;
}

a.Loginformlink:link
{
            font:normal 11px Arial ;
            color:#035a9f;
            text-decoration: none;
	cursor:pointer;
}

a.Loginformlink:visited
{
            font:normal 11px Arial ;
            color:#035a9f;
            text-decoration: none;
	cursor:pointer;
}

a.Loginformlink:hover
{
            font:normal 11px Arial ;
            color:#013762;
            text-decoration: none;
	cursor:pointer;
 }
.LoginFormMessageText
{
   	font:bold 11px Arial ;
	color: #d19b07;
	text-decoration: none;
	font-style:itallic;
	height:30px;
	vertical-alignment:middle;
	text-align:left;
}

.LoginFormErrorText
{
 	font:normal 11px Arial ;
	color: #af0202;
	text-decoration: none;
	text-align:left;
	line-height:20px;
}

.LoginTableHome
{
	border:0px;
	width:230px;
	padding-left:27px;
	padding-top:12px;
}

.LoginTableInner
{
	 border:1px;
	 width:500px;
	 margin:0px;
}

/* Login Settings */


/* Apartment Search Settings*/

.AptiFrameTransbg
{
	background:none;
}
.AptFormBodyText
{
	font:normal 12px arial;
	color:#000000;
	text-decoration: none;
}
.AptFormLabelText
{
	font:normal 12px arial;
	color:#000000;
	text-decoration: none;
}
.AptSelect
{
	background:#d3d9e4;
	font:normal 11px arial;
	color: #000000;
	text-decoration: none;
	width:188px;
	height20px;
	height:20px!ie;
}
.AptFormTextField
{
	background:#d3d9e4;
	font:normal 11px arial;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	height20px;
}
.AptFormButton
{
	background:url(button-bg.jpg) repeat-x left top;
	font:normal 12px Arial ;
	color: #ffffff;
	border:1px double #133f6a;
	text-decoration: none;
	height:22px;
	height:25px!ie;
	cursor:pointer;
}

.AptTableVertical    /* for controlling Vertical table parameters in aspx */
{
	border:0px solid #000000;
}
.AptTableHorizontal    /* for controlling Horizontal table parameters in aspx */
{
	border:0px;
	margin-top:-20px;
}
/* Apartment Search Settings*/



/* Corporate Search settings */

.Corpsearchiframetransbg
{
   background:none;
   padding:0px;
   margin:0px;
}

.CorpSearchMainTable
{

 width:100%;
 width:100%!ie;
overflow:noscroll;

}

.CorpSearchTableFilter
{
   margin:0px;
   padding:0px;
   width:200px;
   border:0px solid #ff0000;
}

.CorpSearchResultTable
{
	border:1px solid #a2d7e4;
	width:650px;
  	height:150px;
	font:normal 11px Arial;
  	color: #000000;
  	text-decoration: none;
}

.CorpSearchResultRow
{
  background-image:url(corptablebg.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
}

.CorpSearchResultRowAlt
{
  
  background-image:url(corptablebg.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
}

.CorpSearchResultRowGap
{
  
 background-color:#ffffff;
 height:7px;

}

.CorpFormTableHeader
{
 	font:bold 11px Arial;
	color:#ffffff;
	background-color:#555555;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}

.CorporateMapSize
{
	width:650px;
	height:300px;
}


.CorpFormlabelHeader
{
  font:bold 16px verdana;
  color: #062e48;
/*  background-color:#049dc6;
  padding-left:15px;*/
    line-height:25px;
  text-decoration: none;
}

.CorpFormLabelSubHeader
{
	font:bold 13px Arial;
	color: #062e48;
	text-decoration: none;
}


.CorpFormlabeltext
{
  font:normal 11px Arial;
  color: #000000;
  text-decoration: none;

}

.CorpFormTextField
{
	font:normal 11px Arial ;
	color: #000000;
	height:18px;
	width: 130px;
	text-decoration: none;
}


.CorphCityTextField
{
	font:normal 11px Arial ;
	color: #000000;
	width: 130px;
	text-decoration: none;
}
.CorphmilesTextField
{
	font:normal 11px Arial ;
	color: #000000;
	width: 130px;
	text-decoration: none;
}
.CorphcommunityTextField
{
	font:normal 11px Arial ;
	color: #000000;
	width: 130px;
	text-decoration: none;
}
.CorpFormButton
{
	background:url(button-bg.jpg) repeat-x left top;
	font:normal 12px Arial ;
	color: #ffffff;
	border:1px double #133f6a;
	text-decoration: none;
	height:22px;
	height:25px!ie;
	cursor:pointer;
}

.CorpSelect
{
 font:normal 11px Arial;
 color: #000000;
 width: 130px;
 height:18px;
 -moz-height:19px;
 text-decoration: none;

}


.hCorpSelect
{
 font:normal 11px Arial;
 color: #000000;
 height:20px;
 -moz-height:19px;
 text-decoration: none;
 width:70px;
}

.CorpFormErrorText
{
 font:normal 11px Arial;
 color: #af0202;
 text-decoration: none;
 text-align:left;
}

.CorpFormMessageText
{
 font:normal 11px Arial;
 color: #c77500;
 text-decoration: none;
 text-align:left;
}

.CorpDropList
{
 background-color:#ffffff;
 OVERFLOW-y:scroll;
 Z-INDEX:55000; 
 POSITION:absolute; 
 border:1px solid #7e9db9;
 border:1px solid #7e9db9!ie;
 width:123px;
 width:130px!ie;
line-height:15px;
 padding-left:3px;
}

.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: #133f6a;
	 text-decoration: none;
	cursor:pointer;
}

a.CorpPropertyName:link
{
	 font:bold 12px Arial;
	 color: #133f6a;
	 text-decoration:underline;
	cursor:pointer;
}

a.CorpPropertyName:visited
{
	 font:bold 12px Arial;
	 color: #133f6a;
	 text-decoration:underline;
	cursor:pointer;
}

a.CorpPropertyName:active
{
	 font:bold 12px Arial;
	 color: #133f6a;
	 text-decoration:underline;
	cursor:pointer;
}

a.CorpPropertyName:hover
{
	 font:bold 12px Arial;
	 color: #133f6a;
	 text-decoration:none;
	cursor:pointer;
}

.CorpUnitTypeName 

{
	 font:normal 10px Arial ;
	 color: #133f6a;
	 text-decoration: underline;
}

a.CorpUnitTypeName:link 

{
	 font:normal 10px Arial ;
	 color:#133f6a;
	 text-decoration: underline;
}

a.CorpUnitTypeName:visited 

{
	 font:normal 10px Arial ;
	 color:#133f6a;
	 text-decoration: underline;
}

a.CorpUnitTypeName:hover 

{
	 font:normal 10px Arial ;
	 color: #000000;
	 text-decoration:none;
}

.CorpContactNo
{
	 font:bold 12px Arial ;
	 color: #000000;
	 text-decoration: none;
}

.CorpContentText
{
  font:normal 11px Arial;
  color: #000000;
  text-decoration: none;
}

.CorpFormLinks
{
	font:normal 11px Arial ;
	color: #155a80;
	text-decoration:none;
	text-align:left;
}

a.CorpFormLinks:link
{
  	font:normal 11px Arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
  
}

a.CorpFormLinks:visited
{
 	font:normal 11px Arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.CorpFormLinks:hover
{
	font:normal 11px Arial ;
	color: #155a80;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

.CorpAdvsearchLink
{
	font:normal 11px Arial ;
	color: #155a80;
	text-decoration:none;
	text-align:left;
}

a.CorpAdvsearchLink:link
{
	font:normal 11px Arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.CorpAdvsearchLink:visited
{
	font:normal 11px Arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.CorpAdvsearchLink:hover
{
	font:normal 11px Arial ;
	color: #155a80;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

.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:274px;
}

.CorpLocationcell
{
 width:455px;
}

 #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:240px;
	top:255px!ie;
	background-color:#dce5ee; 
	padding:10px;
	border:1px solid #abbbcb;
}

.CorpSearchHAdvanceTable
{

	width:340px;
	overflow:visible;

}
.Corpsortbyselect
{
 font:normal 11px Arial;
 color: #000000;
 height:20px;
 -moz-height:19px;
 text-decoration: none;
 width:150px;
}



/* Corporate Search settings */


/*Corporate Property Details*/


.CorpPropContentText
{
  font:normal 12px Arial;
  color: #000000;
  text-decoration: none;
}

.Corppropnamebg
{
	0background:url(property_headerbg.jpg) no-repeat;
	background-position:top left;
	background-color:#007bbf;
	font:Bold 15px Arial;
	color:#ffffff;
	text-decoration:none;
	text-indent:15px;
	text-align:left;
	vertical-align:middle;
	height:27px;
}

.CorpPropDetailTable
{
  border:3px solid #133f6a;
  0background-image:url(corptablebg.jpg);
  background-position:bottom;
  height:450px;
  width:610px;
  background-repeat:repeat-x;
  padding:0px 15px;
  padding:0px 10px!ie;
}

.CorpPropDetailBg
{
	border:1px solid #133f6a;
	background-color:#d3e3e5;
}

.CorpTabFooter
{
	 padding:15px;
	 padding:5px !ie;
	 padding-left:5px;
}

.CorpTabFooterLinks
{
	font:normal 12px Arial;
  color: #0086a9;
  text-decoration: none;
}

a.CorpTabFooterLinks:link, a.CorpTabFooterLinks:visited
{
	font:normal 12px Arial;
  color: #0086a9;
  text-decoration: none;
}

a.CorpTabFooterLinks:hover
{
	font:normal 12px Arial;
  color: #000000;
  text-decoration: none;
}

.CorpMapSearchBorder
{
 border:1px solid #cccccc;
 padding:5px;
}


.CorpPropDetailMapSize
{
 width:350px;
 width:360px!ie;
 height:250px;
}


.CorpWelcomeHeader
{
 font:bold 17px Tahoma;
 color:#2f81b7;
 text-decoration:none;
}

.FormBullet
{
 background-image:url(bullet.gif);
 background-repeat:no-repeat;
 background-position: 4px 7px;
 width:20px;
 height:10px;
}

.FormBulletAmenities
{
 background-image:url(bullet.gif);
 background-repeat:no-repeat;
 background-position: 2px 0px;
 font:normal 11px Arial;
 color: #000000;
 padding-left:15px;
 text-decoration: none;
}

.overviewdivpos
{
	margin-top:5px;               
	width:610px;
	width:630px!ie;
	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 #493208;
}


/* CSS for tabs */

.shadetabs                    /* style applicale to menu (change only font style)*/
{
	padding:0px;
	margin:0px;
	top:-32px;
	font: bold 12px Verdana;
	list-style-type:none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border:0px solid #FF0000;
	display:block;
	text-decoration:none;
	
}

#navcontainer ul li { display: inline; }

.shadetabs li                 /*style applicable to each tab (give width expected for each tab)*/
{
	display:inline;
	display:inline!ie;
	height:29px;
}

.shadetabs li a:link,.shadetabs li a:visited
{
	-moz-inline-box:block;
	display:inline-block!ie;
	z-index:1;
	text-align:center;
	width:auto!ie;
	color:#ffffff;
	padding-top:6px;
	padding-bottom:8px;
	padding-right:16px;
	padding-right:15px!ie;
	padding-left:16px;
	padding-left:15px!ie;
	margin-right: 1px;
	background-color:#133f6a;
	font: bold 12px Verdana;
	text-decoration:none;
	height:29px;
}


.shadetabs li a:hover
{
	-moz-inline-box:block;
	display:inline-block!ie;
	z-index:1;
	width:auto!ie;
	text-align:center;
	color:#FFFFFF;
	padding-top:6px;
	padding-bottom:8px;
	padding-right:16px;
	padding-right:15px!ie;
	padding-left:16px;
	padding-left:15px!ie;
	margin-right: 1px;
	background-color:#607f94;
	font: bold 12px Verdana;
	text-decoration:none;
	height:29px;
	
	}

.shadetabs li a.selected
{ 																/*mention text color, active bg image for active tab*/
	-moz-inline-box:block;
	display:inline-block!ie;
	z-index:1;
	width:auto!ie;
	text-align:center;
	color:#FFFFFF;
	padding-top:6px;
	padding-bottom:8px;
	padding-right:16px;
	padding-right:15px!ie;
	padding-left:16px;
	padding-left:15px!ie;
	margin-right: 1px;
	background-color:#607f94;
	font: bold 12px Verdana;
	text-decoration:none;
	height:29px;
}


.shadetabs li a.selected:hover
{ 			
	-moz-inline-box:block;
	display:inline-block!ie;
	z-index:1;
	width:auto!ie;
	text-align:center;
	color:#FFFFFF;
	padding-top:6px;
	padding-bottom:8px;
	padding-right:16px;
	padding-right:15px!ie;
	padding-left:16px;
	padding-left:15px!ie;
	margin-right: 1px;
	background-color:#607f94;
	font: bold 12px Verdana;
	text-decoration:none;
	height:29px;

}


.tabcontent
{
	0background-image:url(TabContentBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:636px;
	min-height:500px;
	border:1px solid #607f94;
	border-top:2px solid #607f94;
	background-color:#ffffff;
	position: relative;
}

* html .tabcontent 
{
	height:500px;
width:636px;
}

@media print {
.tabcontent 
{
	display:block !important;
}
}


/* Css for tabs */

/*Corporate Property Details*/


/* Corporate Compare Community settings */

.ComparePopupHeaderbg
{
	background-color:#133f6a;
	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;
	text-decoration:underline;
	
}

.ComparePopupbg
{
	background:#ffffff;
	border:1px solid #133f6a;
	z-index:500;
	visibility:hidden;
	left:580px;
	width:300px;
	position:absolute;
	margin-top:500px;
	padding-left:0px;
}

.CompareHeaders
{
 font:bold 11px tahoma ;
 color: #2F81B7;
 text-align:left;
 width:90px;
}

.CompareBottomBorder
{
 border-bottom:1px solid #cccccc;
 padding:6px 0px;
}

.CompareBottomBorder table
{
 margin-left:5px;
}

#tblCompare td
{
padding:0px 0px 0px 5px;
vertical-align:top;
}

/* Corporate Compare Community settings */




/* Corporate Featured Property settings */

.FeaturedPropName
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align:center;
}

.FeaturedPropAdd 

{
	 font:bold 11px Arial ;
	 color: #f7f7f7;
	 text-decoration: underline;
         text-align:center;
}

.FeaturedPropDes
{
	 font:normal 11px Arial;
	 color: #bde7f7;
	 text-decoration: none;
	 letter-spacing:1px;
	 line-height:16px;
              text-align: center;
}

.FeaturedPropImg
{
	width:172px;
	height:98px;
	border:0px solid #ffffff;
	margin-left:16px;
}

.FeaturedPropLinks
{
	font:normal 11px Arial ;
	color: #ffffff;
	text-decoration:underline;
	padding-left:65px;

}

a.FeaturedPropLinks:link
{
	font:normal 11px Arial ;
	color: #ffffff;
	text-decoration: underline;
	padding-left:65px;
	cursor:pointer;
}


a.FeaturedPropLinks:visited
{
	font:normal 11px Arial ;
	color: #ffffff;
	text-decoration:underline;
	padding-left:65px;
	cursor:pointer;

}


a.FeaturedPropLinks:hover
{
	font:normal 11px Arial ;
	color: #ffffff;
	text-decoration: none;
	padding-left:65px;
	cursor:pointer;

}

.FeaturedPropiframetransbg
{
        background:none;
	margin:0px;
	padding:0px;
}

.FeaturedPropBox
{
            border:0px solid gray;
            width:200;
            height:270;
}

/* Corporate Featured Property settings */


/*eBrochure Settings*/
.ebroiframetransbg {
	background-image:url(bg.gif);
}

.ebrochuremaintable {
	background-color:#133f6a;
	width:720px;
}
.ebrochureinnertable {
	
	background-color:#deeded;
	width:700px;
}
.ebrochureheaderbg 
{
	background-color:#deeded;
	width:700px;
	
}
.ebrochurecontentbg 
{
	background:#f3f3f3;
}
.ebrochurecontentbgcolor {   /* for bottom color of background plain color which comes in a div  */
 background-color:#ffffff;
}
.ebrochurepropname {
	font:normal 22px calibri, Arial, Helvetica, sans-serif;
	color: #133f6a;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}

.ebrochurepropaddress {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #333333;
	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:#133f6a;
	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: #133f6a;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurelink {
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.ebrochurelink:link 
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.ebrochurelink:visited 
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.ebrochurelink:hover
{
	font:bold 11px Arial ;
	color: #155a80;
	text-decoration: none
	text-align:left;
	cursor:pointer;
}
.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:#636363;
	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:3px 4px;
width:14px;
height:14px;
}

.ebrochureverticalseparator {
	background-image:url(verti_seprator.gif);
	background-repeat:repeat-y;
	width:13px;
}
.ebrochurepropertythumbnail 
{
	width:160px;
	height:126px;
	0padding:10px;
	0padding:6px!ie;
	border: 1px solid #999999;
	float:right;
	
}
.ebrochurehorizontalseparator {
	background-image:url(hori_seprator.gif);
	background-repeat:repeat-x;
	height:13px;
}
.ebrochurehorizontalcolorseparator {
	background-color:#546401;
	height:10px;
}
.ebrochuretopleftcorner {
	background-image:url(top_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretoprightcorner {
	background-image:url(top_rightcorner.png);
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochurebotleftcorner {
	background-image:url(bot_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner {
	background-image:url(bot_rightcorner.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochuretopshadow {
	background-image:url(top_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochureleftshadow {
	background-image:url(left_shadow.png);
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochurebottomshadow {
	background-image:url(bottom_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurerightshadow {
	background-image:url(right_shadow.png);
	background-position:left;
	background-repeat:repeat-y;
}
.ebrochuredatetime 
{
	font:normal 14px Arial, Helvetica, sans-serif;
	color: #133f6a;
	text-decoration:none;
	text-align:right;
	line-height:24px;
}

/*eBrochure Settings*/



/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	padding-left: 10px;
	line-height:14pt;
}


.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: 9pt;
	line-height:14pt; 
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	padding:0px;
margin:0px;
}


/* Editor settings ends */



/* Menu settings */

.hmenubg                                                   /* for horizontal menu background */ 
{
	font-family:arial;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	height:38px;
}

.hlinkbg                                                  /* for horizontal menu */
{
	font-family:arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	padding:12px 3px;
}


.hlinkbg:hover
{
             background:#6DA9CF;
}


.hlinkbg a:link
{
	font-family:arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	padding:12px 0px;
	cursor:pointer;	
}

.hlinkbg a:visited
{
	font-family:arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	padding:12px 0px;
	cursor:pointer;
}

.hlinkbg a:hover
{
	background:#6da9cf;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	padding:12px 0px;
	cursor:pointer;	
	
}
.activehlinkbg                                                  /* for horizontal menu */
{
	background:#6da9cf;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	padding:0px 3px;
}

.activehlinkbg a:link
{
	background:#6da9cf;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;	
}

.activehlinkbg a:visited
{
	background:#6da9cf;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;
}

.activehlinkbg a:hover
{
	background:#6da9cf;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;
}


.vmenubg                                                  /* for vertical menu background */
{
	background-image :url();
}

.vlinkbg                                                 /* for vertical menu*/
{
	font-family:Arial;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
}

.activevlinkbg                                                 /* for vertical menu*/
{
	font-family:Arial;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
}

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:Arial, Helvetica, sans-serif;
	color:#00000;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	padding-bottom: 5px;
	padding-left: 10px;
}


.design1header
{
	font:bold 14pt Arial;
	color: #1c4874;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:22px;
}

.design1bg

{
	background:url(design1bg.jpg) no-repeat left top;
	width:629px;
	height:49px;
}

.design2header
{
	height:20px;
	background-color:#666666;
	font-family:Arial;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.design2bg

{
	background-color:#666666;
}


.design3header
{
	height:20px;
	background-color:#666666;
	font-family:Arial;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.design3bg

{
	background-color:#666666;
}

.design4bg

{
	background-color:none;
}

.design4header
{
	font-family:Arial, Helvetica, sans-serif;
	color:#00000;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	padding-bottom: 5px;
	padding-left: 10px;
	}

/* Section settings ends */

/*Google Map settings start*/


div.gs-street ,div.gs-directions {
  font-family:Arial;
  font-size:11px;
}

div.gs-phone,  div.gs-city 
{
  display: inline;
  font-family:Arial;
  font-size:11px;

}

div.gs-title a:link
{
  display: inline;
  font-family:Arial;
  font-size:11px;

}


div.gs-region {
  display: inline;
}

div.gs-country {
  display: none;
}

div.gs-directions
{
  font-family:Arial;
  font-size:11px;
}

div.gs-label
{
  font-family:Arial;
  font-size:11px;
}

.gs-secondary-link
{
  font-family:Arial;
  font-size:11px;
}

.gs-watermark
{
  font-family:Arial;
  font-size:11px;
} 

.MarkerText
{
font:normal 11px Arial; color:#003b4b;
}

.MarkerHeaderText
{
font:bold 12px Arial; color:#049dc7;
}

a.MarkerHeaderText:link, a.MarkerHeaderText:visited, a.MarkerHeaderText:hover
{
font:bold 12px Arial; color:#049dc7;
}

.googledir div{font:normal 11px Arial; color:#000000;}
.googledir table td{font:normal 11px Arial; color:#056c87}

/*Google Map settings end*/

/*Specials Settings*/

.Specialsbg

{
	height:30px;
	background-color:#d2e6e6;
}

.Specialstext

{
    font:bold 14px Arial ;
    color: #cc0000;	
    text-decoration: none;
     padding-left:9px;

}
/*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(footer-bg.jpg);
	background-repeat:repeat-x;
	height:18px;
}

.topbg
{
	background-image:url(topbg.jpg);
	background-repeat:repeat-x;
	background-color: #143f6a;
	width:250px;
	width:252px!ie;
}
.whitetext {
	font-family: Tahoma;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	padding:10px;
}
.whitetextheader{
	font-family: Tahoma;
	font-size: 18px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;	

}
.datetext{
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding-left:21px;	
}

.maintablebg                                       /* if the portal has any background colors/image */
{
	background-image: url(main-table-bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.companyname
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
   	color:#000000;
   	background:#133f6a;
	border-bottom:2px solid #ffffff;
	height:157px;
	height:155px!ie;
}

.slogan 
{
	font-family:Tahoma;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	color:#663200;
	background-color:#FFFFFF;
	background-position: right;
	padding-right: 6px;
}

.pagetitle					        /* needed only when there is a page title */

{
	font-family:Tahoma;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	padding: 10px;
}


.pagesubheader					        /* needed only when there is a page title */

{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
   	color:#000000;
   	background-color:#ffffff;
   	
}


.FeaturedPropbg
{
   	background:#133f6a;

}

.Apt_bg
{
	background:url(featuredpropbg.jpg) repeat-y;
             border-bottom: 2px solid rgb(255, 255, 255);
}

.Apt_Shadow_left
{
	background:url(apt_shadow_left.jpg) repeat-y;
	width:3px;
	width:6px!ie;
}


.Apt_Shadow_left, x=-moz-any-link,x:default
{
	background:url(apt_shadow_left.jpg) repeat-y;
	width:0px;
}

.Apt_Shadow_right
{
	background:url(apt_shadow_right.jpg) repeat-y;
	width:4px;
	width:7px!ie;
}

.Apt_Shadow_right, x=-moz-any-link,x:default
{
	background:url(apt_shadow_right.jpg) repeat-y;
	width:0px;
}

.Apt_content_bg
{
	background:url(apt_content_bg.jpg) repeat-x #bacaca;
	width:189px;
	width:195px!ie;
	padding:0px 15px;
}

.welcome_image
{
	border:7px solid #b9cacb;
}

.Featured_Header
{
	background: url(featured_prroperty.gif) no-repeat center center;
}

.content_padding
{
	padding:0px 20px;
	padding:10px 20px!ie;
}

.top_content
{

	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align:left;
}

FieldSet
{

	background:none;
	border:1px solid #cccccc;
	padding:5px 15px;
}

/* Template specific classes ends */
