/* Default Settings */

.mainBody
{
background-color:#d2d2d2;
}

p
{
background-color:#ffffff;
}

body
{
	margin:0;
	padding:0;
	background-color:#ffffff;
	font:normal 11px arial ;
	color: #000000;
	text-decoration: none;
}

.footertext                                              /* copyright text */
{	
	font-size:11px ; 
	font-family:arial;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	text-align:center;
	background-color:#000000;
	text-decoration: none;
	text-transform:none;
	height:23px;
}

a:link, a:visited, a:active
{
	font:normal 11px arial;
	color:#433b05;
	text-decoration: underline;
}
 
a:hover 
{
	font:normal 11px arial;
	color:#433b05;
	text-decoration:underline;
}

.bottomlinks                                               
{
	font:bold 10px verdana ;
	color: #000000;
	text-decoration:none;
}

a.bottomlinks:link,a.bottomlinks:visited,a.bottomlinks:active
{
	font:bold 10px verdana ;
	color: #000000;
	text-decoration:underline;
}

a.bottomlinks:hover
{
	font:bold 10px verdana ;
	color: #000000;
	text-decoration: underline;
}

/* Default Settings ends */


/* Form settings */

.FormBodyText								
{
	font:normal 11px arial;
	color:#c4a06e;
	text-decoration:none;
}

.FormLabelText
{
	font:normal 11px arial ;
	color:#c4a06e;
	text-decoration: none;
	text-align:left;
}

.RequiredLabel 							/* for Asterisk mark  */
{
	color:#FF0000;
}

.FormLabelHeader
{
	font:bold 12px arial ;
	color:#5e6e5d;
	text-decoration: none;
	border-left:5px solid #8f776b;
	padding-left:9px;
	height:17px;
}

.FormLabelSubheader
{
	font:bold 11px arial ;
	color:#8d8e8d;
	text-decoration: none;
}

.FormErrorText							/* for Error Text Message  */
{
 	font:normal 11px arial ;
	color:#FF0000;
	text-decoration: none;
  
}

.ErrorMessage							/* for Error Text Message  */
{
 	font:normal 11px arial ;
	color:#FF0000;
	text-decoration: none;
  
}

.FormButton								/* for the button  */
{
	font:normal 11px arial ;
	color: #181c12;
	border: none;
	background-color:#d3d6ab;
	text-align: center;
	vertical-align:middle;
	text-decoration: none;

}

.FormTextField 							/* for the Text Field  */
{
	font:normal 11px arial ;
	color:#000000;
	height:18px;
	border: 1px solid #7f9db9;
	text-decoration: none;
}

.RequiredField 						/* for Mandatory Text Field with. Use with Class.FormTextField */
{
	background-color:#FFFFCC;
}

.FormTableHeader							
{
 	font:normal 11px arial ;
	color:#ffffff;
	background-color:#968982;
	text-decoration: none;
	vertical-align:middle;
	height:20px;
}


.FormTableSubHeader
{
 	font:normal 11px arial ;
	color: #000000;
	background-color:#CCCCCC;
	text-decoration: none;
}

.FormTableRow
{
 	font:normal 11px arial ;
	color: #000000;
	background-color:#DAD4D1;
	text-decoration: none;
	vertical-align:middle;
    height:20px;
}

.FormTableRowAlt
{
 	font:normal 11px arial ;
	color: #000000;
	background-color:#D3C0B6;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
    height:20px;  
}

