/* CSS Document */
/* Default Settings */
html
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	scrollbar-face-color : #18546f;
	scrollbar-highlight-color : #5c8da2;
	scrollbar-shadow-color : #5c8da2;
	scrollbar-3dlight-color : #5c8da2;
	scrollbar-arrow-color : #ffffff;
	scrollbar-track-color : #0f2c3b;
	scrollbar-darkshadow-color : #18546f;
	
}
.body
{
background-color:#12171d;
margin-top:20px;
}
.maintablebg                                       /* if the portal has any background colors/image */
{
	background-color:#ffffff;
	border:1px solid #ffffff;
}
.companyname
{
	font-family:Tahoma;
	font-size:16px;
	font-weight:Bold;
	text-decoration:none;
   	color:#000000;
   	background-color:#ffffff;
  
}

.slogan 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
   	color:#ffffff;
  }

.pagetitle					        /* needed only when there is a page title */

{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
   	color:#0d3d53;
   	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-family:Tahoma;
	font-size:10px;
	color:#668b87;
	height:20px;
}

a:link 
{
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}

a:visited 
{
	 font-family:Tahoma;
	 color:#333333;
	 font-size:12px;
	 text-decoration:underline;
}

a:hover 
{
	 font-family:Tahoma;
	 color:#333333;
	 font-size:12px;
	 text-decoration: none;
}
a:active
{
	 font-family:Tahoma;
	 color:#333333;
	 font-size:12px;
	 text-decoration:underline;
}
.bottomlinks                                               
{
	font-family:Tahoma;
	font-size:10px;
	color:#668b87;
	text-decoration:none;
}

a.bottomlinks:link
{
	font-family:Tahoma;
	font-size:10px;
	color:#668b87;
	text-decoration:none;
}

a.bottomlinks:visited
{
	font-family:Tahoma;
	font-size:10px;
	color:#668b87;
	text-decoration:none;
}

a.bottomlinks:hover
{
	font-family:Tahoma;
	font-size:10px;
	color:#668b87;
	text-decoration:underline;
}

/* Default Settings ends */


/* Form settings */

.FormBodyText
{
	font:normal 12px Tahoma ;
	color:#333333;
	text-decoration: none;

}


.FormLabelText
{
	font:normal 12px Tahoma;
	color:#333333;
	text-decoration: none;
	
}

.FormLabelTextHeader
{
	font:bold 13px Tahoma;
	color:#333333;
	text-decoration: none;
}

.FormLabelHeader
{
	
	font:bold 13px Tahoma;
	color: #232728;
	height:10px;
	border-bottom:1px solid #000000;
	padding-left:0px;
	text-decoration: none;
	
}

.FormLabelSubHeader
{

	font:normal 12px Tahoma ;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
	
}

.FormErrorText
{
 	font:normal 13px Tahoma ;
	color: #EF952C;
	text-decoration: none;
  
}


.FormMessageText
{
	 
   	font:bold 12px Tahoma ;
	color: #876710;
	text-decoration: none;
	font-style:itallic;
	height:30px;
	vertical-alignment:middle;
	
}


.FormButton
{
	font:normal 11px Tahoma ;
	color: #a86d02;
	font-weight:bold;
	border: 1px solid #a56900;
	background-image:url(form_btn_bg.jpg);
	background-repeat:repeat-x;
	height:21px;
	text-decoration: none;
	cursor:pointer;
}

.FormTextField 
{
	font:normal 11px Tahoma ;
	color: #000000;
	height:20px;
	width: 100px;
        border: 1px solid #dfdfdf;
        background-color:#eeeeee;
	text-decoration: none;
}

.RequiredField 
{
	background-color:#f7f5ec;
	
}

.RequiredLabel 
{
	color:#EF952C;
	
}

.FormTableHeader
{
 	font:bold 13px Tahoma ;
	color:#ffffff;
	background-color:#184d91;
	text-decoration: none;
	text-align:left;
	padding-left:5px;
	height:20px;
	vertical-align:middle;	
  
}

.FormTableSubHeader
{
 	font:normal 12px Tahoma ;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
	
  
}

.FormTablerow
{
 	font:normal 13px Tahoma ;
	color: #000000;
	background-color:#dce4ee;
	text-decoration: none;
	height:22px;
	text-align:left;
	padding-left:5px;
	height:17px;
	vertical-align:middle;
  
}

.FormTablerowAlt
{
 	font:normal 13px Tahoma ;
	color: #000000;
	background-color:#f0f0f0;
	text-decoration: none;
	height:22px;
	text-align:left;
	padding-left:5px;
	height:17px;
	vertical-align:middle;
  
}

