@charset "UTF-8";
/* CSS Document */

#results{
	margin-top: 25px;
}

#results div.result{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: 10px;
	padding: 10px;
}

#results div.result a{
	text-decoration:none;
	color: #013355;
	font-size:12px;
}


#results div.result span.type{
	display: block;
	width: 13em;
	color: #999;
}

#results div.result span.title{
	display: block;
	width: 70%;
}

#results div.result span.rank{
	float:right;
	color: #e99a1f;
	font-size: 10px;
}

#results div.resultDocument{
	background-color: #d9dee1;
}

div.controls{
	margin: 20px auto;
	text-align:center;
}

.button{
	margin: 10px auto;
	padding: 0 7px;
	border: none;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: url(/images/button_bg.gif) center center repeat-x #013355;
	behavior: url(/scripts/border-radius-fix.htc);
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
