/* CSS Document */

/* Default Settings */

body
{
	margin:0px;
	padding:0px;
	background-color:#ebe1db;
	height:100%;
}
body a:link, body a:visited, body a:hover
{
	font: bold 11px Verdana;
	color: #00457c;
	text-decoration: underline;
}
#page-background {position:absolute;background-position:top;background-color:#ebe1db; top:0; left:0; width:100%; height:100%; z-index:0;}

.BodyBackground
{	
	background-repeat:no-repeat;
	background-position:top center;
}

#Graphix
{
	position:fixed;
	position:absolute;
	width:100%;
	background-image:url(graphic.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:516px;
	z-index:100;

}


#mainDIV
{
	position:fixed;
	width:100%;
	float:center;
	z-index:400;

}

#ContentDIV
{
	position:absolute;
	background-attachment:scroll;
	width:100%;
	float:center;
	z-index:300;
	height:100%;
}




.maintablebg                                       /* if the portal has any background colors/image */
{

	background-color:#022e64;
	height:850px;
}

.companyname
{
	padding:37px 0px 0px 25px;
  
}

.slogan 
{
	background-image: url(../ResProphomeStyle/slogan-bg.jpg);
	background-positFion:left middle;
	background-repeat: no-repeat;
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
   	color:#5191cd;
   	background-color:#ffffff;
   	height: 48px;
	vertical-align: middle;
   	padding-right: 32px;
}

.pagetitle					        /* needed only when there is a page title */
{
	font:normal 12px verdana;
	color:#000000;
}

.pagesubheader					        /* needed only when there is a page title */
{
	font:bold 13px verdana;
	color: #eeb007;
}

.footertext                                              /* copyright text */
{	
	font:normal 10px verdana;
	color:#ffffff;
	text-decoration: none;
}

.bottomlinks {
	font:normal 10px verdana;
	color:#ffffff;
	text-decoration: none;
	
}
a.bottomlinks:link {
	font:normal 10px verdana;
	color:#ffffff;
	text-decoration: none;
	cursor:pointer;
	
}
a.bottomlinks:visited {
	font:normal 10px verdana;
	color:#ffffff;
	text-decoration: none;
	cursor:pointer;
	
}
a.bottomlinks:hover {
	font:normal 10px verdana;
	color:#ffe850;
	text-decoration: none;
	cursor:pointer;
	
}
.edit{

      font-family:verdana;
      font-size:12px;
      font-weight:normal;
      color: #ffffff;
      text-decoration:none;
      border: 1px solid #d3cec3;
      background-color:#333333;
      font-weight:bold;
      position:absolute;     
      z-index:1003;
}

/* Default Settings ends */


/* Form settings */

.FormBodyText
{
	font:normal 11px verdana;
	color:#000000;
	text-decoration: none;
	line-height:15px;
}
.FormLabelText					/* used for form labels e.g. username, password..etc */
{
	font:normal 11px verdana;
	color:#000000;
	text-decoration: none;
	line-height:15px;
	text-align:left;
}
.FormLabelTextHeader				/* used for form labels e.g. username, password..etc */
{
	font:bold 11px verdana;
	color:#000000;
	text-decoration: none;
}
.FormLabelHeader
{
	font:bold 17px calibri;
	color: #000000;
	height:10px;
	background-color:#cacaca;
	text-decoration: none;
	text-align:left;
	line-height:25px;
	padding-left:10px;
}
.FormLabelSubHeader
{
	font:normal 11px verdana;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	line-height:20px;
}
.FormErrorText
{
	font:normal 11px verdana;
	color: #af0202;
	text-decoration: none;
	text-align:left;
}
.FormMessageText
{
	font:normal 12px verdana;
	color: #ff0000;
	text-decoration: none;
	vertical-alignment:middle;
	text-align:left;
	line-height:26px;
}
.FormButton
{
	font:normal 11px verdana;
	color: #ffffff;
	border: 1px solid #865003;
	background-color:#dc8202;
	text-decoration: none;
	cursor:pointer;
	white-space:nowrap;
}
.FormStatusButton
{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	background-color:#646464;
	text-decoration: none;
	border:1px solid #ffffff;
	height:20px;
	cursor:pointer;
}
.FormTextField
{
	font:normal 11px verdana;
	color: #000000;
	height:20px;
	width:150px;
	text-decoration: none;
	border:1px solid #4B6F9C;
}
.RequiredField
{
	background-color:#c8d8eb;
	color:#000000;
	vertical-align:middle;
	text-align:left;
	border: 1px solid #79b0bc;
}
.RequiredLabel
{
	color:#ff0000;
	vertical-align:top;
	text-align:center;
}
/* recomended border values are 1-2px or 0 */
.formtableborder
{
	border:1px solid #ffffff;
}
.FormTableHeader
{
	font:bold 11px verdana;
	color:#FFFFFF;
	background-color:#5f6267;
	height:28px;
	text-decoration: none;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
	line-height:25px;
}
.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}
.FormTableSubHeader
{
	font:bold 11px verdana;
	color: #f2cd52;
	text-decoration: none;
}
.FormTablerow
{
	font:normal 11px verdana;
	color: #000000;
	background-color:#d3d3d3;
	text-decoration: none;
	height:28px;
	text-align:left;
	line-height:20px;
	padding-left:2px;
	padding-right:2px;
}
.FormTablerowAlt
{
	font:normal 11px verdana;
	color: #000000;
	background-color:#b6aea6;
	text-decoration: none;
	height:28px;
	text-align:left;
	line-height:20px;
	padding-left:2px;
	padding-right:2px;
}
.FormTabActive
{
	font:bold 11px verdana;
	color: #ffffff;
	background-color:#184276;
	background-repeat:no-repeat;
	height:30px;
	width:192px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	border-bottom:2px solid #004963;
}
.FormTabInactive
{
	font:normal 11px verdana;
	color: #000000;
	background-color:#d3d3d3;
	background-repeat:no-repeat;
	height:30px;
	width:192px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	border-bottom:2px solid #004963;
}
.FormTableSubRow
{
	font:normal 11px verdana;
	color: #000000;
	background-color:#b7b7b7;
	text-decoration: none;
	height:28px;
	text-align:left;
	line-height:16px;
}
.FormTableFooter
{
	font:bold 11px verdana;
	color: #000000;
	background-color:#a3a3a3;
	text-decoration: none;
	text-align:right;
	line-height:25px;
}
.FormTableFooter td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}
.FormTextArea
{
	font:normal 11px verdana;
	color: #000000;
	width:180px;
	text-decoration: none;
	border:1px solid #c2c2c2;
}
Select
{
	font:normal 11px verdana;
	color: #000000;
	height:20px;
	text-decoration: none;
	border:1px solid #4B6F9C;
Height:30px!ie;
	Height:18px;
}
.FormBullet
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale 

