/* Default Settings */

body
{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(bodybg.jpg);
	background-repeat:repeat-x;  
	/* remove scroll bar color classes*/
}

body a:link, body a:visited
{
	font-family:arial;
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
   	color:#000000;
}

body a:hover
{
	font-family:arial;
	font-size:9pt;
	font-weight:normal;
	text-decoration:underline;
   	color:#000000;
}

.bodycolor
{
	background-color:#ffffff;
}

.footertext                                              /* copyright text */
{ 
	font-size: 9pt; 
	font-family: arial;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	background-color:#2b4c3f;
	text-decoration: none;
}

.footermenu
{
	font-size: 8pt; 
	font-family: arial;
	font-weight:normal;
	color:#a9a9a9;
	vertical-align:middle;
	background-color:#FFFFFF;
	text-decoration: none;

}

.footermenu a:link
{
	font-size: 8pt; 
	font-family: arial;
	font-weight:normal;
	color:#a9a9a9;
	vertical-align:middle;
	background-color:#FFFFFF;
	text-decoration: none;

}

.footermenu a:visited
{
	font-size: 8pt; 
	font-family: arial;
	font-weight:normal;
	color:#a9a9a9;
	vertical-align:middle;
	text-align:center;
	background-color:#FFFFFF;
	text-decoration: none;
}

.footermenu a:hover
{
	font-size: 8pt; 
	font-family: arial;
	font-weight:normal;
	color:#000000;
	vertical-align:middle;
	text-align:center;
	background-color:#FFFFFF;
	text-decoration: none;
}


.bottomlinks                                               
{
	font-size: 9pt; 
	font-family: arial;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	background-color:#2b4c3f;
	text-decoration: none;
}

a.bottomlinks:link, a.bottomlinks:visited

{
	font-size: 9pt; 
	font-family: arial;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	background-color:#2b4c3f;
	text-decoration: none;
}

a.bottomlinks:hover
{
	font-size: 9pt; 
	font-family: arial;
	font-weight:normal;
	color:#ffffff;
	vertical-align:middle;
	background-color:#2b4c3f;
	text-decoration: underline;
}

.edit                                                           /* cross check edit class is present */
{
	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;
}
.FormLabelTextHeader				/* used for form labels e.g. username, password..etc */ {
	font:bold 11px verdana;
	color:#000000;
	text-decoration: none;
}
.FormLabelHeader {
	font:bold 13px Verdana;
	color: #000000;
	height:10px;
	background-color:#FFFFFF;
	padding-left:4px;
	text-decoration: none;
	text-align:left;
	line-height:25px;
}
.FormLabelSubHeader {
	font:normal 11px verdana;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.FormErrorText {
	font:normal 11px verdana;
	color: #af0202;
	text-decoration: none;
	text-align:left;
}
.FormMessageText {
	font:normal 12px verdana;
	color: #000000;
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
	line-height:26px;
}
.FormButton {
	font:normal 11px verdana;
	color: #ffffff;
	border: 1px solid #000000;
	background-color:#595959;
	text-decoration: none;
	cursor:pointer;
	padding:3px;
}

/* remove FormStatusButton class*/
.FormTextField {
	font:normal 11px verdana;
	color: #000000;
	height:20px;
	width: 100px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
}
.RequiredField {
	background-color:#efefef;
}
.RequiredLabel {
	color:#000000;
	vertical-align:top;
	text-align:center;
}

.formtableborder
{
	border:1px solid #034a60;
}

.FormTableHeader {
	font:bold 9pt Arial;
	color:#ffffff;
	background-color:#314F75;
	text-decoration: none;
	text-align:left;
	line-height:16px;
	padding-left:2px;
	padding-right:2px;
}

/* place .FormTableHeader td, .FormTablerow td, .FormTablerowAlt td class below FormTablerowAlt */

.FormTableSubHeader {
	font:normal 11px arial;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
}
.FormTablerow {
	font:normal 9pt arial;
	color: #000000;
	background-color:#d3d3d3;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
}
.FormTablerowAlt {
	font:normal 9pt arial;
	color: #000000;
	background-color:#e5e5e5;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
}
.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}

/* remove form tab active class and form tab inactive class*/

