*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Verdana, sans-serif !important;
	color: #032624 !important;
	background: url(water.png) bottom;
	background-repeat: repeat-x;
	margin: 0em;
}

table
{
	width: 100%;
	height: 100%;
	border: 0px;
}

div table
{
	width: 100%;
	height: 1px;
}

a {color: #032624;}

a:hover
{
	color: #00AA00;
}

.page-side
{
	vertical-align: top;
    background-repeat: no-repeat;
    color: #00AA00;
    position: absolute;
}

.page-side div
{
	padding: 8em 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 2.1em;
}

.page-side div a
{
	text-decoration: none;
	border-bottom: solid 0.05em;
}

.page-side span
{
	position: relative;
	top: -0.4em;
	line-height: 1.85em;
	font-size: 0.75em;
	font-weight: normal;
}

.page-side span a
{
	text-decoration: none;
	border-bottom: 1px dashed;
}

.left
{
	left: 0;
}

.right
{
	right: 0;
}

.page-side.boar
{
	right: 104%;
	width: 142px;
	height: 347px;
	background-image: url(boar.gif);
}

.page-side.horse
{
    width: 132px;
    height: 348px;
    background-image: url(horse.gif);
    margin-left: 104%;
}

.side-menu:before,
#hidebg:before
{
	display: none;
}

#main-menu
{
	height: 5em;
    width: 50%;
    margin: 2em auto 4em;
    position: relative;
}

#main-menu .links a
{
	display: block;
}

#main-menu .links
{
	line-height: 1.8em;
	font-weight: bold;
	color: #00AA00;
	position: absolute;
	top: 0;
}

.left.links
{
	text-align: left;
}

#main-menu .center
{
	text-align: center;
    width: 100%;
}

#main-menu .center div
{
    font-size: 3em;
}

#main-menu .center a
{
    text-decoration: none;
}

#main-menu .center span
{
    font-size: 0.9em;
}

.right.links
{
	text-align: right;
}

#main-menu .links a
{
	color: #3D5251;
}

.page-side.side-menu
{
    font-size: 0.9em;
	width: 42%;
}

.page-side.left
{
	text-align: right;
    left: unset;
    right: 104%;
}

.page-side.right
{
    text-align: left;
	right: unset;
	margin-left: 104%;
}

#side-content
{
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
    top: 1em;
}

#side-content.fixed
{
	top: -116px;
}

#side-content.fixed > .page-side
{
    position: fixed;
	width: 21%;
}

#side-content.fixed > .page-side.left
{
	right: 77%;
}

#side-content.fixed > .horse,
#side-content.fixed > .page-side.right
{
    margin-left: 52%;
}

#side-content.fixed > .boar
{
    right: 77%;
	width: 142px;
}

.side-menu > a
{
	display: block;
	margin: 0.6em 0;
}

.page-side a.current
{
    text-decoration: none;
    font-weight: 600;
    color: #0a0;
}

.side-menu span > a
{
    display: inline-block;
    margin: 0.3em;
	line-height: 1em;
}

.side-menu span
{
    display: block;
    margin-top: 0.6em;
}

.content
{
	width: 50%;
	vertical-align: top;
	margin: -2.2em auto 0;
	position: relative;
}

.content > div
{
    margin-bottom: 1.5em;
}

div#footer
{
    position: relative;
    bottom: 0;
    width: 100%;
	height: 10em;
}

div#boat
{
    margin: 5em auto 0;
    width: 138px;
    text-align: center;
    height: 5em;
}

div#boat > div
{
    margin-top: -1em;
}

#footer .left
{
	background-image: url(left-pedastal.gif);
	background-position: left bottom;
}

#footer .right
{
	background-image: url(right-pedastal.gif);
	background-position: right bottom;
}

#footer .pedastal
{
	position: absolute;
	bottom: 0;
	display: block;
	width: 150px;
	height: 145px;
	z-index: -1;
}

.zoomwindow_container
{
	position: relative;
	float: left;
}

.zoomwindow
{
	opacity: 0;
	filter: alpha(opacity: 0);
	overflow: hidden;
	border: 1px solid #cccccc;
	background: white;
	position: absolute;
	height: 200px;
	width: 200px;
	left: -207px;
	top: 3px;
}

.zoomwindow img
{
	position: absolute;
	border: 1px solid black;
}

#little
{
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

.data,
.graph
{
	font-size: 0.7em;
}

.graph img
{
	height: 0.9em;
}

.local
{
	font-style: italic;
}

.tab-name
{
	height: 3em;
	text-align: center;
}

.data, .data td {
	text-align: center;
}

table.data tr:last-child td
{
    padding: 0.4em 0;
}

.data .plus {
	vertical-align: bottom;
}

.data .minus {
	vertical-align: top;
}

.data .plus img {
	background: #d6ffca;
	width: 1em;
}

.data .minus img {
	background: #ffe0bc;
	width: 1em;
}

.graph .plus {
	text-align: left;
}

.graph .minus{
	text-align: right;
}

.graph, .graph td {
	text-align: center;
}

.graph, .graph tr {
	height: 2.4em;
}

.graph, .graph td, .graph .plus, .graph .minus, .graph  img {
	vertical-align: center;
}

.graph .plus img {
	background: #d6ffca;
}

.graph .minus img {
	background: #ffe0bc;
}

img#cit {
	background: #e69c47;
}

img#vil {
	background: #f9c78d;
}

img#cen {
	background: #f5e37f;
}

img#mal {
	background: blue;
}

img#fem {
	background: red;
}

.plus td {
	font-size: 0.8em;
	padding: 0 1em 0;
}

