/* 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;
}


.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;
}

.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;
   	
}

.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-family: Arial;
	color:#333333;
	font-size:11px;
	text-decoration: underline;
	cursor:pointer;
}
a:visited 
{
	font-family:Arial;
	color:#333333;
	font-size:11px;
	text-decoration:underline;
	cursor:pointer;
}
a:hover 
{
	font-family:Arial;
	color:#333333;
	font-size:11px;
	text-decoration:none;
	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;
}

a.bottomlinks:visited
{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	text-decoration: underline;
}

a.bottomlinks:hover
{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

/* 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;
	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
{
	font:bold 13px Arial;
	color: #ffffff;
	border:0px;
	background: url(go_bg.jpg) no-repeat right center;
	height:25px;
	text-decoration: none;
	text-align:center;
	cursor:pointer;
	width:62px;
}

.FormTextField 
{
	font:normal 11px Arial ;
	color: #000000;
	height:18px;
	width: 130px;
	border: 1px solid #999999;
	text-decoration: none;
}

.RequiredField 
{	
	background-color:#d4ecf5;	
}

.RequiredLabel 
{
	color:#EF952C;
	vertical-align:top;
	text-align:center;
	
}

.FormTableHeader
{
 	font:bold 11px Arial ;
	color:#000000;
	background-color:#b4c93e;
	text-decoration: none;
	text-align:left;
	line-height:16px;
	padding-left:2px;
	padding-right:2px;
  
}

.FormTableSubHeader
{
 	font:normal 11px Arial ;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
	
  
}

.FormTablerow
{
 	font:normal 11px Arial ;
	color: #000000;
	background-color:#e3e3e3;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
  
}

.FormTablerowAlt
{
 	font:normal 11px Arial ;
	color: #000000;
	background-color:#efefef;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
  
}

.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;  
}

.FormTextArea
{
	font:normal 11px Arial ;
	color: #000000;
	width:130px;
	text-decoration: none;
	border: 1px solid #999999;
}

Select
{
	font:normal 11px Arial ;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
	width:135px;
	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:#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:normal 11px Arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FormLinks:link
{
	font:normal 11px Arial ;
	color: #155a80;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}


a.FormLinks:visited
{
	font:normal 11px Arial ;
	color: #155a80;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}


a.FormLinks:hover
{
	font:normal 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:left;
	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 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;
	background-color:#FFFFFF;
	text-decoration: none;
	Height:18px;
	width: 100px;
	
	}

.LoginFormTextField 
{
            font:normal 11px Arial ;
            color: #000000;
            height:18px;
            width: 100px;
            border: 1px solid #999999;
            background-color:#ffffff;
            text-decoration: none;

}

.LoginFormButton
{
	font:bold 11px Arial;
	color: #ffffff;
	border: 1px solid #311800;
	text-decoration: none;
	cursor:pointer;
	Width:40px;
	background-image: url(btn-bg.jpg);
	background-repeat: repeat-x;
	height:25px;
	background-color: #663300;
	
}
 
.LoginRequiredField 
{
	font:normal 11px Arial ;
	color: #000000;
	height:18px;
	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: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;
	height:18px;
	height:18px!ie;
	border:0px solid #999999;
}
.AptFormTextField
{
	background:#d3d9e4;
	font:normal 11px arial;
	color: #000000;
	text-decoration: none;
	height:18px;
	border:1px solid #999999;
}
.AptFormButton
{
	font:bold 13px Arial;
	color: #ffffff;
	border:0px;
	background: url(go_bg.jpg) no-repeat right center;
	height:25px;
	text-decoration: none;
	text-align:center;
	cursor:pointer;
	width:44px;
}
.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 */

.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;
}

/* Corporate Search settings */




/* Corporate Featured Property settings */

.FeaturedPropName
{
	background:url(featured_property.png) no-repeat
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 20px;
}

.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:144px;
	height:98px;
	border:0px solid #ffffff;
	text-align:center;
	margin-left:13px;
}

.FeaturedPropLinks
{
	font:normal 11px Arial ;
	color: #15738c;
	text-decoration: none;
              text-align: center;
}

a.FeaturedPropLinks:link
{
	font:normal 11px Arial ;
	color: #15738c;
	text-decoration: none;
              text-align: center;
}


a.FeaturedPropLinks:visited
{
	font:normal 11px Arial ;
	color: #15738c;
	text-decoration: none;
              text-align: center;
}


a.FeaturedPropLinks:hover
{
	font:normal 11px Arial ;
	color: #000000;
	text-decoration: none;
              text-align: center;
}

.FeaturedPropiframetransbg
{
            background:none;
}

/* Corporate Featured Property settings */



/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:14pt;
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	padding-left: 10px;
}


.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, Helvetica, sans-serif;
	font-size:9pt;
	line-height:14pt;
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
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:url(vmenu_bg.jpg) no-repeat top #133f6a;
	padding-top:10px;
}

.vlinkbg                                                 /* for vertical menu*/
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fefefe;
	letter-spacing:;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:2px dotted #597a98;
	height:32px;
	height:30px!ie;
}


.vlinkbg:hover{
        background:url(vmenu_activebg.jpg) left top;
}


.vlinkbg a:link
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fefefe;
	letter-spacing:;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	height:32px;
	height:30px!ie;

}

.vlinkbg a:visited
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fefefe;
	letter-spacing:;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	height:32px;
	height:30px!ie;

}

.vlinkbg a:hover
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fefefe;
	letter-spacing:;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	height:32px;
	height:30px!ie;
	cursor:pointer;
}

.activevlinkbg
{
	background:url(vmenu_activebg.jpg) left top;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fefefe;
	letter-spacing:;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	border-bottom:2px dotted #597a98;
	height:32px;
	height:30px!ie;
}

.activevlinkbg a:link
{
	background:url(vmenu_activebg.jpg) no-repeat left top;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fefefe;
	letter-spacing:;
	text-decoration:none;
	text-transform:uppercase;
	height:32px;
	height:30px!ie;
	cursor:pointer;
}

.activevlinkbg a:visited
{
	background:url(vmenu_activebg.jpg) no-repeat left top;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fefefe;
	letter-spacing:;
	text-decoration:none;
	text-transform:uppercase;
	height:32px;
	height:30px!ie;
	cursor:pointer;
}

.activevlinkbg a:hover
{
	background:url(vmenu_activebg.jpg) no-repeat left top;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fefefe;
	letter-spacing:;
	text-decoration:none;
	text-transform:uppercase;
	height:32px;
	height:30px!ie;
	cursor:pointer;
}

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:20px;
}

.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 */


/* 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;	
}
/* Template specific classes ends */
.FeaturedPropbg
{
   	background:#133f6a;
}

.Apt_bg
{
	background:url(featuredpropbg.jpg) repeat-y;
}

.Apt_Shadow_left
{
	background:url(apt_shadow_left.jpg) repeat-y;
	width:3px;
	width:6px!ie;
}


.Apt_Shadow_right
{
	background:url(apt_shadow_right.jpg) repeat-y;
	width:4px;
	width:7px!ie;
}

.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:6px 18px;
}

.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;
	width:600px;
}