.FormTableSubrow {
	font:normal 10px arial;
	color: #000000;
	height:30px;
	text-align:left;
	text-decoration: none;
}
.FormTableFooter {
	font:bold 11px arial;
	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:normal 11px arial;
	color: #000000;
	width:200px;
	text-decoration: none;
	border:1px solid #c2c2c2;
}
Select {
	font:normal 11px arial;
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
 	Height:30px!ie;
	Height:18px;
}
.FormBullet
{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale 

src='../templates/CorpInnerStyle/build_formbullet.png');
	background-repeat:no-repeat;
	font:normal 12px arial;
	color:#ff0000;
	padding-left:10px;
	text-decoration: none;
}

.FormBullet[class]
{
	background:url(build_formbullet.png);
	background-repeat:no-repeat;
	font:normal 12px arial;
	color:#ff0000;
	padding-left:10px;
	text-decoration: none;
}
/* remove .FormImage class */

/* remove hr class*/

h1 {
   font-size:1em;
} 

h2 {
font-size:0.875em;
}

.iframetransbg {
	background:none;
	
}
.iframepopupbg                                      /* sp 7 class*/
{
	background:none transparent;
}
.FormLinks {
	font:bold 11px arial;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	outline:none;
}
a.FormLinks:link , a.FormLinks:visited
{
	font:bold 11px arial;
	color: #000000;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
	outline:none;
}
a.FormLinks:hover {
	font:bold 11px arial;
	color: #204471;;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
	outline:none;
}
.FormPageNumber {
	font:bold 11px arial;
	color:#555555;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

/* Please add anchor FormPageNumber anchor classes if not present */

a.FormPageNumber:link, a.FormPageNumber:visited, a.FormPageNumber:hover
{
	font:normal 12px arial;
	color:#457598;
	text-align:left;
	cursor:pointer;
	text-decoration:none;
}

.ActiveFormPageNumber {
	font:bold 13px arial;
	color:#000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

.FormPageNumberdivider {
	font:bold 11px arial;
	color:#000000;
	text-align:right;
	text-decoration:none;
}

.FormFPName {
	font:bold 12px Arial;
	color: #000000;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:link , .FormFPName:visited
{
	font:bold 12px Arial;
	color: #000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:hover {
	font:bold 12px Arial;
	color: #204471;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}

Form                                    /*remove it from floor plan  settings and place it here*/
{
	padding:0px;
	margin:0px;
}

/* Form settings ends */


/* floorplan settings starts*/  
.FloorPlanNormalText {
	font:normal 13px verdana;
	color:#7e0021;
	text-decoration: none;
	font-weight:bold;
}

.FloorPlanBedName {
	font:normal 13px verdana;
	color:#595959;
	text-decoration: none;
	font-weight:bold;
}

.FloorPlanLinks {
	font:bold 11px verdana;
	color: #718601;
	text-decoration:underline;
}

a.FloorPlanLinks:link , a.FloorPlanLinks:visited
{
	font:bold 11px verdana;
	color: #718601;
	text-decoration: underline;
	cursor:pointer;
}

a.FloorPlanLinks:hover 
{
	font:bold 11px verdana;
	color: #718601;
	text-decoration: underline;
	cursor:pointer;
}

.FloorPlanName 
{
	font:bold 11px verdana;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanName:link ,  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:#e9f7ff;
}
/* Remove FloorPlanHomeDecorImg class as image is now directly coming from aspx page*/
/* remove form class from here and paste below formfpname*/
/* floorplan settings ends*/ 



/*eBrochure Settings*/
.ebroiframetransbg {
	Background: none transparent;
}
.ebrochuremaintable {
	width:690px;			/* width changed for printing compatibility */
	background-color:#ffffff;
}
.ebrochureinnertable {
	background-color:#ffffff;
	width:660px;			/* width changed for printing compatibility */
}
.ebrochureheaderbg {
	height:162px;
	width:700px;
	background-image:url(headerbg.jpg);
	background-repeat: no-repeat;
	border-bottom:2px solid #d0d0d6;
}
.ebrochurecontentbg {

	background-color:#E5E5E5;
width:660px;			/* width changed for printing compatibility */
}
.ebrochurecontentbgcolor {   /* for bottom color of background plain color which comes in a div  */
	background-color:#E5E5E5;
}
.ebrochurepropname {
	font:normal 22px Arial;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-align:middle;
}
.ebrochurepropaddress {
	font:normal 15px Arial;
	color: #464646;
	text-decoration: none;
	font-style:normal;
	vertical-align:middle;
}
.ebrochurenormaltext {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	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:#1e1d7a;
	height:22px;
	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: #1e1d7a;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurelink {
	font:normal 15px Arial;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-align:middle;
}
a.ebrochurelink:link , a.ebrochurelink:visited
{
	font:normal 15px  Arial;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-align:middle;
}
a.ebrochurelink:hover {
	font:normal 15px Arial;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-align:middle;
}

/*remove ebrochureprinticon and ebrochurerefericon  from here */
.ebrochurefootertext {
	font:normal 12px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#1c4232;
	height:22px;
	padding-left:11px;
}
.ebrochuremapdimensions {    /* for map dimensions  */
	width:550px;
	height:300px;
}
.ebrochurebullet                                  /* updated for png*/
{    		/* for bullets of headers  */
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale 

src='../templates/propInnerestyle/headersubbullet.png');
	background-repeat:no-repeat;
	background-position:0 4;
	width:5px;
	height:5px;
}
.ebrochurebullet[class]
{
	background-image:url(headersubbullet.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	width:15px;
	height:15px;
}
.ebrochureverticalseparator                   /* updated for sp7*/
{
	background-image:url(verti_seperator.gif);
	background-repeat:repeat-y;
	width:13px;
}

.ebrochurehorizontalseparator                   /* updated for sp7*/
{
	background-image:url(hori_seperator.gif);
	background-repeat:repeat-x;
	height:8px;
}

.ebrochurepropertythumbnail {
	height:64px;
	width:84px;
	border: 1px solid #999999;
	float:right;
	margin:10px;
	/*padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;*/
}
.ebrochurehorizontalcolorseparator
{
	background-color:#052e81;
	height:10px;
}
.ebrochuretopleftcorner                                     /* updated for png*/              
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/propinnerstyle/top_leftcorner.png');
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretopleftcorner[class]
{
	background-image:url(top_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretoprightcorner                               /* updated for png*/
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/propinnerstyle/top_rightcorner.png');
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochuretoprightcorner[class]
{
	background-image:url(top_rightcorner.png);
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochurebotleftcorner                               /* updated for png*/
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/propinnerstyle/bot_leftcorner.png');
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotleftcorner[class]
{
	background-image:url(bot_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner                               /* updated for png*/
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/propinnerstyle/bot_rightcorner.png');
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner[class]
{
	background-image:url(bot_rightcorner.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochuretopshadow                               /* updated for png*/
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/propinnerstyle/top_shadow.png');
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochuretopshadow[class]
{
	background-image:url(top_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochureleftshadow                               /* updated for png*/
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/propinnerstyle/left_shadow.png.png');
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochureleftshadow[class]
{
	background-image:url(left_shadow.png);
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochurebottomshadow                               /* updated for png*/
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/propinnerstyle/bottom_shadow.png');
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurebottomshadow[class]
{
	background-image:url(bottom_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurerightshadow                               /* updated for png*/
{
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 

src='../templates/propinnerstyle/right_shadow.png');
	background-position:left;
	background-repeat:repeat-y;
}
.ebrochurerightshadow[class]
{
	background-image:url(right_shadow.png);
	background-position:left;
	background-repeat:repeat-y;
}
.ebrochuredatetime
{
	font:bold 12px Verdana;
	color: #000000;
	text-decoration:none;
	height:30px;
	text-align:right;
}
/*eBrochure Settings ends*/

/* Apartment Search Settings starts*/

.AptiFrameTransbg {
	background-color:#ffffff;
}
.AptFormBodyText {
	font:normal 11px verdana;
	color:#6e6e6e;
	text-decoration: none;
}
.AptFormLabelText {
	font:normal 11px verdana;
	color:#3e3e3e;
	text-decoration: none;
}
.AptSelect {
	font:normal 11px verdana;
	color: #3e3e3e;
	text-decoration: none;
	MAX-Height:35px;
}
.AptFormTextField {
	font:normal 11px verdana;
	color: #3e3e3e;
	height:20px;
	width: 115px;
	border: 1px solid #3e3e3e;
	background-color:#ffffff;
	text-decoration: none;
}
.AptFormButton {
	font:normal 11px verdana;
	color: #ffffff;
	border: 1px solid #000000;
	background-color:#595959;
	text-decoration: none;
	cursor:pointer;
	padding:3px;
}
.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 11px verdana;
	color:##cc0000;
	text-align:left;
	text-decoration: none;
}
/* Apartment Search Settings ends*/


/*Specials Settings*/

.Specialsbg {
	height:270px;
	background-color:#2e4f43;
	border:1px solid #1a332a;
	padding-left:50px;
	background-position:left;
}
.Specialstext {
	font:bold 12px arial;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-align:middle;
}
/*Specials Settings ends*/

/* Editor settings */                        /* not to change any settings in this section */

.normaltext 
{
	font-family: arial; 
	font-size: 10pt; 
	color:#000000;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	text-align:justify;
}

.allcaps {
	text-decoration: none;
	text-transform: uppercase
}
.initialcaps {
	text-decoration: none;
	text-transform: capitalize
}
.lowercase {
	text-decoration: none;
	text-transform: lowercase
}
.shadow {
	height:10px;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4)
}
.glow {
	height:10px;
 filter:progid:DXImageTransform.Microsoft.Glow(color='gray', Strength='5')
}
.motionblur {
	height:10px;
 filter:progid:DXImageTransform.Microsoft.MotionBlur(Strength=10, Direction=45, Add='true')
}
p 
{
	font-family: arial; 
	font-size: 10pt; 
	color:#000000;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	text-indent:0px; 
	margin:0px;
}
/* Editor settings ends */


/* Menu settings */

.hmenubg                                                  /* for vertical menu background */ 
{
	background-image :url();
}
.hlinkbg                                                  /* for horizontal menu */ 
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 4px 0 4px;
}

.hlinkbg a:link                                                  /* for horizontal menu */
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
}

.hlinkbg a:visited                                                /* for horizontal menu */
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
}

.hlinkbg a:hover                                                 /* for horizontal menu */
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
	padding:0px;
}


.activehlinkbg                                           /* for vertical menu*/ 
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
}

a.activehlinkbg:link  ,  a.activehlinkbg:visited                                               /* for vertical menu*/ 
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
}

a.activehlinkbg:hover                                                /* for vertical menu*/ 
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
	padding:0px;
}


.vmenubg                                                  /* for vertical menu background */ {
	background:url(vmenubg.jpg) repeat-x;
	border: 1px solid #c2c2c2;
	height:38px;
}
.vlinkbg                                                 /* for vertical menu*/ {
	font:bold 12px verdana;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	line-height:40px;
}
a.vlinkbg:link , a.vlinkbg:visited                                                                                         /* for vertical menu*/ {
	font:bold 12px verdana;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	line-height:40px;
}

a.vlinkbg:hover                                                /* for vertical menu*/ {
	font:bold 12px verdana;
	color:#000000;
	text-decoration:underline;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	line-height:40px;
}
.activevlinkbg                                                 /* for vertical menu*/ {
	font:bold 11px verdana;
	color:#696969;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	padding-left:15px;
}
a.activevlinkbg:link  ,  a.activevlinkbg:visited                                               /* for vertical menu*/ 
{
	font:bold 11px verdana;
	color:#696969;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	padding-left:15px;
}
a.activevlinkbg:hover                                                /* for vertical menu*/ 
{
	font:bold 11px verdana;
	color:#696969;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	padding-left:15px;
}
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 
{
	height:38px;
	font-family:arial;
	color:#223d33;
   font-size:1em;

	font-weight:bold;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:16px;
	vertical-align:middle;
}


.design1bg 
{
	background-color:#ffffff;
}

.design2header
{
	font-family:Trebuchet MS;
	font-size:19px;
	font-weight:normal;
	text-decoration:none;
   	color:#223f34;
   	background-color:#ffffff;
	background-image:url(headingIcon.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
	height:32px;
}

.design2bg 
{
	background-color:#e6e6e6;
	border:1px #cbcbcb solid;
	border-top:0px;
	
}

.design3header
{
	height:22px;
	background-color:#232d66;
	background-image:url(SearchCorner2.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	font-family:arial;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	border:0px #00FF00 solid;
	text-transform:uppercase;
}

.design3header span
{
	height:22px;
	background-color:#232d66;
	font-family:arial;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	padding:0px;
	margin:0px;

}

.design3bg

{
	background-color:#666666;
}

.blankheader                                          /* when the section has no design applied (design4) */ 
{
	font-family:arial;
	font-size:10px;
	color:#000000;
	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*/

/* remove Google Gadgets if present*/                         


/* added CallCenter section only for demo don’t copy this section while implementing any account*/

/* CallCenter 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
}

/* CallCenter Setting ends*/


/* Template specific classes */

.propertyname
{
	font-family: arial; 
	font-size: 10pt; 
	color:#000000;
	font-weight: bold; 

	text-transform:uppercase;
}

.readmore
{

	font-weight:normal;
	font-family: arial; 
	font-size: 9pt; 
	color:#b6912d;
	text-transform:uppercase;
}

.readmore a:link
{

	font-weight:normal;
	font-family: arial; 
	font-size: 9pt; 
	color:#b6912d;
	text-transform:uppercase;
}
.readmore a:visited
{

	font-weight:normal;
	font-family: arial; 
	font-size: 9pt; 
	color:#b6912d;
	text-transform:uppercase;
}
.readmore a:hover
{

	font-weight:normal;
	font-family: arial; 
	font-size: 9pt; 
	color:#31457e;
	text-transform:uppercase;
}
.Searchtext
{

	font-weight:bold;
	font-family: arial; 
	font-size: 10pt; 
	color:#616060;
}

.row1
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal;
	line-height:16px;
	background-color:#f4f4f4;
	text-decoration: none; 
}

.row1 a:link
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal;
	line-height:16px;
	background-color:#f4f4f4;
	text-decoration: none; 
}

.row1 a:visited
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal;
	line-height:16px;
	background-color:#f4f4f4;
	text-decoration: none; 
}


.row1 a:hover
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal;
	line-height:16px;
	background-color:#f4f4f4;
	text-decoration: none; 
}

.row2
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal; 
	background-color:#cccccc;
	text-decoration: none; 
}

.row2 a:link
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal; 
	background-color:#cccccc;
	text-decoration: none; 
}

.row2 a:visited
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal; 
	background-color:#cccccc;
	text-decoration: none; 
}

.row2 a:hover
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal; 
	background-color:#cccccc;
	text-decoration: none; 
}
.SrNo
{
	font-family: arial; 
	font-size: 12px; 
	color:#1f362c;
	font-weight: bold;
	background-color:#d8dbe3;
	text-decoration: none;
	padding-top:16px; 
}
.tableheader
{
	font-family: arial; 
	font-size: 10pt; 
	color:#FFFFFF;
	font-weight: bold; 
	background-color:#314f75;
	text-decoration: none; 
	height:17px;
		text-align:left;
padding-left:10px;
}

.tableheader2
{
	font-family: arial; 
	font-size: 10pt; 
	color:#FFFFFF;
	font-weight: bold; 
	background-color:#314f75;
	text-decoration: none; 
	height:17px;
		text-align:left;

}

.toplinks
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 4px 0 4px;

}

