/* control bg colors on TD's etc. + body def to set initial text and scroll */

/* controls outline color of boxes on searches */
.bg1 {
	background-color: Black;
	color: #FFFF33;
}	
.bg2{
	background-color: orange;
	color: #FFFF33;
}
/* used for property toolbar */
.bg3{
	background-color : #006699;
}
/* color for horizontal rule between search results - search.php */
.bg4{
	background : #fff url(_images/bgBtn.gif) repeat-x top;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}
/* color for alternating rows in search results - search1.php */
.bg5{
	background-color : #666666;
}
/* used for normal cells: set to same color as standard backround */
.bg6 {
	background-color: #333333;
}
/* used for back/enquiry list toolbar */
.bg7 {
	border: 2px solid #FF9900;
}
/* creates padding for text on cells with either bg6 or bg4 applied */
TD.bg6, TD.bg5, TD.bg4 {
	padding: 3px 3px 3px 3px;
}
TD.bg1, TD.bg2, TD.bg3 {
	padding: 0px 3px 0px 3px;
}

/*  titles  */
H1 {
	font-size: 130%;
	font-weight: bold;
	margin: 3px;
	letter-spacing: 2px;
	text-align: center;
}
H2 {
	font-size: 115%;
	font-weight: bold;
	margin: 2px;
	text-align: center;
}

/* switch to control color of  H1 and H2 dependant on bg class applied to TD */
TD.bg1 H1, TD.bg2 H1, TD.bg2 H2, TD.bg1 H2 {
	color: #FFFF33;
}
TD.bg3 H1, TD.bg4 H1, TD.bg5 H1, TD.bg6 H1, TD.bg3 H2, TD.bg4 H2, TD.bg5 H2, TD.bg6 H2 {
	color: #333333;
}
/*  text styles */
/* used on property features */
UL {
	list-style: circle;
	margin-bottom: 0px;
	margin-top: 2px;
}
/* cap first letter of search items titles and property detail item titles */
.uc:first-letter {
	text-transform: capitalize;
}
/* class used for highlighting features */
.hlite {
	color: #006699;
	font-size: 105%;
	font-weight: bold;
}
.txt-sm {
	font-size: 90%;
}

/* forms */
input,select, textarea {
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	width: 175px;
}
/* surround non-obligatory fields with span tags */
span input, span textarea {
	color: #444444;
	background-color: #FFFFFF;
	
}
select.dd, input.dd {
	width: 45px;
}
select.mmyyyy, input.mmyyyy {
	width: 130px;
}

/* apply class to form buttons */
.frmBtn {
	color: #006699;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 1px 5px;
	cursor: pointer;
	width: auto;
}
a.fakeBtn {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 2px 5px;
	margin-top: 2px;
}
a.fakeBtn:hover {
	color: #006699;
	text-decoration: none;
}

/* links */
a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}

/* used for toolbar links */
a.alt:link, a.alt:visited {
	font-weight: bold;
	color: Black;
	text-decoration: none;
	text-transform:capitalize;
}
a.alt:hover {
	text-decoration: underline;
}
/* used in toolbar for non-link items - e.g. properties already in enquiry list */
.alt-nl {
	font-weight: bold;
	font-style: italic;
	color: #0073FF;
	text-transform:capitalize;
}
.alt-nl1 {
	font-weight: bold;
	font-style: italic;
	color: #EEEEEE;
	text-transform:capitalize;
}
#pow {
	float: right;
	height: 35px;
	padding: 0px;
	margin: 5px 0;
}
#pow a {
	background: url(_images/alphashareMember.jpg) no-repeat;
	height: 35px;
	width: 102px;
	display: block;
	text-decoration: none;
}
.clear{
	clear: both;
	height: 1px;
}