.FormTabActive
{
 	font:normal 12px Tahoma ;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
  
}

.FormTabInactive
{
 	font:normal 12px Tahoma ;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
  
}

.FormTextArea
{
	font:normal 12px Tahoma ;
	color: #000000;
	background-color:#cccccc;
	width:100px;
	text-decoration: none;
}

Select
{
	font:normal 11px Tahoma ;
	color: #000000;
	border: 1px solid #dfdfdf;
        background-color:#eeeeee;
	text-decoration: none;
	Height:30px!ie;
	Height:18px;
	width:151px;
}



.ApplicantName
{
	font:bold 12px Tahoma ;
	color: #000000;
	text-decoration: none;
}

.ProfileTablebg
{
	background-color:#efefef;
}


.iframetransbg 

{
	background-color:#ffffff;
	padding-left:10px;
}

.FormLinks
{
	font:normal 13px Tahoma ;
	color: #15738c;
	text-decoration:underline;
}

a.FormLinks:link
{
	font:normal 13px Tahoma ;
	color: #15738c;
	text-decoration:underline;
}


a.FormLinks:visited
{
	font:normal 13px Tahoma ;
	color: #15738c;
	text-decoration:underline;
}


a.FormLinks:hover
{
	font:normal 13px Tahoma ;
	color: #15738c;
	text-decoration: none;
}

.FormFpName
{
	font:bold 14px Tahoma;
	color: #106159;
	text-decoration:underline;
}

a.FormFpName:Link
{
	
	font:bold 14px Tahoma;
	color: #106159;
	text-decoration:underline;
	
}

a.FormFpName:visited
{
	
	font:bold 14px Tahoma;
	color: #106159;
	text-decoration:underline;
	
}

a.FormFpName:hover
{
	
	font:bold 14px Tahoma;
	color: #106159;
	text-decoration:none;
	
}
/* Form settings ends */




/* Apartment Search Settings*/

.AptiFrameTransbg
{
	background:none transparent;
	padding:0px;
	margin:0px;
}

.AptFormBodyText
{
	font:normal 12px Tahoma ;
	color:#ffffff;
	text-decoration: none;

}

.AptFormLabelText
{
	font:normal 12px Tahoma ;
	color:#000000;

	text-decoration: none;
	
}

.AptSelect
{
	font:normal 11px tahoma ;
	color: #666666;
	background-color:#ffffff;
	height:17px;
	width:140px;
}

.AptFormTextField 
{
	font:normal 11px tahoma ;
	color: #666666;
	height:19px;
	width: 100px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
	padding-left:5px;
	width:143px;
}

.AptFormButton
{
	font:normal 11px Tahoma ;
	color: #a86d02;
	font-weight:bold;
	border: 1px solid #a56900;
	background-image:url(form_btn_bg.jpg);
	background-repeat:repeat-x;
	height:21px;
	text-decoration: none;
	cursor:pointer;
}

.AptTable    /*for controlling table parameters in aspx*/
{
	 border:0px;
	 width:300px;
	 margin:0px;
	 padding:2px;
}


.AptTableVertical    /* for controlling Vertical table parameters in aspx */ {
	border:0px solid #000000;
}
.AptTableHorizontal    /* for controlling Horizontal table parameters in aspx */ {
	border:0px;
	width:100%;
	margin-top:0px;
}
.AptFormErrorText {
	font:normal 12px verdana;
	color:##cc0000;
	text-align:left;
	text-decoration: none;
}

/* Apartment Search Settings*/


/*Specials Settings*/

