/* Defining fonts */
@font-face {
	font-family: "Treasuremap";
	src: url(Treamd.ttf);
}
/* CSS Document */
body {
	background:url(../images/scheibe_dark/background.png) #432217;
/* with patch	background:url(../images/scheibe_dark/background_patch.png) #432217 no-repeat right bottom;*/
	color: #000000;
	font-family: Helvetica, sans-serif;
}
td {
	font-size: 12px;
}
a{
	color: #0066FF;
	text-decoration: none;
}
/*main table*/
.main {
	border: none;
	margin-left: auto;
	margin-right: auto;
}
/*.main td {
	border: 1px solid black;
}*/
.pageheader {
	text-align: center;
}
/*navigation*/
a.nav {
	text-decoration: none;
	color: #000000;
	display: block;
	width: 140px;
	border: thin outset transparent;
}
a:hover.nav {
	border: thin outset black;
	background-color: #AF865C;
}
a.navhilite {
	text-decoration: none;
	width: 150px;
	height: auto;
	color:#000000;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	border-right: none;
	border-left: none;
}
a:hover.navhilite {
	border-top: thin outset #CC0000;
	border-right: thin none #CC0000;
	border-bottom: thin outset #CC0000;
	border-left: thin none #CC0000;
}
.navhelp {
	text-decoration: none;
	width: 181px;
	height: auto;
	border-left: none;
	cursor: default;
}
.navhead {
	margin-top: 4px;
	font-size: 11px;
	font-family: Helvetica; /*FF can't use this till 3.1, will fall back to normal font*/
	text-decoration: none;
	border: none;
	height: auto;
	line-height: 18px;
	width:140px;
	font-weight: bold;
	color: #000000;
	cursor: default;
	text-align: center;
	display:block;
}
.navbar {
	width: 170px;
	border: none;
	border-collapse: collapse;
	color: black;
}
.navbar .top {
	background:url(../images/scheibe_dark/nav_top_upper.png) no-repeat bottom left;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}
