.modalBackground 
{
        background-color:Gray;
        filter:alpha(opacity=70);
        opacity:0.7;
}

.modalPopup 
{
	color:Black;
	border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:auto;
    background-color: #F8FAFC
}

.TitleName
{
	float:left;
	text-align: center; 
	font-family: Tahoma, Arial; 
	font-weight: bold; 
	color: #ffffff; 
	font-size:medium;
}
.TitleClose
{
	cursor:pointer;
	float:right;
}

.LoadingPopOut
{
	border:solid 1px black;
	background-color: #F8FAFC;
	text-align: center; 
	margin:0 auto; 
	position:absolute;
	
}

.RaceDetailsGrid
{
	width:100%;
}

.TitlePanel
{
	cursor: move;
    background-color:#003366;
    border:solid 1px #000000;
    color:#ffffff;
    text-align:center; 
    height:25px;
    width:auto;
}

/* Rides today top left on all pages*/

.RidesTodayDiv
{
	font-size:8pt;
	overflow:scroll;
	height:230px;
}

.RidesTodayTitle
{
	font-size:12pt;
}