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

body {
	background:#fffdf7 url('images/background.png') no-repeat;
	background-attachment: fixed;
	background-position: 0px 77px;
	padding-top: 77px;
	padding-bottom: 16px;
	padding-left:81px;
	padding-right:0px;
	margin:0px;
	color: #47433a;
}
a {
	color : #47433a;
	text-decoration: none;
	border: 1px dashed #47433a;
}
a:visited {
	color : #47433a;
	text-decoration: none;
	border: 1px dashed gray;
}
a:hover {
	color : #47433a;
	text-decoration: none;
	border: 1px solid #47433a;
}
a.menu, a.menu:hover {
	border: none;
}

p {
	font-size: 10pt;
	font-weight: 400;
	text-indent: 10px;
}
div {
	font-size: 10pt;
	font-weight: 400;
}
div.nodefoot {
	font-size: 9pt;
	text-align: right;
	color: #a0a0a0;
	border-top: 1px solid #c0c0c0;
}
.comment {
	color: gray;
}
li.wikilistempty {
	list-style-type: none;
}
div#topmenu {
	background-image:url('images/top1-bg.png');
	background-color:#fffdf7;
	text-align: right;
	font-size: 5px;
	left:0px;
	top:0px;
	height:16px;
	width:100%;
	padding:0px;
	margin:0px;
	position:absolute;
}
div#topmenu2 {
	background-image:url('images/top2-bg.png');
	background-color:transparent;
	left:0px;
	top:16px;
	height:61px;
	width:100%;
	padding:0px;
	margin:0px;
	position:absolute;
}
div.headerbottom {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1em;
	color:#c0c0c0;
	text-align:right;
	padding-top: 25px;
}
div#footer {
	background-image:url('images/bottom-bg.png');
	font-size:11px;
	text-align:right;
	left:0px;
	bottom:0px;
	width:100%;
	height:13px;
	position:absolute;
}
div#table-body {
	width: 96%;
	padding:15px;
	margin:0px;
}
div#leftmenu {
	left:0px;
	top:77px;
	width:81px;
	height:100%;
	position:absolute;
}
div#bodything {
	top:77px;
	left:81px;
	width:28px;
	height:28px;
	padding:0px;
	margin:0px;
}

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


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;
}

