#searchresults {
}

#searchresults th {
	font-size: 85%;
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	border-top: 1px solid #021494;
	border-bottom: 1px solid #021494;
	color: #021494;
	background-color: #9CB6EB;
}

#searchresults td.footer {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px solid #021494;
	border-bottom: 1px solid #021494;
	color: #021494;
	background-color: #9CB6EB;
	font-size: 110%;
}

#searchresults tr.oddRow {
	background-color: #ffffff;
}

#searchresults tr.evenRow {
	background-color: #E2E9F7;
}

#searchresults td {
	font-size: 87%;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
}

#searchresults td.image {
	text-align: center;
	border-top: 1px solid #bbbbbb;
}

#searchresults td.user {
	text-align: left;
	border-top: 1px solid #bbbbbb;
}

#searchresults td.userdesc {
	text-align: left;
	font-size: 85%;
	border-top: 1px solid #cccccc;
}

#searchresults td.userdesc span.headline {
	font-style: italic;
}

#searchresults td.age {
	text-align: right;
	width: 5em;
	border-top: 1px solid #bbbbbb;
}

#searchresults td.distance {
	text-align: right;
	width: 8em;
	border-top: 1px solid #bbbbbb;
}

#searchresults td.datejoined {
	text-align: right;
	width: 8em;
	border-top: 1px solid #bbbbbb;
}

#searchresults td.lastlogin {
	text-align: right;
	width: 8em;
	border-top: 1px solid #bbbbbb;
}

#searchresults td.rank {
	text-align: right;
	width: 6em;
	border-top: 1px solid #bbbbbb;
}



#searchresults th a {
	text-decoration: none;
}

#searchresults th a:link {
	color: #021494;
}

#searchresults th a:visited {
	color: #021494;
}

#searchresults th a:active {
	color: #ffffff;
}

#searchresults th a:hover {
	color: #ffffff;
}



#searchresults td.user a {
	text-decoration: none;
	font-weight: bold;
}

#searchresults td.user a:link {
	color: #021494;
}

#searchresults td.user a:visited {
	color: #021494;
}

#searchresults td.user a:active {
	color: #9CB6EB;
}

#searchresults td.user a:hover {
	color: #9CB6EB;
}



#searchresults td.footer a {
	text-decoration: none;
}

#searchresults td.footer a:link {
	color: #021494;
}

#searchresults td.footer a:visited {
	color: #021494;
}

#searchresults td.footer a:active {
	color: #ffffff;
}

#searchresults td.footer a:hover {
	color: #ffffff;
}