.Specialsbg {
	height:40px;
	/*background-image:url(specials_bg.jpg);
	background-repeat:no-repeat;*/
	background-color:#809c25;
	padding-left:10px;
}
.Specialstext {
	font:bold 12px verdana;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
/*Specials Settings*/


/* floorplan settings starts*/  
.FloorPlanNormalText
{
            font:normal 12px verdana ;
            color:#000000;
            text-decoration: none;
			font-weight:bold;
}

.FloorPlanBedName
{
            font:normal 13px Tahoma;
            color:#184276;
            text-decoration: none;
			font-weight:bold;
}
.FloorPlanLinks
{
	font:normal 13px Tahoma ;
	color: #15738c;
	text-decoration:underline;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	padding-right:15px;
}

a.FloorPlanLinks:link
{

	font:normal 13px Tahoma ;
	color: #15738c;
	text-decoration:underline;
	text-decoration:underline;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
padding-right:15px;
}


a.FloorPlanLinks:visited
{
	font:normal 13px Tahoma ;
	color: #15738c;
	text-decoration:underline;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	padding-right:15px;
}


a.FloorPlanLinks:hover
{
	font:normal 13px Tahoma ;
	color: #15738c;
	text-decoration:underline;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	padding-right:15px;
}
.FloorPlanName
{
	font:bold 12px Tahoma;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanName:link
{
	font:bold 12px Tahoma;
	color: #000000;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}


a.FloorPlanName:visited
{
	font:bold 11px verdana ;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}


a.FloorPlanName:hover
{
	font:bold 12px Tahoma;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FloorPlanbg
{
            background-color:#ebebeb;
}
.FloorPlanHomeDecorImg
{
	background-image: url(homedecorplanner.jpg);
	height:28px;
	width:196px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}
/* floorplan settings ends*/ 


/* Login Settings */         /*common setting applicable to both Resident Login and online leasing login*/


.LoginFrameTransbg
{
          
	background:none transparent;
	padding:0px;
	margin:0px;

}

.LoginFormLabelText
{
            font:normal 12px Tahoma ;
            color:#333333;
            text-decoration: none;
}

.LoginSelect
{
            font:normal 11px Tahoma ;
            color: #333333;
            height:20px;
            width: 105px;
            text-decoration: none;
            
}

.LoginFormTextField 
{
            font:normal 11px Tahoma ;
            color: #333333;
            height:18px;
            width: 105px;
            border: 1px solid #6d6d6d;
            background-color:#f4f5f5;
            text-decoration: none;
	    padding-left:5px;
}

.LoginFormButton
{
	font:normal 11px Tahoma ;
	color: #a86d02;
	font-weight:bold;
	border: 1px solid #a56900;
	background-image:url(form_btn_bg.jpg);
	background-repeat:repeat-x;
	height:21px;
	text-decoration: none;
	cursor:pointer;
}
 
.LoginRequiredField 
{
            background-color:#f7f5ec;
}

.Loginformlink
{
            font:normal 12px Tahoma ;
            color:#106159;
            text-decoration: none;
}

a.Loginformlink:link
{
            font:normal 12px Tahoma ;
            color:#106159;
            text-decoration: underline;
}

a.Loginformlink:visited
{
            font:normal 12px Tahoma ;
            color:#106159;
            text-decoration: underline;
}

a.Loginformlink:hover
{
            font:normal 12px Tahoma ;
            color:#106159;
            text-decoration:none;
}
 
.LoginFormMessageText
{
   	font:bold 12px Tahoma ;
	color: #333333;
	text-decoration: none;
	font-style:itallic;
	height:30px;
	vertical-alignment:middle;
}

.LoginFormErrorText
{
 	font:normal 12px Tahoma ;
	color: #EF952C;
	text-decoration: none;
}

.LoginTable
{
background-color:#eff5f4;
border:1px solid #b7cfcd;
height:246px;
}

/* Login Settings */


/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
	font-family:Tahoma, Tahoma, Arial;
	color:#333333;
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	vertical-align:top;
}

.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:Tahoma, Tahoma, Arial;
	color:#333333;
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	vertical-align:top;
}


/* Editor settings ends */

/* Menu settings */

.hmenubg                                                   /* for horizontal menu background */ 
{
	background-image :url();
}

.hlinkbg                                                  /* for horizontal menu */
{
	font-family:Tahoma;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;	
}

.vmenubg                                                  /* for vertical menu background */
{
background-color:#0c3e54;
border-top:1px solid #79a7b3;
}
.vlinkbg                                                 /* for vertical menu*/
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	text-decoration: none;
	padding-left:5px;
}
a.vlinkbg:link
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	text-decoration: none;
}
a.vlinkbg:visited
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	text-decoration: none;
}
a.vlinkbg:hover
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#b9dfde;				/*b3c9de*/
	vertical-align:middle;
	text-decoration: none;
}
.activevlinkbg
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#b9dfde;
	vertical-align:middle;
	text-decoration: none;
	padding-left:4px;
}
a.activevlinkbg:link
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#b9dfde;
	vertical-align:middle;
	text-decoration: none;
}
a.activevlinkbg:visited
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#b9dfde;
	vertical-align:middle;
	text-decoration: none;
}
a.activevlinkbg:hover
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#b9dfde;
	vertical-align:middle;
	text-decoration: none;
}
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 */

/* ==== Do not change ==== */
.Edit 		
{
	position: relative;
	background:transparent;
	filter:alpha(opacity=100);
	z-index:1;
	text-align:right;
	height:13px;
	width:100%;
	font: 8pt Tahoma, sans-serif;
	color: RoyalBlue; 
	border: dotted #000000;
	border-width: 0px;
} 

