﻿#cc h1
{
	background:transparent url(../../../images/common/dots.gif) repeat-x scroll left bottom;
	color:#000000;font-weight:bolder;margin:5px 0pt;padding:7px 0pt;	
}

#searchform
{
	margin: 1em 0;
	padding-bottom: 2em;
	background: url(../../../images/common/dots.gif) transparent repeat-x 0% 100%; /*padding: 1em 1em 1em 1em;*/
}

#searchform fieldset
{
	 border: none;margin:0px;padding:1em;
	 background-color: #ecf7f3; 
	 padding-bottom: 2em;
}

#searchform fieldset label
{
	padding-right:4px; font-weight:bolder;
}

#searchform fieldset input, #searchform fieldset select
{
	margin-right:3px; 
}

#searchform label.searchmethod
{
	 display: none;
}

#searchform h2 {
	margin: 1em 0 0 0;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #1E634F;
	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;*/
	padding:2px;font-size:1em;
}

#searchresults span.keyword {
	color: #000000;
}

#searchresults ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#searchresults ol li {
	margin: 0.5em 0em;
	padding: 1em;
	text-align: left;
}

#searchresults ol li.odd {
	background-color: #F5F5F5;
}

#searchresults ol li.even {
	background-color: #FFFFFF;
}

#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;
}

#searchresults ol li br {
	clear: left;
}

#searchresults span { font-weight:normal;}

#searchresults a {
	text-decoration:underline;
	font-weight: bold;
}

#searchresults a:hover{text-decoration:none;}

#searchresults h2 {padding-left:1em;}

#searchresultsmessage { font-weight:normal; padding-left:1em; }

#searchresultsbuttons 
{
	clear: left;
	margin: 1em 0 0 0;
	padding: 0;
}


#searchbuttons .moveUp
{
	display: none;
}

#searchNext
{
	float: right;
	margin-top: -20px;
}


