
/* CSS Styles For Ann Hammond Residential Lettings */
/* * { border: 1px solid #000; } */

BODY {
	background-color: #FAFAFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(img/ann-hammond-logo-bkg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
	padding: 0;
}
H1 {
	font-size: x-large;
}
H2 {
	font-size: large;
}
H3 {
	font-size: small;
	color: #339;
	margin: 3px 0 3px 0;
	padding: 0;
}
DIV {
	margin: 3px 0 3px 0;
	padding: 0;
}
P {
	margin: 3px 0 3px 0;
	padding: 0;
}
A, A:VISITED {
	color: #03c;
}
A:HOVER {
	color: #b22;
	font-weight: bolder;
}
FORM {
	margin: 15px 5px 15px 5px;
	padding: 0;
}



/* General */

B.nonBold {
	font-weight: normal;
}
INPUT.button {
	cursor: pointer;
}



/* Header */

H2.tableHdr {
	background-image: url(img/ann-hammond-hdr-bkg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #229;
	line-height: 40px;
	vertical-align: middle;
}
SPAN.todayDateTxt {
	background-color: #FAF9FC;
	border: 1px solid #589;
	color: #000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding: 0 2px 0 2px;
	position: absolute;
	right: 2px;
	top: 2px;
}
H1.logoHdr {
	background-image: url(img/ann-hammond-logo-bkg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
	padding: 11px 0 10px 0;
}



/* Navigation Bar */

DIV.navHorizBar {
	background-image: url(img/nav-bar-bottom-bar.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 7px;
	border: 0;
	margin: 0;
}
DIV.navHorizBar A, DIV.navHorizBar A:VISITED {
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 29px;
	display: block;
	text-decoration: none;
	margin: 0 2px 0 2px;
	padding: 0;
	color: #333;
}
DIV.navHorizBar A:HOVER {
	background-position: center -40px;
	color: #669;
}
DIV.navHorizBar A.small {
	background-image: url(img/nav-bar-bkg-small.gif);
	width: 133px;
}
DIV.navHorizBar A.medium {
	background-image: url(img/nav-bar-bkg-medium.gif);
	width: 180px;
}
DIV.navHorizBar TABLE, DIV.navHorizBar DIV, DIV.navHorizBar TD {
	margin: 0;
	padding: 0;
}



/* Main Page */

DIV.mainArea {
	background-color: #E2F2FF;
	background-color: #F6FBFF;
	background-image: url(img/mainBKG_A.gif);
	background-repeat: repeat-y;
	background-color: #F0F4FF;
	border: 1px solid #777;
	border-width: 1px 0 1px 0;
	margin: 0;
}
DIV.mainArea2 {
	background-image: url(img/mainBKG_B.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0;
	padding: 5px 35px 15px 35px;
}
DIV.textBlock {
	margin: 5px 5% 5px 5%;
}
IMG.photo {
	background-color: #FFF9F3;
	background-image: url(img/ann-hammond-points-fl-bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 2px solid #999;
	border-color: #AAA #555 #222 #999;
	padding: 3px;
}
P.mainText {
	margin: 5px 0 5px 0;
}
P.addressText {
	font-size: medium;
	margin: 2px;
	padding: 0;
}
P.infoPoints {
	margin: 5px 10px 5px 20px;
	font-weight: bold;
}



/* Landlords Specific */

TABLE.landlordList {
	border: 0;
	margin-right: 5%;
	margin-left: 5%;
}
TABLE.landlordList TH {
	font-size: large;
	font-weight: bold;
}
TABLE.landlordList TD.tick {
	background-image: url(img/landlord-green-tick.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 25px;
	width: 25px;
}
TABLE.landlordList TD.information {
	padding: 1px 5px 1px 5px;
	vertical-align: top;
}



/* Tenant Specific */

DIV.pointsFloatL, DIV.pointsFloatR {
	background-color: #FFF9F3;
	background-image: url(img/ann-hammond-points-fl-bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #000;
	margin-left: 2%;
	margin-right: 3%;
	padding: 0 10px 0 10px;
	width: 40%;
}
DIV.pointsFloatL {
	float: left;
}
DIV.pointsFloatR {
	float: right;
	margin-bottom: 10px;
}



/* Contact Page */

FORM.contactFrm TABLE {
	border: 1px solid #66C;
	background-color:#ECF9FF;
	background-image: url(img/ann-hammond-form-bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
FORM.contactFrm TH {
	font-size: small;
	padding: 5px 5px 2px 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #D2E9FF #92A9BC #647B8D #BDD5E9;
	border-right: 0;
}
FORM.contactFrm TD {
	padding: 2px 5px 2px 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #D2E9FF #92A9BC #647B8D #BDD5E9;
	border-left: 0;
}
FORM.contactFrm INPUT,TEXTAREA {
	background-color: #F7F9FE;
	background-image: url(img/ann-hammond-input-bkg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border: 2px;
	border-style: solid;
	border-color: #6B81AA #EBF3FF #A4BAE6 #556B93;
}
FORM.contactFrm .bottom {
	border-bottom: 0;
}
FORM.contactFrm TD.submit {
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #D2E9FF #92A9BC #647B8D #BDD5E9;
}
FORM.contactFrm TD.submit INPUT {
	cursor: pointer;
}
FORM.contactFrm TD.submit INPUT:HOVER {
	color: #C00;
}
TABLE.contactAddress {
	background-color: #FFF9F3;
	background-image: url(img/ann-hammond-contact-add-bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #777;
	border-color: #66A #338 #117 #559;
	margin: 10px;
	white-space: nowrap;
}
TABLE.contactAddress TD {
	font-size: 13px;
	padding: 5px 20px 5px 20px;
}

/* Register Interest */
A.regInterestLnk {
	display: block;
	width: 250px;
	line-height: 34px;
	background-image: url(img/register-interest-lnk-bkg.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #006;
	border: 1px solid #009;
	text-decoration: none;
	margin: 25px 5px 5px 5px;
}
A.regInterestLnk:HOVER {
	font-weight: normal;
	background-position: bottom;
	color: #330;
}

/* Footer */

DIV.footer {
	font-size: smaller;
	margin-bottom: 0;
	padding-bottom: 0;
}
DIV.copytext {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A.copylink, A.copylink:VISITED {
	color: #000;
	text-decoration: none;
}
A.copylink:HOVER {
	text-decoration: underline;
}
DIV.siteVersion {
	color: #118;
	font-size: 8px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}
P.footer {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	color: #444;
	font-weight: normal;
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 10px 0 10px 0;
	padding: 5px;
}



/* Property List (Listing) */

TABLE.propertyList TD {
	padding: 0;
}
TABLE.propertyList DIV.mainPL {
	background-color: #F5F8FF;
	background-image: url(img/property-list-bkg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width:155px;
	height:165px;
	border:1px solid #000;
	overflow:hidden;
	white-space:normal;
	vertical-align:middle;
}
TABLE.propertyList DIV.pLPrice {
	background-color:#E9EFFF;
	border-bottom:1px solid #000;
	margin: 0 0 5px 0;
}
DIV.pagination {
	margin: 10px 5px 10px 5px;
}
B.pageLnk {
	background-color: #E2E9FA;
	border: 2px solid #339;
	margin: 2px;
	padding: 3px;
}
A.pageLnk, A.pageLnk:VISITED {
	background-color: #E2E9FA;
	border: 1px solid #339;
	margin: 2px;
	padding: 3px;
	text-decoration: none;
}
A.pageLnk:HOVER {
	background-color: #EFF5FC;
}
A.pageLnkSet, A.pageLnkSet:VISITED  {
	background-color: #E2E9FA;
	border: 1px solid #339;
	margin: 2px;
	padding: 3px;
}
A.pageLnkSet:HOVER {
	background-color: #EFF5FC;
}

DIV.quickSort {
	border: 1px solid #339;
	background-color: #C9D8F8;
	padding: 3px 5px 3px 5px;
}
DIV.quickSort P {
	line-height: 16px;
	vertical-align: middle;
}
DIV.quickSort A,DIV.quickSort A.current {
	background-color: #DCEAFF;
	border: 1px solid #66A;
	line-height: 12px;
	font-size: small;
	padding: 2px 4px 2px 4px;
	margin: 0 1px 0 1px;
	text-decoration: none;
	color: #000;
}
DIV.quickSort A.current {
	background-color: #fff;
}



/* Property List Page Select */

TABLE.propPrevNext TD {
	line-height: 24px;
	vertical-align: middle;
	padding-top: 2px;
}
TABLE.propPrevNext A {
	line-height: 20px;
	background-color: #F5F8FF;
	background-image: url(img/property-list-prev-next-bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px 5px 2px 5px;
	border: 1px solid #339;
}
TABLE.propPrevNext A:HOVER {
	background-position: bottom;
	border-color: #66A;
	color: #FCFCFF;
}



/* Property List (Listing & Tabular) Shared Dotted Hover Styles */

TABLE.propertyList A, TABLE.propertyList A:VISITED, A.propImgLinkTab, A.propImgLinkTab:VISITED {
	background-color: transparent;
	display: block;
	padding: 4px;
	text-align: center;
}
TABLE.propertyList A:HOVER, A.propImgLinkTab:HOVER {
	border: 2px dotted #33C;
	display: block;
	padding: 2px;
}



/* Property List (Tabular) */

TABLE.propertyList2 {
	border: 1px solid #339;
	margin: 2px 2% 0 2%;
	padding: 0;
}
TABLE.propertyList2 TH {
	background-color: #FABD7F;
	background-image: url(img/property-list-hdr.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #900;
	color: #003;
	font-size: small;
	line-height: 19px;
}
TABLE.propertyList2 TD {
	background-color: #E0E4F6;
	border: 1px solid #fff;
	padding: 0;
}
TABLE.propertyList2 IMG {
	margin: 3px;
}
TABLE.propertyList2 TD.r2 {
	background-color: #E9EFFF;
}
TABLE.propertyList2 .itemTitle {
	font-family: serif;
	font-size: larger;
	margin: 0;
	padding: 0;
}
TABLE.propertyList2 .itemType {
	font-size: smaller;
}
TABLE.propertyList2 .itemDesc {
	padding-top: 4px;
	text-align: justify;
}
TABLE.propertyList2 .itemBeds {
	font-family: courier;
	font-size: larger;
}



/* Property List Search */
TABLE.searchCriteria {
	background-color: #F4F4F9;
	border: 1px solid #339;
	margin-top: 20px;
	padding: 0;
}
TABLE.searchCriteria TD, TABLE.searchCriteria TH {
	background-color: #E0E4F6;
	border: 1px solid #F4F4F9;
}
TABLE.searchCriteria TH.searchHeader {
	background-color: #FABD7F;
	background-image: url(img/property-list-hdr.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #900;
	color: #003;
	font-size: large;
	line-height: 22px;
}



/* Property List Index Page */

DIV.propertyListSearchBut, DIV.propertyListDownloadBut {
	line-height: 50px;
	width: 350px;
}
A.propertyListSearchBut, A.propertyListSearchBut:VISITED, A.propertyListDownloadBut, A.propertyListDownloadBut:VISITED {
	background-image: url(img/property-list-search.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	line-height: 50px;
	width: 350px;
	text-decoration: none;
}
A.propertyListDownloadBut, A.propertyListDownloadBut:VISITED {
	background-image: url(img/property-list-download.png);
}
A.propertyListSearchBut:HOVER, A.propertyListDownloadBut:HOVER {
	background-position: 0 -51px;
	text-decoration: none;
}
A.PropListIdxImgLink, A.PropListIdxImgLink:VISITED {
	display: block;
	padding: 2px;
	padding-top: 5px;
	width: 240px;
}
A.PropListIdxImgLink:HOVER, A.PropListIdxImgLink:ACTIVE {
	border: 2px dotted #33C;
	display: block;
	padding: 0;
	padding-top: 3px;
}
A.PropListIdxFileLink, A.PropListIdxFileLink:VISITED {
  padding: 5px;
  width: 90%;
}
A.PropListIdxFileLink:HOVER, A.PropListIdxFileLink:ACTIVE {
  background-color: #EBEFFF;
	border: 1px solid #33C;
	display: block;
	padding: 4px;
}



/* Property Item Detail */
TABLE.propertyItem {
	background-color: #F4F4F9;
	border: 1px solid #339;
	margin-top: 20px;
	padding: 0;
}
TABLE.propertyItem TD, TABLE.propertyItem TH {
	background-color: #E0E4F6;
	border: 1px solid #F4F4F9;
}
TABLE.propertyItem TH.itemHeader {
	background-color: #FABD7F;
	background-image: url(img/property-list-hdr.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #900;
	color: #003;
	font-size: large;
	line-height: 28px;
	vertical-align: middle;
}



/* Privacy + W3C Popups */

.slightDarkTxt {
	color: #000;
}
H2.horizHeader {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 5px 0 5px 15px;
}
P.normTxt {
	margin: -10px 15px 0 15px;	
	text-align: justify;
}
P.normTxtNoTopMargin {
	margin-top:0;
}



