/********************************/
/* GENERAL
/********************************/

.timetronics
{
	font-family: Impact !important;
	font-size: 1.5em !important;
	font-weight: normal !important;
	font-style: italic !important;
	color: #0000FF !important;
}

/********************************/
/* MENU
/********************************/

#menuTT
{
	float:left;
	margin:10px 10px 10px 10px;
	padding: 10px;
	width: 200px;
	border: 4px solid #d50c8c;
	background-color:#ccc;
}

#menuTT div.days ul, #menu div.groups ul
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	list-style-image: url(../Graphics/blank.png);
	list-style-position: inside;
	display: block;
	background-color: transparent;
}

#menuTT div.days li, #menu div.groups li, #menu div.events li
{
	display: block;
	margin: 0px;
	padding: 0px;
}

#menuTT div.days li a
{
	display: block;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00A2B5;
	border: none;
}

#menuTT div.days li a span, #menu div.groups li a span, #menu div.events li a span
{
	display: block;
}

#menuTT div.days li a:hover
{
	background-color: #A70564;
}

#menuTT div.groups li a
{
	display: block;
	margin: 0px;
	margin-top: -1px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #00A2B5;
	background-color: transparent;
	border: 1px solid #00A2B5;
	border-left: none;
	border-right: none;
}

#menuTT div.groups li a:hover
{
	background-color: #DFDFDF;
}

#menuTT div.groups li span, #menu div.days li span 
{
	cursor: pointer;
}

#menuTT div.events ul
{
	margin: 0px;
	padding: 0px;
	list-style-image: url(../Graphics/blank.png);
	list-style-position: inside;
	display: block;
	background-color: transparent;
}

#menuTT div.events li
{
	display: block;
	padding: 0px;
}

#menuTT div.events li a
{
	display: block;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
	background-color: transparent;
	border: 1px solid #515151;
	border-left: none;
	border-right: none;
}

#menuTT div.events li a:hover
{
	color: #FFFFFF;
	background-color: #005B5B;
}

#menuTT #innermenu
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

#menuTT #bottomlinks
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	color: #d50c8c;
	font-size: 12px;
}

#menuTT #bottomlinks ul
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	list-style-image: url(../Graphics/blank.png);
	list-style-position: block;
	display: block;
	background-color: transparent;
}

#menuTT #bottomlinks li
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	background-color: transparent;
}

#menuTT #bottomlinks li a
{
	margin: 0px;
	padding: 0px;
	border: none;
	font-weight: bold;
}

#menuTT #bottomlinks a:hover
{
	text-decoration: underline;
}

#menuTT #bottomlinks ul li
{

	padding-left: 15px;
}

#menuTT p
{
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #008080;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}


/********************************/
/* CONTENT
/********************************/

#basecolumn1a
{
	background-color: white;
}

#content_wide
{
	position: relative;
}

#content_wide table
{
	background-color: white;
}

#content_wide thead
{
	background-color: #00a2b5;
	color: white;
	font-weight: bold;
}

#content_wide tbody td
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#content_wide tbody tr.odd
{
	background-color: #f8f8f8;
}

#content_wide tbody tr.even
{
	background-color: white;
}

#daystart
{
	padding-top: 2px;
	padding-bottom: 2px;
}

#daystart a
{
	padding: 2px;
	margin-left: 10px;
}

#daytitle
{
	margin-top: 10px;
	margin-bottom: 5px;
}

#daytable table.daytable tbody td a
{
	display: block;
}

.vertheight, .attempt1, .attempt2, .attempt3, .attempt4, .attempt5, .attempt6
{
	color: #555555;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}

thead td.vertheight, thead td.attempt1, thead td.attempt2, thead td.attempt3, thead td.attempt4, thead td.attempt5, thead td.attempt6
{
	font-weight: bold;
	font-size: 11px;
}

#toplinks {
	position: absolute;
	right: 0px;
	width: 615px;
	heigt: 15px;
}

#toplinks a.previous
{
	position: absolute;
	left: 0px;
	width: 100px;
	text-align: left;
}

#toplinks a.next
{
	position: absolute;
	right: 5px;
	width: 100px;
	text-align: right;
}

#toplinks a.photofinish
{
	position: absolute;
	left: 34%;
	width: 35%;
	text-align: center;
}

table.daytable, table.vertfetable, table.horfetable, table.racetable, table.teamtable
{
	table-layout: fixed;
}

#racetable
{
	margin-top: 30px;
}

/********************************/
/* FIELDS
/********************************/

body.schedule .plannedtime
{
	width: 35px;
}
body.schedule .eventname
{
	width: 160px;
}
body.schedule .phase
{
	width: 80px;
}
body.schedule .cat
{
	width: 50px;
}
body.schedule .gender
{
	width: 50px;
}
body.schedule .participants
{
	width: 49px;
}
body.schedule .heats
{
	width: 48px;
}
body.schedule .status
{
	width: 73px;
}
body.schedule .time
{
	width: 35px;
}

.pos
{
	width: 40px;
}
.rank
{
	width: 40px;
}
.lane
{
	width: 40px;
}
.id
{
	width: 40px;
}
.name
{
	width: 200px;
}
.pb
{
	display: none;
}
.team
{
	width: 80px;
}
.cat
{
	display: none;
}
.result
{
	width: 80px;
}
.info
{
	width: 50px;
}
.TFCameraicon
{
	display: none;
}
.points
{
	width: 50px;
}
.vertheight
{
	width: 40px;
}
.attempt1, .attempt2, .attempt3, .attempt4, .attempt5, .attempt6
{
	width: 40px;
}

.feat_countdown
{
	display: none;
}

div#horfetable, div#vertfetable {
	width: 615px;
	overflow: auto;
}