﻿body
{
	margin: 0;
	text-align: center;
	background-image: url(background.png);
	background-repeat: repeat-x;
}

body, select, textarea, th
{
	font-family: 'Lucida Sans Unicode',Verdana;
	font-size: 12px;
}

td
{
	font-size: 12px;
}

th
{
	text-align: center;
}

div.Container
{
	text-align: left;
	width: 1000px;
	background-color: White;
	margin: 0 auto 0 auto;
	border-left: solid 1px #A0A0A0;
	border-right: solid 1px #A0A0A0;
	border-bottom: solid 1px #A0A0A0;
	overflow: hidden;
}

div.Header
{
	overflow: hidden;
}

div.Content
{
	padding: 20px;
	overflow: hidden;
}

div.Delay
{
	margin: 20px 0px 20px 0px;
}

div.Video
{
	display: none;
	margin: 20px 0px 20px 0px;
}

#CurrentRaces
{
	clear: both;
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#CurrentRaces div.Container
{
	float: left;
	border: solid 0;
	overflow: hidden;
	width: 450px;
}

#CurrentRaces div.Pair
{
	clear: left;
	float: left;
	width: 65px;
	height: 60px;
	color: #FFFFFF;
	padding: 8px 0px 8px 14px;
	background-color: #193889;
	background-image: url(links.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#CurrentRaces div.Pair span.Pair
{
	font-size: 25px;
}

#CurrentRaces div.Pair span.PairCount
{
	color: #AAAAAA;
	font-size: 12px;
}

#CurrentRaces div.Competitors
{
	float: left;
	width: 189px;
	min-height: 56px;
	height: 56px;
	padding: 12px 0px 8px 0px;
	color:#FFFFFF;
	background-color: #193889;
}

#CurrentRaces div.Competitors div.Competitor
{
	display: block;
	overflow: hidden;
}

#CurrentRaces div.Competitors div.Competitor div
{
	float: left;
	min-height: 20px;
	height: 20px;
}

#CurrentRaces div.Competitors div.Competitor div.Track
{
	width: 20px;
	text-align: center;
}

#CurrentRaces div.Competitors div.Competitor div.StartNumber
{
	width: 25px;
	text-align: right;
	padding-right: 6px;
}

#CurrentRaces div.Competitors div.Competitor div.Name
{
}

#CurrentRaces div.Clock
{
	float: left;
	color: White;
	height: 60px;
	width: 100px;
	padding: 8px 14px 8px 0px;
	text-align: left;
	background-color: #193889;
	background-image: url(rechts.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#CurrentRaces div.Clock span.Clock
{
	display: block;
	font-size: 25px;
	min-height: 1em;
}

#CurrentRaces div.Clock span.RaceStatus
{
	display: none;
	color: #AAAAAA;
	font-size: 12px;
}

#CurrentRaces div.Clock span.Message
{
	display: none;
	color: #AAAAAA;
	font-size: 12px;
}

#Laps
{
	clear: both;
	width: 100%;
	display: block;
	overflow: hidden;
}

#Laps div.QuartetContainer
{
	float: left;
	overflow: hidden;
	width: 450px;
	border: solid 0;
}

#Laps div.DuoContainer
{
	overflow: hidden;
	width: 900px;
	border: solid 0;
}

#Laps table.Laps
{
}

#Laps table.Laps thead th
{
	background-color: #007AC2;
	color: White;
	padding: 4px;
	font-weight: normal;
	vertical-align: middle;
	background-image: url(backTable.png)
}

#Laps table.Laps thead th.Skater
{
}

#Laps table.Laps thead th.CompareSkater
{
    text-align: center;
}

#Laps table.Laps thead th.CompareSkater select
{
	width: 210px;
}

#Laps table.Laps thead th.CompareSkater option.Header
{
    background-color: #EEEEEE;
}

#Laps table.Laps thead th.Distance
{
}

#Laps table.Laps tbody tr.Even
{
	background-color: #e9f4ff;
}

#Laps table.Laps tbody tr.Odd
{
	background-color: #dae5f0;
}

#Laps table.Laps tbody td
{
	padding: 2px;
}

#Laps table.Laps tbody td.TotalTime
{
	text-align: right;
	padding-right: 10px;
	width: 70px;
}

#Laps table.Laps tbody td.LapTime
{
	text-align: right;
	width: 50px;
	padding-right: 20px;
}

#Laps table.Laps tbody td.Difference
{
    text-align: center;
    width: 80px;
}

#Laps table.Laps tbody td.Distance
{
    text-align: center;
    width: 70px;
	color: #FFFFFF;
    background-color: #6e82b8;
}

#Laps table.Laps tbody td.Even
{
    background-color: #DDEEFF;
}

#Laps table.Laps tbody td.Odd
{
    background-color: #CDDEEF;
}

div.Matches
{
	padding: 30px 0px 30px 0px;
	clear: both;
}

#MatchResults div.Tabs
{
	margin: 0px;
}

#MatchResults div.Tabs div.Tab
{
	margin: 0px 5px 0px 10px;
	display: block;
	float: left;
}

#MatchResults div.Tabs div.Tab a
{
	display: block;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	cursor: pointer;
}

#MatchResults div.Tabs div.Tab a.Inactive
{
	background-color: #DFDFDF;
	color: #303030;
}

#MatchResults div.Tabs div.Tab a.Active
{
	color: White;
	background-color: #193889;
	background-image: url(links.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#MatchResults div.DrawTab, #MatchResults div.MatchResultTab, #MatchResults div.RankingTab
{
	display: none;
}

#MatchResults table
{
	clear: both;
	margin: 0px 0px 10px 0px;
}

#MatchResults table.Draw, #MatchResults table.MatchResult, #MatchResults table.Ranking
{
}

#MatchResults table thead th
{
	color: White;
	background-color: #193889;
	background-image: url(backTable.png);
	padding: 4px;
	font-weight: normal;
	text-align: left;
}

#MatchResults table td
{
	padding: 4px;
}

#MatchResults table tbody tr.Even
{	
	background-color: #DDEEFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cedeee;
}

#MatchResults table tbody tr.Odd
{
	background-color: #CDDEEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b1c2d2;
}

#MatchResults table.Draw thead th.Pair
{
	width: 30px;
	text-align: right;
}

#MatchResults table.Draw thead th.Track
{
	width: 40px;
	text-align: center;
}

#MatchResults table.Draw thead th.StartNumber
{
	width: 30px;
	text-align: right;
}

#MatchResults table.Draw thead th.Name
{
	width: 200px;
}

#MatchResults table.Draw thead th.From
{
	width: 50px;
}

#MatchResults table.Draw thead th.PersonalBest
{
	width: 60px;
	text-align: right;
}

#MatchResults table.Draw thead th.EndTime
{
	width: 80px;
	text-align: right;
}

#MatchResults table.Draw thead th.ViewLapTimes
{
}

#MatchResults table.Draw thead th.Info
{
	width: 60px;
	text-align: center;
}

#MatchResults table.Draw tbody td.Pair
{
	text-align: right;
}

#MatchResults table.Draw tbody td.Track
{
	text-align: center;
}

#MatchResults table.Draw tbody td.StartNumber
{
	text-align: right;
}

#MatchResults table.Draw tbody td.Name
{
}

#MatchResults table.Draw tbody td.From
{
}

#MatchResults table.Draw tbody td.PersonalBest
{
	text-align: right;
}

#MatchResults table.Draw tbody td.EndTime
{
	text-align: right;
}

#MatchResults table.Draw tbody td.Info
{
	text-align: center;
}

#MatchResults table.Draw tbody td.ViewLapTimes
{
}

#MatchResults table.Draw tbody td.ViewLapTimes a
{
    color: Gray;
    cursor: pointer;
}

#MatchResults table.Draw tbody td.ViewLapTimes:hover a
{
    color: Black;
}

#MatchResults table.MatchResult thead th.Position, #MatchResults table.Ranking thead th.Position
{
	width: 30px;
	text-align: right;
}

#MatchResults table.MatchResult thead th.StartNumber, #MatchResults table.Ranking thead th.StartNumber
{
	width: 30px;
	text-align: right;
}

#MatchResults table.MatchResult thead th.Name, #MatchResults table.Ranking thead th.Name
{
	width: 200px;
}

#MatchResults table.MatchResult thead th.From, #MatchResults table.Ranking thead th.From
{
	width: 50px;
}

#MatchResults table.MatchResult thead th.EndTime, #MatchResults table.Ranking thead th.Points
{
	width: 80px;
	text-align: right;
}

#MatchResults table.MatchResult thead th.Behind, #MatchResults table.Ranking thead th.Behind
{
	width: 60px;
	text-align: right;
}

#MatchResults table.MatchResult thead th.Info, #MatchResults table.Ranking thead th.Info
{
	width: 60px;
	text-align: center;
}

#MatchResults table.MatchResult thead th.ViewLapTimes
{
}

#MatchResults table.MatchResult tbody td.Position, #MatchResults table.Ranking tbody td.Position
{
	text-align: right;
}

#MatchResults table.MatchResult tbody td.StartNumber, #MatchResults table.Ranking tbody td.StartNumber
{
	text-align: right;
}

#MatchResults table.MatchResult tbody td.Name, #MatchResults table.Ranking tbody td.Name
{
}

#MatchResults table.MatchResult tbody td.From, #MatchResults table.Ranking tbody td.From
{
}

#MatchResults table.MatchResult tbody td.EndTime, #MatchResults table.Ranking tbody td.Points
{
	text-align: right;
}

#MatchResults table.MatchResult tbody td.Behind, #MatchResults table.Ranking tbody td.Behind
{
	text-align: right;
}

#MatchResults table.MatchResult tbody td.ViewLapTimes
{
}

#MatchResults table.MatchResult tbody td.ViewLapTimes a
{
    color: Gray;
    cursor: pointer;
}

#MatchResults table.MatchResult tbody td.ViewLapTimes:hover a
{
    color: Black;
}

#MatchResults table.MatchResult tbody td.Info
{
	text-align: center;
}

div.LapTimes
{
    position: fixed;
    z-index: 9;
    overflow: hidden;
    border: 2px solid #193889;
    background-color: #DDEEFF;
}

#LapTimes tbody td.TotalTime
{
	text-align: right;
	width: 65px;
}

#LapTimes tbody td.LapTime
{
	text-align: right;
	width: 40px;
}

#LapTimes tbody td.Distance
{
    width: 60px;
}

div.Footer
{
	padding: 20px;
	overflow: hidden;
}

div.Footer div img
{
	border-width: 0;
}

div.Footer div.LogosLeft
{
	clear: both;
	float: left;
	line-height: 50px;
}

div.Footer div.LogosRight
{
	float: right;
	line-height: 50px;
}

div.Footer div.LogosRight a
{
    margin-left: 30px;
}