.toplinks a:link
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 4px 0 4px;

}

.toplinks a:visited
{
	font-family:Arial;
	font-size:10pt;

	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 4px 0 4px;

}

.toplinks a:hover
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;


}


.toplinks a:active
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 4px 0 4px;

}


.propaddress
{
	font-family: arial; 
	font-size: 11px; 
	color:#000000;
	font-weight: bold; 
	text-decoration: none; 
	text-transform: none;
	text-align:justify;
	background-image:url(bullet002.jpg);
	background-repeat:no-repeat;
	background-position:left;

}

.footerpropaddress
{
	color:#000000;
	font-family:arial;
	font-size:9pt;
	font-weight:normal;
	padding-left:10px;
	text-align:justify;
	text-decoration:none;
	text-transform:none;
}

.logo
{
	background-image:url(logo-rep.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	text-align:left;
}

.comment					        /* needed only when there is a page title */
{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#c2691b;
   	background-color:#ffffff;
}

.comment a:link					        /* needed only when there is a page title */

{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#c2691b;
   	background-color:#ffffff;
}

.note					        /* needed only when there is a page title */
{
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
   	color:#373737;
	height:20px;
   	background-color:#ffffff;
}

.normaltext2
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	text-align:justify;
	line-height:15px;
}

.propertyname
{
	font-family: arial; 
	font-size: 10pt; 
	color:#000000;
	font-weight: bold; 

	text-transform:uppercase;
}

