
* {
	font-family : Verdana, "Bitstream Vera Sans", Helvetica, sans-serif;
}

body {
	background : #f5fff5;
	padding-top : 100px;
	padding-bottom : 100px;
	margin:0px;
	color: black;
}
a {
	color : black;
	text-decoration: none;
	border-bottom: 1px dashed grey;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid grey;
}

table.setup {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%
}
.setup-header {
	border: 1px solid gray;
}
td.setup {
}
a.command {
	text-decoration: none;
	background-color: transparent;
	border: none;
}
a.command:hover {
	text-decoration: underline;
	background-color: #606060;
	color: white;
	border: none;
}

td.topmenu {
	background-image:url('images/top-fill.png');
	height:100px;
	padding:0px;
	margin:0px;
	vertical-align:top;
}
td.topmenu2 {
	background-image:url('images/top-fill.png');
	height:100px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}
div.editaction {
	text-align:right;
	color:#c0c0c0;
}

td.bodytext {
	margin:0px;
	padding:0px;
	vertical-align:top
}

p {
	font-size: 10pt;
	font-weight: 400;
	text-indent: 10px;
}
div {
	font-size: 10pt;
	font-weight: 400;
}
.comment {
	color: grey;
}
table.wikitable {
	border: none;
	text-align : center;
	margin-left: auto;
	margin-right: auto;
}
td.wikitable {
	border: 1px solid gray;
}
th {
	text-align: left;
}
ul.wikilist {
	margin:0;
}
li.wikilistempty {
	list-style-type:none;
	margin:0;
}

td.sidebarmenu {
	border : 1px solid #c0c0c0;
	width : 190px;
	margin:0px;
	padding:0px;
	vertical-align:top
}
table.menutable {
	height:100%;
	width:100%;
}
div.menuhead {
	background-color: #c0c0c0;
	color:#f5fff5;
}
.menutext {
	background-color: #ffffff;
	color: #5A5A5A;
	border: none;
	font-size: 10pt;
	font-weight: 300;
	text-decoration: none;
	margin: 0;
}
.menucommand {
	background-color: #ffffff;
	color: #5A5A5A;
	border: 1px solid gray;
	font-size: 10pt;
	font-weight: 300;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a.menutext:hover {
	background-color: #dddddd;
	color: #4A4A4A;
	border: none;
}

td.footer {
	height:100px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}
a.language {
	border: 1px solid #fafffa;
}
a.language:hover {
	border: 1px solid black;
}

div#topmenu {
	top:0px;
	left:0px;
	right:0px;
	height:100px;
	position:absolute;
}
div#footer {
	background-image:url('images/bottom-fill.png');
	bottom:0px;
	left:0px;
	right:0px;
	height:100px;
	position:absolute;
}

@media screen {
	body>div#topmenu {
		position : fixed;
	}
	body>div#footer {
		position : fixed;
	}
}
