/********************************/
/* GENERAL
/********************************/

/********************************/
/* HEADER
/********************************/

#header
{
	display: none;
}

/********************************/
/* MENU
/********************************/

#menu
{
	text-align: left;
}

#menu div.days ul, #menu div.groups ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	list-style-image: url(../Graphics/1px_trans.gif);
	display: block;
}

#menu li.days
{
	padding-bottom: 15px;
	padding-top: 5px;
	background: bottom left url(../Graphics/ligne_menu_gauche.gif) no-repeat;
	font-weight: bold;
}

#menu li.extra
{
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;
}

#menu li.groups
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}

#menu div.events ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	list-style-image: url(../Graphics/ico_fle_rouge.gif);
}

#menu li.events
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu a:hover
{
	color: #50892F;
	text-decoration: underline;
}

/********************************/
/* CONTENT
/********************************/

#content #toplinks
{
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 16px;
	width: 100%;
}

#content #toplinks a.previous
{
	position: absolute;
	left: 0px;
	width: 33%;
	text-align: left;
}

#content #toplinks a.next
{
	position: absolute;
	right: 0px;
	width: 33%;
	text-align: right;
}

#content #toplinks a.photofinish
{
	position: absolute;
	left: 34%;
	width: 35%;
	text-align: center;
}

/********************************/
/* FOOTER
/********************************/

#footer
{
	display: none;
}

/********************************/
/* TABLE PROPERTIES
/********************************/

body.schedule table.daytable, body.race table.racetable, body.horfe table.horfetable, body.vertfe table.vertfetable
{
	table-layout: fixed;
	border: 1px solid #E6E6E6;
	border-bottom: 7px solid #CC0000;
}

body.schedule table.daytable thead, body.race table.racetable thead, body.horfe table.horfetable thead, body.vertfe table.vertfetable thead
{
	background-color: #000000;
}

body.schedule table.daytable thead td, body.race table.racetable thead td, body.horfe table.horfetable thead td, body.vertfe table.vertfetable thead td
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

body.schedule table.daytable td, body.race table.racetable td, body.horfe table.horfetable td, body.vertfe table.vertfetable td
{
	padding: 2px;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}

body.schedule table.daytable tr.odd, body.race table.racetable tr.odd, body.horfe table.horfetable tr.odd, body.vertfe table.vertfetable tr.odd
{
	background-color: #FFFFFF;
}

body.schedule table.daytable tr.even, body.race table.racetable tr.even, body.horfe table.horfetable tr.even, body.vertfe table.vertfetable tr.even
{
	background-color: #F8F8F8;
}



body.schedule #title h1, body.race #title h1, body.horfe #title h1, body.vertfe #title h1
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #50892F;
}

/********************************/
/* SPECIFIC FOR EACH PAGE
/********************************/

/* SCHEDULE */

body.schedule #daystart
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

body.schedule #daystart a
{
	margin-right: 10px;
	color: #A91214;
	font-weight: bold;
}

body.schedule #daystart a:hover
{
	color: #50892F;
	text-decoration: underline;
}

body.schedule #daytitle
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
}

body.schedule #daytable table.daytable td.plannedtime
{
	width: 70px;
}

body.schedule #daytable table.daytable td.eventname
{
	width: 210px;
}

body.schedule #daytable table.daytable td.phase
{
	display: none;
}

body.schedule #daytable table.daytable td.cat
{
	width: 50px;
}

body.schedule #daytable table.daytable td.gender
{
	width: 70px;
}

body.schedule #daytable table.daytable td.participants
{
	width: 70px;
}

body.schedule #daytable table.daytable td.heats
{
	width: 70px;
}

body.schedule #daytable table.daytable td.status
{
	width: 70px;
}

body.schedule #daytable table.daytable td.time
{
	width: 70px;
}

body.schedule #daytable table.daytable tbody td a
{
	display: block;
}

body.schedule #daytable table.daytable tbody td a:hover
{
	color: #50892F;
	text-decoration: underline;
}

/* RACE */

body.race #racetable table.racetable td.rank
{
	text-align: center;
	width: 55px;
}

body.race #racetable table.racetable td.lane
{
	text-align: center;
	width: 55px;
}

body.race #racetable table.racetable td.id
{
	text-align: center;
	width: 55px;
}

body.race #racetable table.racetable td.name
{
	width: 310px;
}

body.race #racetable table.racetable td.pb
{
	text-align: center;
	width: 75px;
}

body.race #racetable table.racetable td.team
{
	text-align: center;
	width: 75px;
}

body.race #racetable table.racetable td.result
{
	text-align: center;
	width: 75px;
}

body.race #racetable table.racetable td.info
{
	display: none;
}

/* VERTICAL AND HORIZONTAL EVENTS */

body.vertfe #vertfetable table.vertfetable td.pos, body.horfe #horfetable table.horfetable td.pos
{
	text-align: center;
	width: 35px;
}

body.vertfe #vertfetable table.vertfetable td.id, body.horfe #horfetable table.horfetable td.id
{
	text-align: center;
	width: 35px;
}

body.horfe #horfetable table.horfetable td.name
{
	text-align: left;
	width: 190px;
}

body.vertfe #vertfetable table.vertfetable td.pb, body.horfe #horfetable table.horfetable td.pb
{
	text-align: center;
	width: 42px;
}

body.vertfe #vertfetable table.vertfetable td.team, body.horfe #horfetable table.horfetable td.team
{
	text-align: center;
	width: 54px;
}

body.vertfe #vertfetable table.vertfetable td.result, body.horfe #horfetable table.horfetable td.result
{
	text-align: center;
	width: 50px;
}

body.vertfe #vertfetable table.vertfetable td.rank, body.horfe #horfetable table.horfetable td.rank
{
	text-align: center;
	width: 42px;
}

body.vertfe #vertfetable table.vertfetable td.info, body.horfe #horfetable table.horfetable td.info
{
	display: none;
}

body.horfe #horfetable table.horfetable td.attempt1, body.horfe #horfetable table.horfetable td.attempt2, body.horfe #horfetable table.horfetable td.attempt3, body.horfe #horfetable table.horfetable td.attempt4, body.horfe #horfetable table.horfetable td.attempt5, body.horfe #horfetable table.horfetable td.attempt6
{
	text-align: center;
	width: 42px;
}

body.horfe #horfetable table.horfetable thead td.attempt1, body.horfe #horfetable table.horfetable thead td.attempt2, body.horfe #horfetable table.horfetable thead td.attempt3, body.horfe #horfetable table.horfetable thead td.attempt4, body.horfe #horfetable table.horfetable thead td.attempt5, body.horfe #horfetable table.horfetable thead td.attempt6
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

body.vertfe #vertfetable table.vertfetable td.name
{
	text-align: left;
}

body.vertfe #vertfetable table.vertfetable td.vertheight
{
	text-align: center;
}

body.vertfe #vertfetable table.vertfetable thead td.vertheight
{
	font-weight: bold;
	font-size: 8px;
	color: #FFFFFF;
	width: 25px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

body.vertfe #vertfetable table.vertfetable
{
	width: 700px;
}

.cat
{
	display: none;
}