/*	eKLIPS Competition Standings Style Sheet		*/

title
{
	font-size: 12pt;
	line-height: 50%;
}

h1
{
	font-size: 12pt;
	line-height: 50%;
	background-color:
	white; color: blue;
}

h2
{
	font-size: 12pt;
	line-height: 50%;
	background-color: white;
	color: blue;
}

h3
{
	font-size: 12pt;
	line-height: 50%;
	background-color: white;
	color: blue;
}

caption		{ font-size: 12pt; background-color: white; color: blue; }

text { background-color: white; color: blue;}
col#rank		{ text-align: right }
col#number		{ text-align: right }
col#name		{ text-align: left }
col.countryteam		{ text-align: left;  }
col.taskscore		{ text-align: right; }
col#totalscore		{ font-size: 16pt; text-align: right; }

tr			{ line-height: 70%; }
td			{ font-size: 12pt; }

p.pagebreak	{ page-break-after: always; }


	div#eventname  		{ display: none; font-size: 16pt; }
	div#competitionname 	{ font-size: 16pt; font-weight: bold; }
	div#eventlocation	{ display: none; }
