/* CSS Document */
/* Default Settings */


body
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;
}

body a:link, body a:visited
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
body a:hover
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:none;
}

.bodycolor
{
	background-color:#f8f8f8;
}

.maintablebg                                       /* if the portal has any background colors/image 

*/
{
	background-image:url(header-rep.jpg);
	background-repeat:repeat-x;
	background-color:#e8e8e8;

}
.footertext                                              /* copyright text */
{	
	font-size: 12px; 
	font-family: arial;
	font-weight:normal;
	color:#686767;
	vertical-align:middle;
	text-decoration: none;
	text-align:right;
	
}

a:link 
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	
	
}
a:visited 
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover 
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:none;
}


.bottomlinks                                               
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#e0e0e0;
	text-align:center;
	text-decoration:none;
	background-color:#007bbf;
	height:26px;
}

.bottomlinks a:link
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#e0e0e0;
	text-align:center;
	text-decoration:none;
}

.bottomlinks a:visited
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#e0e0e0;
	text-align:center;
	text-decoration:none;
}

.bottomlinks a:hover
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#e0e0e0;
	text-align:center;
	text-decoration:none;
}


.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:#666666;
	text-decoration: none;
}

.FormLabelText
{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}

.RequiredLabel 
{
	color:#a95534;
}

.FormLabelHeader
{
	background-color:#143f71;
	font:bold 13px Arial;
	color: #ffffff;
	height:25px;
	padding:2px 5px 2px 5px;
	text-decoration: none;
}

.FormLabelSubheader
{
	font:bold 12px Arial ;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

.FormErrorText
{
	font:bold 12px Arial ;
	color: #a95534;
	text-decoration: none;
}

.FormButton
{
	font-family:arial ;
	font-size:12px;
	font-weight:normal;
	color: #ffffff;
	background-color:#007bbf;
	text-decoration: none;
	border:1px solid #ffffff;
	line-height:14px;
	cursor:pointer;
	outline:none;
	padding:2px;
}

.FormLabelTextHeader				/* used for form labels e.g. username, password..etc */
{
	font:bold 12px arial;
	color:#000000;
	text-decoration: none;
}

.FormTextField 
{
	font:normal 12px arial;
	color: #000000;
	height:20px;
	width: 120px;
	border: 1px solid #666666;
	background-color:#d9d9d9;
	text-decoration: none;
}

.RequiredField 
{
background-color:#dae9f5;
}

/* 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:#638ab3;
	text-decoration: none;
	text-align:left;
	height:27px;
}
.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}

.FormTableSubheader
{
	font:normal 12px arial;
	color: #000000;
	background-color:#e9f0f5;
	text-decoration: none;
}

.FormTableRow
{
 	font:normal 12px Arial ;
	color: #000000;
	background-color:#d5e1f0;
	text-decoration: none;
	height:25px;
	text-align:left;
	padding-left:5px;
}

.FormTableRow td
{
	padding:5px;
}


.FormTableRowAlt
{
 	font:normal 12px Arial ;
	color: #000000;
	background-color:#b9cce0;
	text-decoration: none;
	height:25px;
	text-align:left;
   padding-left:5px;
	  
}

.FormTableRowAlt td
{
	padding:5px;
}

.FormTabActive
{
	font:bold 12px arial;
	color: #ffffff;
	background-image:url(tabactive.png);
	background-repeat:no-repeat;
	height:29px;
	width:150px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}

.FormTabInactive
{
	font:normal 12px arial;
	color: #ffffff;
	background-image:url(tabinactive.png);
	background-repeat:no-repeat;
	height:29px;
	width:150px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}


.FormTableSubrow
{
 	 font:normal 12px arial;
 	color: #000000;
	background-color:68819e;
 	height:30px;
 	text-align:left;
 	text-decoration: none;
}

.FormTableFooter
{
  	font:normal 12px arial ;
 	color:#000000;
 	background-color:#686d73;
 	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 12px arial ;
 	color:#000000;
 	background-color:#686d73;
	text-decoration: none;
	cursor:pointer;
  
}

.FormTextArea
{
	font:normal 12px arial;
	color: #666666;
	height:70px;
	width:100px;
	text-decoration: none;
	border: 1px solid #666666;
	background-color:#d9d9d9;
}

.FormTermsTextArea
{ 
 font:normal 11px verdana ;
 color: #000000;
 text-decoration: none;
 border:1px solid #c2c2c2;
  background-color:#ffffff;
  padding:5px;
 overflow:auto;
  width:98%;
  height:80px;
}


select
{
	font:normal 12px arial ;
	color: #666666;
	border: 1px solid #666666;
	background-color:#d9d9d9;
	text-decoration: none;
}
.FormBullet
{
	background-image:url(bullet.gif);
	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;
}

.applicantsummarybg
{
	border:1px solid #999999;
	padding:5px;

}


.ProfileTablebg
{
	background-color:#d8d8d8;
	padding:10px;
	border:1px solid #999999;
}

.ProfiletableText
{
	font:bold 11px arial ;
	color: #000000;
	text-align:left;
}

.ProfileFormLinks
{
	font:bold 11px arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
}

a.ProfileFormLinks:link
{
	font:bold 11px arial ;
	color: #155a80;
	text-decoration: underline;
	text-align:left;
}


a.ProfileFormLinks:visited
{
	font:bold 11px arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
}


a.ProfileFormLinks:hover
{
	font:bold 11px arial ;
	color: #15738c;
	text-decoration: underline;
	text-align:left;
}

.iframetransbg {
 background:none transparent;
 padding-left:0px;
}

.iframepopupbg  		/*SP7 class*/ 
{
background-color:#ffffff;
}

.FormLinks
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

a.FormLinks:link
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}


