a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid red;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 1px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: red;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: yellow;
}
table.sortable tr.even td {
	background-color: #fff;
}

#r{width:110px;}
#sa{width:70px;}
#t,#m,#p,#id{width:60px;}
#addss{width:200px;}
#sale{background-color: green;}
#active{background-color: green;}
#sold{background-color: red;}
#closed{background-color: red;}
#o{width:120px;}
#s,#e{width:100px;}
table.sortable tr.sortbottom td {
	border-top: 1px solid #990000;
	background-color: #990000;
	font-weight: bold;
}

.bizfind { POSITION: relative }
.bizfind:hover {	Z-INDEX: 50; BACKGROUND-COLOR: transparent}
.bizfind:link {	 FONT-FAMILY: Arial; FONT-SIZE: 10pt}
.bizfind:active {	COLOR: black; FONT-WEIGHT:}
.bizfind:visited { FONT-FAMILY: Arial; FONT-SIZE: 10pt}
.bizfind SPAN {	BORDER-RIGHT: red 2px dashed; PADDING-RIGHT: 5px; BORDER-TOP: red 2px dashed; PADDING-LEFT: 5px; LEFT: -1000px; VISIBILITY: hidden; PADDING-BOTTOM: 5px; BORDER-LEFT: red 2px dashed; COLOR: black; PADDING-TOP: 5px; BORDER-BOTTOM: red 2px dashed; POSITION: absolute; BACKGROUND-COLOR: lightyellow; TEXT-DECORATION: none}
.bizfind SPAN IMG {	/*width="200"; height="150";*/ BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; BORDER-RIGHT-WIDTH: 0px}
.bizfind:hover SPAN {	LEFT: 60px; VISIBILITY: visible; TOP: 22px}

A.sortheader:link {COLOR: black; FONT-WEIGHT: bold; TEXT-DECORATION: none; FONT-FAMILY: Verdana, Arial, sans-serif, Garamond; FONT-SIZE: 10pt}
A.sortheader:active {COLOR: black; FONT-WEIGHT: bold; TEXT-DECORATION: none}
A.sortheader:visited {COLOR: black; FONT-WEIGHT: bold; TEXT-DECORATION: none; FONT-FAMILY: Verdana, Arial, sans-serif, Garamond; FONT-SIZE: 10pt}
A.sortheader:hover {COLOR: black; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

a.navwhite:link { text-decoration: none; color: #FFFFFF; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navwhite:visited { text-decoration: none; color: #FFFFFF; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navwhite:hover { text-decoration: underline; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navblack:link { text-decoration: none; color: #FFFFFF; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navblack:visited { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navblack:hover { text-decoration: underline; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }

h1 { font-family: Arial, sans-serif; font-size: 30px; color: #004080;}
h2 { font-family: Arial, sans-serif; font-size: 18px; color: #004080;}

body,p,b,i,em,dt,dd,dl,sl,caption,th,td,tr,u,blink,select,option,form,div,li { font-family: Arial, sans-serif; font-size: 12px; }

#linkesa {COLOR: #0000FF; text-decoration:underline; cursor: pointer; cursor: hand;}
//#linkesa a:visited {COLOR: red; text-decoration:underline; cursor: pointer; cursor: hand;}

BODY 
{scrollbar-face-color: white; scrollbar-shadow-color: white; 
scrollbar-highlight-color: white; scrollbar-3dlight-color: yellow; 
scrollbar-darkshadow-color: yellow; scrollbar-track-color: white; 
scrollbar-arrow-color: red}
	#gratop {
		color: #fff;
		height: 100px;
		/* For WebKit (Safari, Google Chrome etc) */
		background: -webkit-gradient(linear, left top, right top, from(#ff0000), to(yellow), color-stop(0.7, yellow));
		/* For Mozilla/Gecko (Firefox etc) */
		background: -moz-linear-gradient(left top, #ff0000, yellow 70%);
		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ff0000, endColorStr=yellow, GradientType=1);
		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0000, endColorstr=yellow, GradientType=1)";
	}