body
{
	font-family: arial, sans-serif;
}

.head
{
	border-bottom: 1px solid #D3D3D3;
	height: 20px;
}

.tagline
{
	float: left;
}

.tagline h1
{
	font-size: 16px;
	margin: 0px;
}

.menu
{
	text-align: right;
	font-size: 13px;
}

.menu a, .menu a:visited
{
	text-decoration: nodne;
	font-weight: bodld;
	margin-left: 20px;
	color: blue;
}

.logo
{
	margin-top: 50px;
}

.logo a, .logo a:visited
{
	display: block;
	width: 300px;
	height: 100px;
	background: transparent url(/img/logo-mare.jpg) no-repeat top left;
	margin: 0px auto;
}

.logo a span
{
	margin-left: -9999px;
}

.search
{
	text-align: center;
	margin-top: 10px;
}

.input
{
	height: 32px;
	width: 502px;
	margin: 0px auto;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
}

.input input
{
	height: 30px;
	width: 500px;
	border-top: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	border-bottom: 1px solid #949494;
	border-right: 1px solid #949494;
	padding: 0px;
	font-size: 18px;
}

.buttons
{
	margin-top: 10px;
}

.buttons input
{
	font-size: 16px;
	width: 150px;
	height: 30px;
	border-top: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	border-bottom: 1px solid #949494;
	border-right: 1px solid #949494;
}

.foot
{
	position: absolute;
	bottom: 0px;
	width: 99%;
	border-top: 1px solid #D3D3D3;
	font-size: 10px;
	text-align: center;
}

/* results page */

.content
{
	margin-top: 10px;
}

.left
{
	width: 200px;
	float: left;
}

.right
{
	width: 700px;
	margin-left: 210px;
	border-left: 1px dotted black;
	padding-left: 10px;
	font-size: 13px;
}

.one-result
{
	margin-bottom: 10px;
}

.res-title
{
	font-size: 16px;
}

.res-footer
{
	color: #0E774A;
	font-size: 11px;
}

.res-footer span
{
	font-weight: bold;
	font-size: 13px;
}

.paginate
{
	font-size: 16px;
	height: 36px;
}

.paginate span
{
	margin: 3px;
	padding: 3px 0px;
	text-align: center;
	display: block;
	float: left;
	width: 40px;
	font-weight: bold;
}

.paginate a
{
	margin: 3px;
	padding: 3px 0px;
	text-align: center;
	display: block;
	float: left;
	border: 1px solid #D3D3D3;
	text-decoration: none;
}

.paginate a.small
{
	width: 40px;
}

.paginate a.large
{
	width: 70px;
}

.paginate a:hover
{
	background-color: #747474;
	color: #F0F0F0;
}

.one-filter
{
	margin-bottom: 10px;
}

.filter-head
{
	color: #D55500;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
}

.filter-val
{
	font-size: 12px;
	color: #996633;
	margin-left: 10px;
}

.filter-val div
{
	float: left;
	padding-right: 3px;
}

.filter-val div.normal
{
	max-width: 147px;
	overflow: hidden;
	height: 15px;
}

.filter-val a, .filter-val a:visited
{
	color: #003399;
	text-decoration: none;
	display: block;
}

.filter-val a:hover .normal
{
	text-decoration: underline;
}

.filter-val .no-underline
{
	text-decoration: none !important;
}

.filter-val .gray
{	
	color: #888888 !important;
	text-decoration: none !important;
	font-size: 90%;
}

.one-filter a.more, .one-filter a.more:visited
{
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 24px;
	font-size: 13px;
	color: #003399;
}

.res-search
{
	padding: 10px 0px;
}

.res-search input
{
	font-size: 15px;
	font-weight: bold;
	font-family: arial, sans-serif;
}

.res-search input[type='text']
{
	border-color: #929292 #D5D5D5 #D5D5D5 #929292;
	border-style: solid;
	border-width: 1px;
	width: 560px;
	height: 18px;
	padding: 3px 10px;
}

.res-search input[type='submit']
{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAZCAIAAAB/8tMoAAAAPUlEQVR42jWLQQqAQBDDOv3/9xSf4WlP7sQi4yGEFGr6tNZl0WFbCjxWh5i4mG127mN6/78P8q00HVeaGF4G+jQ9YP3upQAAAABJRU5ErkJggg==");
	background-color: #FDCE3E;
	background-repeat: repeat-x;
	border: 1px solid #E5A716;
	color: #434343;
	cursor: pointer;
	height: 26px;
	margin-left: 7px;
	padding: 0px 23px;
	width: 100px;
}

.res-count
{
	font-size: 11px;
	margin-bottom: 15px;
}

.res-foot
{
	width: 99%;
	border-top: 1px solid #D3D3D3;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

.err-results
{
	font-size: 15px;
	padding-left: 30px;
}

.res-more
{
	float: right;
	margin-left: 10px;
}

.res-more a, .res-more a:visited
{
	color: #888888;
}

.more-text
{
	margin: 10px 20px 20px 20px;
	font-style: italic;
	border-left: 2px solid #888888;
	padding-left: 5px;
}

.spell-error
{
	color: #CC0000;
	font-size: 16px;
	font-style: italic;
}

.rerun-error
{
	font-size: 16px;
	font-style: italic;
}