TABLE#search_area_header {width: 100%; background-color: #6A6A6A;}

#search_categories {clear: both;}
#search_categories .category_one,.category_two 
{
	color:white;
	font-weight:bold;
	padding:0.4em;
}
#search_categories .category_one {float: left; background: url(../images/bg-search-header-top-left.gif) top left no-repeat;}
#search_categories .category_two {float: right; background: url(../images/bg-search-header-top-right.gif) top right no-repeat;}

#search_tabs {clear: both;}
#search_tabs .gapfiller {background-color: #6A6A6A;}

UL.tabs
{
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color:#6A6A6A;
}

UL.tabs li {
	display: inline;
	height: 0; /* This is necessary to coax IE5 into rendering padding and margins around an inline element. */
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #AAA;
	border-top: 1px solid #CCC;
	border-right: 1px solid #777;
	border-left: 1px solid #CCC;
	margin-left:0;
	margin-right: 0.5em;
	padding: 0em 0.3em 0em 0.3em;
}

UL.tabs li.selected {
	font-weight: bold;
	background-color: #DDD;
	border-left: 0.3em solid #FFF814;
}

#search_panel 
{
	padding-top:0.5em;
	margin-top: 0;
	background-color: #DDD;
}

.pagenavigator
{
	text-align: center;
}
.pagecontrols 
{
	clear: both;
	margin: 1em 0em;
}
.pagecontrols .prevbutton
{
	float: left;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: Black;
	background-color: #DDD;
	border: 1px solid gray;
}
.pagecontrols .nextbutton
{
	float: right;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: Black;
	background-color: #DDD;
	border: 1px solid gray;	
}
.pagecontrols A.selectedpage
{
	font-weight: bold;
	text-decoration: none;
}

table.search {width: 100%; background-color: #ddd;}
table.search TD {padding:0.3em}
table.search .label {
	color: White;
	background: #444444 url(../images/bg-search-label.gif) repeat-y top right;
	border-bottom: 1px solid #606060;
	border-right: 0.2em solid #FFF814;
}
table.search table .label 
{
	color: Black;
	font-weight: normal;
	background: none;
	border: none;
}
table.search .setting 
{
	padding-left: 0.4em;
	border-bottom: 1px solid #606060;
	background: #F9F9F9 url(../images/bg-search-setting.gif) repeat-y top right;
}
table.search .setting TABLE TD {padding:0}