/* This work by Jordan Brailean is licensed under
a Creative Commons Attribution-Noncommercial 2.5 Canada License. */

body {
	text-align:center;
	font-family: verdana;
	font-size:10pt;
	background-color:#BCC7C7;
	}
	
#frame {
	width:838px;
	
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image: url(images/gradient_bg.gif);
	}

#centerframe {
	width:770px;
	padding:0px;
	margin-left:34px;
	background:#ffffff;
	}

#content {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	}
	
#headercontent {
	background:#ff00ff;
	background-image: url(images/banner.jpg);
	height:96px;
	}

#bar {
	background:#ff00ff;
	background-image: url(images/menu_background.gif);
	height:29px;
	padding-left:20px;
	padding-right:20px;
	}

a:link {
	color:black;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

a:active {
	text-decoration:none;
	color:black;
	}

a:visited {
	color:black;
	text-decoration:none;
	}

a:visited:hover {
	color:black;
	text-decoration:underline;
	}

#propertydetail {
	border-width:1px;
	border-style:solid;
	border-color:black;
	}

#propertydetail td {
	border-width:0px;
	border-style:solid;
	vertical-align:top;
	}

#propertydetail th {
	text-align:left;
	font-weight:bold;
	vertical-align:top;
	border-width:0px;
	border-style:solid;
	}







a.clicktoviewlink:link {
	color:blue;
	text-decoration:none;
	}

a.clicktoviewlink:hover {
	text-decoration:underline;
	}

a.clicktoviewlink:active {
	text-decoration:none;
	color:blue;
	}

a.clicktoviewlink:visited {
	color:blue;
	text-decoration:none;
	}

a.clicktoviewlink:visited:hover {
	color:blue;
	text-decoration:underline;
	}


















#menuelement {
	display:inline;
	margin-top:6px;
	float:left
	}

#menuelement img {
	margin-left:10px;
	margin-right:10px;
	}

#searchbox {
	text-align:center;
	font-weight:bold;
	background:#cccccc;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	}

#searchbutton {
	margin-top:10px;
	margin-bottom:5px;
	margin-left:auto;
	}

#table_maplegend {
	width:100%;
	margin-left:auto;
	}

#table_maplegend td {
	text-align:center;
	font-weight:bold;
	}

#bluebutton {
	background-image: url(images/button_enabled.gif);
	background-repeat:no-repeat;
	height:18px;
	width:87px;
	color:white;
	font-weight:bold;
	}

#greybutton {
	background-image: url(images/button_disabled.gif);
	background-repeat:no-repeat;
	height:18px;
	width:87px;
	color:grey;
	font-weight:bold;
	}

#searchtable {
	margin-left:auto;
	margin-right:auto;
	width:90%;
	}

#searchcombo {
	float:left;
	}

#resultsbox {
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	}

#noresults {
	margin-top:50px;
	margin-bottom:50px;
	font-weight:bold;
	}

#header1 {
	width:710px;
	border-bottom:solid;
	border-width:1px;
	border-color:#000000;
	margin-bottom:10px;
	}

#header1 td {
	font-size:20px;
	font-weight:bold;
	text-align:left;
	}

#header2 {
	width:710px;
	border-bottom:solid;
	border-width:1px;
	border-color:#000000;
	margin-bottom:10px;
	}

#header2 td {
	font-size:15px;
	font-weight:bold;
	text-align:left;
	}

img.thumbnail { 
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000;
	height:100px;
	width:100px;
	}
