* {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

body {
	margin: 0;
	background: #fdfdfb url("/static/images/bg.jpg") top left repeat-x;
}

.clear { clear: both; }
.centered { text-align: center; margin: 0 auto; }
.right { text-align: right; }
.darkgreen { color: #6d993f; }
.lightgreen { color: #aec326; }

table#wikit {
	width: 98%;
	margin: 0 auto;
}
table#wikit td {
	padding: 0;
	margin: 0;
	border: 0;
}

td#m_top_l {
	width: 18px;
	height: 18px;
	background: url("/static/images/top_left.png") no-repeat;
}

td#m_top_c {
	height: 18px;
	background: url("/static/images/top_bg.png") repeat-x;
}

td#m_top_r {
	width: 18px;
	height: 18px;
	background: url("/static/images/top_right.png") no-repeat;
}

td#m_l {
	width: 18px;
	background: url("/static/images/cen_left.png") repeat-y;
}

td#m_c {
	background-color: #ffffff;
}

td#m_r {
	width: 18px;
	background: url("/static/images/cen_right.png") repeat-y;
}

td#m_bottom_l {
	width: 18px;
	height: 18px;
	background: url("/static/images/bot_left.png") no-repeat;
}

td#m_bottom_c {
	height: 18px;
	background: url("/static/images/bot_bg.png") repeat-x;
}

td#m_bottom_r {
	width: 18px;
	height: 18px;
	background: url("/static/images/bot_right.png") no-repeat;
}

div#main {
	width: 97%;
	float: left;
	margin: 0;
	background: #fff;
}

h1 a {
	font-size: 24px !important;
	margin: 5px 0 10px;
}

h1 {
    margin-top: 40px !important;
}

div.article p {
	margin: 10px 0 5px;
	text-align: justify;
	color: #727272;
}

div#f {
	width: 974px;
	margin: 0 auto;
	text-align: center;
	color: #727272;
}

div#f a { color: #6d993f; }

div#f p {
	margin: 5px 0 10px;
}

ul#footmenu {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

ul#footmenu li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #6d993f;
}

ul#footmenu li:first-child { border-left: 0; }

div.soptions {
	display: -moz-inline-box;
	display: inline-block;
	margin-top: 5px;
	float: left;
}
div.soptions label {
	color: #bcd233;
	font-size: 11px;
}
div.soptions input {
	float: none;
}

div#m { background: none; }

body {
    text-align: left;
}

div#imagelink {
    position: absolute;
}

div#imagelink img {
    width: 160px;
    height:125px;
}	    

.onlyprint {
    display: none;
}

ul#user-control-panel {
    position: absolute;
    top: 170px;
}


