﻿#searchform
{
	margin: 0 15px 0 15px;
	padding: 0;
	border-bottom: dotted 1px #999999;
}

#searchform fieldset
{
	 margin: 0;
	 padding: 0;
	 border: none;
}

#searchform label.searchmethod
{
	 display: none;
}

#searchform h3 {
	margin: 1em 0 0 0;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #990099;
	color: #FFFFFF;
	font-size: 100%;
}

#searchform ul {
	margin: 0;
	padding: 0 0.5em 0.5em 0.5em;
	list-style: none;
}

#searchform ul li {
	display: block;
	float: left;
	width: 30%;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: left;
}

#searchform input.button {
	display: block;
	clear: left;
}

#searchresults
{
	padding: 0 15px 0 15px;
}

#searchresults span.keyword {
	color: #0000FF;
}

#searchresults ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#searchresults ol li {
	margin: 0;
	padding: 1em 0 1em 0;
	text-align: left;
	border-bottom: dotted 1px #999999;
	font-size: 12px;
}

#searchresults ol li h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 100%;
}

#searchresults ol li p {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 11px;

}

#searchresults ol li br
{
	 clear: left;
}

#searchresults a {
	color: #999999;
	font-weight: bold;
}

#searchresultsbuttons 
{
	clear: left;
	margin: 1em 0 0 0;
	padding: 0;
}

#searchnextprev input.backbutton {
	float: left;
}

#searchnextprev input.nextbutton {
	float: right;
}

#searchform fieldset label
{
	font-weight: bold;
}

#searchform #keyword
{
	width: 308px;
	margin: 8px 0 8px 0;
}

#searchform #searchMethod
{
	margin: 8px 0 8px 0;
}

.searchbtn
{
	margin: 10px 0 10px 0;
	clear: both;
}

#searchOptions
{
	margin-left: 6px;
}

.resultstext
{
	margin: 15px 0 5px 0;
	padding-bottom: 15px;
	border-bottom: dotted 1px #999999;
}

#searchresults .blackText, a.arhslinkmedia
{
	color: #0376af !important;
}

#searchbuttons
{
	padding: 10px 0 10px 0;
	border-bottom: dotted 1px #999999;
}

#searchbuttons .moveUp
{
	display: none;
}


#searchBack, #searchNext
{
	border: 0;
	margin: 0;
	background-color: Transparent;
	background-image: url(../images/nextbtn.gif);
	width: 63px;
	height: 21px;
	font-size: 11px;
	padding-bottom: 2px;
}
