/* Default Settings */

body
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	scrollbar-face-color : #b6b6b6;
	scrollbar-highlight-color : #4e4e4e;
	scrollbar-shadow-color : #4e4e4e;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
	scrollbar-track-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	background-color:#ffffff;
}

body a:link, body a:visited, body a:hover
{
	font:bold 11px  arial;
	color: #f89224;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	padding-right:10px;
}

.bodycolor
{
	background-color:#000000;
}

.footertext                                              /* copyright text */
{ 
 font-size: 10px; 
 font-family: arial;
 font-weight:normal;
 color:#ffffff;
 vertical-align:middle;
 text-align:right;
 padding-right:15px;
 text-decoration: none;
 
}


.bottomlinks                                               
{
 font-family:arial;
 font-size:10px;
 font-weight:normal;
 font-weight:normal;
 color:#ffffff;
 vertical-align:middle;
 text-decoration:none;
 padding:0px 5px;
}

a.bottomlinks:link
{
 font-family:arial;
 font-size:10px;
 font-weight:normal;
 font-weight:normal;
 color:#ffffff;
 vertical-align:middle;
 text-decoration:none;
 padding:0px 5px;
}

a.bottomlinks:visited
{
 font-family:arial;
 font-size:10px;
 font-weight:normal;
 font-weight:normal;
 color:#ffffff;
 vertical-align:middle;
 text-decoration:none;
 padding:0px 5px;
}

a.bottomlinks:hover
{
 font-family:arial;
 font-size:10px;
 font-weight:normal;
 font-weight:normal;
 color:#ffffff;
 vertical-align:middle;
 text-decoration:underline;
 padding:0px 5px;
}

/* Default Settings ends */

/* Form settings */

.FormBodyText {
	font:normal 11px arial;
	color:#4e4e4e;
	text-decoration: none;
	line-height:15px;
}
.FormLabelText					/* used for form labels e.g. username, password..etc */ {
	font:normal 11px arial;
	color:#4e4e4e;
	text-decoration: none;
	line-height:15px;
}
.FormLabelTextHeader				/* used for form labels e.g. username, password..etc */ {
	font:bold 11px arial;
	color:#000000;
	text-decoration: none;
}
.FormLabelHeader {
	font:bold 13px arial;
	color: #ffffff;
	height:10px;
	background-color:#2c2520;
	padding-left:4px;
	text-decoration: none;
	text-align:left;
	line-height:25px;
}
.FormLabelSubHeader {
	font:normal 11px arial;
	color: #e86e47;
	text-decoration: none;
	font-weight:bold;
}
.FormErrorText {
	font:normal 11px arial;
	color: #9b1724;
	text-decoration: none;
	text-align:left;
}
.FormMessageText {
	font:normal 11px arial;
	color: #9b1724;
	text-decoration: none;
	vertical-alignment:middle;
	text-align:left;
	line-height:26px;
}
.LoginFormMessageText {
	font:normal 11px arial;
	color: #9b1724;
	text-decoration: none;
	vertical-alignment:middle;
	text-align:left;
	line-height:26px;
}
.FormButton {
	font:normal 11px arial;
	color: #ffffff;
	border: 1px solid #6b6559;
	background-color:#f89224;
	text-decoration: none;
	cursor:pointer;
	height:20px;
}
.FormStatusButton {
	font:normal 11px arial;
	color: #ffffff;
	border: 1px solid #6b6559;
	background-color:#f89224;
	text-decoration: none;
	cursor:pointer;
	padding:3px;
	height:20px;
}
.FormTextField {
	font:normal 11px arial;
	color: #000000;
	height:20px;
	width: 100px;
	border: 1px solid #999999;
	background-color:#ffffff;
	text-decoration: none;
}
.RequiredField {
	background-color:#ffffff;
}
.RequiredLabel {
	color:#9b1724;
	vertical-align:top;
	text-align:center;
}

