/*	eKLIPS Task Results Style Sheet		*/

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

	caption			{ color: blue; }

	table			{ border-collapse: collapse; }

	col#rank		{ text-align: right; }
	col#number		{ text-align: right; }
	col#name		{ text-align: left; }
	col#country		{ text-align: left; }
	col#performance 	{ text-align: right; }
	col#performancepenalty	{ text-align: right; color: red; }
	col#result		{ text-align: right; }
	col#points		{ text-align: right; }
	col#taskpenalty		{ text-align: right; color: red; }
	col#competitionpenalty	{ text-align: right; color: red; }
	col#score		{ text-align: right; }
        col#gp0points           { text-align: right; }
	col#note		{ text-align: left; }

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

	td#taskvariables	{ text-align: left; }
}

@page
{
	size: 11in 8.5in;
	margin: 0cm;
}

@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; }

	col#rank		{ text-align: right; }
	col#number		{ text-align: right; }
	col#name		{ text-align: left; }
	col#country		{ text-align: left; }
	col#performance 	{ text-align: right; }
	col#performancepenalty	{ text-align: right; color: red; }
	col#result		{ text-align: right }
	col#points		{ text-align: right; }
	col#taskpenalty		{ text-align: right; color: red; }
	col#competitionpenalty	{ text-align: right; color: red; }
	col#score		{ text-align: right; }
     	col#gp0points           { text-align: right; }
	col#note		{ text-align: left; }

	tr			{ line-height: 70%; }

	td			{ font-size: 11pt; }

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