
body
{
	background-color: #000000;
	color: #DEDEDE;
	font-family: "Arial";
	margin: 0px auto;
}

input
{
	background-color: #333333;
	color: #DEDEDE;
	border: 1px solid #DEDEDE;
	padding: 1px;
	margin: 2px;
}

a
{
	text-decoration: underlined;
	color: #DEDEDE;
}

a:hover
{
	text-decoration: none;
}

.wc_base
{
	width: 900px;
	border: 1px solid #DEDEDE;
	margin: 20px auto;
	overflow: hidden;
}

.wc_header
{
	height: 40px;			
	background-color: #000FF;
	font-size: 26px;
	padding: 5px;
	border-bottom: 1px solid #DEDEDE;
}

.wc_content
{
	overflow: hidden;
	float: left;
}

.wc_contentbase
{
	float: left;
	width: 410px;
	padding: 20px;
}

.wc_footer
{
	float: left;
	width: 860px;
	padding: 20px;
}
	
.wc_item
{
	width: 390px;
	height: 65px;
	overflow: hidden;
	position: relative;
}

.wc_icon
{
	width: 64px;
	height: 64px;
	padding: 1px;
	float: left;
}	

.wc_text
{
	float: right;
	width: 300px;
	height: 64px;
	padding: 5px 0px;
}

.wc_title
{
	width: 300px;
}

.wc_state
{
	text-align: right;
	width: 300px;
}

.wc_progress
{
	background-color: #DDDDDD;
	width: 300px;
	height: 15px;
}

.wc_progress_akk
{
	background-color: #007700;
	width: 2%;
	height: 15px;
}

.wc_high
{
	background-image: url("img/high.png");
	width: 64px;
	height: 64px;
	left: 1px;
	top: 1px;
	position: absolute;
	display: none;
}

.status
{
	float: right;
	font-size: 12px;
	color: #FF0000;
}