a.FormLinks:visited
{
	font-family:Arial;
	font-size:12px;
	color:#0372ae;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}


a.FormLinks:hover
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.FormPageNumber
{
	font:normal 11px arial;
	color:#686d73;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}
.ActiveFormPageNumber
{
	font:bold 11px arial;
	color:#686d73;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}

.FormPageNumberdivider
{
	font:normal 11px arial;
	color:#686d73;
	text-align:left;
	text-decoration:none;
}

.FormFPName{
	font:bold 13px arial ;
	color: #164174;
	text-decoration:underline;
	text-align:left;
 cursor:pointer;
}

.FormFPName:link{
	font:bold 13px arial ;
	color: #164174;
	text-decoration:underline;
	text-align:left;
 	cursor:pointer;
}
.FormFPName:visited{
	font:bold 13px arial ;
	color: #164174;
	text-decoration:underline;
	text-align:left;
 	cursor:pointer;
}
.FormFPName:hover{
	font:bold 13px arial ;
	color: #000000;
	text-decoration:none;
	text-align:left;
 	cursor:pointer;
}

.FormMessageText
{
	font:bold 12px Arial ;
	color: #a95534;
	text-decoration: none;
	font-style:itallic;
	vertical-alignment:middle;
}

form
{
	padding:0px;
	margin:0px;
}
/* Form settings ends */


/* Login Settings */           /*common setting applicable to both Resident Login and online leasing 

login*/


.LoginiFrameTransbg
{
            background:none transparent;
}

.LoginFormLabelText

{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}

.LoginSelect
{
	font:normal 12px arial ;
	color: #666666;
	border: 1px solid #666666;
	background-color:#d9d9d9;
	text-decoration: none;
	MAX-Height:35px;
}

.LoginFormTextField 
{
	font:normal 12px arial;
	color: #000000;
	height:20px;
	width: 120px;
	border: 1px solid #666666;
	background-color:#d9d9d9;
	text-decoration: none;

}

.LoginFormButton
{
	font-family:arial ;
	font-size:12px;
	font-weight:normal;
	color: #ffffff;
	background-color:#007bbf;
	text-decoration: none;
	border:1px solid #ffffff;
	line-height:14px;
	cursor:pointer;
	outline:none;
	padding:2px;
}
 
.LoginRequiredField 
{
 	background-color:#dae9f5;
}

.Loginformlink
{
	font:normal 12px arial ;
	color: #666666;
	text-decoration:underline;
	text-align:left;
}

a.Loginformlink:link
{
	font:normal 12px arial ;
	color: #666666;
	text-decoration:underline;
	text-align:left;
 	cursor:pointer;   
}

a.Loginformlink:visited
{
	font:normal 12px arial ;
	color: #666666;
	text-decoration:underline;
	text-align:left;
 	cursor:pointer;  
}

a.Loginformlink:hover
{
	font:normal 12px arial ;
	color: #666666;
	text-decoration:none;
	text-align:left;
 	cursor:pointer;  
}
 
.LoginFormMessageText
{
   	font:bold 12px Arial ;
		color: #ce6c03;
		text-decoration: none;
		vertical-alignment:middle;
		text-align:left;
		font-style:itallic;
}

.LoginFormErrorText
{
 	font:bold 12px Arial ;
	color: #a95534;
	text-decoration: none;
}

.LoginTableHome
{
  border:0px;
  width:300px;
  margin:0px;
  padding:2px;
}

.LoginTableInner
{
  border:1px;
  width:500px;
  margin:0px;
}

/* Login Settings */


/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
	font-family: Arial; 
	font-size: 12px; 
	color:#000000;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	vertical-align:top;
	text-align:left;
}

.allcaps
{
	text-decoration: none; 
	text-transform: uppercase
}

.initialcaps
{
	text-decoration: none; 
	text-transform: capitalize
}

.lowercase
{
	text-decoration: none; 
	text-transform: lowercase
}

.shadow
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4)
}

.glow
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.Glow(color='gray', Strength='5')
}

.motionblur
{
	height:10px;
	filter:progid:DXImageTransform.Microsoft.MotionBlur(Strength=10, Direction=45, Add='true')
}


p 
{
	font-family: arial; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
}


/* Editor settings ends */

.vmenubg      
{
	background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;
	width:221px;
	padding-left:10px;
}
.VerticalMenuHeader
{
	font-family:Arial;
	font-size:16px;
	color:#143f71;
	font-weight:bold;
	text-decoration:none;
	text-indent:3px;
	height:25px;
}

