body {
}

#title h1 {
	font-size: 0.6em;
}

#recordsperevent {
	font-size: 0.6em;
}

.pagetitle {
	width: auto;
	margin: 0px;
	text-align: center;
	/** margin-left: 340px; **/
}

#title {
	background-color: lightgray;
}

body.schedule #title {
	display: none;
}

#timetronics_content table td {
	line-height: 1.5em;
	border: 1px solid lightgray;
	padding-left: 2px;
	padding-right: 2px;
}

#menu-button {
	display: none;
}

#daytable thead td, #racetable thead td, #vertfetable thead td, #horfetable thead td {
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #930101;
	color: white;
}
#daytable tbody tr.odd td, #racetable tbody tr.odd td, #vertfetable tbody tr.odd td, #horfeetable tbody tr.odd td  {
	background-color: transparent;
}
#daytable tbody tr.odd, #racetable tbody tr.odd, #vertfetable tbody tr.odd, #horfetable tbody tr.odd {
	background-color: #FFFFFF;
}
#daytable a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#daytable a:hover {
	background-color: lightgray;
	text-decoration: none;
}

#headertitle {
	font-size: 0.7em;
	line-height: 1.1em;
}

#mainmenu {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #930101;
	color: white;
	line-height: 1.5em;
}
#mainmenu ul {
	list-style-type: none;
}
#mainmenu a {
	cursor: pointer;
}
#mainmenu .days li a {
	padding-left: 10px;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: inherit;
	display: block;
}
#mainmenu .groups li a {
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 15px;
	color: inherit;
	display: block;
}
#mainmenu .events li a {
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	color: inherit;
	display: block;
}
#mainmenu .events li a:hover, #mainmenu .groups li a:hover, #mainmenu .days li a:hover {
	background-color: #242424;
}
#topmenu {
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topmenu a {
	font-weight: bold;
	padding-left: 40px;
	padding-right: 40px;
}
#topmenu a:hover {
	background-color: #242424;
	color: white;
	text-decoration: none;
}
#topmenu hr {
	border: none;
	height: 2px;
	background-color: #930101;
	color: #930101;
}
#customer_menu{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#customer_menu{
	font-weight: bold;
	padding-left: 40px;
	padding-right: 40px;
}
#customer_menu{
	background-color: #00A7E7;
	color: white;
	text-decoration: none;
}
#customer_menu{
	border: none;
	height: 2px;
	background-color: #E42B86;
	color: #E42B86;
}
#daystart a {
	visibility: hidden;
	margin-right: 20px;
}
#toplinks
{
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 16px;
	width: 100%;
}
#toplinks a.previous
{
	position: absolute;
	left: 0px;
	width: 33%;
	text-align: left;
}
#toplinks a.next
{
	position: absolute;
	right: 0px;
	width: 33%;
	text-align: right;
	margin-right: 20px;
}
#toplinks a.photofinish
{
	position: absolute;
	left: 34%;
	width: 35%;
	text-align: center;
}

#timetronics_content {
	margin-left: 340px;
}

#mainmenu {
	width: 300px;
	float: left;
}

#daystart {
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

#daytitle {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

/*  TABLE WIDTHS  */
table.daytable td.plannedtime, table.daytable th.plannedtime {
	width: 50px;
	text-align: center;
}
table.daytable td.eventname, table.daytable th.eventname {
	text-align: left;
}
table.daytable td.phase, table.daytable th.phase {
	display: none;
	width: 60px;
	text-align: center;
}
table.daytable td.cat, table.daytable th.cat {
	display: none;
	width: 50px;
	text-align: center;
}
table.daytable td.gender, table.daytable th.gender {
	width: 60px;
	text-align: center;
}
table.daytable td.participants, table.daytable th.participants {
	width: 80px;
	text-align: center;
}
table.daytable td.heat, table.daytable th.heat {
	width: 80px;
	text-align: center;
}
table.daytable td.status, table.daytable th.status {
	width: 80px;
	text-align: center;
}
table.daytable td.time, table.daytable th.time {
	width: 50px;
	text-align: center;
}

table.racetable td.rank, table.racetable th.rank {
	width: 40px;
	text-align: right;
}
table.racetable td.lane, table.racetable th.lane {
	width: 40px;
	text-align: center;
}
table.racetable td.id, table.racetable th.id {
	width: 40px;
	text-align: center;
}
table.racetable td.name, table.racetable th.name {
/*	width: 200px;*/
	text-align: left;
}
table.racetable td.pb, table.racetable th.pb {
	width: 60px;
	text-align: right;
}
table.racetable td.team, table.racetable th.team {
	width: 60px;
	text-align: center;
}
table.racetable td.cat, table.racetable th.cat {
	display: none;
	text-align: center;
}
table.racetable td.result, table.racetable th.result {
	width: 70px;
	text-align: right;
	font-weight: bold;
	color: #0d6efd;
}
table.racetable td.info, table.racetable th.info {
	width: 50px;
	text-align: center;
}
table.racetable td.TFCameraicon, table.racetable th.TFCameraicon {
	display: none;
}