.navbar .middle {
	background:url(../images/scheibe_dark/nav_middle.png) repeat-y;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.navbar .middle .upper {
	background:url(../images/scheibe_dark/nav_top_lower.png) no-repeat top left;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.navbar .middle .upper .lower {
	background:url(../images/scheibe_dark/nav_bottom_upper.png) no-repeat bottom left;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 45px;
	padding-bottom: 30px;
	font-size: 10px;
	line-height: 17px;
	margin: 0px;
	border-collapse: collapse;
}
.navbar .bottom {
	background:url(../images/scheibe_dark/nav_bottom_lower.png) no-repeat top left;
	padding: 0px;
	margin: 0px;
	border: none;
	height: 48px;
	border-collapse: collapse;
}
/*middle*/
.content {
	width: 652px;
	border: none;
	border-collapse: collapse;
	color: black;
}
.content .top {
	background:url(../images/scheibe_dark/center_top_upper.png) no-repeat bottom left;
	height:40px;
	margin:0px;
	border-collapse: collapse;
}
.content .middle {
	background:url(../images/scheibe_dark/center_middle.png) repeat-y bottom left;
	margin:0px;
	padding:0px;
	border-collapse: collapse;
}
.content .middle .upper {
	background:url(../images/scheibe_dark/center_top_lower.png) no-repeat top left;
	margin:0px;
	padding:0px;
	border-collapse: collapse;
}
.content .middle .upper .lower {
	background:url(../images/scheibe_dark/center_bottom_upper.png) no-repeat bottom left;
	padding-top: 30px;
	padding-bottom: 35px;
	padding-left: 25px;
	padding-right: 25px;
	margin:0px;
	border-collapse: collapse;
}
.content .bottom {
	background:url(../images/scheibe_dark/center_bottom_lower.png) no-repeat top left;
	height:29px;
	margin:0px;
	border-collapse: collapse;
}
/*right/stats*/
.stats {
	width: 156px;
	border: none;
	border-collapse: collapse;
	color: black;
}
.stats .top {
	background:url(../images/scheibe_dark/right_top_upper.png) no-repeat bottom left;
	height: 24px;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}
.stats .middle {
	background:url(../images/scheibe_dark/right_middle.png) repeat-y;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}
.stats .middle .upper {
	background:url(../images/scheibe_dark/right_top_lower.png) no-repeat top left;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}
.stats .middle .upper .lower{
	background:url(../images/scheibe_dark/right_bottom_upper.png) no-repeat bottom left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 5px;
	margin: 0px;
	border-collapse: collapse;
	font-size: 10px;
	line-height: 17px;
}
.stats .bottom {
	background:url(../images/scheibe_dark/right_bottom_lower.png) no-repeat top left;
	padding: 0px;
	margin: 0px;
	border: none;
	height: 37px;
	border-collapse: collapse;
}
.charinfo {
	border: none;
	width: 140px;
}
.charinfo div {
	margin-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
	font-size: 10px;
}
div.charhead{
	margin-top: 10px;
	border: 1px solid black;
	cursor: default;
	text-align: center;
	font-weight: bold;
}
td.popupheader {
	background-color: #333399;
	background-image: url(../images/headbkg.GIF);
	height: 20px;
}
td.noborder {
	border: none;
}
table.noborder {
	border: none;
}
.button {
	font-family: verdana,arial,helvetica,sans-serif;  
	font-size: 12px;
	color: #222222;
	background-color: #AF865C;
	border: 1px solid #433828;
}
input {
	background-color: #AF865C;
	border: 1px solid #433828;
	color: #CCCCCC;
}
.input {
	background-color: #AF865C;
	border: 1px solid #433828;
	color: #CCCCCC;
}
select {
	background-color: #AF865C;
	border: 1px solid #433828;
	color: #CCCCCC;
}
table.vitalinfo {
	background-color: #5F0F13;
	border: 1px solid #000000;
	width: 182px;
}
table.nav {
	border: 1px solid #000000;
	width: 182px;
}
a.motd {
	text-decoration: none;
	text-align: center;
	border: 1px solid #433828;
	color: #222222;
	width: 181px;
	height: 16px;
	padding: 1px;
	margin: 0 auto;
	float: left;
	clear: none;
}
a:hover.motd {
	background-color: #AF865C;
	border: 1px solid #433828;
	color: #CCCCCC;
}
a.hotmotd {
	text-decoration: none;
	text-align: center;
	color:#A3A6E9;
	height: auto;
	padding: 1px;

	background-color: #6669DA;
	border-top: thin solid #A3A6E9;
	border-bottom: thin solid #A3A6E9;
	border-right: thin solid #A3A6E9;
	border-left: thin solid #A3A6E9;
}
.pagetitle {
	font-family: "Treasuremap","Old English Text MT", "Times New Roman";
	font-size: 20px;
	color: #000000;
	position: relative;
	top: -45px;
	left: 10px;
}
td.footer {
	background-repeat: repeat-x;
	background-position: top;
}
.navhi {
	color: #000000;
	text-decoration: underline;
}
.trhead, .trhead td { 
	background-color:#433828;
	color:#FFFFFF; 
	font-weight: bold;
}
.trlight, .trlight td{
	background-color:#eac9a6;
}
.trdark, .trdark td{
	background-color:#cabb9f;
}
.trtable {
	border: none;
	padding: 3px;
}
.links {
	text-align: left;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	margin:0px;
	padding:0px;
	display:block;
}
.link_motd {
	display:-moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
.link_motd a {
	display:-moz-inline-box;
	display: inline-block;
	position: relative;
	top:6;
	left: 840;
	height: 25px;
	width: 10px;
	background-image: url(../images/scheibe_dark/ausrufe_klein_opac.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.link_motd a:hover {
	background-image: url(../images/scheibe_dark/ausrufe_klein.png);
}
.link_motd img {
	display: none;
}
.link_forum {
	display:-moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
.link_forum a {
	display:-moz-inline-box;
	display: inline-block;
	position: relative;
	top:6;
	left: 842;
	height: 27px;
	width: 40px;
	background-image: url(../images/scheibe_dark/buch_klein_opac.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.link_forum a:hover {
	background-image: url(../images/scheibe_dark/buch_klein.png);
}
.link_chat {
	display:-moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
.link_chat a {
	display:-moz-inline-box;
	display: inline-block;
	position: relative;
	top:9;
	left: 844;
	height: 27px;
	width: 40px;
	background-image: url(../images/scheibe_dark/blase_klein_opac.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.link_chat a:hover {
	background-image: url(../images/scheibe_dark/blase_klein.png);
}
.link_petition {
	display:-moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
.link_petition a {
	display:-moz-inline-box;
	display: inline-block;
	position: relative;
	top:11;
	left: 846;
	height: 25px;
	width: 40px;
	background-image: url(../images/scheibe_dark/sos_klein_opac.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.link_petition a:hover {
	background-image: url(../images/scheibe_dark/sos_klein.png);
}
.link_petition img {
	display: none;
}
.link_mail {
	display:-moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
.link_mail a {
	display:-moz-inline-box;
	display: inline-block;
	position: relative;
	top:17;
	left: -110;
	height: 25px;
	width: 120px;
	line-height: 25px;
	text-align: right;
	vertical-align: middle;
	background-image: url(../images/scheibe_dark/umschlag_klein_opac.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: black;
	font-weight: bold;
	font-size: 12px;
}
.link_mail a:hover {
	background-image: url(../images/scheibe_dark/umschlag_klein.png);
}
.link_mail img {
	display: none;
}
.formhead{
	margin-top: 10px;
	border: 1px solid black;
	cursor: default;
	text-align: center;
	font-weight: bold;
}
