/* Default Settings */


body
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#601012;
	background-image:url(body_bg.jpg);
	background-repeat:repeat-x;
}

.maintablebg                                       /* if the portal has any background colors/image */
{
	background-color:#ffffff;
}

.companyname
{
	font-family:arial;
	font-size:16px;
	font-weight:Bold;
	text-decoration:none;
   	color:#000000;
   	background-color:#ffffff;
   	background-image:url();

  
}

.slogan 
{
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
   	color:#000000;
   	background-color:#ffffff;
   	background-image:url();
}

.pagetitle					        /* needed only when there is a page title */

{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
   	color:#000000;
   	background-color:#ffffff;
   	
}


.pagesubheader					        /* needed only when there is a page title */

{
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
   	color:#000000;
   	background-color:#ffffff;
   	
}

.footertext                                              /* copyright text */
{	
	font-size: 12px; 
	font-family: arial;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	text-decoration: none;
}

a:link 
{
	font-family:arial;
	color:#7f1617;
	font-size:13px;
	text-decoration: none;
}
a:visited 
{
	font-family:arial;
	color:#7f1617;
	font-size:13px;
	text-decoration: none;
}
a:hover 
{
	font-family:arial;
	color:#7f1617;
	font-size:13px;
	text-decoration:underline;
}

.bottomlinks                                               
{
	font-family:arial;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	text-decoration:none;
}

a.bottomlinks:link
{
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}

a.bottomlinks:visited
{
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}

a.bottomlinks:hover
{
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	text-decoration: underline;
}
.edit
{
      font-family:arial;
      font-size:12px;
      font-weight:normal;
      color: #ffffff;
      text-decoration:none;
      border: 1px solid #d3cec3;
      background-color:#333333;
      font-weight:bold;
      position:absolute;     
}


/* Default Settings ends */


/* Form settings */

.FormBodyText						
{
	font:normal 12px 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:15px;
	text-align:left;
}

.FormLabelTextHeader				/* used for form labels e.g. username, password..etc */
{
	font:bold 12px arial;
	color:#000000;
	text-decoration: none;
}

.FormLabelHeader
{
	font:bold 13px arial;
	color: #7c1a1b;
	height:10px;
	background-color:#f2fcbb;
	padding-left:4px;
	text-decoration: none;
	text-align:left;
	line-height:25px;
}

.FormLabelSubHeader
{

	font:bold 12px arial ;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	
}

.FormErrorText
{
 	font:normal 12px 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
{
	font:bold 13px georgia ;
	color: #761517;
	border: 1px solid #e5b83f;
	background-image:url(form_bg.jpg);
	background-repeat:repeat-x;
	height:23px;
	text-decoration: none;
	cursor:pointer;
}

.FormTextField 
{
	font:normal 11px arial ;
	color: #000000;
	height:15px;
	width: 166px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
	padding-left:2px;
}

.RequiredField 
{	
	background-color:#d4ecf5;	
}

.RequiredLabel 
{
	color:#EF952C;
	vertical-align:top;
	text-align:center;
	
}

.FormTableHeader
{
 	font:bold 12px arial ;
	color:#ffffff;
	background-color:#741517;
	text-decoration: none;
	text-align:left;
	line-height:16px;
	padding-left:2px;
	padding-right:2px;
  
}


.formtableborder {
	border:1px solid #7f7f7f;
	}


.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}

.FormTableSubHeader
{
 	font:normal 12px arial ;
	color: #000000;
	background-color:#b59c6a;
	text-decoration: none;
	
  
}

.FormTablerow
{
 	font:normal 12px arial ;
	color: #000000;
	background-color:#f5f0e6;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
  
}
.FormTableRow td
{
	padding:5px;
}

.FormTablerowAlt
{
 	font:normal 12px arial ;
	color: #000000;
	background-color:#e4dbc8;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
  
}

.FormTableRowAlt td
{
	padding:5px;
}

