/* Default Settings */

body
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	scrollbar-face-color : #dcd1a4;
	scrollbar-highlight-color : #dcd1a4;
	scrollbar-shadow-color : #573410;
	scrollbar-3dlight-color : #573410;
	scrollbar-arrow-color : #573410;
	scrollbar-track-color : #cdb881;
	scrollbar-darkshadow-color : #dcd1a4;
}

.mainbg
{
	background-image:url(bg.jpg);
	margin:0px;
	padding:0px;
}

.maintablebg                                       /* if the portal has any background colors/image */
{
	background-color:#dcd1a4;
	padding:2px;
	border:1px solid #917f5f;
}

.companyname
{
	font-family:verdana;
	font-size:16px;
	font-weight:Bold;
	text-decoration:none;
   	color:#000000;
   	background-color:#ffffff;
}

.slogan 
{
	font-family:Arial;
	font-size:21px;
	font-weight:normal;
	text-decoration:none;
   	color:#573410;
   	background-image:url(slogan-bg.jpg);
   	height:50px;
   	width:331px;
	background-repeat:no-repeat;
	padding-left:15px;
	font-style:italic;
}

.pagetitle					        /* needed only when there is a page title */
{
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
   	color:#000000;
   	background-color:#ffffff;
}

.pagesubheader					        /* needed only when there is a page title */
{
	font-family:verdana;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#573410
}

.footertext                                              /* copyright text */
{	
	font-family:Arial;
	font-size:10px;
	color:#D0C8A7;
	text-decoration: none;
}

body a:link 
{
	font-family:Arial;
	color:#472a18;
	text-decoration: underline;
	font-size:12px;
	font-weight:normal;
	cursor: pointer;
}

body a:visited 
{
	font-family:Arial;
	color:#472a18;
	text-decoration: underline;
	font-size:12px;
	cursor: pointer;
}

body a:hover 
{
	font-family:Arial;
	color:#000000;
	text-decoration: underline;
	font-size:12px;
	cursor: pointer;
}

.bottomlinks                                               
{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a.bottomlinks:link
{
	font-family:verdana;
	color:#000000;
	text-decoration: underline;
}

a.bottomlinks:visited
{
	font-family:verdana;
	color:#000000;
	text-decoration: underline;
}

a.bottomlinks:hover
{
	font-family:verdana;
	color:#000000;
	text-decoration: underline;
}

/* Default Settings ends */


/* Form settings */

.errorMessage
{
	font:normal 11px arial ;
	color:#8d2300;
	text-decoration: none;
}

.FormBodyText
{
	font:normal 11px arial ;
	color:#000000;
	text-decoration: none;
	text-align:left;
}

.FormLabelText
{
	font-family:arial ;
	font-size:11px ;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
	text-align:left;
}

.FormLabelTextHeader
{
	font:bold 11px verdana;
	color:#000000;
	text-decoration: none;
}

.FormLabelHeader
{
	font:bold 13px Verdana;
	color: ##402311;
	height:10px;
	border-bottom:2px solid #666633;
	padding-left:0px;
	text-decoration: none;
}

.FormLabelSubHeader
{
	font:normal 11px verdana ;
	color: #3f3f3f;
	text-decoration: none;
	font-weight:bold;
}

.FormErrorText
{
 	font-family:verdana ;
	font-size:10px ;
	font-weight:normal;
	color: #7a0000;
	text-decoration: none;
	white-space:nowrap;
}

.FormMessageText
{
 	font-family:verdana ;
	font-size:11px ;
	font-weight:normal;
	color: #fd7202;
	text-decoration: none;
}

.FormButton
{
	font-family:verdana ;
 	font-size:10px ;
	font-weight:normal;
 	color:#ffffff;
 	text-decoration: none;
 	border:1px solid #ffffff;
 	background-image:url(formbtn_bg.jpg);
 	background-repeat:repeat-x;
 	vertical-align:middle;
	padding:3px;
 	cursor:pointer;
}

.FormStatusButton
{
	font-family:verdana ;
 	font-size:10px ;
	font-weight:normal;
 	color:#ffffff;
 	text-decoration: none;
 	border:1px solid #ffffff;
 	background-image:url(formbtn_bg.jpg);
 	background-repeat:repeat-x;
 	vertical-align:middle;
	padding:3px;
 	cursor:pointer;
}

.FormTextField 
{
	font-family:arial;
	font-size:10px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	border-top:1px solid #a76b2c;
	border-bottom:1px solid #a76b2c;
	border-right: 1px solid #a76b2c;
	border-left: 1px solid #a76b2c;
	width:112px;
}

.RequiredField 
{
	background-color:#e7d27b;
}

.RequiredLabel 
{
	color:#cf771c;
	font-size:11px;
}

.formtableborder
{
	border:1px solid #034a60;
}

.FormTableHeader
{
 	font:bold 11px verdana ;
	color:#ffffff;
	background-color:#857c37;
	text-decoration: none;
	text-align:left;
	height:25px;
}

.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}