.readmore
{

	font-weight:normal;
	font-family: arial; 
	font-size: 9pt; 
	color:#b6912d;
	text-transform:uppercase;
}

.readmore a:link
{

	font-weight:normal;
	font-family: arial; 
	font-size: 9pt; 
	color:#b6912d;
	text-transform:uppercase;
}
.readmore a:visited
{

	font-weight:normal;
	font-family: arial; 
	font-size: 9pt; 
	color:#b6912d;
	text-transform:uppercase;
}
.readmore a:hover
{

	font-weight:normal;
	font-family: arial; 
	font-size: 9pt; 
	color:#31457e;
	text-transform:uppercase;
}
.Searchtext
{

	font-weight:bold;
	font-family: arial; 
	font-size: 10pt; 
	color:#616060;
}

.row1
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal;
	line-height:16px;
	background-color:#f4f4f4;
	text-decoration: none; 
}

.row1 a:link
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal;
	line-height:16px;
	background-color:#f4f4f4;
	text-decoration: none; 
}

.row1 a:visited
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal;
	line-height:16px;
	background-color:#f4f4f4;
	text-decoration: none; 
}


.row1 a:hover
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal;
	line-height:16px;
	background-color:#f4f4f4;
	text-decoration: none; 
}

.row2
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal; 
	background-color:#cccccc;
	text-decoration: none; 
}