.FormTabActive
{
 	font:bold 12px 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 12px 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 11px arial;
 color: #000000;
 background-color:#f8f2e4;
 height:30px;
 text-align:left;
 text-decoration: none;
  
}
.FormTableFooter
{
  font:bold 12px arial ;
 color:#000000;
 background-color:#ded3b9;
 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 arial ;
	color: #000000;
	background-color:#bcb6b2;
	text-decoration: none;
	cursor:pointer;
  
}
.FormTextArea
{
	font:normal 11px arial ;
	color: #000000;
	width:168px;
	text-decoration: none;
	border:1px solid #c2c2c2;
}

Select
{
	font:normal 11px arial ;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
	width:170px;
	Height:30px!ie;
	Height:18px;

}

.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:#741517;
	height: 1px;
	border: 0;
	width: 100%;
}

.ApplicantName
{
	font:bold 12px arial ;
	color: #000000;
	text-decoration: none;
}

.ProfileTablebg
{
	background-color:#e4dbc8;
	padding:10px;
}


.iframetransbg 
{
	background:transparent;
	padding-left:0px;
	padding-right:10px;
}

.FormLinks
{
	font:bold 11px arial ;
	color: #7f1617;
	text-decoration:underline;
	text-align:left;
}

a.FormLinks:link
{
	font:bold 11px arial ;
	color: #7f1617;
	text-decoration: underline;
	text-align:left;
}


a.FormLinks:visited
{
	font:bold 11px arial ;
	color: #7f1617;
	text-decoration:underline;
	text-align:left;
}


a.FormLinks:hover
{
	font:bold 11px arial ;
	color: #7f1617;
	text-decoration: underline;
	text-align:left;
}

.FormPageNumber
{
	font:bold 11px arial;
	color:#b59c6a;
	text-decoration:none;
	text-align:left;
}
.ActiveFormPageNumber
{
	font:bold 11px arial;
	color:#7f1617;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormPageNumberdivider
{
	font:bold 11px arial;
	color:#b59c6a;
	text-decoration:none;
	text-align:right;
}
.FormFpName
{
	font:bold 12px arial ;
	color: #7f1617;
	text-decoration:underline;
	text-align:left;
}

a.FormFpName:link
{
	font:bold 12px arial ;
	color: #7f1617;
	text-decoration: underline;
	text-align:left;
}


a.FormFpName:visited
{
	font:bold 12px arial ;
	color: #7f1617;
	text-decoration:underline;
	text-align:left;
}


a.FormFpName:hover
{
	font:bold 12px arial ;
	color: #7f1617;
	text-decoration: underline;
	text-align:left;
}
form
{
	padding:0px;
	margin:0px;
}

/* Form settings ends */



/* Login Settings */           /*common setting applicable to both Resident Login and online leasing login*/


.LoginiFrameTransbg
{
 	background-color:transparent;
}

.LoginFormLabelText
{
            font:normal 11px arial ;
            color:#000000;
            text-decoration: none;
	    text-align:left;
}

.LoginSelect
{
            font:normal 11px arial ;
            color: #000000;
            background-color:#cccccc;
            text-decoration: none;
            MAX-Height:35px;
}

.LoginFormTextField 
{
            font:normal 11px arial ;
            color: #000000;
            height:20px;
            width: 100px;
            border: 1px solid #999999;
            background-color:#ffffff;
            text-decoration: none;

}

.LoginFormButton
{
	font:normal 11px arial ;
	color: #ffffff;
	border: 1px solid #7c7c7c;
	background-color:#088eb2;
	text-decoration: none;
	cursor:pointer;
	Width:60px;
}
 
.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;
}

a.Loginformlink:visited
{
            font:normal 11px arial ;
            color:#035a9f;
            text-decoration: none;
}

a.Loginformlink:hover
{
            font:normal 11px arial ;
            color:#013762;
            text-decoration: none;
}
 
.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:200px;
	 margin:0px;
}

.LoginTableInner
{
	 border:1px;
	 width:500px;
	 margin:0px;
}

/* Login Settings */




/* Corporate Search settings */

.CorpPropertyName
{
	 font:bold 12px arial;
	 color: #ffffff;
	 text-decoration: underline;
}

.CorpUnitTypeName 

{
	 font:normal 11px arial ;
	 color: #000000;
	 text-decoration: underline;
}

a.CorpUnitTypeName:link 

{
	 font:normal 11px arial ;
	 color: #000000;
	 text-decoration: underline;
}

a.CorpUnitTypeName:visited 