.plus th {
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
}

td#title {
	padding-top: 1em;
	border-bottom: solid 1px;
	text-align: left;
}

.plus tr img {
	height: 0.8em;
}

.plus th span {
	font-size: 1.8em;
	height: 0.8em;
}

#school span {
	font-size: 0.8em;
}

#school td {
	padding-bottom: 0.7em;
}

th {
	font-size: 1.5em;
	padding-bottom: 1em;
}

.legend {
	position: relative;
	top: 14em;
    right: 0;
	font-size: 0.7em;
	line-height: 1.7em;
}

div.wide {
	position: relative;
	margin: 1em 0 2em;
}

#withleg {
	position: relative;
	top: -3em;
}

#one .plus{
	font-size: 0.8em;
	padding: 0.5em;
	line-height: 0.8em;
}

#house {
	background: #ffe0bc;
}

#max {
	padding-top: 2em;
}

#min {
	padding-bottom: 1em;
}

.data .month {
	font-size: 0.7em;
}

.spr {
	background: #f0ffec;
	color: #00b423;
}
.sum {
	background: #fef0e0;
	color: #d57400;
}
.aut {
	background: #fffadd;
	color: #b4a500;
}
.win {
	background: #eff5fc;
	color: #005ed5;
}

.spr, .sum , .aut, .win {
	text-align: center;
	width: *;
}

.data .spr img {
	background: #d6ffca;
}

.data .sum img {
	background: #ffe0bc;
}

.data .aut img {
	background: #fff5bc;
}

.data .win img {
	background: #c7e2ff;
}

img#all {
	background: #c7e2ff;
}

img#agr {
	background: #fff5bc;
}

img#act {
	background: #ffe0bc;
}

.spr img, .sum img, .aut img, .win img {
	width: 20px;
}

.footer
{
	height: 7em;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.footer div
{
	width: 9em;
	height: 4em;
	background: url(boat-back.png) center bottom no-repeat;
	overflow: hidden;
}

.footer div a
{
	cursor: pointer;
}

.footer div div
{
	position: relative;
	top: -1.1em;
	left: -0.2em;
	background: url(0.gif);
}

.image {
	text-align: center;
	padding-bottom: 1em;
}

.image span {
	font-size: 0.8em;
}

ul,
ol
{
  margin: 0 0 1em;
  padding: 0px;
}

li
{
	list-style: none;
	font-size: 0.9em;
	padding: 0.5em 0 0 2em;
}

li:before
{
	content: "- ";
}

h1
{
	font-size: 180%;
	text-align: center
}

h3
{
	font-size: 1.05em;
	padding: 2em 0 0.5em;
}

h3 a
{
	text-decoration: none;
	font-size: 0.6em;
	padding-left: 3em;
}

h4
{
	font-size: 1em;
	padding: 2em 0 0.5em;
}

h4 a
{
	text-decoration: none;
	border-bottom: dashed 2px;
	border-color: rgba(0,200,0,0.7);
}

p
{
	padding-bottom: 1em;
}

sup,
sub
{
	font-size: 0.7em;
}

img
{
	border: 0;
	max-width: 100%;
}

.image img {width: 100%;}


* html .png
{
	width: expression(this.firstChild.width);
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.firstChild.src+"', sizingMethod='image')");

	background: expression("transparent url("+this.firstChild.src.replace(".png", ".gif")+") no-repeat");
	backg/round: none !important;
}

* html .png img
{
	behavior: expression(this.style.visibility="hidden");
}

#footer.small-page
{
	position: absolute;
}

@media only screen and (max-width: 900px) {

	#main-menu,
	.content
	{
		width: 60%;
		margin-left: 10%;
	}

	.page-side.boar,
	.page-side.horse
	{
		display: none;
	}

	.page-side.left
	{
		text-align: left;
		right: unset;
		margin-left: 104%;
	}

	#side-content.fixed > .page-side.left
	{
		margin-left: 52%;
		right: unset;
	}

}

@media only screen and (max-width: 640px) {

	#main-menu,
	.content
	{
		width: 90%;
		margin-left: 5%;
	}

	#main-menu
	{
		margin-bottom: 2em;
	}

	#side-content
	{
		top: unset;
		width: 100%;
		position: absolute;
		z-index: 1000;
	}

	#side-content.fixed
	{
		top: unset;
		/* top: 0;
		position: fixed; */
	}

	#side-content.fixed > .page-side.left,
	#side-content.fixed > .page-side.right
	{
		margin-left: 5%;
		/* border-top-left-radius: unset;
    	border-top-right-radius: unset;
		top: 0; */
		width: 90%;
		/* box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3); */
		z-index: 999;
		position: absolute;
	}

	.small-screen.side-menu:after
	{
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		z-index: -1;
		background-color: rgba(0,0,0,0.3);
		display: none;
	}

	.page-side.side-menu.expanded
	{
		box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
	}
	.expanded.side-menu:after
	{
		display: block;
	}

	.page-side span
	{
		display: none;
	}

	.page-side.side-menu
	{
		position: absolute;
		top: -14px;
		border-radius: 1em;
		min-height: 2.2em;
		width: 90%;
		margin: 0 5%;
		background-color: #eee;
	}

	.side-menu > a
	{
		display: none;
		text-align: center;
		line-height: 2em;
	}

	a.shown,
	.side-menu > a.current
	{
		display: block;
	}

	.content
	{
		margin-top: 3em;
	}

	#main-menu .center
	{
		zoom: 0.8;
		padding-top: 1em;
	}

	#footer .pedastal { display:none }
}