.vlinkbg   
{

	font-family:Arial;
	font-size:12px;
	color:#666563;
	font-weight:normal;
	text-decoration:none;	
	vertical-align:middle;
	text-align:left;
	line-height:20px;
	/*background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;
	width:221px;*/
	text-transform:uppercase;

}

.vlinkbg a:link 
{

	font-family:Arial;
	font-size:12px;
	color:#666563;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:20px;
	width:221px;

}

.vlinkbg a:visited   
{

	font-family:Arial;
	font-size:12px;
	color:#666563;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:20px;
	width:221px;

}

.vlinkbg a:hover                                               
{

	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:20px;
	width:221px;

}

.activevlinkbg                                                 
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:20px;
	/*padding-left:20px;
	background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;*/
	width:221px;
	text-transform:uppercase;
}

.activevlinkbg a:link, .activevlinkbg a:visited, .activevlinkbg a:hover                                             
{
	font-family:Arial;
	font-size:12px;
	color:#143f71;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:20px;
	text-transform:uppercase;
}

.vlinkbg_active                                           
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:28px;
	padding-left:5px;
	/*background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;
	width:221px;*/
	text-transform:uppercase;
}

.vlinkbg_active a:link, .vlinkbg_active a:visited, .vlinkbg_active a:hover                                             
{
	font-family:Arial;
	font-size:12px;
	color:#143f71;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:28px;
	text-transform:uppercase;
}

.hlinkbg                                              
{
	font-family:Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:42px;
	text-transform:uppercase;
	
}


.hlinkbg a:link                                               
{
	font-family:Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:42px;
	text-transform:uppercase;
}

.hlinkbg a:visited
{
	font-family:Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:42px;
	text-transform:uppercase;
}

.hlinkbg a:hover
{
	font-family:Arial;
	font-size:14px;
	color:#007bbf;
	font-weight:bold;
	letter-spacing:;
	text-decoration:none;
	vertical-align:middle;
	height:42px;
	text-transform:uppercase;
}



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;
	color:#666666;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	height:25px;
}


.design1header
{
	font-family:Arial;
	color:#164274;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	background-image:url(design1head-bg.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	height:42px;

	
}

.design1bg

{

	
	
}

.design2header
{
	

}

.design2bg

{
	
}


.design3header
{
	
}

.design3bg

{
	
}

H1
{
	font-family:Arial;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-bottom:14px;
	padding-left:5px;
	
}

H2
{
	font-family:Arial;
	color:#666666;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
		
}

H3
{
	font-family:Arial;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
		
}

/* Section settings ends */
/* Events Calender starts */

.calenderborderleft
{
	border-left:1px solid #637577;
	border-top:1px solid #63757;
	font-family: arial; 
	color:#fc9402;
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
}

.calenderborderright
{
	border-right:1px solid #637577;
	border-bottom:1px solid #637577;
	font-family: arial; 
	color:#fc9402;
	font-size: 11px; 
	font-weight: bold; 
	width:50px;
	height:50px;
	text-decoration: none; 

}
.EventDetailHeader
{
	background-color:#106582;
	font:bold 12px arial;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	height:27px;
	padding-left:10px;
}

/*events calender ends */

/* Template specific classes */

.Topmenubg
{
	background-color:#007bbf;
}

.Toplinks
{
	font-family:Arial Narrow;
 	font-size:12px;
 	color:#dadada;
 	font-weight:normal;
 	text-decoration:none;
	white-space:nowrap;
}

.Toplinks a:link, .Toplinks a:visited, .Toplinks a:hover
{
	font-family:Arial Narrow;
 	font-size:12px;
 	color:#dadada;
 	font-weight:normal;
 	text-decoration:none;
	white-space:nowrap;
}

.SearchFormTextField {
	font:normal 12px arial;
	color: #767474;
	height:15px;
	width: 102px;
	border: 1px solid #aaaaaa;
	border-right:0px;
	background-color:#ffffff;
	text-decoration: none;
}

.footerbg
{
	background-image:url(Footerbg.jpg);
	background-repeat:repeat-x;
	height:75px;
}

.footerbgBlueStrip
{
	background-image:url(FooterBg_blueStrip.jpg);
	background-repeat:repeat-x;
	height:75px;
}

.Lefthead
{
	background-image:url(Lt-sectionHead.jpg);
	background-repeat:repeat-x;
	height:44px;
	width:221px;
	font:normal 18px Arial;
	color: #174175;
	padding-left:20px;
	line-height:44px;
}

.Leftbtm
{
	background-image:url(Lt-sectionbtm.jpg);
	background-repeat:repeat-x;
	height:8px;
	width:221px;
}

.List
{
	font-family:Arial;
	font-size:14px;
	color:#666563;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:32px;
	padding-left:20px;
	background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;
	width:221px;
	list-style-type:disc;

}

.List a:link, .List a:visited, .List a:hover
{
	font-family:Arial;
	font-size:14px;
	color:#666563;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	line-height:32px;
	padding-left:20px;
	background-image:url(Vmenubg-rep.jpg);
	background-repeat:repeat-y;
	width:221px;
	list-style-type:disc;

}