{
	 font:normal 11px arial ;
	 color: #000000;
	 text-decoration: underline;
}

a.CorpUnitTypeName:hover 

{
	 font:normal 11px arial ;
	 color: #ff0000;
	 text-decoration: underline;
}

.CorpContactNo
{
	 font:bold 12px arial ;
	 color: #000000;
	 text-decoration: none;
}
.Corpsearchiframetransbg
{
            background:none;
}
.CorpSearchTable{
 	 border:0px solid #ff0000;
 	 width:190px;

}
.CorporateMapSize
{
width:450px;
height:450px;
}

/* Corporate Search settings */




/* Corporate Featured Property settings */

.FeaturedPropName
{
	 font:bold 12px arial;
	 color: #000000;
	 text-decoration: underline;
}

.FeaturedPropAdd 

{
	 font:bold 11px arial ;
	 color: #000000;
	 text-decoration: underline;
}

.FeaturedPropDes
{
	 font:normal 11px arial ;
	 color: #000000;
	 text-decoration: none;
}

.FeaturedPropImg
{
	border: 2px solid #000000;
}

.FeaturedPropLinks
{
	font:normal 11px arial ;
	color: #15738c;
	text-decoration: none;
}

a.FeaturedPropLinks:link
{
	font:normal 11px arial ;
	color: #15738c;
	text-decoration: none;
}


a.FeaturedPropLinks:visited
{
	font:normal 11px arial ;
	color: #15738c;
	text-decoration: none;
}


a.FeaturedPropLinks:hover
{
	font:normal 11px arial ;
	color: #000000;
	text-decoration: none;
}

.FeaturedPropiframetransbg
{
            background:none;
}

/* Corporate Featured Property settings */



/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
	font-family:arial;
	line-height:18px;
	font-size: 13px; 
	color:#000000;
	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: 13px; 
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
}


/* Editor settings ends */



/* Menu settings */

.hmenubg                                                   /* for horizontal menu background */ 
{

}

.hlinkbg                                                  /* for horizontal menu */
{

}

a.hlinkbg:link                                              /* for horizontal menu */
{

}

a.hlinkbg:visited                                              /* for horizontal menu */
{

}

a.hlinkbg:hover                                              /* for horizontal menu */
{

}
.activehlinkbg                                                  /* for horizontal menu */
{

}
.vmenubg                                                  /* for vertical menu background */
{
background-color:#f8f2e5;
border:1px solid #7c2e30;
border-bottom:none;
}

.vlinkbg                                                 /* for vertical menu*/
{
	font-family:Georgia;
	font-size:16px;
	color:#611112;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	height:32px;
	line-height:32px;
	background-image:url(vmenu.jpg);
	background-repeat:repeat-x;
}
.vlinkbg a:link
{
	font-family:Georgia;
	display:block;
	font-size:16px;
	color:#611112;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	height:32px;
	padding-left:15px;
}
.vlinkbg a:visited
{
	font-family:Georgia;
	display:block;
	font-size:16px;
	color:#611112;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	height:32px;
	padding-left:15px;
}
.vlinkbg a:hover
{
	font-family:Georgia;
	display:block;
	font-size:16px;
	color:#611112;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	background-image:url(vmenu_hover.jpg);
	background-repeat:repeat-x;
	height:32px;
	padding-left:15px;
}
.activevlinkbg                                                 /* for vertical menu*/
{
	font-family:Georgia;
	font-size:16px;
	color:#611112;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	background-image:url(vmenu_hover.jpg);
	background-repeat:repeat-x;
	height:32px;
	padding-left:15px;
}
.activevlinkbg a:link                                              
{
	font-family:Georgia;
	font-size:16px;
	color:#611112;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	background-image:url(vmenu_hover.jpg);
	background-repeat:repeat-x;
	height:32px;
	padding-left:15px;

}
.activevlinkbg a:visited                                         
{
	font-family:Georgia;
	font-size:16px;
	color:#611112;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	height:32px;
	background-image:url(vmenu_hover.jpg);
	background-repeat:repeat-x;

}
.activevlinkbg a:hover                                            
{
	font-family:Georgia;
	font-size:16px;
	color:#611112;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	height:32px;
	background-image:url(vmenu_hover.jpg);
	background-repeat:repeat-x;
}
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: #f4e4b8; 
        on-text-color	: #6b1214;
        off-bg-color	: #f4e4b8;
        off-text-color	: #624a00;
        border-sep-color : #6b1214;
        firstcell-width :155;
        
        /*settings for menu in netscape/mozilla */
        border-top-color	: #f4e4b8;
        border-left-color	: #6b1214;
        border-bottom-color	: #f4e4b8;
        border-right-color	: #624a00;
        background-color 	: #6b1214;
        margin-left		: 175;
	width : 157
}

