﻿body 
{
	text-align:left;
	margin:0px;
	margin-top:0px;
	font-family:Arial;
	/*font-family:Verdana,Lucida,Arial,Helvetica,sans-serif;*/
	background-color:#FFFFFF;
}

.MainLayoutTable
{
    width:100%;
    padding:5px 0px 0px 0px;
    border-style:none;
}

/* IE8 fix for RadComboBox width */  
div.RadComboBox { float: left; display: inherit !important; }  

.FrontPageWidgetCaptionBar
{
	width:100%;
	height:30px;
	line-height:30px; /*Set line-height same as height for text to be vertically centered in the div*/
	border:none 0 Transparent;
	padding:0 0 0 0;
	
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	text-align:center;
	color:White;
	
	background-image:url("Images/SelectionBarBackground.jpg");
}

.FrontPageWidgetPanel
{
    background-color: Black;
    background: rgba(0,0,0,0.8);
    zoom:1; /* needed for the filter:alpha to work in IE7 */
    filter: alpha(opacity=80);
    color:White;
    /*border-left: Solid 1px #444444;
    border-right: Solid 1px #444444;*/
    /*border:None 0px #000000;*/
    padding: 0px 5px 5px 5px;
}

.FrontPageWidgetPanel .FrontPageWidgetContent
{
    position:relative;
    font-size: 12px;
    font-weight:bold;
}

.FrontPageServerStatusPanel
{
    background-color: Black;
    background: rgba(0,0,0,0.8);
    zoom:1; /* needed for the filter:alpha to work in IE7 */
    filter: alpha(opacity=80);
    color:#FFFFFF;
    border: Solid 0px #000000;
    padding: 0px 2px 5px 5px;
}

.FrontPageServerStatusPanel .FrontPageServerStatusContent
{
    position:relative;
}

.FrontPageServerStatusContent .StatusImage1
{
    position:relative;
    top:3px;
}

.FrontPageServerStatusContent .StatusImage2
{
    position:relative;
    top:3px;
}

.FrontPageServerStatusContent .ServerStatusHeader
{
	width:100%;
	height:25px;
	line-height:25px; /*Set line-height same as height for text to be vertically centered in the div*/
	border:none 0 Transparent;
	padding:0 0 0 0;
	
	font-size:12px;
	font-family:Arial;
	text-align:center;
	font-weight:bold;
	color:#000000;
	background-color:#FFFFFF;
	white-space:nowrap;
}

.DriverList
{
    font-size:x-small;
    white-space:nowrap;
    color:White;
}

.BigText1
{
    font-size: 16px;
    font-weight:Bold;
}

.BigText2
{
    font-size: 12px;
    font-weight:Bold;
}

.SmallText1
{
    font-size: 10px;
    font-weight:normal;
    font-style: italic;
}

.SmallText2
{
    font-size: 10px;
    font-weight: normal;
    font-style:normal;
}

.HeadlinesImageSpacing
{
    display:block;
}

.FrontPageNewsPanel
{
    background-color: Black;
    background: rgba(0,0,0,0.8);
    zoom:1; /* needed for the filter:alpha to work in IE7 */
    filter: alpha(opacity=80);
    color:White !important;
    border:Solid 2px #ffffff;
    padding: 2px 2px 5px 2px;
}

.FrontPageNewsContent
{
    position:relative;
    color:White !important;
}

.FrontPageNewsContent .ArticleTitle
{
    font-size: 18px;
    font-weight:Bold;
}

.FrontPageNewsContent .ArticleDate
{
    font-size: 10px;
    font-weight:normal;
    font-style: italic;
}

.livetimingpage
{
    background-color:Black;
    color:White;
    font-family:Century Gothic;
    font-size:Small;
}

.ContentBackground 
{
	background-image: url("Images/PageBackground.jpg"); 
	background-repeat: no-repeat;
}

.button
{
	border: 1px solid Black;
	background-color:Gray;
	height: 24px;
}

.textbox 
{
	border-style:solid;
	border-width:1px;
	border-color:#174E77;
}
	
