@charset "utf-8";
@import url("hf_common.css");

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#addressblock {
	text-align: center;
	margin-bottom: 50px;
}
#content {
	padding: 5px 31px;
}
#statusbar {
	font-size: 11px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}
#detailaddress {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 5px;
}
#adobeinstructions {
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 10px;
}
img {
	behavior: url(iepngfix.htc); 
}
.greenlink a:link, .greenlink a:visited, .greenlink a:active {
	color: #538C3E;
}
.greenlink a:hover {
	color: #74B75B;
}

form {
	margin: 0px;
	padding: 0px;
}

.formlabel  {
	float: left;
	text-align: right;
	padding-right: 5px;
	width: 90px;
	padding-bottom: 10px;
}

.formfield {
	float: left;

}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin: 10px auto 0 auto;
}
#logincontainer {
	width: 500px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin: 10px auto 0 auto;
}
#head {
	text-align: left;
	width: 97%;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#mainbody {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	min-width:960px;

}
#footer {
	padding: 20px;
	font-size: 10px;
	color: #706A65;
	clear: both;
}
#rightpane {
	width: 250px;
	float: right;
}


#displaypane {
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9F9F9;
	border-right-color: #A49E99;
	border-bottom-color: #A49E99;
	border-left-color: #F0F0F0;
	margin-right: 280px;
}
#displaypanebody {
	padding: 15px;
}

#displaypane h1 {
	font-size: 18px;
	font-weight: normal;
	background-color: #EDF3FE;
	margin: 0px;
	padding: 15px;
	letter-spacing: -1px;
}
#displaypane h2 {
	font-size: 16px;
	font-weight: normal;
	color: #524B45;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 6px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #BAB6B2;
}



#usermenu {
	float: right;
	font-size: 11px;
}
#usermenu a:link, #usermenu a:active, #usermenu a:visited {
	color: #575451;
	text-decoration:underline;
}
#usermenu a:hover {
	color: #693F3F;
}
#dialog #forgot {
	font-size: 10px;
	margin-left: 10px;
	width: 140px;
}

#dialog {
	background-color: #FFFFFF;
	border: 8px solid #AAA59D;
	margin-top: 10px;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#dialog input {
	padding: 2px;
	font-size: 14px;
}

#dialog ol {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
#dialog li {
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#dialog label {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#dialog #checkboxlabel {
	font-size: 12px;
}

#dialog #strUsername {
	width: 300px;
}
#dialog #strPassword {
	width: 150px;
}
#dialog #strEmail {
	width: 300px;
}

#dialog h1 {
	font-size: 21px;
	color: #642021;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 0px;
}

.errmsg {
	font-size: 12px;
	color: #AA0000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	border: 1px solid #CC0000;
	background-color: #F9F0F0;
	margin-bottom: 10px;
	background-image: url(/images/icons/error.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	behavior: url(iepngfix.htc); 
}
.infomsg {
	font-size: 12px;
	color: #0055AA;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	border: 1px solid #0066CC;
	background-color: #F0F4F9;
	margin-bottom: 10px;
	background-image: url(/images/icons/information.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	behavior: url(iepngfix.htc); 
}
#newdevpanel {
	width: 98%;
}
#newdevpanelbody {
	padding: 15px;
	background-color: #E0FCE0;
	border: 1px solid #CCCCCC;
}
.largebutton  {
	font-size: 14px;
	padding: 3px;
}
input.dataentry     {
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}
select.dataentry  {
	font-size: 16px;
}
.addresspanel {
	font-size: 11px;
}
.devname {
	font-size: 13px;
	font-weight: bold;
}
.developertable {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	width: 100%;
	font-size: 11px;
	margin-top: 6px;
}
.developercol {
	width: 33%;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	line-height: 16px;

}
.tick {
	height: 16px;
	width: 16px;
	margin-left: 3px;
}
.tip {
	font-size: 11px;
	font-style: italic;
	color: #777777;
	background-color: #FFFBA4;
	display: inline;
	padding: 2px;
}
.listrow:hover {
	background-color: #FFFFDD;
	cursor: pointer;
}
.listrow, .listrow td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left:10px;
	padding-right:20px;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.listhead {
	background-color: #E9E9E9;
	text-align: left;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:10px;
	padding-right:20px;
	font-weight:bold;
}
.listhead  th {
	text-align: left;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:10px;
	padding-right:20px;
}
.list {
	margin-top:30px;
}
.greyedout {
	font-style: italic;
	color: #CCCCCC;
}
#rightpane #titletext {
	font-size: 19px;
	letter-spacing: -1px;
}
#addproperties {
	font-size: 12px;
	background-color: #E0FCE0;
}
#addproperties legend {
	font-weight: bold;
	font-size: 13px;
}
.propertyeditform th {
	font-size: 11px;
	font-variant: small-caps;
	color: #999999;
	text-align: left;
}
.propertyeditform td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.propertyeditform tr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.propertyeditform input {
	font-size: 12px;
}
.roadrow {
	padding-top: 20px;
	padding-left: 125px;
	font-size: 20px;
	letter-spacing: -1px;
	background-image: url(../images/roadimg.jpg);
	height: 66px;
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #F0F0F0;
	margin-top:6px;
}
.apartments {
	background-image: url(../images/flatsimg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
	min-height: 50px;
	padding-top: 10px;
	behavior: url(iepngfix.htc); 
}

.apartment {
	background-color: #F0F0F0;
	padding: 2px;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
	width:150px;
}
.apartmentlistholder {
	margin-left:25px;
	margin-top:10px;
	width:95%;
	cursor:default;
}
.buttons {
	float:right;
	height:16px;
}
.apartmentname {
	float:left;
	overflow:hidden;
	text-overflow: ellipsis;
	height: 1em;
	width:110px;
	white-space:nowrap;
}
.collapse {
	margin: 0px;
	padding: 0px;
}
input.large,select.large {
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.clearleft {
	font-size: 0px;
	line-height: 0px;
	clear: left;
	height: 0px;
}
.multiselectlist {
	background-image: url(../images/rightarrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	float:left;
	width:180px;
	margin-top: 20px;
	min-height: 65px;
	behavior: url(iepngfix.htc); 
}
.greypullout {
	background-color: #F0F0F0;
	padding: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 200px;
}
.midgrey {
	color: #666666;
}
#useralert  {
	text-align: right;
}
#useralert .alertmsg {
	width: 300px;
	text-align: left;
}
.tinylink {
	text-align:right;
	font-size:9px;
}
#topalert {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	border: 1px solid #999;
	background-color: #FFF5F5;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #400;
}
