/*	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; }


@media print
{
	h1			{ font-size: 10pt; line-height: 50%; background-color: white; color: blue; display: none}
	h2			{ font-size: 14pt; line-height: 50%; background-color: white; color: blue; }
	h3			{ font-size: 10pt; line-height: 50%; background-color: white; color: blue; }
	title			{ font-size: 10pt; line-height: 50%; }

	body			{ background: white url(eKLIPSCopyright.gif) no-repeat center center fixed; }

	caption			{ font-size: 10pt; background-color: white; color: blue; }

	table			{ border-collapse: collapse; }

	tr			{ line-height: 70%; }

	td			{ font-size: 10pt; }
	th			{ font-size: 12pt; }

	tr.previousresult	{ background-color: yellow; font-weight: bold; }
	td.previousresult	{ text-decoration: line-through; }

	td#taskvariables	{ text-align: left; }

	a:link			{ color: black; text-decoration: none; }
	a:visited		{ color: black; text-decoration: none; }
}

