html, body {
	font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin: 0px;
}

a {
	color: black;
}

#header {
	color: white;
	height: 50px;
	font-weight: bold;
	font-size: 125%;
	background: url(/img/header.png);
	border: 1px solid black;
}

ul#navigation {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#navigation li {
	display: inline;
	list-style-type: none;
}

#navigation li.right {
	float:right;
}

#navigation a {
	padding: 5px 10px;
	margin: 0;
	font-size: 11px;
	line-height: 11px;
}

#navigation a:link, #navigation a:visited {
	color: black;
	text-decoration: none;
}

#navigation a:hover {
	color: white;
	background: black;
	text-decoration: none;
	
}

#content {
	margin-right: 21em;
	padding: 10px 15px;
	font-size: 75%;	
}

h1 {
	font-size: 24px;
	padding-bottom: 4px;
}


#sidebar {
	position: absolute;
	font-size: 75%;
	padding-right: 10px;
	width: 20em;
	right: 0;
	top: 75px;
	_top: 72px; /* IE */
	border-left: 1px dashed #a0a0a0;
	background: #e0e0e0;
	padding: 5px;	
	margin: 0;
}

#sidebar input {
	width: 95%;
}

table.ladder {
	border-left: 1px solid black;
	border-top: 1px solid black;
	padding: 0;
	margin: 0;
	width: 100%;
}


table.ladder th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #d0d0d0;
	padding: 0.2em;	
	text-align: center;	
}

table.ladder td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0.2em;
	text-align: center;
}

table.ladder td.bottom {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #d0d0d0;
	padding: 0.2em;	
	text-align: center;	
}

table.ladder td.bottom-sum {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
	background: #d0d0d0;
	padding: 0.2em;	
	text-align: center;	
}

table.ladder th.thin {
	width: 10%;
}

table.ladder th.small {
	width: 20%;
}


img {
	border:0;
}

.message {
	color: red;
	font-weight: bold;
}

tr.good td {
	background-color : #66FFAA;
}

tr.wrong td {
	background-color : #FFCC99;
}