.FormTableSubHeader
{
 	font:normal 11px verdana ;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
}

.FormTablerow
{
 	font:normal 11px verdana ;
	color: #000000;
	background-color:#bcab69;
	text-decoration: none;
	height:22px;
	text-align:left;
}

.FormTablerowAlt
{
 	font:normal 11px verdana ;
	color: #000000;
	background-color:#beb079;
	text-decoration: none;
	height:22px;
	text-align:left;
}

.FormTabActive
{
 	font:normal 12px verdana ;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
}

.FormTabInactive
{
 	font:normal 12px verdana ;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
}

.FormTableSubrow {
	font:normal 10px verdana;
	color: #000000;
	height:30px;
	text-align:left;
	text-decoration: none;
}

.FormTableFooter {
	font:bold 11px verdana;
	color:#000000;
	background-color:#b4c93e;
	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;
}

.FormTextArea
{
	font-family:arial;
	font-size:10px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	border-top:1px solid #a76b2c;
	border-bottom:1px solid #a76b2c;
	border-right: 1px solid #a76b2c;
	border-left: 1px solid #a76b2c;
	width:112px;
}

Select
{
	font-family:arial ;
	font-size:10px ;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	border-top:1px solid #a76b2c;
	border-bottom:1px solid #a76b2c;
	border-right: 1px solid #a76b2c;
	border-left: 1px solid #a76b2c;
	width:114px;
}


.FormBullet {
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../templates/Resprophomestyle/bullet.png');
	background-repeat:no-repeat;
	background-position:left top;
	width:10px;
}

.FormBullet[class] {
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:10px;
}