.row2 a:link
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal; 
	background-color:#cccccc;
	text-decoration: none; 
}

.row2 a:visited
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal; 
	background-color:#cccccc;
	text-decoration: none; 
}

.row2 a:hover
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal; 
	background-color:#cccccc;
	text-decoration: none; 
}
.SrNo
{
	font-family: arial; 
	font-size: 12px; 
	color:#1f362c;
	font-weight: bold;
	background-color:#d8dbe3;
	text-decoration: none;
	padding-top:16px; 
}
.tableheader
{
	font-family: arial; 
	font-size: 10pt; 
	color:#FFFFFF;
	font-weight: bold; 
	background-color:#314f75;
	text-decoration: none; 
	height:17px;
		text-align:left;
padding-left:10px;
}

.tableheader2
{
	font-family: arial; 
	font-size: 10pt; 
	color:#FFFFFF;
	font-weight: bold; 
	background-color:#314f75;
	text-decoration: none; 
	height:17px;
		text-align:left;

}

.toplinks
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 4px 0 4px;

}

.toplinks a:link
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 4px 0 4px;

}

.toplinks a:visited
{
	font-family:Arial;
	font-size:10pt;

	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 4px 0 4px;

}

.toplinks a:hover
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;


}


.toplinks a:active
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 4px 0 4px;

}