.FormPanel
{
	border-style:Solid;
	border-width:2px;
	border-color:White;
	padding:10px 10px 10px 10px;
	font-size:12px;
	background-color:Black;
	background: rgba(0,0,0,0.8);
    zoom:1; /* needed for the filter:alpha to work in IE7 */
    filter: alpha(opacity=80);
    color:White;
}

.FormPanelContent
{
    position:relative;
    color:White !important;
}

.FormHeaderLabel
{
	font-size:large;
	font-weight:bold;
}

.modalBackground 
{  
	background-color:Black;
	background: rgba(0,0,0,0.8);
	filter:alpha(opacity=80);
	zoom:1;
}

.CalendarEventRace
{
	background-color:#669AFF;
}

.CalendarEventTesting
{
	background-color:#FF794D;
}

.CalendarEventuRace
{
	background-color:#E4FF66;
}

.NewsItem
{
    padding:5px 0px 5px 0px;
}

.NewsAlternatingItem
{
    padding:5px 0px 5px 0px;
}

.SelectionBar
{
	width:100%;
	height:30px;
	line-height:30px; /*Set line-height same as height for text to be vertically centered in the div*/
	border:none 0 Transparent;
	padding:0 0 0 0;
		
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	text-align:center;
	color:White;
	
	background-image:url("Images/SelectionBarBackground.jpg");	
}

.tCountdownTimer
{
    width:100%;
    color:White;
    font-family:Calibri;
    font-size:large;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
}


#content 
{
	padding-top:12px;
	margin-top:12px;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:12px;
	font-family:Arial;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	background-color:transparent;
	overflow:auto;
}
	
#content p {
	font-size:12px;
	/*color:#000000;*/
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	text-indent:0px;
	}

#content h1 
{
	font-size:14px;
	font-weight:bold;
	/*color:#ffffff;*/
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	text-indent:0px;
}

#content h2
{
	font-size:12px;
	font-weight:bold;
	/*color:#ffffff;*/
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	text-indent:0px;
}

#content h3
{
	font-size:10px;
	font-weight:bold;
	/*color:#000000;*/
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	text-indent:0px;
}

#content a:link
{
	color:#0066FF;
	text-decoration:none;
}

#content a:hover 
	{
	color:#FF0000;
	text-decoration:underline;
	}
	
#content a:visited 
	{
	color:#0066FF;
	text-decoration:underline;
	}
	
#content a:visited:hover 
	{
	color:#FF0000;
	text-decoration:underline;
	}

.Schedule
{
    color:White;
    margin-top:10px;
    margin-bottom:10px;
    font-family:Arial;
    width:1000px;
}

.Schedule .TitleStyle
{
    border:None 0px Transparent;
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
    line-height:30px;
    background-image:url("Images/SelectionBarBackground.jpg");
}

.Schedule .NextPrevStyle
{
    vertical-align:middle;
    text-align:center;
    color:#ffffff !important;
    font-size:14px;
}

.Schedule .DayHeaderStyle
{
    background-color:White;
    text-align:Center;
    vertical-align:Middle;
    font-size:12px;
    font-family:Arial;
    color:Black;
}

.Schedule .DayStyle
{
    background-color:White;
    text-align:Left;
    vertical-align:top;
    font-size:14px;
    font-family:Arial;
    color:Black;
}

.Schedule .WeekendDayStyle
{
    background-color:#dddddd;
    text-align:Left;
    vertical-align:top;
    font-size:10px;
    font-family:Arial;
    color:Black;
}

.Schedule .OtherMonthDayStyle
{
    background-color:#aaaaaa;
    text-align:Left;
    vertical-align:top;
    font-size:10px;
    font-family:Arial;
    color:Black;
}

.StarRating
{    
    font-size: 0pt;    
    width: 24px;    
    height: 24px;    
    margin: 0px;    
    padding: 0px;    
    cursor: pointer;    
    display: block;    
    background-repeat: no-repeat;
}    
.StarFilled     
{
    background-image: url(images/FilledStar.png);
}

.StarEmpty
{
    background-image: url(images/EmptyStar.png);
}

.StarWaiting
{
    background-image: url(images/WaitingStar.png);
}