/* Menu settings ends */


/* Section settings */

.blankheader                                          /* when the section has no design applied (design0) */
{
	
	height:30px;
	font-family:arial;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}


.design1header
{
	font-family:georgia;
	color:#761517;
	font-size:28px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	height:50px;
}

.design1bg
{
background-color:#ffffff;
}

.design2header
{
	height:30px;
	font-family:Georgia;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

.design2bg

{
background-color:#ffffff;
}


.design3header
{

}

.design3bg

{

}

/* Section settings ends */


/* Template specific classes */
.toplinks
{
font:normal 12px arial;
color:#ffffff;
text-decoration:none;
}
a.toplinks:link
{
font:normal 12px arial;
color:#ffffff;
text-decoration:none;
}
a.toplinks:visited
{
font:normal 12px arial;
color:#ffffff;
text-decoration:none;
}
a.toplinks:hover
{
font:normal 12px arial;
color:#ffffff;
text-decoration:underline;
}
.rightmenubg
{
background-image:url(vmenubg.jpg);
background-repeat:no-repeat;
background-color:#ffffff;
}
.login
{
background-image:url(login.jpg);
background-repeat:repeat;
height:32px;
width:228px;
display:block;
border-bottom:1px solid #7b2f2f;
border-left:1px solid #7b2f2f;
border-right:1px solid #7b2f2f;
}
.login a:link
{
background-image:url(login.jpg);
background-repeat:repeat;
height:32px;
width:228px;
display:block;
}
.login a:visited
{
background-image:url(login.jpg);
background-repeat:no-repeat;
height:32px;
width:228px;
display:block;
}

.login a:hover
{
background-image:url(login_hover.jpg);
background-repeat:no-repeat;
height:32px;
width:228px;
display:block;
}
.redstrip
{
background-color:#791b1c;
height:4px;
border-left:4px solid #ffffff;
border-right:4px solid #ffffff;
}
.greystrip
{
background-color:#dfdfe1;
height:4px;
border-left:4px solid #ffffff;
border-right:4px solid #ffffff;
}
.contentbg
{
background-color:#ffffff;
border-left:4px solid #ffffff;
border-right:4px solid #ffffff;
}
.propsearch_bg
{
background-image:url(propertysearch_bg.jpg);
background-repeat:no-repeat;
height:235px;
}
.propsearch_heading
{
font-family:Georgia;
font-size:17px;
font-weight:bold;
color:#ffffff;
text-align:center;
height:40px;
vertical-align:top;
}

.punchline
{

	font-family:Times New Roman;
	font-size:23px;
	font-weight:normal;
	color:#ffffff;
	padding-left:20px;
	vertical-align:middle;



}
.whitebg
{
background-color:#ffffff;
}
/* Template specific classes ends */

















/* Corporate Search settings */

.Corpsearchiframetransbg
{
	background:none;
	padding:0px;
	margin:0px;
}
.CorpSearchMainTable
{
	width:100%;
}
.CorpSearchTableFilter
{
	border:0px solid #ff0000;
}
.CorpSearchResultTable
{
	width:100%;  /*make it 100% insttead of 700 px*/
	height:150px;
	font:normal 12px arial;
	color: #000000;
	text-decoration: none;
}
.CorpSearchResultRow
{
	background-color:#f4e6c8;
}
.CorpSearchResultRowAlt
{
	background-color:#f6ebd1;
}
.CorpSearchResultRowGap
{
	background-color:#ffffff;
	height:7px;
}
.CorpFormTableHeader
{
	font:bold 12px arial;
	color:#ffffff;
	background-color:#640f17;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:25px;
}
.CorporateMapSize
{
	width:690px; /*make it 690 insttead of 700 px*/
	height:250px;
	border:1px solid #cccccc;
}
.CorpFormlabeltext
{
	font:normal 12px arial;
	color: #000000;
	text-decoration: none;
}
.CorpFormlabelHeader
{
	font:bold 16px arial;
	color: #761517;
	line-height:25px;
	text-decoration: none;
}
.CorpFormLabelSubHeader
{
	font:bold 12px arial;
	color: #761517;
	text-decoration: none;
	padding-left:5px;
}
.CorpFormTextField
{
	font:normal 12px arial;
	color:#000000;
	height:19px;
	width: 180px;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	text-decoration: none;
	padding-left:3px;
}
.CorphCityTextField
{
	font:normal 12px arial;
	color:#000000;
	height:19px;
	width: 140px;
	vertical-align:middle;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	text-decoration: none;
	padding-left:3px;
}
.CorphmilesTextField
{
	font:normal 12px arial;
	color:#000000;
	height:19px;
	width: 140px;
	vertical-align:middle;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	text-decoration: none;
	padding-left:3px;
}
.CorphcommunityTextField
{
	font:normal 12px arial;
	color:#000000;
	height:19px;
	width: 140px;
	vertical-align:middle;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	text-decoration: none;
	padding-left:3px;
}

. Corppagesizeselect                          /* sp7 class*/
{
	font:normal 12px arial;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
	width:100px;
}

.CorpFormButton
{
	font:normal 12px arial;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color:#ca8320;
	text-decoration: none;
	cursor:pointer;
	outline:none;
	line-height:15px;
}
.CorpSelect
{
	font:normal 12px arial;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
	width:180px;
}
.CorphCorpSelect
{
	font:normal 12px arial;
	color:#000000;
	background-color:#ffffff;
 	vertical-align:bottom!ie;
	text-decoration: none;
	width:90px;
}
.CorpFormErrorText
{
	font:normal 12px arial;
	color: #cd4400;
	text-decoration: none;
	text-align:left;
}
.CorpFormMessageText
{
	font:normal 12px arial;
	color: #cd4400;
	text-decoration: none;
	text-align:left;
}
.CorpDropList
{
	background-color:#FFFFFF;
	OVERFLOW:auto;
	Z-INDEX:55000;
	POSITION:absolute;
	border:1px solid #cccccc;
 	border:1px solid #cccccc!ie;
	width:173px;
 	width:180px!ie;
	line-height:15px;
	padding-left:5px;
	font:normal 12px arial;
}
.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 16px arial;
	color: #7f1617;
	text-decoration: none;
	vertical-align:top;
	height:20px;
}
a.CorpPropertyName:link, a.CorpPropertyName:visited
{
	font:bold 16px arial;
	color: #7f1617;
	text-decoration: none;
	cursor:pointer;
}

