html {
	font-family: arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 10px;
	padding: 0px;
}

tr,td {text-align:left;}

a { text-decoration:none; }

.homeclip { 
	/*position:absolute; */
	width: 10em; 
	height: 6em;
	/*clip: rect(0px, 100px, 40px, 0px); */
	overflow: hidden; 
} 

.block {
	font-size: small;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-top: 1px solid #3E3E3E;
	border-right: 1px solid #FEFEFE;
	border-bottom: 1px solid #FEFEFE;
	border-left: 1px solid #3E3E3E;
	background-color: #c8ccdc;
}

.blocktable {
	font-size: small;
	border-collapse: collapse; 
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.cityselector {
	width: 100%;
	background-color: #FEFEFE;
}
.countyselector {
	width: 100%;
	background-color: #FEFEFE;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.columnmainheading {
	font-size: medium;
	/* color: #d14f11; */
	background-color: #d14f11;
	color: white;
	width: 100%;
}

.streetaddresstext {
	font-size: medium;
	color: #384fac;
}

.cityaddresstext {
	font-size: small;
	color: #384fac;
}

.resultsmain  {
	width: 100%; 
	padding: 5px; 
	margin: 0px;
	height: 100%;
}

td.headerrow {
	border-top: 1px solid #d14f11; 
	border-bottom: 1px solid #999999;
	height: 2em; 
	background-color: #3b51ae; 
	color: #FFFFFF;
	margin-bottom: 0px;
	padding: 3px;
}

.pagination {
	color: white;
	font-size: medium;
	padding: 2px;
}

.prevpage {
	margin-right: 2px;
	margin-left: 2px;
	cursor: pointer;
}

.nextpage {
	margin-right: 2px;
	margin-left: 2px;
	cursor: pointer;
}

.otherpage {
	border: 1px solid #3b51ae;
	margin: 0px;
	margin-right: 1px;
	margin-left: 1px;
	cursor: pointer;
	background-color: white;
	color: black;
}

.messagebox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -320px;
	margin-top: -160px;
	width: 640px;
	height: 320px;
	border: 2px solid #d14f11;
	background-color: #c8ccdc;
	padding: 0px;
}

.loadingbox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -33px;
	margin-top: -33px;
	width: 66px;
	height: 66px;
	background-color: white;
	padding: 0px;
}

.jsckwarningbox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -240px;
	margin-top: -160px;
	width: 480px;
	height: 320px;
	border: 2px solid red;
	background-color: white;
	padding: 0px;
}


.currentpage{
	border: 0px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #d14f11;
	color: black;
}

table.sflistitem {
	width: 100%;
	border-top: 1px solid #AAAAAA; 
	border-bottom: 1px solid #AAAAAA; 
	margin-bottom: 3px;
	padding-top: 1px;
}