src='../templates/respropinnerstyle/build_formbullet.png');
	background-repeat:no-repeat;
	background-position:center;
	width:10px;
	height:10px;
	vertical-align:middle;
}
.FormBullet[class]
{
	background-image:url(build_formbullet.png);
	background-repeat:no-repeat;
	background-position:center;
	width:10px;
	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 verdana;
	color: #000000;
	text-decoration: none;
}
.EventDetailHeader
{
	font:bold 12px verdana;
	color: #02418e;
	background-color:#d4d4d4;
	text-decoration: none;
	line-height:18px;
}
.iframetransbg
{
	background:none transparent;
}
.iframebody
{
	background:transparent none;
}
.iframepopupbg
{
	background:none transparent;
}
.FormLinks
{
	font:bold 11px verdana;
	color: #692e05;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	outline:none;
}
a.FormLinks:link
{
	font:bold 11px verdana;
	color: #692e05;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
	outline:none;
}
a.FormLinks:visited
{
	font:bold 11px verdana;
	color: #692e05;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	outline:none;
}
a.FormLinks:hover
{
	font:bold 11px verdana;
	color: #692e05;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
	outline:none;
}
.FormPageNumber
{
	font:bold 11px verdana;
	color:#184276;
	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 14px verdana;
	color: #692e05;
	text-decoration:underline;
	text-align:left;
	height:30px;
	vertical-align:middle;
}
a.FormFpName:link
{
	font:bold 14px verdana;
	color: #692e05;
	text-decoration: underline;
	text-align:left;
	vertical-align:middle;
}
a.FormFpName:visited
{
	font:bold 14px verdana;
	color: #692e05;
	text-decoration:underline;
	text-align:left;
	vertical-align:middle;
}
a.FormFpName:hover
{
	font:bold 14px verdana;
	color: #692e05;
	text-decoration: underline;
	text-align:left;
	vertical-align:middle;
}
.FormPageNumberdivider
{
	font:bold 11px verdana;
	color:#000000;
	text-align:right;
	text-decoration:none;
}
form
{
	padding:0px;
	margin:0px;
}
/* Form settings ends */