/* Section settings */

.design1header
{
	height:40px;
	background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0e3e54;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	vertical-align:middle;
}

.design1bg

{
	background-color:#ffffff;
}
.design2header  /* content main design in black */
{
	
}

.design2bg
{
	
}

.design3header  /* plain black bg */
{
	
}

.design3bg
{
	
}
.blankheader
{
}

/* Section settings ends */


/*Google Map settings start*/

div.gs-street, div.gs-directions {
	font-family:verdana;
	font-size:11px;
}
div.gs-phone, div.gs-city {
	display: inline;
	font-family:verdana;
	font-size:11px;
}
div.gs-title a:link {
	display: inline;
	font-family:verdana;
	font-size:11px;
}
div.gs-region {
	display: inline;
}
div.gs-country {
	display: none;
}
div.gs-directions {
	font-family:verdana;
	font-size:11px;
}
div.gs-label {
	font-family:verdana;
	font-size:11px;
}
.gs-secondary-link {
	font-family:verdana;
	font-size:11px;
}
.gs-watermark {
	font-family:verdana;
	font-size:11px;
}
.MarkerText {
	font:normal 11px verdana;
	color:#003b4b;
}
a.MarkerHeaderText:link, a.MarkerHeaderText:visited, a.MarkerHeaderText:hover {
	font:bold 12px verdana;
	color:#049dc7;
}
.googledir div {
	font:normal 11px verdana;
	color:#000000;
}
.googledir table td {
	font:normal 11px verdana;
	color:#056c87
}
/*Google Map settings end*/





/* Template specific classes */
.toplinksbg
{
background-color:#0d3d53;
border-top:1px solid #ffffff;
}
.toplinks
{
font-family:Tahoma, Tahoma, Arial;
font-size:9px;
text-decoration:none;
text-transform:uppercase;
color:#ffffff;
}
a.toplinks:link
{
font-family:Tahoma, Tahoma, Arial;
font-size:9px;
text-decoration:none;
text-transform:uppercase;
color:#ffffff;
}
a.toplinks:visited
{
font-family:Tahoma, Tahoma, Arial;
font-size:9px;
text-decoration:none;
text-transform:uppercase;
color:#ffffff;
}
a.toplinks:hover
{
font-family:Tahoma, Tahoma, Arial;
font-size:9px;
text-decoration:none;
text-transform:uppercase;
color:#d3d3d3;
}
.logobg
{
/*background-image:url(logo_bg.jpg);
background-repeat:no-repeat;*/
background-color:#edf0f5;
height:190px;
border:1px solid #ffffff;
border-bottom:none;
}
.propaddressbg
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#003682;
padding-top:15px;
background-color:#dce4ee;
border-top:1px solid #ffffff;
border-bottom:none;
}
.propaddress
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#003682;
text-decoration:underline;
}
.propname
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#003682;
text-decoration:none
}

a.propaddress:link
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#003682;
text-decoration:underline;
}
a.propaddress:visited
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#003682;
text-decoration:underline;
}
a.propaddress:hover
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#003682;
text-decoration:none;
}
.aptsearchbg
{
background-image:url(aptsearch_bg.jpg);
background-repeat:no-repeat;
background-color:#5c7520;
}
.aptsearchheader
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
padding-left:10px;
padding-bottom:5px;
}
.loginheader
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#106159;
text-decoration:none;
}
/* Template specific classes */


