.advanced_search
{
	background: white url(images/search_background.png) no-repeat top left;
	width: 690px;
	height: auto;
	margin-bottom: 30px;
}

.advanced_search td.label
{
	text-align: right;
	padding-right: 5px;
}

.advanced_search td
{
	vertical-align: middle !important;
}

.advanced_search .title_spacer
{
	height: 30px;
}

.advanced_search input
{
	height: 12px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #98c6e9;
}

.advanced_search .search_button
{
	height: auto;
	text-align: center;
	padding: 2px;
	margin-bottom: 25px;
	width: 90px;
}

.result_item
{
	width: 625px;
}

.search_results_panel
{
	background: #98c6e9 url(images/corner_punch.gif) no-repeat top right;
	padding: 10px;
	margin-bottom: 10px;
	width: 670px;
}

.search_button
{ background: palegrey;
	border: 1px solid #98c6e9;
	height: auto;
	text-align: center;
	padding: 2px;
	margin-bottom: 25px;
	width: 90px;
}

#main_event .search_results_panel
{
	width: 650px;
}

.search_results_panel h2, .search_results_panel h2 a
{
	color: #464749;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.search_results_panel h2 a:hover
{
	color: white;
}

.search_results_panel .display_number
{
	font-weight: normal;
}

.search_results
{
	margin-top: 10px;
	background-color: white;
	padding: 10px;
}

.search_results h4
{
	display: inline;
}

.search_results p
{
	margin-bottom: 10px;
}

.search_results td
{
	vertical-align: top;
}

/*
	ALPHA LIST STYLING
*/

div#alphanav ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#alphanav ul li
{
	display: inline;
	margin-left: -4px;
}

div#alphanav ul li a
{
	padding: 2px 4px 2px 4px;
	color: white;
	text-decoration: none; /*border-right: 1px solid #fff;*/
}

div#alphanav ul li a:hover
{
	background-color: #464749;
	color: white;
}

li.active a
{
	background-color: #464749;
	color: white;
}

