html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: transparent;
	font-family: verdana, sans-serif;
	font-size: 12px;
	background-color: transparent;
	color: #000000;
	text-align: center;
}

#body
{
	/* width: 920px; */
	border: 1px solid #3B2517;
	margin: auto;
	text-align: left; /* IE */
	padding: 5px;
	
	background: #554231 url('https://cdn.wartale.com/img/panel/background.jpg') repeat-x scroll 0px -0px;
}

#top_box
{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 5px;
}

.links_box
{
	background-color: #3B2517;
	color: #D0B77A;
	font-weight: bold;
	padding: 0.3em 0.6em 0.3em 0.6em;
	height: 1.2em;
	border: 1px solid #3B2517;
	margin-top: 10px;
}
.selected_link
{
	border-bottom: 2px solid #D0B77A;
}

.links_box a:link,
.links_box a:visited,
.links_box a:active
{
	color: #D0B77A;
	font-weight: bold;
	text-decoration: none; 
}

.links_box a:hover
{
	color: #FFF8D9;
}


h1
{
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	font-size: 2.2em;
	font-weight: normal;
}

hr
{
	border: 0px; /* Firefox und Opera */
	border-top: solid 1px #000000;
	border-bottom: solid 1px #E5DAC9; /* IE */
}

table
{
	border-width: 0; 
	border-color: #000000; 
	color: #000000; 
	font-size: 1em;
}

td, th
{
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: top;
	line-height: 1.2em;
}

a:link
{
	text-decoration: none; 
	color: #34271C;
	font-weight: bold;
}
a:visited
{
	text-decoration: none; 
	color: #34271C;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline; 
	color: #633822;
	font-weight: bold;
}
a:active
{
	text-decoration: none; 
	color: #34271C;
	font-weight: bold;
}

.row0
{
	background-color: #F4EBDE;
}

.row1
{
	background-color: #E5DAC9;
}

.row_hl
{
	background-color: #C2AD87;
	color: #000000;
}

#mix_list_table
{
	width: 100%;
	text-align: center;
	border: 1px solid #3B2517;
	font-size: 0.9em;
	background-color: #3B2517;
	table-layout: fixed;
}

#mix_list_table td
{
	line-height: 1.5em;
	cursor: pointer;
}

.table_header
{
	font-weight: bold;
	background-color: #3B2517;
	color: #D0B77A;
}

.table_header td
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
	cursor: default !important;
}

#info_box
{
	display: none;
	width: 450px;
	background-color: #E5DAC9;
	position: fixed;
	left: 50%;
	top: 25%;
	margin-left: -225px;
	border: 1px solid #000000;
	padding: 1px;
	line-height: 1.5em;
}

.box_header
{
	font-weight: bold;
	background-color: #3B2517;
	color: #D0B77A;
	padding: 2px 5px 2px 5px;
}

.box_content
{
	padding: 5px;
}

.box_sheltom_img
{
	position: relative;
	top: 6px;
	margin: 2px 0px 2px 0px;
}

.box_close
{
	float: right;
	cursor: pointer;
}