/* floorplan settings starts*/  
.FloorPlanNormalText
{
	font:normal 12px verdana;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
.FloorPlanBedName
{
	font:normal 13px verdana;
	color:#184276;
	text-decoration: none;
	font-weight:bold;
}
.FloorPlanLinks
{
	font:bold 11px verdana;
	color: #692e05;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	padding-right:15px;
}
a.FloorPlanLinks:link
{
	font:bold 11px verdana;
	color: #692e05;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	padding-right:15px;
}
a.FloorPlanLinks:visited
{
	font:bold 11px verdana;
	color: #692e05;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	padding-right:15px;
}
a.FloorPlanLinks:hover
{
	font:bold 11px verdana;
	color: #692e05;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	padding-right:15px;
}
.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:#ebebeb;
}

/* floorplan settings ends*/ 

/*eBrochure Settings*/
.ebroiframetransbg
{
	background:none transparent;
}
.ebrochuremaintable
{
	background-color:#ffffff;
	width:690px;
}
.ebrochureinnertable
{
	background-color:#000000;
	width:660px;
}
.ebrochureheaderbg
{
	height:162px;
	width:660px;
	background-color:#a1958c;
}
.ebrochurecontentbg
{
	background-color:#f3f3f3;
	width:660px;
}
.ebrochurecontentbgcolor
{   /* for bottom color of background plain color which comes in a div  */
	background-color:#f3f3f3;
}
.ebrochurepropname
{
	font:normal 22px Verdana;
	color: #FFFFFF;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurepropaddress
{
	font:normal 14px arial;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
	line-height:18px;
}
.ebrochurenormaltext
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochuredesign1header
{
	font:bold 13px Verdana;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#000000;
	height:25px;
	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 19px verdana;
	color: #022e64;
	text-align:left;
	height:30px;
	background-image:url(design_headerline.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.ebrochurelink
{
	font:normal 12px arial;
	color: #000000;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
	line-height:20px;
	padding-bottom:5px;
}
a.ebrochurelink:link
{
	font:normal 12px arial;
	color: #000000;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
	line-height:20px;
	padding-bottom:5px;
}
a.ebrochurelink:visited
{
	font:normal 12px arial;
	color: #000000;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
	line-height:20px;
	padding-bottom:5px;
}
a.ebrochurelink:hover
{
	font:normal 12px arial;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
	line-height:20px;
	padding-bottom:5px;
}

.ebrochurefootertext
{
	font:bold 12px Verdana;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#000000;
	height:22px;
	padding-left:11px;
}
.ebrochuremapdimensions
{   	 /* for map dimensions  */
	width:289px;
	height:207px;
}
.ebrochurebullet                                  /* updated for png*/
{      
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale 
src='../templates/respropinnerstyle/build_headersubbullet.png');
 background-repeat:no-repeat;
 background-position:0px 7px;
 padding-top:4px;
 width:12px;
 }
.ebrochurebullet[class]
{
 background-image:url(build_headersubbullet.png);
 background-repeat:no-repeat;
 background-position:0px 2px;
 width:12px;
}
.ebrochureverticalseparator                   /* change the class for sp7*/
{
 background:url(build_separator.gif) repeat-y;
}
.ebrochurehorizontalseparator                   /* change the class for sp7*/
{
 background:url(build_separator.gif) repeat-x;
}

.ebrochurepropertythumbnail
{
	height:126px;
	width:160px;
	border: 1px solid #999999;
	float:right;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
.ebrochurehorizontalcolorseparator
{
	background-color:#49667b;
	height:10px;
}
.ebrochuretopleftcorner
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/respropinnerstyle/build_top_leftcorner.png');
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretopleftcorner[class]
{
	background-image:url(build_top_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretoprightcorner
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/respropinnerstyle/build_top_rightcorner.png');
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochuretoprightcorner[class]
{
	background-image:url(build_top_rightcorner.png);
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochurebotleftcorner
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/respropinnerstyle/build_bot_leftcorner.png');
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotleftcorner[class]
{
	background-image:url(build_bot_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/respropinnerstyle/build_bot_rightcorner.png');
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner[class]
{
	background-image:url(build_bot_rightcorner.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochuretopshadow
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/respropinnerstyle/build_top_shadow.png');
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochuretopshadow[class]
{
	background-image:url(build_top_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochureleftshadow
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/respropinnerstyle/build_left_shadow.png');
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochureleftshadow[class]
{
	background-image:url(build_left_shadow.png);
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochurebottomshadow
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/respropinnerstyle/build_bottom_shadow.png');
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurebottomshadow[class]
{
	background-image:url(build_bottom_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurerightshadow
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/respropinnerstyle/build_right_shadow.png');
	background-position:left;
	background-repeat:repeat-y;
}
.ebrochurerightshadow[class]
{
	background-image:url(build_right_shadow.png);
	background-position:left;
	background-repeat:repeat-y;
}
.ebrochuredatetime
{
	font:normal 12px arial;
	color: #000000;
	text-decoration: none;
	font-style:normal;
}
/*eBrochure Settings*/

/* Apartment Search Settings*/

.AptiFrameTransbg
{
	background:none transparent;
}
.AptFormBodyText
{
	font:normal 11px verdana;
	color:#6e6e6e;
	text-decoration: none;
}
.AptFormLabelText
{
	font:normal 11px verdana;
	color:#6e6e6e;
	text-decoration: none;
}
.AptSelect
{
	font:normal 11px verdana;
	color: #6e6e6e;
	text-decoration: none;
	MAX-Height:35px;
}
.AptFormTextField
{
	font:normal 11px verdana;
	color: #6e6e6e;
	height:20px;
	width: 115px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
}
.AptFormButton
{
	font:normal 11px verdana;
	color: #ffffff;
	border: 1px solid #7c7c7c;
	background-color:#dc8202;
	text-decoration: none;
	cursor:pointer;
	Width:60px;
}
.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;
}
.AptFormErrorText
{
	font:normal 11px verdana;
	color:##cc0000;
	text-align:left;
	text-decoration: none;
}
/* Apartment Search Settings*/



/*Specials Settings*/

.Specialsbg
{
	height:270px;
	background-color:#4e473f;
	border:1px solid #e37930;
	padding-left:50px;
	background-position:left;
}

.Specialstext
{
	font:bold 12px verdana;
	color: #ffa200;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
	line-height:18px;
}
/*Specials Settings*/



/* Editor settings */                        /* not to change any settings in this section */

.normaltext
{
 	font:normal 11px verdana ;
	color: #000000;
	line-height: 15px;
}

.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:normal 11px verdana ;
	color: #353535;
	line-height: 15px;
	text-align:left;
	margin:0px;
	padding:0px;
}

/* Editor settings ends */


/* Menu settings */

.hmenubg                                                  /* for vertical menu background */
{
	background:	 url(../ResProphomeBlueStyle/menu-bg.jpg) repeat-x;
	padding: 0px 100px;
}

.hlinkbg                                                  /* for horizontal menu */
{
 	font:normal 17px calibri ;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	vertical-align:bottom;
	height: 30px;
	text-transform:uppercase;
	cursor:pointer;

}

.hlinkbg a:link                                                 /* for horizontal menu */
{
 	font:normal 17px calibri ;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	vertical-align:bottom;
	height: 30px;
	text-transform:uppercase;
	cursor:pointer;
}

.hlinkbg a:visited                                                 /* for horizontal menu */
{
 	font:normal 17px calibri ;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	vertical-align:bottom;
	height: 30px;
	text-transform:uppercase;
	cursor:pointer;
}

.hlinkbg a:hover                                                 /* for horizontal menu */
{
 	font:normal 17px calibri ;
	color:#ffd854;
	text-decoration:none;
	text-align:center;
	vertical-align:bottom;
	height: 30px;
	text-transform:uppercase;
	cursor:pointer;
}

.activehlinkbg                                                  /* for horizontal menu */
{
 	font:normal 15px tahoma ;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	height: 30px;
}


.vmenubg                                                  /* for vertical menu background */ {
	/*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../templates/ResPropHomestyle/menu_bg.png');
	background-repeat:repeat-y;*/
}
.vmenubg[class]                                          /* for vertical menu background */ {
	
	background-repeat:repeat-y;
}
.vlinkbg                                                 /* for vertical menu*/ {
	font:bold 14px Calibri, Arial;
	color:#6a330d;
	text-decoration:none;
	vertical-align:middle;
	text-align:right;
	line-height:21px;
	vertical-align:middle;
	
}
a.vlinkbg:link                                                /* for vertical menu*/ {
	font:bold 14px Calibri, Arial;
	color:#6a330d;
	text-decoration:none;
	vertical-align:middle;
	text-align:right;
	line-height:21px;
	vertical-align:middle;
	
}
a.vlinkbg:visited                                                /* for vertical menu*/ {
	font:bold 14px Calibri, Arial;
	color:#6a330d;
	text-decoration:none;
	vertical-align:middle;
	text-align:right;
	line-height:21px;
	vertical-align:middle;
	
}
a.vlinkbg:hover                                                /* for vertical menu*/ {
	font:bold 14px Calibri, Arial;
	color:#435817;
	text-decoration:none;
	vertical-align:middle;
	text-align:right;
	line-height:21px;
	vertical-align:middle;

}

.activevlinkbg                                                 /* for vertical menu*/ {
	font:bold 14px Calibri, Arial;
	color:#435817;
	text-decoration:none;
	vertical-align:middle;
	text-align:right;
	line-height:21px;
	vertical-align:middle;

}
a.activevlinkbg:link                                                /* for vertical menu*/ {
	font:bold 14px Calibri, Arial;
	color:#435817;
	text-decoration:none;
	vertical-align:middle;
	text-align:right;
	line-height:21px;
	vertical-align:middle;

}
a.activevlinkbg:visited                                                /* for vertical menu*/ {
	font:bold 14px Calibri, Arial;
	color:#435817;
	text-decoration:none;
	vertical-align:middle;
	text-align:right;
	line-height:21px;
	vertical-align:middle;

}
a.activevlinkbg:hover                                                /* for vertical menu*/ {
	font:bold 14px Calibri, Arial;
	color:#435817;
	text-decoration:none;
	vertical-align:middle;
	text-align:right;
	line-height:21px;
	vertical-align:middle;

}

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 */
/*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*/


/* Google Gadgets Starts*/
.drag
{
	position:fixed;
	top:100px;
	left:500px;
	cursor:move;
	z-index: 9000;
	background: #cccccc url(build_Gadget_TopBg.png) repeat-x 0px 0px;
	border:1px solid #404e6b;
	width:100px;
	height:100px;
	padding:20px 10px 10px 10px;
	visibility:hidden;
}

.closeLink
{
	background: #cccccc url(build_close.png) no-repeat 0px 0px;
	cursor:pointer;
	POSITION: absolute;
	TOP: 6px; 
	height:15px;
	width:15px;
	LEFT: 100px
}

.ContentDivBg
{

}

/* Google Gadgets Starts*/

/* Section settings */

.design1header
{
 	font:bold 14px verdana ;
	color: #eeb007;
	text-align:left;
	height:25px;
	background:url(../ResProphomeBlueStyle/design1bg.jpg) no-repeat;
}

.design1bg
{
	background:url(../ResProphomeBlueStyle/design1bg.jpg) no-repeat;
	width:530px;
}

.design2bg
{
	
}

.design3header
{
 	font:bold 12px verdana ;
	height:20px;
	background-color:#666666;
	color:#000000;
	text-align:center;
	text-decoration:none;
}

.design3bg
{
	background-color:#666666;
}

.blankheader                                          /* when the section has no design applied (design4) */
{
 	font:bold 14px verdana ;
	color: #333333;
	text-align:left;
}


/* Section settings ends */

/* Google Gadgets Starts*/
.drag
{
	position:fixed;
	top:100px;
	left:500px;
	cursor:move;
	z-index: 9000;
	background: #cccccc url(build_Gadget_TopBg.jpg) repeat-x 0px 0px;
	border:1px solid #404e6b;
	width:100px;
	height:100px;
	padding:20px 10px 10px 10px;
	visibility:hidden;
}

.closeLink
{
	background: #cccccc url(build_close.jpg) no-repeat 0px 0px;
	cursor:pointer;
	POSITION: absolute;
	TOP: 6px; 
	height:15px;
	width:15px;
	LEFT: 100px
}

.ContentDivBg
{

}

/* Google Gadgets Starts*/

/* CallCentre Setting Starts*/
a.ChatLink:link, a.ChatLink:visited, a.ChatLink:hover
{
 	font:bold 11px verdana ;
	color:#ffffff;
	text-decoration:none
}

.ChatPhoneNumber
{
 	font:normal 11px verdana ;
	color:#ffffff;
	text-decoration:none
}
/* CallCentre Setting Starts*/

/* Template specific classes */

.shadowborderleft
{
	background:url(../ResProphomeBlueStyle/shadowL.jpg) repeat-y;
}

.shadowborderright
{
	background:	 url(../ResProphomeBlueStyle/shadowR.jpg) repeat-y;
}

.shadowborderbottom
{
	background: url(../ResProphomeBlueStyle/shadowB.jpg) no-repeat;
}

.contentborder
{
	border: 1px solid #898989;
}


.contentheight
{
	height: 416px!important;
	height: 414px;
}

.MapWidth
{
	width:496px;
}
#content	{
	margin:0px;
	position:relative;

	}

.footerbg {
	/*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/templates/ResPropHomestyle/footerbg.png');
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/templates/ResPropHomestyle/footerbg.png');*/
	background:url(footerbg.png) repeat;
	height:40px;
}	
	

/* Template specific classes ends */