.formtableborder
{
	border:1px solid #6b6559;
}

.FormTableHeader {
	font:bold 11px arial;
	color:#ffffff;
	background-color:#5f6267;
	text-decoration: none;
	text-align:left;
	line-height:16px;
	padding-left:2px;
	padding-right:2px;
}

.FormTableHeader td, .FormTablerow td, .FormTablerowAlt td
{
	padding-left:7px;
	padding-right:7px;
	height:20px;
}

.FormTableSubHeader {
	font:normal 11px arial;
	color: #000000;
	background-color:#cccccc;
	text-decoration: none;
}
.FormTablerow {
	font:normal 10px 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 10px arial;
	color: #000000;
	background-color:#b7aea7;
	text-decoration: none;
	height:20px;
	text-align:left;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
}
.FormTabActive {
	font:bold 11px arial;
	color: #ffffff;
	background-image:url(tab_active.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:146px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}
.FormTabInactive {
	font:normal 11px arial;
	color: #cfcfcf;
	background-image:url(tab_inactive.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:146px;
	text-decoration: none;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}
.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, 

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;
}

.iframetransbg {
	background:none;
	
}
.FormLinks {
	font:bold 13px arial;
	color: #e86e47;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:link {
	font:bold 13px arial;
	color: #e86e47;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:visited {
	font:bold 13px arial;
	color: #e86e47;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
a.FormLinks:hover {
	font:bold 13px arial;
	color: #e86e47;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
.FormPageNumber {
	font:bold 11px arial;
	color:#555555;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.ActiveFormPageNumber {
	font:bold 13px arial;
	color:#000000;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName {
	font:bold 13px arial;
	color: #e86e47;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:link {
	font:bold 13px arial;
	color: #e86e47;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:visited {
	font:bold 13px arial;
	color: #e86e47;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
.FormFPName:hover {
	font:bold 13px arial;
	color: #e86e47;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
.FormPageNumberdivider {
	font:bold 11px arial;
	color:#000000;
	text-align:right;
	text-decoration:none;
}
/* Form settings ends */


/* floorplan settings starts*/  
.FloorPlanNormalText {
	font:normal 12px arial;
	color:#595959;
	text-decoration: none;
	font-weight:bold;
}
.FloorPlanBedName {
	font:normal 14px arial;
	color:#none;
	text-decoration: none;
	font-weight:bold;
}
.FloorPlanLinks {
	font:bold 11px arial;
	color: #2197b5;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:link {
	font:bold 11px arial;
	color: #2197b5;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:visited {
	font:bold 11px arial;
	color: #2197b5;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanLinks:hover {
	font:bold 11px arial;
	color: #2197b5;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
.FloorPlanName {
	font:bold 11px arial;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanName:link {
	font:bold 11px arial;
	color: #000000;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanName:visited {
	font:bold 11px arial;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
}
a.FloorPlanName:hover {
	font:bold 11px arial;
	color: #000000;
	text-decoration: underline;
	text-align:left;
	cursor:pointer;
}
.FloorPlanbg {
	background-color:#d9d9d9;
}
.FloorPlanHomeDecorImg {
	background-image: url(homedecorplanner.jpg);
	height:28px;
	width:196px;
	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.gif);
}
.ebrochuremaintable {
	width:730px;
	background-color:#ffffff;
}
.ebrochureinnertable {
	background-color:#ffffff;
	width:700px;
}
.ebrochureheaderbg {
	height:162px;
	width:700px;
	background-image:url(headerbg.jpg);
	background-repeat: no-repeat;
}
.ebrochurecontentbg {

	background-color:#E5E5E5;
}
.ebrochurecontentbgcolor {   /* for bottom color of background plain color which comes in a div  */
	background-color:#E5E5E5;
}
.ebrochurepropname {
	font:normal 22px calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurepropaddress {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #464646;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurenormaltext {
	font:normal 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:#555555;
	height:30px;
	text-transform:uppercase;
}
.ebrochuredottedhorizontalseparator { /* Recommended to use eiher this or ebrochuredesign1header; Do not remove this 

comment */
	/*background:url(dottedhoriline.gif) left bottom repeat-x;*/
	height:1px;
}
.ebrochuredesign2header {
	font:normal 24px calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochurelink {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:link {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:visited {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-style:normal;
	vertical-alignment:middle;
}
a.ebrochurelink:hover {
	font:normal 15px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	vertical-alignment:middle;
}
.ebrochureprinticon {
	height:62px;
	width:56px;
	background-image:url(print.jpg);
	background-repeat:no-repeat;
}
.ebrochurerefericon {
	height:62px;
	width:72px;
	background-image:url(refer_friend.jpg);
	background-repeat:no-repeat;
}
.ebrochurefootertext {
	font:normal 12px calibri, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style:normal;
	background:#000000;
	height:22px;
	padding-left:11px;
}
.ebrochuremapdimensions {    /* for map dimensions  */
	width:550px;
	height:350px;
}
.ebrochurebullet {    /* for bullets of headers  */
	background-image:url(headersubbullet.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	width:5px;
	height:5px;
}
.ebrochureverticalseparator {
	background-image:url(verti_seprator.gif);
	background-repeat:repeat-y;
	width:13px;
}
.ebrochurepropertythumbnail {
	height:126px;
	width:160px;
	border: 1px solid #999999;
	float:right;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
.ebrochurehorizontalseparator {
	background-image:url(hori_seprator.jpg);
	background-repeat:repeat-x;
	height:13px;
}
.ebrochurehorizontalcolorseparator {
	background-color:#000000;
	height:10px;
}
.ebrochuretopleftcorner {
	background-image:url(top_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	width:9px;
}
.ebrochuretoprightcorner {
	background-image:url(top_rightcorner.png);
	background-repeat:no-repeat;
	height:23px;
	width:9px;
	background-position:left;
}
.ebrochurebotleftcorner {
	background-image:url(bot_leftcorner.png);
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochurebotrightcorner {
	background-image:url(bot_rightcorner.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:55px;
	width:10px;
}
.ebrochuretopshadow {
	background-image:url(top_shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
.ebrochureleftshadow {
	background-image:url(left_shadow.png);
	background-position:right;
	background-repeat:repeat-y;
}
.ebrochurebottomshadow {
	background-image:url(bottom_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
}
.ebrochurerightshadow {
	background-image:url(right_shadow.png);
	background-position:left;
	background-repeat:repeat-y;
}

.ebrochuredatetime {
            font:bold 12px arial;
            color: #000000;
            height:30px;
            text-align:right;
}

/*eBrochure Settings ends*/

/* Apartment Search Settings*/

.AptiFrameTransbg {
	background:none;
}
.AptFormBodyText {
	font:normal 11px arial;
	color:#000000;
	text-decoration: none;
}
.AptFormLabelText {
	font:normal 11px arial;
	color:#ffffff;
	text-decoration: none;
}
.AptSelect {
	font:normal 11px arial;
	color: #000000;
	text-decoration: none;
	MAX-Height:35px;
		width:115px;
}
.AptFormTextField {
	font:normal 11px arial;
	color: #3e3e3e;
	height:20px;
	width: 115px;
	border: 1px solid #3e3e3e;
	background-color:#ffffff;
	text-decoration: none;
}
.AptFormButton {
	font:normal 11px arial;
	color: #ffffff;
	border: 1px solid #6b6559;
	background-color:#f89224;
	text-decoration: none;
	cursor:pointer;
	height:20px;
}
.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 arial;
	color:#9b1724;
	text-align:left;
	text-decoration: none;
}
/* Apartment Search Settings*/



/*Specials Settings*/

.Specialsbg {
	height:70px;
	/*background-image:url(specials_bg.jpg);
	background-repeat:no-repeat;*/
	background-color:#eeb007;
}
.Specialstext {
	font:bold 12px arial;
	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:normal 12px arial;
	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 arial;
	color: #353535;
	line-height: 15px;
	text-align:left;
}
/* Editor settings ends */


/* Menu settings */

.hmenubg                                                  /* for vertical menu background */ {
	background:	 url(menu-bg.jpg) repeat-x;
	padding: 0px 100px;
}
.hlinkbg                                                  /* for horizontal menu */ {
	font:normal 13px arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	height: 30px;
}
.activehlinkbg                                                  /* for horizontal menu */ {
	font:normal 13px arial;
	color:#ff0000;
	text-decoration:none;
	vertical-align:middle;
	height: 30px;
}

.vmenubg                                               /* for vertical menu background */ 
{
background-image:url(vmenubg.png);
background-repeat:repeat-y;
}
.vlinkbg                                                 /* for vertical menu*/ {
	font:bold 11px  arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	line-height:30px;
}
a.vlinkbg:link                                                /* for vertical menu*/ {
	font:bold 11px  arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	line-height:30px;
}

a.vlinkbg:visited                                                /* for vertical menu*/ {
	font:bold 11px  arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	line-height:30px;
}

a.vlinkbg:hover                                                /* for vertical menu*/ {
	font:bold 11px  arial;
	color:#f89224;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	line-height:30px;
}
.activevlinkbg                                                 /* for vertical menu*/ {
	font:bold 11px  arial;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	padding-left:15px;
}
a.activevlinkbg:link                                                /* for vertical menu*/ {
	font:bold 11px  arial;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	padding-left:15px;
}
a.activevlinkbg:visited                                                /* for vertical menu*/ {
	font:bold 11px  arial;
	color:#ffffff;
	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  arial;
	color:#ffffff;
	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 {
	font:normal 18px arial;
	color: #022e64;
	text-align:left;
	height:40px;
	border-bottom:1px dotted #042f62;
}
.design1bg {
	background:url(design1bg.jpg) no-repeat;
	width:530px;
}
.design2bg {
}
.design3header {
	font:bold 12px arial;
	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 arial;
	color: #333333;
	text-align:left;
}
/* Section settings ends */


/*Google Map settings start*/

div.gs-street, div.gs-directions {
	font-family:arial;
	font-size:11px;
}
div.gs-phone, div.gs-city {
	display: inline;
	font-family:arial;
	font-size:11px;
}
div.gs-title a:link {
	display: inline;
	font-family:arial;
	font-size:11px;
}
div.gs-region {
	display: inline;
}
div.gs-country {
	display: none;
}
div.gs-directions {
	font-family:arial;
	font-size:11px;
}
div.gs-label {
	font-family:arial;
	font-size:11px;
}
.gs-secondary-link {
	font-family:arial;
	font-size:11px;
}
.gs-watermark {
	font-family:arial;
	font-size:11px;
}
.MarkerText {
	font:normal 11px arial;
	color:#003b4b;
}
a.MarkerHeaderText:link, a.MarkerHeaderText:visited, a.MarkerHeaderText:hover {
	font:bold 12px arial;
	color:#049dc7;
}
.googledir div {
	font:normal 11px arial;
	color:#000000;
}
.googledir table td {
	font:normal 11px arial;
	color:#056c87
}
/*Google Map settings end*/


/* Template specific classes */

.MapWidth
{
	width:496px;
}

.content	
{
background-color:#f3f3f3;
}
	
.footerbg {
	background:url(footerbg.png) repeat;
	height:33px;
}	
	
#pagebg
{
position:absolute;background-position:top;background-color:#000000; top:0; left:0; width:100%; 

height:100%;z-index:-10;}
#mainDIV
{
	position:fixed;
	width:100%;
	float:center;
	z-index:400;

}

/* Template specific classes ends */