.FormImage {
	border: dashed 1px #f49602;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

hr {
	color:#546401;
	height: 1px;
	border: 0;
	width: 100%;
}

.iFrameTransbg
{
	background:transparent none;
}

.FormLinks
{
	font:normal 12px arial ;
	color: #472a18;
	text-decoration: underline;
	cursor: pointer;
}

a.FormLinks:link
{
	font:normal 12px arial ;
	color: #472a18;
	text-decoration: underline;
	cursor: pointer;
}

a.FormLinks:visited
{
	font:normal 12px arial ;
	color: #472a18;
	text-decoration: underline;
	cursor: pointer;
}

a.FormLinks:hover
{
	font:normal 12px arial;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.FormPageNumber
{
	font:bold 11px verdana;
	color:#555555;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

.ActiveFormPageNumber
{
	font:bold 13px verdana;
	color:#000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

.FormFpName
{
	font:bold 12px Verdana;
	color: #000000;
	text-decoration:underline;
	cursor: pointer;
}

a.FormFpName:Link
{
	font:bold 12px Verdana;
	color: #000000;
	text-decoration:underline;
	cursor: pointer;
}

a.FormFpName:visited
{
	font:bold 12px Verdana;
	color: #000000;
	text-decoration:underline;
	cursor: pointer;
}

a.FormFpName:hover
{
	font:bold 12px Verdana;
	color: #000000;
	text-decoration:underline;
	cursor: pointer;
}

.FormPageNumberdivider
{
	font:bold 11px verdana;
	color:#000000;
	text-align:right;
	text-decoration:none;
}

/* Form settings ends */

/* floorplan settings starts*/  

.FloorPlanNormalText {
	font:normal 12px verdana;
	color:#595959;
	text-decoration: none;
	font-weight:bold;
}

.FloorPlanBedName {
	font:normal 13px verdana;
	color:#7d461d;
	text-decoration: none;
	font-weight:bold;
}

.FloorPlanLinks
{
	font:bold 11px verdana;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanLinks:link
{
	font:bold 11px verdana;
	color: #000000;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanLinks:visited
{
	font:bold 11px verdana;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanLinks:hover
{
	font:bold 11px verdana;
	color: #595959;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}

.FloorPlanName
{
	font:bold 11px verdana;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

a.FloorPlanName:link
{
	font:bold 11px verdana;
	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 11px verdana;
	color: #000000;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}

.FloorPlanbg
{
	background-color:#F7EBBC;
}

.FloorPlanHomeDecorImg
{
	background-image: url(homedecorplanner.jpg);
	height:41px;
	width:238px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}

form
{
	padding:0px;
	margin:0px;
}

/* floorplan settings ends*/ 

/*eBrochure Settings*/

.ebroiframetransbg 
{
	background-image:url(bg.jpg);
}

.ebrochuremaintable 
{
	width:730px;
	background-color:#7d461d;
}

.ebrochureinnertable 
{
	width:700px;
}

.ebrochureheaderbg 
{
	height:162px;
	width:700px;
	background-color:#DCD1A4;
	background-image:url(headerbg.jpg) no-repeat;
}

.ebrochurecontentbg 
{
	background-color:#dcd1a4;
}

.ebrochurecontentbgcolor /* for bottom color of background plain color which comes in a div  */
{   
	background-color:#dcd1a4;
}

.ebrochurepropname 
{
	font:normal 22px Arial;
	color:#4F4C21;
	text-decoration:none;
	vertical-alignment:middle;
}

.ebrochurepropaddress 
{
	font:normal 15px Arial;
	color:#4F4C21;
	text-decoration:none;
	vertical-alignment:middle;
}

.ebrochurenormaltext 
{
	font:normal 13px Arial;
	color:#000000;
	text-decoration:none;
	vertical-alignment:middle;
}

.ebrochuredesign1header /* Recommended to use eiher this or ebrochuredottedhorizontalseparator; Do not remove this comment */
{ 
	font:normal 20px Arial;
	color: #ffffff;
	text-decoration: none;
	background:#857c37;
	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 Arial;
	color:#56340F;
	vertical-alignment:middle;
}

.ebrochurelink 
{
	font:normal 15px Arial;
	color:#4F4C21;
	text-decoration: underline;
	vertical-alignment:middle;
}

a.ebrochurelink:link 
{
	font:normal 15px Arial;
	color:#4F4C21;
	text-decoration: underline;
	vertical-alignment:middle;
}

a.ebrochurelink:visited 
{
	font:normal 15px Arial;
	color:#4F4C21;
	text-decoration: underline;
	vertical-alignment:middle;
}

a.ebrochurelink:hover 
{
	font:normal 15px Arial;
	color:#4F4C21;
	text-decoration: none;
	vertical-alignment:middle;
}

.ebrochureprinticon 
{
	height:62px;
	width:56px;
	background:url(print_ebro.jpg) no-repeat;
}

.ebrochurerefericon 
{
	height:72px;
	width:72px;
	background:url(refer_friend.jpg) no-repeat;
}

.ebrochurefootertext 
{
	font:normal 12px Arial;
	color:#000000;
	text-decoration: none;
	height:22px;
	padding-left:0px 0px 0px 11px;
	background-color: #DCD1A4;
	padding-left:5px;
}

.ebrochuremapdimensions 
{    /* for map dimensions  */
	width:550px;
	height:350px;
}

.ebrochurebullet 
{    /* for bullets of headers  */
	width:5px;
	height:5px;
	background:url(headersubbullet.gif) left 6px no-repeat;
}

.ebrochureverticalseparator 
{
	width:13px;
	background-image:url(verti_seprator.gif) repeat-y;
}

.ebrochurepropertythumbnail 
{
	border: 1px solid #999999;
	height:126px;
	width:160px;
	float:right;
	padding:0px 10px 10px 10px;
}

.ebrochurehorizontalseparator 
{
	height:13px;
	background-image:url(hori_seprator.jpg) repeat-x;

}

.ebrochurehorizontalcolorseparator 
{
	height:10px;
	background-color:#bcab69;
}

.ebrochuretopleftcorner 
{
	height:23px;
	width:9px;
	background-image:url(top_leftcorner.png) no-repeat;
	background-position:right;
}

.ebrochuretoprightcorner 
{
	height:23px;
	width:9px;
	background-image:url(top_rightcorner.png) no-repeat;
	background-position:left;
}

.ebrochurebotleftcorner 
{
	height:55px;
	width:10px;
	background-image:url(bot_leftcorner.png) no-repeat;
	background-position:right;
}

.ebrochurebotrightcorner 
{
	height:55px;
	width:10px;
	background-image:url(bot_rightcorner.png) no-repeat;
	background-position:top left;
}

.ebrochuretopshadow 
{
	height:8px;
	background-image:url(top_shadow.png) repeat-x;
	background-position:bottom;
}

.ebrochureleftshadow 
{
	background-position:right;
	background-image:url(left_shadow.png) repeat-y;
}

.ebrochurebottomshadow 
{
	background-image:url(bottom_shadow.png) repeat-x;
	background-position:top;
}

.ebrochurerightshadow 
{
	background-image:url(right_shadow.png) repeat-y;
	background-position:left;
}

.ebrochuredatetime, .ebrochuredatetime span 
{
	font:normal 12px Arial;
	color:#ffffff;
	text-decoration:none;
	height:30px;
	text-align:right;
}

/*eBrochure Settings ends*/

/* Apartment Search Settings*/

.AptiFrameTransbg
{
	background:none;
	border:0px;
	padding-left:5px;
}

.AptFormBodyText
{
	font-family:Arial;
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
}

.AptFormLabelText
{
	font-family:arial ;
	font-size:11px ;
	font-weight:normal;
	color:#ffffff;
	text-decoration: none;
	text-align:left;
}

.AptSelect
{
	font-family:arial;
	font-size:10px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	border-top:1px solid #a76b2c;
	border-bottom:1px solid #a76b2c;
	border-right: 1px solid #a76b2c;
	border-left: 1px solid #a76b2c;
	width:100px;
}

.AptFormTextField 
{
	font-family:arial;
	font-size:10px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	border-top:1px solid #a76b2c;
	border-bottom:1px solid #a76b2c;
	border-right: 1px solid #a76b2c;
	border-left: 1px solid #a76b2c;
	width:100px;
}

.AptFormButton
{
 	font-family:verdana ;
 	font-size:10px ;
 	font-weight:normal;
 	color:#ffffff;
 	text-decoration: none;
 	border:1px solid #ffffff;
 	background-image:url(formbtn_bg.jpg);
	background-repeat:repeat-x;
 	vertical-align:middle;
 	cursor:pointer;
	padding:3px;
}


.AptTableVertical    /* for controlling Vertical table parameters in aspx */
{
	 border:0px;
	 width:215px;
	 margin:0px;
}

.AptTableHorizontal    /* for controlling Horizontal table parameters in aspx */
{
	 border:0px;

}

.AptFormErrorText
{
	font:normal 11px verdana;
	color:#cc0000;
	text-align:left;
	text-decoration: none;
}

/* Apartment Search Settings*/

/*Specials Settings*/

.Specialsbg
{
	height:70px;
	background-color:#eeb007;
}

.Specialstext
{
	font:bold 12px verdana;
	color: #cc0000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}

/*Specials Settings*/


/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
	font-family: Arial;
	font-size: 11px; 
	color:#2e1b08;
	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:Verdana;
	font-size: 11px; 
	color:#2e1b08;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	vertical-align:top;
	text-align:left;
}

td
{
	font-family: Arial;
	font-size: 11px; 
	color:#2e1b08;
	font-weight: normal; 
}

/* Editor settings ends */

/* Menu settings */

.hmenubg                                                   /* for horizontal menu background */ 
{
	background-image:url(hlinkbg_img.jpg);
	width:60px;
	background-repeat:repeat-x;
}


.hlinkbg                                                  /* for horizontal menu */
{
	font-family:Arial;
	font-size:10px;
	color:#c9c09b;
	font-weight:normal;
	text-decoration:none;
	vertical-align:bottom;
	text-align:center;
}

a.hlinkbg:link                                               /* for horizontal menu */
{
	font-family:Arial;
	font-size:13px;
	color:#c9c09b;
	font-weight:normal;
	text-decoration:none;
	vertical-align:bottom;
	text-align:center;
}

a.hlinkbg:visited                                              
{
	font-family:Arial;
	font-size:13px;
	color:#c9c09b;
	font-weight:normal;
	text-decoration:none;
	vertical-align:bottom;
	text-align:center;
}

a.hlinkbg:hover                                               
{
	font-family:Arial;
	font-size:13px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	vertical-align:bottom;
	text-align:center;
}

.activehlinkbg                                                  /* for horizontal menu */
{
	font-family:verdana;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	letter-spacing:;
	text-decoration:none;
	vertical-align:bottom;
}

.vmenubg                                                  /* for vertical menu background */
{
 	
	width:243px; 
	width:252px!ie; 
 	background-image:url(vmenubg.jpg);
 	background-repeat:repeat-x;
 	background-color:#573410;
}


.vlinkbg a:link, .vlinkbg a:visited
 { 
 	font-family:arial;
 	font-size:13px;
 	color: #dcd1a4;
	float:right;
 	width:221px;
 	height:22px;
  	padding:8px 32px 0px 0px;
 	text-decoration: none;
 	vertical-align:middle;
 	font-weight:normal;
	display:block;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../templates/CVIPropInnerStyle/vlinkbg.png');
	vertical-align:middle;
}

.vlinkbg[class] a:link, .vlinkbg[class] a:visited
{
 	font-family:arial;
 	font-size:13px;
 	color: #dcd1a4;
	float:right;
 	width:221px;
 	height:22px;
  	padding:8px 32px 0px 0px;
 	text-decoration: none;
 	vertical-align:middle;
 	font-weight:normal;
	display:block;
	background:url(vlinkbg.png) no-repeat left top;

}

.vlinkbg a:hover
 { 
 	font-family:arial;
 	font-size:13px;
 	color: #dcd1a4;
	text-decoration: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../templates/CVIPropInnerStyle/vlinkbg.png');
	background-color:#452708;
}

.vlinkbg[class] a:hover
{
 	font-family:arial;
 	font-size:13px;
 	color: #dcd1a4;
	text-decoration: none;
	background:#452708 url(vlinkbg.png) no-repeat left top;	
}



.activevlinkbg 
{
	font-family:arial;
 	font-size:13px;
	color:#ffffff;
	height:30px;
 	text-decoration: none;
}


.activevlinkbg 
{
	font-family:arial;
 	font-size:13px;
	color:#ffffff;
	height:30px;
}

.activevlinkbg a:link, .activevlinkbg a:visited, .activevlinkbg a:active, .activevlinkbg a:hover
{
 	font-family:arial;
 	font-size:13px;
 	color: #ffffff;
	float:right;
 	width:221px;
 	height:22px;
  	padding:8px 32px 0px 0px;
 	text-decoration: none;
 	vertical-align:middle;
 	font-weight:normal;
	display:block;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../templates/CVIPropInnerStyle/vlinkbg.png');
	background-color:#452708;
}

.activevlinkbg[class] a:link, .activevlinkbg[class] a:visited, .activevlinkbg[class] a:hover
{
 	background-color:#452708;
 	font-family:arial;
 	font-size:13px;
 	color: #ffffff;
	float:right;
 	width:221px;
 	height:22px;
  	padding:8px 32px 0px 0px;
 	text-decoration: none;
 	vertical-align:middle;
 	font-weight:normal;
	display:block;
	background:#452708 url(vlinkbg.png) no-repeat left top;
}


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 */

.design1header
{
	font-family:Arial;
	color:#56340f;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-left:0px;
}

.design1bg

{
	background-color:#666666;
}

.design2header
{
	font-family:Arial;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-left:20px;
}

.design2bg

{
	background-color:#eeeeee;
}

.design3header
{
	height:20px;
	background-color:#666666;
	font-family:verdana;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.design3bg
{
	background-image:url(design3bg.jpg);
	background-repeat:repeat-y;
	
}

.blankheader                                          /* when the section has no design applied (design0) */
{
	font-family:verdana;
	font-size:10px;
	color:#573410;
	font-weight:bold;
	height:20px;
	vertical-align:middle;
	text-decoration:none;
}


/* 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 */

.leftshadow
{
	background-image:url(left_shadow.jpg);
	background-repeat:repeat-y;
}

.rightshadow
{
	background-image:url(flashimg_shadow.jpg);
	background-repeat:repeat-y;
}

.graybg
{
	background-color:#a0a1a3;
	border-top:1px solid #e3e3e5;
	border-bottom:1px solid #e3e3e5
}

.whitebg
{
	background-color:#FFFFFF;
}

.btnsearch
{
	margin-left:76px;
	cursor:pointer;
}

.calendar
{
	margin-left:1px;
	margin-bottom:-5px;
	margin-bottom:-3px !ie;
	cursor:pointer;
}

.txt
{
	font-family:Arial;
	font-size:13px;
	color:#717272;
	line-height:17px;
}

.row1
{
	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	background-color:#bdb179;
	text-decoration: none; 
	height:18px;
}

.row2
{
	font-family: verdana; 
	font-size: 11px; 
	color:#000000;
	font-weight: normal; 
	background-color:#ccc18f;
	text-decoration: none; 
	height:18px;
}

.tableheader
{
	font-family: verdana; 
	font-size: 11px; 
	color:#ffffff;
	font-weight: normal; 
	background-color:#6b6221;
	text-decoration: none; 
}

.topbg
{
	background-color:#573410;
	height:11px;
}

.searchheading
{
	font-family:Verdana;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left:46px;
}

.loginheading
{
	font-family:Verdana;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left:70px;
}

.copyright
{
	font-family:Arial;
	font-size:10px;
	color:#d0c8a7;
	text-decoration: none;
}

.vmenubg1                                                 /* for vertical menu*/
{
	background-color:#81481e;
	height:31px;
}

.vmenubg2                                                 /* for vertical menu*/
{
	background-color:#76431b;
	height:31px;
}

.vmenubg3                                                 /* for vertical menu*/
{
	background-color:#714119;
	height:31px;
}

.vmenubg4                                                 /* for vertical menu*/
{
	background-color:#6c3e17;
	height:31px;
}

.vmenubg5                                                 /* for vertical menu*/
{
	background-color:#673c15;
	height:31px;
}

.vmenubg6                                                 /* for vertical menu*/
{
	background-color:#673c15;
	height:37px;
}

.tablebg																														
{
	background-color:#6b6221;
	padding:2px;
	border-top:1px solid #aba16b;
	border-bottom:1px solid #aba16b;
	border-left: 1px solid #aba16b;
	font-family:Arial;
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
}

.register
{
	font-family:Arial;
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
}

.gridtable
{
	border-top:1px solid #aba16b;
	border-bottom:1px solid #aba16b;
	border-right: 1px solid #aba16b;
	border-left: 1px solid #aba16b;
	color:#FFFFFF;
	font-size:12px;
	font-family:Verdana;
	background-color:#6b6221;
	height:18px;
}

.floorplan
{
	font-family:Arial;
	color:#573410;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-bottom:40px;
	padding-left:20px;
}

.tabelheader3
{
	font-family:Arial;
	color:#573410;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-bottom:40px;
	padding-left:20px;
}

.login
{
	font-family:Arial;
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
}

a.login:link  
{
	font-family:Arial;
	color:#ffffff;
	text-decoration: underline;
	font-size:11px;
}

a.login:visited  
{
	font-family:Arial;
	color:#ffffff;
	text-decoration: underline;
	font-size:11px;
}

a.login:hover  
{
	font-family:Arial;
	color:#ffffff;
	text-decoration: underline;
	font-size:11px;
}

a.login:active  
{
	font-family:Arial;
	color:#ffffff;
	text-decoration: underline;
	font-size:11px;
}

.formtext1 
{
	font-family:arial;
	font-size:10px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	border-top:1px solid #a76b2c;
	border-bottom:1px solid #a76b2c;
	border-right: 1px solid #a76b2c;
	border-left: 1px solid #a76b2c;
	width:94px;
}

.iframeBody
{
	background:none;
	background-color:#dcd1a4;
}

#mapContainer
{ 
  height: 400px; 
  width: 530px; 
  border:2px solid #c17e13;
} 
 
H6{
	font-family: verdana; 
	font-size:11px;
	color:#573410;
	font-weight: bold; 
	margin:0px;
	padding:0px;
	text-decoration: none;
}

.iframeBody {
	background:none;
	background-color:#dcd1a4;
}

.mailtofriend
{
	font-family:Arial;
	color:#573410;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding-bottom:40px;
	padding-left:20px;
}

.apt_search
{
	font-family:Arial;
	color:#4a2b10;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:1px solid #a6926e;
}


.Aptsearch_Header
{
	font-family:Verdana;
	color:#ffffff;				/* #573410; */
	text-decoration: none;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
	background-image:url(apt_search_header_bg.jpg);
	background-repeat:repeat-x;
	padding-left:2px;
}

a.Aptsearch_Header:link
{
	font-family:Verdana;
	color:#ffffff;
	text-decoration: none;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
}
	
a.Aptsearch_Header:visited
{
	font-family:Verdana;
	color:#ffffff;
	text-decoration: none;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
}

a.Aptsearch_Header:hover
{
	font-family:Verdana;
	color:#ffffff;
	text-decoration: none;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
}
.normaltext1
{
	font-family: verdana; 
	font-size:11px; 
	color:#40382f;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	vertical-align:top;
	text-align:left;
}


.brochure_heading
{
	font-family:Verdana;
	font-size:12px;
	color:#573410;
	font-weight:bold;
	text-decoration:none;
}

legend
{
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	font-weight: bold; 
	color:#934900;
	text-decoration:none;
}

fieldset
{
	border: 1px solid #934900;
}

.contacttext
{
	font-family: Arial;
	font-size: 13px; 
	color:#2e1b08;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	vertical-align:top;
	text-align:left;
}

a.contacttext:link
{
	font-family: Arial;
	font-size: 13px; 
	color:#2e1b08;
	font-weight: normal; 
	text-decoration: underline; 
	text-transform: none;
	vertical-align:top;
	text-align:left;
}
	
a.contacttext:visited
{
	font-family: Arial;
	font-size: 13px; 
	color:#2e1b08;
	font-weight: normal; 
	text-decoration: underline; 
	text-transform: none;
	vertical-align:top;
	text-align:left;
}

a.contacttext:hover
{
	font-family: Arial;
	font-size: 13px; 
	color:#2e1b08;
	font-weight: normal; 
	text-decoration: underline; 
	text-transform: none;
	vertical-align:top;
	text-align:left;
}

/* ebrochure classes starts here*/

.addressbar
{
	background-color:#ddd2a5;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color: #2e1b08;
	text-decoration: none;
}

.ebrochurebody
{
	background-color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color: #2e1b08;
	text-decoration: none;
}

.brownbg
{
	background-color:#8a5927;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
	
}

.divider
{
	background-image:url(divider.jpg);
	background-repeat:repeat-y;
}

/* ebrochure classes ends here*/

.apt_tablebg
{
	background-image:url(tablebody.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #aca16b;
}

.TabHeader
{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	line-height:31px;
}

.TabBG
 { 
	width:243px;
	height:31px;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	line-height:31px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../templates/CVIPropHomeStyle/TabBg.png');
}

.TabBG[class]
{
	background-image:url(TabBg.png);
	background-repeat:no-repeat;
	width:243px;
	height:31px;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	line-height:31px;
}

.SNicons
{
	position:relative;
	margin-top:-4px;
}

/* Template specific classes ends */