a.CorpPropertyName:hover
{
	font:bold 16px arial;
	color: #5d430c;
	text-decoration: underline;
	cursor:pointer;
}
.CorpContentText
{
	font:normal 12px arial;
	color: #5d430c;
	text-decoration: none;
}
.CorpFormLinks
{
	font:normal 12px arial;
	color: #761517;
	line-height:20px;
	text-decoration: none;
}
a.CorpFormLinks:link, a.CorpFormLinks:visited
{
	font:normal 12px arial;
	color: #761517;
	line-height:20px;
	text-decoration: underline;
	cursor:pointer;
	margin-left:4px;
}

a.CorpFormLinks:hover
{
	font:normal 12px arial;
	color: #761517b;
	line-height:20px;
	text-decoration: none;
	cursor:pointer;
	margin-left:4px;
}
.CorpAdvsearchLink
{
	font:normal 11px arial;
	color: #000000;
	line-height:20px;
	text-decoration: none;
}
a.CorpAdvsearchLink:link, a.CorpAdvsearchLink:visited
{
	font:normal 11px arial;
	color: #000000;
	line-height:20px;
	text-decoration: underline;
}

a.CorpAdvsearchLink:hover
{
	font:normal 11px arial;
	color: #000000;
	line-height:20px;
	text-decoration: underline;
}
.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:220;
	VISIBILITY: hidden;
	POSITION: absolute;
	Z-INDEX: 503;
	top:410px;
	background-color:#f4e6c8;
	padding:5px;
	border:1px solid #abbbcb;
	width:716px;
}
.CorpSearchHAdvanceTable
{
	width:360px;
	overflow:visible;
}
.CorpSearchAdvanceTable
{
	width:700px; /* width should be same as the content width*/
}
.Corpsortbyselect
{
	font:normal 11px arial;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
	width:133px;
}
/* Corporate Search settings */

