body, table {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.bg1 {
	background-color: Black;
	color: #CCCCCC;
}	
.bg2{
	background-color : #CCCCCC;
	color: #006633;
}
/* used for property toolbar */
.bg3{
	background-color : #CCCCCC;
}
.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 : #EEEEEE;
}
.bg6 {
	background-color: #FFFFFF;
}
/* used for back/enquiry list toolbar */
.bg7 {
	border: 2px solid #006633;
}
TD.bg6, TD.bg5, TD.bg4 {
	padding: 5px 5px 5px 5px;
}
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;
}

TD.bg1 H1, TD.bg2 H1, TD.bg2 H2, TD.bg1 H2 {
	color: #006633;
}
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;
}
UL {
	list-style: circle;
	margin-bottom: 0px;
	margin-top: 2px;
}
.uc:first-letter {
	text-transform: capitalize;
}
.hlite {
	color: #006633;
	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;
	border: 1px inset #CCCCCC;
	color: Black;
	background-color: #EBEBEB;
	width: 175px;
}
span input, span textarea {
	border: 1px inset #999999;
	color: #444444;
	background-color: #CCCCCC;
	
}
select.dd {
	width: 45px;
}
select.mmyyyy {
	width: 130px;
}
.frmBtn {
	color: #006633;
	font-weight: bold;
	background: #FFFFFF 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;
	padding: 1px 5px;
	cursor: pointer;
	width: auto;
}
.frmBtn:hover, a.fakeBtn:hover {
	border-top: 1px solid #006633;
	border-left: 1px solid #006633;
	border-bottom: 1px solid #006633;
	border-right: 1px solid #006633;
	text-decoration: none;
}
a.fakeBtn {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006633;
	font-weight: bold;
	background: #FFFFFF 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;
	padding: 2px 5px;
	margin-top: 2px;
}

a:link, a:visited {
	border: 0;
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #006633;
	text-decoration: underline;
}

a img { border: 0;}

a.alt:link, a.alt:visited {
	font-weight: bold;
	color: #006633;
	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: #006633;
	text-transform:capitalize;
}
.alt-nl1 {
	font-weight: bold;
	font-style: italic;
	color: #CCCCCC;
	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;
}
table.sp_toolbar_normal,table.sp_toolbar_over{position:relative;height:20px;font-size:80%;white-space:nowrap;margin:0px auto 4px auto;width:100%;}
div.sp_result_normal,div.sp_result_over{position:relative;;margin:4px auto 0px auto;}


div.sp_result_normal{background:#FFFFFF;cursor:auto;border:solid 1px #CCCCCC;}
div.sp_result_over{background:#FFFFFF;cursor:hand;border:1px solid #999999;}

/* TEXT COLOUR (normal and mouseover)*/
table.sp_result_table_normal{color:#000000;}
table.sp_result_table_over{color:#006633;}


table.sp_toolbar_normal{background:#CCCCCC;}
table.sp_toolbar_over{
	color: #FFFFFF;
	background-color: #999999;
}