﻿.RaceList
{
    width: 120px;
    font-size: smaller;
    color: Black;
}
.RaceListHeader
{
    width: 120px;
    font-size: 12pt;
    font-weight: bold;
    border-bottom: solid 1pt black;
    text-align: left;
}
.ResultTable
{
    width: 95%;
    padding: 3pt 2pt 3pt 2pt;
    text-align: left;
    border-collapse: collapse;
}
.RaceResultDetail
{
    font-weight: bold;
}
.ResultColumnHeader
{
    background-color: Silver;
    border-bottom: solid 2pt black;
}
/*
	Race Results
*/
.ResultPopUp
{
	font-size: 8pt;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-image: url(/TSL/Graphics/Th/RC/popbody.gif);
	width: 230px;
}
.ResultGridTop
{
    padding-top: 10px;
    font-variant: small-caps;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    width: 470px;
    background-image: url(/TSL/Graphics/Th/RC/rndtop.gif);
    background-repeat: no-repeat;
}
.ResultGridBottom
{
    height: 10px;
    width: 470px;
    background-image: url(/TSL/Graphics/Th/RC/rndbot.gif);
    background-repeat: no-repeat;
}

.RaceSummaryPanel
{
	width: 470px;
}
.RaceSummaryPanel_Info
{
	width: 100%;
}
.RaceSummaryPanelTrimTop
{
    width: 470px;
    height: 16px;
    background: transparent url(/TSL/Graphics/Th/RC/rndtop.gif) no-repeat;
}
.RaceSummaryPanelTrimBottom
{
    width: 470px;
    height: 16px;
    background: transparent url(/TSL/Graphics/Th/RC/rndbot.gif) no-repeat;
}

.RaceSelectHeader
{
	border-top: solid 2px white;
	border-bottom: solid 2px white;
	font: bold;
	font-variant: small-caps;
}
.ResultFilterHeader
{
	border-top: solid 2px white;
	border-bottom: solid 2px white;
	font: bold;
	font-variant: small-caps;
}
.ResultViewButtonPanel
{
}
.ResultControlLabel
{
    width: 140px;
	font: bold;
	padding-left: 20px;
}
.SlideShowPanel
{
    width: 470px;
	text-align: center;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	background-color: #CCCCCC;
	z-index: 1;
}