.FormTabActive						/* for Active Tab Control */
{
 	font:bold 11px arial ;
	color: #ffffff;
	background-color:#917b70;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}

.FormTabInactive					/* for Inactive Tab Control */
{
 	font:bold 11px arial ;
	color: #ffffff;
	background-color:#bcb6b2;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height:20px;
}

.FormTabMouseover					/* for onMouseOver Tab Control */
{
 	font:normal 11px arial ;
	color: #000000;
	background-color:#bcb6b2;
	text-decoration: none;
	cursor:pointer;
}


.FormTextArea						/* for Textarea */
{
	font:normal 11px arial ;
	color: #474d3d;
	width:200px;
	border: 1px solid #999999;
	text-decoration: none;
}

select								/* for Drop down control */
{
	font:normal 11px arial ;
	color:#000000;
	border:1px solid #7f9db9;
	text-decoration: none;
	width:160px;
	height:19px;
}

.HeaderLine
{
	background-color:#916c59;
	height:7px;
	text-decoration: none;
}

.ApplicantName
{
	font:bold 12px arial ;
	color: #000000;
	text-decoration: none;
}

.PaginationText 					/* for Pagination Text  */
{
	color: black;
    font-weight: normal;
	text-decoration: none;    
	cursor: pointer;    
}

.PaginationTextSelected 			/* for Selected Pagination Text  */
{
	color: black;
	font-weight: bold;        
	text-decoration: underline;
	cursor: pointer;
}



a.formlink:link, a.formlink:visited, a.formlink:active
{
	font:normal 11px arial;
	color:#c4a06e;
	text-decoration: underline;
}

a.formlink:hover 
{
	font:normal 11px arial;
	color:#c4a06e;
	text-decoration:underline;
}

/* Form settings ends */


/* Apartment Search Settings*/

.AptiFrameTransbg
{
	background-color:transparent;
}

.AptFormBodyText
{
	font:normal 12px arial;
	color:#FFFFFF;
	text-decoration: none;

}

.AptFormLabelText
{
	font:normal 12px arial;
	color:#FFFFFF;
	text-decoration: none;
	text-align:left;

	
}

.AptSelect
{
	font:normal 12px arial;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
	MAX-Height:35px;
	width: 120px;
}

.AptFormTextField 
{
	font:normal 12px arial;
	color: #000000;
	height:20px;
	width: 100px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
}

.AptFormButton
{
	font:normal 12px arial;
	color: #ffffff;
	border: 1px solid #000000;
	background-color:#4f1a02;
	text-decoration: none;
	cursor:pointer;
	Width:60px;
	text-transform:uppercase;
}

.AptTable    /*for controlling table parameters in aspx*/
{
	text-align:center;
	 border:0px;
	 width:240px;
	 margin:0px;
	 padding:2px;
}

/* Apartment Search Settings*/



/* Login Settings */         /*common setting applicable to both Resident Login and online leasing login*/


.LoginiFrameTransbg
{
            background-color:transparent;
}

.LoginFormLabelText
{
            font:normal 11px verdana ;
            color:#000000;
            text-decoration: none;
}

.LoginSelect
{
            font:normal 11px verdana ;
            color: #000000;
            background-color:#cccccc;
            text-decoration: none;
            MAX-Height:35px;
}

.LoginFormTextField 
{
            font:normal 11px verdana ;
            color: #000000;
            height:20px;
            width: 100px;
            border: 1px solid #999999;
            background-color:#ffffff;
            text-decoration: none;

}

.LoginFormButton
{
	font:normal 11px verdana ;
	color: #000000;
	border: 1px solid #333333;
	background-color:#f2c13a;
	text-decoration: none;
	height:22px;
	cursor:pointer;
	Width:70px;
	vertical-align:middle;
}
 
.LoginRequiredField 
{
            background-color:#d4ecf5;
}

.Loginformlink
{
            font:normal 11px verdana ;
            color:#000000;
            text-decoration: none;
}

a.Loginformlink:link
{
            font:normal 11px verdana ;
            color:#000000;
            text-decoration: none;
}

a.Loginformlink:visited
{
            font:normal 11px verdana ;
            color:#000000;
            text-decoration: none;
}

a.Loginformlink:hover
{
            font:normal 11px verdana ;
            color:#000000;
            text-decoration: none;
}
 
.LoginFormMessageText
{
   	font:bold 11px verdana ;
	color: #876710;
	text-decoration: none;
	font-style:itallic;
	height:30px;
	vertical-alignment:middle;
}

.LoginFormErrorText
{
 	font:normal 11px verdana ;
	color: #EF952C;
	text-decoration: none;
}

.LoginTable
{
	 border:0px;
	 width:300px;
	 margin:0px;
	 padding:2px;
}

/* Login Settings */


/* Editor settings */                                         /* not to change any settings in this section */

.normaltext
{
	font-family: arial; 
	color:#2f1312;
	font-size: 12px; 
	font-weight: normal; 
	text-decoration:none;
	text-align:justify;
	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')
}

/* Editor settings ends */



/* Menu settings */

.hmenubg                                                   /* for horizontal menu background */ 
{
	background-color :#52611e;
}

.hlinkbg                                                  /* for horizontal menu */
{
	font-family:arial;
	font-size:13px;
	font-weight:bolder;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
	background-color:#52611e;
	height:33px;
	line-height:31px;
	
}
a.hlinkbg:link 
{
	font-family:arial;
	font-size:13px;
	font-weight:bolder;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
	background-color:#52611e;
	height:33px;
	line-height:31px;
	display:block;
}

a.hlinkbg:visited
{
	font-family:arial;
	font-size:13px;
	font-weight:bolder;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
	background-color:#52611e;
	height:33px;
	line-height:31px;
	display:block;
	
}
a.hlinkbg:hover 

{
	font-family:arial;
	font-size:13px;
	font-weight:bolder;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
	background-color:#89500d;
	height:33px;
	line-height:31px;
	display:block;
	
}

.activehlinkbg                                                /* for horizontal menu */
{
	font-family:arial;
	font-size:13px;
	font-weight:bolder;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
	background-color:#89500d;
	height:33px;
	display:block;

}
.activehlinkbg a:link  
{
	font-family:arial;
	font-size:13px;
	font-weight:bolder;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
	background-color:#89500d;
	height:33px;
	line-height:31px;
	display:block;
}
.activehlinkbg a:visited  
{
	font-family:arial;
	font-size:13px;
	font-weight:bolder;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
	background-color:#89500d;
	height:33px;
	line-height:31px;
	display:block;
}
.activehlinkbg a:hover 
{
	font-family:arial;
	font-size:13px;
	font-weight:bolder;
	color:#000000;
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
	background-color:#89500d;
	height:33px;
	line-height:31px;
	display:block;
}

.vmenubg                                                  /* for vertical menu background */
{
	height:500px;
	background-image:url(../PropHomeStyle/vmenu_bg.jpg);
	background-repeat:no-repeat;
}

.vlinkbg                                                 /* for vertical menu*/
{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
	text-indent:15px;
	text-decoration: none;
	line-height:24px;
}

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		: 150px;
}

