#the_fold { border: none; }

#filter_container
{
	padding: 6px 0 0 8px;
	border-top: 1px solid #b5b18f;
}

#filter_container table 
{ 
	margin: 0 !important;
	width: 100%;
}

#filter_container 
{  
	margin: 0 0 25px 0;
	background: url(/images/filter_options_bg.gif) repeat-x; 
}

#filter_container #filterby
{
	padding: 0 0 10px 0;
}

#filter_container .filter_title
{
	margin: 0 15px 4px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #b5b18f;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}


#filter_container .option_column 
{
	padding: 0 15px 0 0;
}


#filter_container .option_column td
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}


.pagination #results_options
{
	float: right;
	padding: 3px 0px;
}

.pagination #results_options a
{
	color: #636363;
	font-size: 11px;
}
	
	
.pagination
{
	font-size: 11px;
	color: #636363;
}

a.other_page
{
	padding: 3px 0px;
	text-decoration: none;
	color: #636363;
}

span.current_page
{
	padding: 2px 5px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	color: #636363;
}



/*** Results ***/

#results_table 
{
	border: 1px solid #dcdac9;
	border-width: 1px 0 0 1px;
}

#results_table td
{
	border: 1px solid #dcdac9;
	border-width: 0 1px 1px 0;
}

#results_table .hdr td
{
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	background: #e2e1ce url(../images/filter_title_bg.gif) 0 0 repeat-x;
}

#results_table .hdr a
{
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
}

#results_table .hdr a.asc
{
	background: url(../images/sort_up.gif) no-repeat 100% 2px;
}

#results_table .hdr a.desc
{
	background: url(../images/sort_down.gif) no-repeat 100% 2px;
}

#results_table .row td
{
	padding: 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

#results_table .odd td 
{
	background: #f8f8f3;
}


/** 	--[ Filter Results Columns ]--
 */

.col_SortTitle { width: 40%; }
.col_SortDate { width: 15%; }
.col_SortTopic { width: 25%; }
.col_SortFormat { width: 20%; }

.col_SortTitle a { display: block; font-size: 12px; color: #205689; font-weight: bold; }
