/* $Id: style.css 664 2004-10-22 12:02:36Z nkp0405 $ */

body {
	color: black; background-color: white;
	font-family: sans-serif;
}

.sol { font-weight: bold; font-variant: small-caps; }
.sol_correct          { color: green;  }
.sol_incorrect        { color: red;    }
.sol_queued           { color: gray;   }

a:link, a:visited { color: blue;   }
a:hover           { color: purple; }
a:active          { color: red;    }

.disabled         { color: silver; }
.disabled a       { color: gray;   }

.output_text {
	border: 2px dotted #C0C0C0;
	background-color: #F9F9F9;
	margin: 0; padding: 5px;
	font-family: monospace;	
}

.teamid, .filename, .hostname { font-family: monospace; }

#menutop a {
	font-weight: bold; text-decoration: none;
	background-color: #FFFFF0;
	border: 1px solid black;
	margin: 2px; padding: 2px; padding-left: 5px; padding-right: 5px;
}
#clock {
	position: absolute; right: 1ex; top: 1ex;
	font-size: small; font-family: monospace;
	border: 1px dashed #ccc; padding: 4px;
	color: gray;
}

.highlight { background-color: yellow; font-size: large; }

.error {
	color: red;
	font-weight: bold; font-family: monospace;
	border: 1px dotted red;
	margin-left: 1em; margin-right: 1em; padding: 1em;
}

.error legend {
	font-variant: small-caps; font-size: x-large; font-weight: bold;
	padding: .1ex .5ex;
	border-right: 1px solid gray; border-bottom: 1px solid gray;
}

.scoreboard			{ border-collapse: collapse;		}
.scoreboard td		{ font-size: small;					}
.scoreboard tr		{ border-bottom: 1px solid silver;	}
.scoreboard td, .scoreboard th { border-right:  1px solid black;	}
#scoreheader		{ border-bottom: 2px solid black;	}
.score_correct		{ background: #33FF66;	}
.score_incorrect	{ background: #FF6666;	}
.score_neutral		{ background: white;	}

#scoresolv,#scoretotal { width: 5em; }
.scorenc,.scorett { text-align: right; }
.scoreprob { width: 7em; }

#scoresummary {
	border-top: 2px solid black;
	border-bottom: none;
	font-variant: small-caps;
}
#scorethisisme .scoretn {
	background: #ff6600;
	font-weight: bold;
}

#lastmod {
	color: gray; font-size: x-small;
	position: absolute; right: 1ex; margin-top: 1em;
}

/* backgrounds for categories */
.category1 .scoretn { background: white; }
.category2 .scoretn { background: #ffffcc; }
.category3 .scoretn { background: #ffccff; }
.category4 .scoretn { background: #99ccff; }