/* Menu settings ends */


/* Section settings */

.blankheader                                          /* when the section has no design applied */
{
	font-family:verdana;
	font-size :13px;
	color:#000;;
	font-weight:bold;
	text-align:left;
	height:15px;
	text-indent:15px;
}


.design1bg
{
	height:95px;
	background-color:#FFFFFF;
	font-family: verdana; 
	color:#ffffff;
	font-size: 11px; 
	font-weight: normal; 
	text-align:justify;
	line-height:15px;
}

.design1header
{
	font-family:arial;
	font-size :16px;
	color:#ffffff;
	font-weight:bolder;
	text-align:left;
	vertical-align:middle;
	height:29px;
	text-indent:17px;
	background-color:#52611e;
}

.design2header
{
	font: 14px normal	 arial;
	color:#181c12;
	text-align:right;
	padding-right:22px;
	vertical-align:middle;
	text-transform:uppercase;
	background-color:#d3d6ab;
	height:29px;
}
.design2bg
{
	background-color:#8a510e;
}


.design3header
{

}

/* Section settings ends */





/* ==== Do not change ==== */

.Edit 			/* used for Page-editor 'Edit button' */
{
	position: relative;
	background:transparent;
	filter:alpha(opacity=100);
	z-index:1;
	text-align:right;
	height:100%;
	width:100%;
	font: 8pt Verdana, sans-serif;
	color: #0000FF; 
	border: dotted #000000;
	border-width: 0px;
} 
/* ===== Do not change ==== */


/* Template specific classes */
.SearchLoginHeader
{
	font:bold 14px arial;
	color:#181c12;
	text-align:right;
	padding-right:22px;
	vertical-align:middle;
	text-transform:uppercase;
	background-color:#d3d6ab;
	height:29px;
}

.Design2_normaltext
{
	font:normal 11px arial;
	color:#c4a06e;
	text-decoration:none;
}
.WhiteBorder
{
	background-color:#ffffff;
	height:1px;
}
.BlackBorder
{
	background-color:#000000;
	height:12px;
}
.GrayBg
{
	background-color:#eeeeee;
}

.Toplink 
{
	font: bold 13px arial;
	color:#000000;
	text-decoration:none;
}


a.Toplink:link,a.Toplink:active, a.Toplink:visited, a.Toplink:hover 
{
	font: bold 13px arial;
	color:#000000;
	text-decoration:none;
}


.iframetransbg
{
background-color:transparent;
}


.iframetransbg
{
background:transparent;
}

.clickhere
{
	font:bold 12px arial;
	color:#FFFFFF;
	text-align:right;
	background-image:url(arrowIcon.gif);
	background-repeat:no-repeat;
	background-position:95% center;
	padding-right:20px;
	height:30px;
	
}

.clickhere a:link 
{
	font:bold 12px arial;
	color:#FFFFFF;
	text-align:right;
	padding-right:20px;
	height:30px;
	
}

.clickhere a:visited 
{
	font:bold 12px arial;
	color:#FFFFFF;
	text-align:right;
	padding-right:20px;
	height:30px;
	
}

.clickhere a:hover
{
	font:bold 12px arial;
	color:#FFFFFF;
	text-align:right;
	padding-right:20px;
	height:30px;
	
}

/* Template specific classes ends */