body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #EFEFEF;
	text-align: center;
}

.overall {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	_height: 100%;
	background: white;
	text-align: left;
}

a img {
	border: 0 solid black;
}

.header, .body {
	padding: 0 31px;
}

.header {
	padding-top: 10px;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #111;
}

a {
	color: #13509a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#menu {
	height: 18px;
	line-height: 18px;
	padding: 2px 3px 3px 3px;
	_padding-bottom: 1px;
}
	
#menu #left a {
	padding-right: 10px;
}

#menu #left {
	float: left;
}

#menu #right {
	float: right;
}

#menu #right a {
	padding-left: 10px;
}

.mainmenu {
	line-height: 18px;
}

.mainmenu a {
	font-size: 10px;
	color: #111;
}

#menu ul, #menu li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}

#menu ul a {
	display: block;
	border: 1px white solid;
	padding: 0 5px !important;
}

#menu ul li.hovered a {
	border-color: black;
	text-decoration: none;
	background: #DEE3E7;
}

#menu ul ul {
	position: absolute;
	margin-top: -1px;
	border: 1px black solid;
	background: white;
}

#menu ul ul {
	float: none;
}

#menu ul ul li {
	clear: both;
}

#menu ul ul li a {
	border: 0px white solid;
	display: block;
	width: 140px;
	background: white !important;
}

#menu ul ul li a:hover {
	background: #DEE3E7 !important;
}

#menu ul ul {
	display: none;
}

#menu ul li.hovered ul {
	display: block;
}

.body {
	clear: both;
	padding-bottom: 2em;
}

.top-image {
	text-align: center;
}

h2 {
	margin: 0 2px 0 1px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 24px;
}

.pic-link {
	text-align: center;
	padding-top: 5em;
}

.players-list {
	width: 100%;
}

.players-list td {
	width: 25%;
}

table.two-columns {
	width: 100%;
}

td.two-columns {
	width: 50%;
	vertical-align: top;
}

.results {
	width: 100%;
	border-collapse: collapse;
}

.results td {
	border: 1px gray solid;
	border-width: 1px 0;
	padding: 0.2em 0.2em 0em 0.2em;
}

.results .scores {
	padding: 0 0.2em 0 0.3em;
	border-left-width: 1px;
	border-right-width: 1px;
}

.results .scores div {
	text-align: center;
	width: 3em;
	position: relative;
}

.results .scores span {
	position: absolute;
}

.results .scores span.player1 {
	text-align: right;
	width: 1.3em;
	left: 0;
}

.results .no-scores div {
	width: auto;
}

.results .no-scores {
	border-left-width: 0;
	border-right-width: 0;
}

.results .player {
	width: 50%;
}

.results .home {
	font-weight: bold;
}

.results .player-first {
	text-align: right;
}

.results .player-winner {
	background: #f0fff0;
}

.results .player-loser {
	background: #fff0f0;
}

.not-played .results .own {
	background: #f0fff0;
}

.results-round-name {
	margin: 0;
	padding: 0.7em 0 0.6em 0;
}

.width-stub td {
	padding: 0;
	border-width: 0;
}

p em {
	font-style: normal;
	font-weight: bold;
	color: red;
}