table.horfetable td.pos, table.horfetable th.pos {
	width: 35px;
	text-align: center;
}
table.horfetable td.id, table.horfetable th.id {
	width: 40px;
	text-align: center;
}
table.horfetable td.name, table.horfetable th.name {
/*	width: 140px;*/
	text-align: left;
}
table.horfetable td.pb, table.horfetable th.pb {
	width: 55px;
	text-align: right;
}
table.horfetable td.team, table.horfetable th.team {
	width: 50px;
	text-align: center;
}
table.horfetable td.cat, table.horfetable th.cat {
	display: none;
	text-align: center;
}
table.horfetable td.result, table.horfetable th.result {
	width: 55px;
	text-align: right;
	font-weight: bold;
	color: #00A7E7;
}
table.horfetable td.rank, table.horfetable th.rank {
	width: 30px;
	text-align: right;
}
table.horfetable td.attempt1, table.horfetable td.attempt2, table.horfetable td.attempt3, table.horfetable td.attempt4, table.horfetable td.attempt5, table.horfetable td.attempt6,
table.horfetable th.attempt1, table.horfetable th.attempt2, table.horfetable th.attempt3, table.horfetable th.attempt4, table.horfetable th.attempt5, table.horfetable th.attempt6 {
	font-size: 0.8em;
	width: 45px;
	background-color: lightgray;
	color: #00A7E7;
	text-align: center;
	border: 1px solid white!important;
}
table.horfetable td.info, table.horfetable th.info {
	width: 40px;
	text-align: center;
}
table.horfetable td.TFCameraicon, table.horfetable th.TFCameraicon {
	display: none;
}


table.teamtable td.rank {
	width: 70px;
}
table.teamtable td.team {
	width: 100px;
}
table.teamtable td.name {
	width: 100px;
}
table.teamtable td.points {
	width: 70px;
}

#vertfetable {
	overflow-x: auto;
}
/*#vertfetable table {
	table-layout:fixed;
}*/
table.vertfetable td.pos, table.vertfetable th.pos {
	width: 30px;
	text-align: center;
}
table.vertfetable td.id, table.vertfetable th.id {
	width: 40px;
	text-align: center;
}
table.vertfetable td.name, table.vertfetable th.name {
	min-width: 150px;
	text-align: left;
}
table.vertfetable td.pb, table.vertfetable th.pb {
	width: 50px;
	text-align: right;
}
table.vertfetable td.team, table.vertfetable th.team {
	width: 50px;
	text-align: center;
}
table.vertfetable td.cat, table.vertfetable th.cat {
	display: none;
	text-align: center;
}
table.vertfetable td.result, table.vertfetable th.result {
	width: 50px;
	text-align: right;
	font-weight: bold;
	color: #00A7E7;
}
table.vertfetable td.rank, table.vertfetable th.rank {
	width: 30px;
	text-align: right;
}
table.vertfetable td.vertheight, table.vertfetable th.vertheight {
	font-size: 0.8em!important;
	width: 40px;
	background-color: lightgray;
	color: #00A7E7;
	border: 1px solid white!important;
	text-align: center;
}
table.vertfetable td.info, table.vertfetable th.info {
	width: 50px;
	text-align: center;
}
table.vertfetable td.TFCameraicon, table.vertfetable th.TFCameraicon {
	display: none;
}

body.combined td.rank {
	width: 30px;
}

body.combined td.points {
	width: 50px;
}

body.combined td.event {
	width: 50px;
}

#timetronics_content table.teampointstable {
	width: 100%;
}
#timetronics_content table.teampointstable thead th {
	background-color: #F37736;
	color: #ffffff;
	text-align: center;
}
#timetronics_content  table.teampointstable th.eventname {
	width: 250px;
	background-color: white;
	line-height: 2em;
}
#timetronics_content  table.teampointstable td.eventname {
    text-align: right;
	padding-right: 25px;
	width: 250px;
	background-color: #00A7E7;
	color: white;
}
#timetronics_content  table.teampointstable td {
	text-align: center;
}
#timetronics_content  table.teampointstable th.totalpoints {
	font-size: 1.5em;
	font-weight: bold;
	color: #00A7E7;
	padding-top: 20px;
}
#timetronics_content  table.teampointstable th.totalrank {
	font-size: 1.5em;
	font-weight: bold;
	color: #00A7E7;
}
#timetronics_content  table.teampointstable td.totalrank {
	background-color: #00A7E7;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
}
#timetronics_content  table.teampointstable td.gold {
	background-color: gold;
	color: #00A7E7;
}
#timetronics_content  table.teampointstable td.silver {
	background-color: silver;
	color: white;
}
#timetronics_content  table.teampointstable td.bronze {
	background-color: #A67D3D;
	color: white;
}