.PageHeader
{
	font-size: 24px;	
}

.RaceResultsEventDateBox
{
    font-size: 12px;
    font-weight: bold; 
    margin: 30px 0px 10px 10px;    
}

.RaceResultsEventDateBox select
{
    margin-right: 20px;
}

.TopFilterBox 
 { 
    height: 20px;
    background-color: #E6F1F5; 
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;   
    font-size: 12px;
    font-weight: bold; 
    padding: 5px 5px 5px 10px;
 }
 
 
 
 .EventRaceResultsList
 {
   
    width: 920px;    
    
    border-collapse: collapse;
    height: 25px;     
}

.EventRaceResultsList td
{
    border: solid 1px #BFC4C9; 
    border-spacing: 0px; 
    padding: 3px;
}

.EventRaceResultsList thead td 
{
    background-color:#F3F4F6;
  
    font-weight:bold;
    text-align:center;
}

.EventRaceResultsList thead td a 
{
	color: Black;
}

.EventRaceResultsList .TopRow td
{  
    background-color: #E0E0E0; 
    border-top: solid 3px #90C8E3;
    border-bottom: solid 3px #90C8E3;   
}

.EventRaceResultsList .TopRow .TopRowFirst
{  
    border-left: solid 3px #90C8E3;    
}

.EventRaceResultsList .TopRow .TopRowLast
{  
    border-right: solid 3px #90C8E3;    
}


.EventRaceResultsList .RowNoBorder td
{  
    border: none;
    height: 5px;    
}

.EventRaceResultsList .FilterRow td
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.EventRaceResultsList .FilterRow .FilterTable td
{
    border: none;
}

.EventRaceResultsContact
{
    text-align: center;
    margin: 15px;
}

.EventRaceResultsContact p
{
	font-size: 14px;
	font-weight: bold;
}

.EventRaceResultsContactInfo
{
	font-size: 12px;
}

.EventRaceResultsOptions
{
    margin-top: 30px;
    margin-left: 10px;    
    margin-bottom: -5px;
}

.EventRaceResultsTabs ul 
{
    line-height:25px;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
}

.EventRaceResultsTabs li 
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#000000 url(/images/events/EventView/nav_tab_unselected.gif) no-repeat scroll 0 0;
    float:left;
    height:25px;
    margin:0 5px;
    padding:0;
    position:relative;
    text-align:center;
    width:108px;
    z-index:100;
    
}

.EventRaceResultsTabs a:link, .EventRaceResultsTabs a:active, .EventRaceResultsTabs a:visited {
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:25px;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:108px;
}

.EventRaceResultsTabs a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 url(/images/events/EventView/nav_tab_selected.gif) no-repeat scroll 0 0;
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:25px;
	padding:0;
	text-align:center;
	width:108px;
}

.EventRaceResultsTabs a.TabOn:link, .EventRaceResultsTabs a.TabOn:active, .EventRaceResultsTabs a.TabOn:visited {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 url(/images/events/EventView/nav_tab_selected.gif) no-repeat scroll 0 0;
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:25px;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:108px;
}

.EventRaceResultViewSizeBox
{
    float: right;
    margin-right: 5px;
}
.EventRaceResultsTopSectionRight img
{
   vertical-align: middle;
}

.EventRaceResultsTopSectionRight div
{
    padding: 1px;
}

.FirstPlaceRow
{
	color: #FF6A44;
	font-weight: bold;
	background-color: #F9FAEA;
}
.ShareButtons{
    float:right;
    width: auto;
    margin-right: -30px;
}
.EventRaceResultsTopSectionLeft
{
    width: auto;
}
.EventRaceResultsTopSection 
{
    height: 90px;
}
.EventRaceResultsTopSectionCenter
{
    float: right;
    width:auto;
    margin-top:-70px;
}

.EventRaceResultsTopSectionRight
{
   float: right;
}