/*eBrochure Settings*/
.ebroiframetransbg {
	background-color:#0e3e54;
}
.ebrochuremaintable {
	width:730px;
	background-color:#ffffff;
}
.ebrochureinnertable {
	background-color:#506904;
	width:700px;
}
.ebrochureheaderbg {
	height:162px;
	width:700px;
	background-color:#ffffff;

}
.ebrochurecontentbg {

	background-color:#506904;
}
.ebrochurecontentbgcolor {   /* for bottom color of background plain color which comes in a div  */
	background-color:#506904;
}
.ebrochurepropname {
	font:normal 22px calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurepropaddress {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #464646;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurenormaltext {
	font:normal 13px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochuredesign1header { /* Recommended to use eiher this or ebrochuredottedhorizontalseparator; Do not remove this comment */
	font:normal 16px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#95ab46;
	height:30px;
	text-transform:uppercase;
}
.ebrochuredottedhorizontalseparator { /* Recommended to use eiher this or ebrochuredesign1header; Do not remove this comment */
	/*background:url(dottedhoriline.gif) left bottom repeat-x;*/
	height:1px;
}
.ebrochuredesign2header {
	font:normal 24px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurelink {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #0e3e54;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:link {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #0e3e54;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:visited {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #0e3e54;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:hover {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #0e3e54;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochureprinticon {
	height:62px;
	width:56px;
	background-image:url(print.png);
	background-repeat:no-repeat;
}
.ebrochurerefericon {
	height:62px;
	width:72px;
	background-image:url(refer_friend.png);
	background-repeat:no-repeat;
}
.ebrochurefootertext {
	font:normal 12px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	text-align:center;
	background-color:#0e3e54;
	height:22px;
	padding-left:11px;
}
.ebrochuremapdimensions {    /* for map dimensions  */
	width:550px;
	height:350px;
}
.ebrochurebullet {    /* for bullets of headers  */
	background-image:url(headersubbullet.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	width:5px;
	height:5px;
}
.ebrochureverticalseparator {
	background-image:url(verti_seprator.gif);
	background-repeat:repeat-y;
	width:13px;
}
.ebrochurepropertythumbnail {
	height:126px;
	width:160px;
	border: 1px solid #ffffff;
	float:right;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
.ebrochurehorizontalseparator {
	background-image:url(hori_seprator.gif);
	background-repeat:repeat-x;
	height:13px;
}
.ebrochurehorizontalcolorseparator {
	background-color:#000000;
	height:10px;
}
.ebrochuretopleftcorner {
	background-image:url(top_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretoprightcorner {
	background-image:url(top_rightcorner.png);
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochurebotleftcorner {
	background-image:url(bot_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner {
	background-image:url(bot_rightcorner.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochuretopshadow {
	background-image:url(top_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochureleftshadow {
	background-image:url(left_shadow.png);
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochurebottomshadow {
	background-image:url(bottom_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurerightshadow {
	background-image:url(right_shadow.png);
	background-position:left;
	background-repeat:repeat-y;
}

.ebrochuredatetime {
	font:bold 12px Verdana;
	color: #ffffff;
	text-decoration:none;
	height:30px;
	text-align:right;
	background-color:#0e3e54;
}
/*eBrochure Settings ends*/


.propdes_bg
{
background-color:#eff5f4;
border:1px solid #b7cfcd;
padding:10px;
}
.amenitiesheading
{
 height:30px;
 font-family:Georgia, "Times New Roman", Times, serif;
 color:#a4cc0e;
 font-size:16px;
 font-weight:normal;
 text-decoration:none;

}
.whitetext
{
 font-family:Tahoma;
 color:#ffffff;
 font-size:11px;
 font-weight:normal;
 text-decoration:none;
}
.ebrochure_header
{
 height:30px;
 font-family:Georgia, "Times New Roman", Times, serif;
 color:#0e3e54;
 font-size:18px;
 font-weight:normal;
 text-decoration:none;
} 
/*e brochure classes ends*/


/*eBrochure Settings ends*/
.redtext
{
 font-family:Tahoma;
 color:#b77a15;
 font-size:11px;
 font-weight:normal;
 text-decoration:none;
}
.mapborder
{
border:1px solid #b7cfcd;
}


/*propertylisting table classes*/
.propertylistingtable
{
 background-color:#eff5f4;
 border:1px solid #b7cfcd;
 font-family:Tahoma;
 color:#333333;
 font-size:11px;
 font-weight:normal;
 text-decoration:none;
}
.propertylisting_header
{
 background-color:#6fa09c;
font-family:Georgia, "Times New Roman", Times, serif;
 color:#ffffff;
 font-size:12px;
 font-weightbold;
 text-decoration:none;
}
.greentext
{
 font-family:Tahoma;
 color:#4c7c78;
 font-size:11px;
 font-weight:normal;
 text-decoration:none;
}
a.greentext:link
{
 font-family:Tahoma;
 color:#ff0000;
 font-size:11px;
 font-weight:normal;
 text-decoration:underline;
}
a.greentext:visited
{
 font-family:Tahoma;
 color:#4c7c78;
 font-size:11px;
 font-weight:normal;
 text-decoration:underline;
}
a.greentext:hover
{
 font-family:Tahoma;
 color:#4c7c78;
 font-size:11px;
 font-weight:normal;
 text-decoration:none;
}

.FormBullet
{
 background-image:url(bullet.png);
 background-repeat:no-repeat;
 background-position:4px 5px;
 width:9px;
 height:6px;
}
/*property listing settings ends*/