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: #434343 url(background.jpg) repeat-x scroll 0px -0px;
}

#top_box
{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}

#left_box
{
	width: 300px;
	float: left;
	border: 1px solid #FFFFFF;
}

#right_box
{
	width: 390px;
	float: right;
	border: 0px solid #000000;
}

.links_box
{
	background-color: #434343;
	color: #999999;
	font-weight: bold;
	padding: 0.3em 0.6em 0.3em 0.6em;
	height: 1.2em;
	border: 1px solid #999999;
	margin-top: 10px;
}

.links_box a:link,
.links_box a:visited,
.links_box a:active
{
	color: #ccc;
	font-weight: bold;
	text-decoration: none; 
}

.links_box a:hover
{
	color: #fff;
}
#left_box
{
	width: 300px;
	float: left;
	border: 1px solid #FFFFFF;
}
.tablemain {
background: #434343;
border: 1px solid #999999;
font-weight: bold; font-size: 13px; color: #ccc; font-family: Verdana; text-decoration: none;
text-align: center;
height: 25px;
}
.selected_link
{
	border-bottom: 2px solid #ccc;
}

.links_box a:link,
.links_box a:visited,
.links_box a:active
{
	color: #ccc;
	font-weight: bold;
	text-decoration: none; 
}

.links_box a:hover
{
	color: #FFF;
}


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: #999999;
}

.row1
{
	background-color: #666666;
}

.row_hl
{
	background-color: #e3e3e3;
	color: #000000;
}

#mix_list_table
{
	width: 100%;
	text-align: center;
	border: 1px solid #000;
	font-size: 0.9em;
	background-color: #414141;
	table-layout: fixed;
}

#mix_list_table td
{
	line-height: 1.5em;
}


.table_header
{
	font-weight: bold;
	background-color: #414141;
	color: #ccc;
}

.table_header td
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
}

#info_box
{
	display: none;
	width: 450px;
	background-color: #ccc;
	position: absolute;
	left: 48%;
	top: 15%;
	margin-left: -190px;
	border: 1px solid #000000;
	padding: 1px;
	line-height: 1.5em;
}

.box_header
{
	font-weight: bold;
	background-color: #414141;
	color: #fff;
	padding: 2px 5px 2px 5px;
}

.box_content
{
	padding: 5px;
}

.box_sheltom_img
{
	position: relative;
	top: 6px;
	margin: 2px 0px 2px 0px;
}

.box_close
{
	margin-left: 242px;
}