﻿.search_panel 
{
	clear:both;
	width:100%;
}
.search_panel .date_range
{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.search_panel .date_range .title
{
	font-weight:bold;
	color:#003B81;	
}
.search_panel .date_range .calendars
{
	margin:0pt auto;
	/*width:550px;	*/
	width:90%;
}
.search_panel .date_range .calendars .cal,
.search_panel .date_range .calendars .cal td
{
	border:1px solid #D9D9D9;	
}
.search_panel .date_range .calendars .cal td a
{
	color:#003B81 !important; 
}
.search_panel .date_range .calendars .cal td.selected
{
	background:#003B81 !important;
	color:#000000 !important;	
}
.search_panel .date_range .calendars .cal td.selected a
{
	color:#FFFFFF !important;
}
.search_panel .date_range .calendars .calendar_from
{
	float:left;	
	margin:0px 20px 0px 0px;
}
.search_panel .date_range .calendars div .title
{
	font-weight:normal;
	font-size:12px;
	width:250px !important;
	color:black;	
}
.search_panel .date_range .calendars div table.title
{
	background:url('../images/calendar_bg.gif') repeat-x;
	color:#ffffff;	
}
.search_panel .date_range .calendars div table.title td
{
	padding:5px;	
	border:none;
}
.search_panel .date_range .calendars div table.title td a
{
	color:#ffffff !important;
	text-decoration:none;
}
.search_panel .date_range .calendars .calendar_to
{
	float:left;	
}
.search_panel .info
{
	color:#003B81;	
	font-size:16px;
	font-weight:bold;	
}
.search_panel .title
{
	color:#003B81;
	padding:10px 0px 5px 0px;	
}
.search_panel p
{
	padding:10px 0px 10px 10px;
	margin:0px;
}
.search_panel select
{
	width:308px;
	height:240px;
	border:1px solid #E5E5E5;	
	clear:both;	
}
.search_panel select option
{
	font-size:14px;	
	padding:0px 0px 2px 0px;	
	text-indent:10px;		
}
.search_panel .search_button
{
	padding:0px 0px 0px 10px;
}
.search_panel input.search
{
	background:url('../images/racing_search_button_bg.gif') top left no-repeat;
	width:59px;
	color:#ffffff;
	text-align:center;
	border:0px;
	font-size:11px;
	cursor:pointer;
	padding:4px 0px 5px 0px;
}
.search_panel table
{
	clear:both;
	
}
.results_panel 
{
	clear:both;
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #cccccc;
}
.results_panel table
{
	border-left:1px solid #D9D9D9;
	border-top:1px solid #D9D9D9;
	clear:both;
	margin:10px 0px 0px 0px;
	width:100%;
}
.results_panel table th
{
	padding:10px;
	font-weight:normal;
	color:#ffffff;
	background:url('../images/calendar_bg.gif') repeat-x top left;
}
.results_panel table td
{
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	padding:10px;
	font-size:11px;
	width:100px;
	font-family:Verdana;
}
.results_panel .alt
{
	background:#F1F1F1;
}
.results_panel a
{
	color:#000000;
	text-decoration:none;
}
.results_panel a:hover
{
	text-decoration:underline;
}
