body {
	background-color: white;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100.01%;
	margin: 0px;
}

.hsg_rounded {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
}

table.hl_body_tr tbody tr:hover {
	background-color: #E7F2D8;
}

table.hsgtable {
	background-color:#029A36;
	color:white;
	border-collapse:collapse;
        margin-left:auto;
        margin-right:auto;
}

table.hsgtable td,th {
	border: thin solid white;
	padding: 3px .5em;
}

div#Navigation {
	float:left;
	width: 10em;
	height:auto;
	margin: 0 0.5em;
	padding: 0.5em;
	border: 1px;
	background-color: #E7F2D8;
	color: #2c5800;
	position: fixed;
	left: 0em;
	top: 4.5em;
}


div#Navigation > ul {
	padding-left:0px;
	margin:0px;
}

div#Navigation li{
	list-style: none;
}

div#Navigation a {
	color: #2c5800;
}

div#Navigation a:link, div#Navigation a:visited  {
	color: #2C5800;
	text-decoration: none;
}

div#Navigation a:hover {
	color: #2C5800;
	text-decoration: underline;
}

table#games_actions a {
	color: white;
}
table#games_actions a:link, table#games_actions a:visited {
	color: white;
	text-decoration: none;
}

table#games_actions a:hover {
	color:white;
	text-decoration: underline;
}

div#content {
        background-color: white;
        color: black;
	margin-left:13em;
	margin-top: 2.4em;
        margin-right: 0;
	margin-bottom: 1.4em;
	padding-top: .15ex;
        background-image: url(/img/watermark4.png);
        background-repeat: no-repeat;
        background-position: 95% 65px;
        background-attachment: fixed;
        min-height: 250px;
	z-index:-1;
}

div#header { position:fixed; width:100%; top:0px; left:0px;}

div#header h1 {
	color: white;
	background-color: #029A32;
	width: 100%;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 20px;
	font: bold 1.5em Arial, sans-serif;
	margin: 0 0 1.2em;
}

div#footer {
	clear: both;
	text-align: right;
	background-color: #029A32;
	color: white;
	padding: 0.1em;
	position:fixed;
	bottom: 0px;
	width: 100%;
	height: 1.25em;
}

div#hallinfo dt{
	font-weight: bold;
}


div#footer a, div#footer a:link, div#footer a:visited, div#footer a:hover {
	color:white;
	text-decoration: underline;
}

@media print {
	div#Navigation {
		display:none;
	}
	div#content {
		margin: 0;
	}
	table.hsgtable {
		color:black;
		border-collapse:collapse;
		margin-left:auto;
		margin-right:auto;
	}

	table.hsgtable td,th {
		border: thin solid black;
		padding: 3px .5em;
	}
}
