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: 700px; */
	border: 1px solid #000000;
	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: 10px;
	margin-top: 5px;
}

#left_box
{
	height: 100%;
	width: 300px;
	border: 1px solid #FFFFFF;
}

#right_box
{
	width: 600px;
	border: 0px solid #000000;
}

.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 #FFFFFF;
	margin-top: 10px;
}

.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;
}

.selected_link
{
	border-bottom: 2px solid #D0B77A;
}

.item_list_table
{
	width: 100%;
}

.table_header
{
	font-weight: bold;
	background-color: #3B2517;
	color: #D0B77A;
}

.table_header td
{
	padding: 0.3em 0.4em 0.3em 0.4em;
}

.extra_box_cell
{
	background-image: url('https://cdn.wartale.com/img/panel/arrow-right.gif');
	background-repeat: no-repeat;
	background-position: 25px 7px;
}

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;
	height: 23.8px;
}

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
{
	cursor: pointer;
	background-color: #F4EBDE;
}

.row1
{
	cursor: pointer;
	background-color: #E5DAC9;
}

.row_hl
{
	cursor: pointer;
	background-color: #333333;
	color: #FFFFFF;
}

.row0 .item_icon
{
	vertical-align: middle;
	filter: invert(0%);
}

.row1 .item_icon
{
	vertical-align: middle;
	filter: invert(0%);
}

.row_hl .item_icon
{
	vertical-align: middle;
	filter: invert(100%);
}

.item_name
{
	vertical-align: middle;
}

#item_box_1
{
	text-align: center;
	vertical-align: middle;
}

.item_box
{
	width: 100%;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	text-align: left;
	margin-bottom: 5px;
	overflow: auto;
}

.item_box_type
{
	float: left;
	background-color: #000000;
	width: 0px;
}

.item_box_header
{
	background-color: #3B2517;
	color: #D0B77A;
	font-weight: bold;
	padding: 0.3em 0.4em 0.3em 0.4em;
}

.sma_select
{
	margin-left: 5px;
	margin-top: -3px;
}

.item_box_img
{
	float: left;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	margin: 20px 0px 20px 0px;
}

.item_box_content
{
	float: right;
	width: 480px;
	background-color: #F4EBDE;
	min-height: 120px;
}

.item_box_table td
{
	line-height: 1.3em;
}

.item_box_subheadline
{
	font-weight: bold;
	margin-left: 5px;
	padding-top: 5px;
}

.item_box_text_left
{
	padding-left: 20px;
	padding-bottom: 5px;
}

.item_box_table_hr
{
	height: 2px;
	font-size: 1px;
	background-color: #000000;
	padding: 0px;
}