/*Corporate Property Details*/
.CorpPropContentText
{
	font:normal 12px arial;
	color: #000000;
	text-decoration: none;
}
.Corppropnamebg
{
	font:bold 12px Arial;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	height:20px;
	background-color:#49667b;
}

.Corppropnameheaderimg
{
	background:url(../ApolloResInnerStyle/build_property_headerbg.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:30px;
}
.CorpPropDetailTable
{
	border:1px solid #cacaca;
	height:150px;
	padding:0px 10px;
}
.CorpPropDetailBg
{
	border:1px solid #a2d7e4;
	background-color:#d3e3e5;
}
.CorpTabFooter
{
	border:0px solid #a2d7e4;
	padding:0px;
	width:700px;
}
.CorpTabFooterLinks
{
	font:normal 12px arial;
	color: #49667b;
	text-decoration: none;
}
a.CorpTabFooterLinks:link, a.CorpTabFooterLinks:visited
{
	font:normal 12px arial;
	color: #49667b;
	text-decoration: underline;
}
a.CorpTabFooterLinks:hover
{
	font:normal 12px arial;
	color: #49667b;
	text-decoration: none;
}
.CorpMapSearchBorder
{
	border:1px solid #cccccc;
	padding:10px;
}
.CorpPropDetailMapSize
{
	width:350px;
 	width:350px!ie;
	height:250px;
	border:1px solid #999999;
}
.CorpPropDetailHeader
{
	font:bold 17px arial;
	color:#ffffff;
	text-decoration:none;
}
.CorpWelcomeHeader
{
	font:bold 17px arial;
	color:#49667b;
	text-decoration:none;
}

.FormBullet
{
	background-image:url(../ResCorpInnerStyle/build_formbullet.png);
	background-repeat:no-repeat;	
	width:20px;
	height:18px;
}

.FormBulletAmenities
{
	background-image:url(../ResCorpInnerStyle/built_formbullet.png);
	background-repeat:no-repeat;
	font:normal 12px arial;
	color:#5d430c;
	padding-left:10px;
	text-decoration: none;
}
.overviewdivpos
{
	margin-top:5px;
	width:714px;
	min-height:500px;
 margin-top:-1px!ie;
}
.corpdetailtabheader
{
	font:bold 17px arial;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	vertical-alignment:middle;
	background-color:#606060;
	padding:0px 0px 0px 10px;
	height:25px;
}

.CorpProplefttopcornershadow
{
	background:url(../ApolloResInnerStyle/build_shadleft_top.png);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}

.CorpProprighttopcornershadow
{
	background:url(../ApolloResInnerStyle/build_shadright_top.png);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}

.CorpPropleftbottomcornershadow
{
	background:url(../ApolloResInnerStyle/build_shadleft_bottom.png);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}

.CorpProprightbottomcornershadow
{
	background:url(../ApolloResInnerStyle/build_shadright_bottom.png);
	background-repeat:no-repeat;
	width:7px;
	height:7px;
}

.CorpPropleftshadow
{
	background:url(../ApolloResInnerStyle/build_shadow_left.png);
	background-repeat:repeat-y;
	width:7px;
}

.CorpProprightshadow
{
	background:url(../ApolloResInnerStyle/build_shadow_right.png);
	background-repeat:repeat-y;
	width:7px;
}

.CorpProptopshadow
{
	background:url(../ApolloResInnerStyle/build_shadow_top.png);
	background-repeat:repeat-x;
	height:7px;
}

.CorpPropbottomshadow
{
	background:url(../ApolloResInnerStyle/build_shadow_bottom.png);
	background-repeat: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;
	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;
	font: bold 12px arial;
	display:inline;
	cursor: pointer;
	width:135px;
	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(../ApolloResInnerStyle/build_TabRight.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#c8ced0;
	display: block;
	cursor: pointer;
	padding-top:6px;
	height:23px;
 *height:29px;
	font: bold 12px arial;
	color: #000000;
	text-decoration:underline;
	text-align:center;
}
.shadetabs li a:hover
{
	background-image: url(../ApolloResInnerStyle/build_TabRight_hover.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#4d7e90;
	display: block;
	cursor: pointer;
	height:23px;
 *height:29px;
	font: bold 12px arial;
	color: #ffffff;
	text-decoration:underline;
	text-align:center;
}
.shadetabs li a.selected
{ 																/*mention text color, active 

bg image for active tab*/
	background-image: url(../ApolloResInnerStyle/build_TabRight_hover.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#4d7e90;
	display: block;
	cursor: pointer;
	padding-top:6px;
	height:23px;
 *height:29px;
	font: bold 12px arial;
	color: #ffffff;
	text-decoration:underline;
	text-align:center;
}
.shadetabs li a.selected:hover
{
	background-image: url(../ApolloResInnerStyle/build_TabRight_hover.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#4d7e90;
	display: block;
	cursor: pointer;
	padding-top:6px;
	height:23px;
 *height:29px;
	font: bold 12px arial;
	color: #ffffff;
	text-decoration:underline;
	text-align:center;
}
.tabcontent
{
	background-image: url(../ApolloResInnerStyle/build_TabContentBG.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:700px;
	min-height:500px;
	border:1px solid #a1a1a1;
	position: relative;
}
* html .tabcontent
{
	height:500px;
}
.nontabcontent
{
	background-position:bottom;
	width:700px;
 	min-height:;
	border:1px solid #a1a1a1;
	position: relative;
}
* html .nontabcontent
{
 	height:;
}
 @media print {
.tabcontent
{
	display:block !important;
}
}
/* Css for tabs */

/*Corporate Property Details*/

/* Corporate Compare Community settings */

.ComparePopupHeaderbg
{
	background-color:#761517;
	height:6px;
}
.ComparePopupHeadertext
{
	font:bold 14px arial;
	color: #ffffff;
	margin-left:6px;
}
a.ComparePopupHeadertext:link, a.ComparePopupHeadertext:visited, a.ComparePopupHeadertext:hover

{
	font:bold 12px arial;
	color: #ffffff;
	margin-left:10px;
}
.ComparePopupbg
{
	background-color:#ffffff;
	border:1px solid #99b3cc;
	z-index:500;
	visibility:hidden;
	left:550px;
	width:300px;
	position:absolute;
	top:1044px;
	padding-left:0px;
}
.CompareHeaders
{
	font:bold 11px arial;
	color: #761517;
	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 13px arial;
	color: #febd14;
	text-decoration: underline;
}
.FeaturedPropAdd
{
	font:bold 13px arial;
	color: #000000;
	text-decoration: underline;
}
.FeaturedPropDes
{
	font:normal 11px arial;
	color: #999999;
	text-decoration: none;
}
.FeaturedPropImg
{
	border: 1px solid #000000;
	width:180px;
	height:120px;
}
.FeaturedPropLinks
{
	font:normal 11px arial;
	color: #000000;
	text-decoration: none;
}
a.FeaturedPropLinks:link
{
	font:normal 11px arial;
	color: #000000;
	text-decoration:underline;
	cursor:pointer;
}
a.FeaturedPropLinks:visited
{
	font:normal 11px arial;
	color: #000000;
	text-decoration:underline;
	cursor:pointer;
}
a.FeaturedPropLinks:hover
{
	font:normal 11px arial;
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}
.FeaturedPropiframetransbg
{
	background:none;
}
/* Corporate Featured Property settings */




/*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:#5d430c;
}
.MarkerHeaderText
{
	font:bold 12px arial;
	color:#761517;
}
a.MarkerHeaderText:link, a.MarkerHeaderText:visited, a.MarkerHeaderText:hover
{
	font:bold 12px arial;
	color:#761517;
}
.googledir div
{
	font:normal 11px arial;
	color:#000000;
}
.googledir table td
{
	font:normal 11px arial;
	color:#056c87
}
/*Google Map settings end*/
