div.results_header {
	width:665px;
	margin:5px;
	margin-bottom:0px;
	background-color:#CFDEE6;
	border:1px solid #CFDEE6;
	padding:0px;
	font-weight:bold;
	padding:3px;
}

div.results {
	width:671px;
	margin:5px;
	margin-top:0px;
	border:1px solid #CFDEE6;
	border-top-width:0px;
	padding:0px;
}

/* container div for each user */
div#results div.odd, div#results div.even {
	width:671px;
}

div#results div {
	float:left;
}


div#results div.logo {
	width:100px;
	margin:5px;
}
div#results div.logo img {
	width:100px;
}


div#results div.userinfo {
	margin:5px;
	width:375px;
}
div#results div.userinfo div{
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	width:250px;
}
div#results div.userinfo div.username {
	font-size:12pt;
	font-weight:bold;
	border-bottom: 1px solid #CCCCCC;
	width:375px;
}
div#results div.userinfo div.username a {
	text-decoration:none;
	float:left;
}
div#results span.add_contact {
	font-size:10pt;
	font-weight:normal;
	float:right;
}


div#results div.links {
	float:right;
	
}
div#results div.links a {
	display:block;
	margin:5px;
	text-decoration:none;
	border-bottom:1px solid #0B567F;
	background-color:#CFDEE6;
	color:#0B567F;
	padding:5px;
	font: normal 8pt Verdana,Sans-Serif;
	width:125px;
	text-align:center;
}
div#results div.links a:hover {
	color:#1c1a55;
	background-color: #5BA4D7;
	
}


.none_found {
	text-align:center;
	width:644px;
}