@charset "utf-8";

table.searchBox {
	border: none;
	width: 400px;
}

table.searchBox tr td {
	border: none;
}

#results div.odrow, #results div.evrow {
	margin-bottom: 2em;
}
#results ul {
	list-style: none;
	margin: 0px;
}

#results .title {
	margin-top: 12px;
}

#results .url {
	color:  #00CCCC;
}

.mak_1{ font-weight: bold; }
.mak_2{ background: #66FFFF; color:#000000;}
.mak_4{ background: #99FF00; color:#000000;}
.mak_3{ background: #FFFF00; color:#000000;}

#other_pages {
	margin-top: 15px;
	float: right;
}
#other_pages span {
	margin:5px 6px 0 0;
	padding:2px 9px;
}
#other_pages ul.pagination {
	float: right;
}
#other_pages ul.pagination li {
	list-style-type: none;
	display: block;
	float: left;
	margin:5px 6px 0 0;
	padding:0;
}
#other_pages li.pagination a {
	border:1px solid #000000;
}
