﻿.horsesearch
{
	width:100%;
	clear:both;
}
.horsesearch div.header
{
	color:#003B81;	
	font-size:16px;
	font-weight:bold;
	text-indent:10px;	
}
.horsesearch .info
{

}
.horsesearch .highlight
{
	color:#003B81;	
}
.horsesearch table
{
	border-left: none;
	border-top: none;
	clear:both;
	margin:10px 0px 10px 0px;
	width:100%;
}
.horsesearch table th
{
	padding:10px;
	font-weight:normal;
	color:#ffffff;
	background:url('../images/calendar_bg.gif') repeat-x top left;
}
.horsesearch table td
{
	border-right:none;
	border-bottom:none;
	padding:10px;
	font-size:11px;	
	font-family:Verdana;
}
.horsesearch .alt
{
	background:#F1F1F1;
}
.horsesearch a
{
	color:#000000;
	text-decoration:none;
}
.horsesearch a:hover
{
	text-decoration:underline;
}
/*Clue tip specific css*/
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
  height:18px;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border-bottom: 2px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  position: relative;
  background:#85CFE8 url(../images/col2_middle_bg.gif) repeat-x left top;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px 0px 5px;
  font-size: 12px;
  font-weight: normal;
  background:url(../images/calendar_bg.gif) repeat-x left top;
  color: #ffffff;
}
.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
  font-size:11px;
}
.cluetip-jtip #cluetip-inner .race_name{
  padding:0px 0px 3px 0px;
  color:#000000;
  font-family:Verdana;  
}
.cluetip-jtip #cluetip-inner .race_name a{
  color:#000000;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
.stretch
{
	width:100% !important;
}