.propaddress
{
	font-family: arial; 
	font-size: 9pt; 
	color:#000000;
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	text-align:justify;
	padding-left:10px;

}

.listing 					        /* needed only when there is a page title */

{
	font-family:arial;
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
   	color:#000000;
   	background-color:#ffffff;
	background-image:url(bullet001.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:26px;
	line-height:20px;
	text-align:left;
   	
}

.propmenu
{
	font-family:arial;
	font-size:9pt;
	color:#b6912d;
	font-weight:normal;
	line-height:16px;
	vertical-align:middle;
}

.propmenu a:link
{
	font-family:arial;
	font-size:9pt;
	color:#b6912d;
	font-weight:normal;
	line-height:16px;
	vertical-align:middle;
}

.propmenu a:visited
{
	font-family:arial;
	font-size:9pt;
	color:#b6912d;
	font-weight:normal;
	line-height:16px;
	vertical-align:middle;
}

.propmenu a:hover
{
	font-family:arial;
	font-size:9pt;
	color:#b6912d;
	font-weight:normal;
	line-height:16px;
	text-decoration:underline;
	vertical-align:middle;
}

.pagesubheader					        /* needed only when there is a page title */

{
	font-family:Trebuchet MS;
	font-size:19px;
	font-weight:normal;
	text-decoration:none;
   	color:#223f34;
   	background-color:#ffffff;
	background-image:url(headingIcon.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
	height:32px;
	text-transform:Capitalize;
   	
}
.content
{
	font:normal 12px arial;
	color:#000000;
	text-decoration: none;
}
/* Template specific classes ends */
