body {
	color:black;
	margin:15px 20px;
	background-image:url(img/pattern.jpg);
	font-family:Tahoma,sans-serif;
}

.link{
	color:#f0f0f0;
	font-size:150%;
	font-weight:bold;
}

.exposition{
	color:#1F1D1C;
	font-weight:bold;
}

.upper_bar{
	border-style:solid;
	border-width:3px 5px 3px 5px;
	padding:5px;
	text-align:center;
	margin-bottom:5px;
	background-color:#DFDFDF;
	border-color:#1F1D1C;
	color:#1F1D1C;
	font-weight:bold;
}

.status_area{
	text-align:left;
	border-style:solid;
	border-width:3px 1px 3px 1px;
	background-color:#F5F5F5;
	border-color:#1F1D1C;
	color:#1F1D1C;
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.status_title{
	text-align:center;
	border-style:solid;
	border-width:1px 5px 1px 5px;
	background-color:#DFDFDF;
	border-color:#1F1D1C;
	color:#1F1D1C;
	font-weight:bold;
	height:1em;
}
.status_name{
	font-weight:bold;
}

.status_value{
	text-indent:1em;
	width:12em;
}


.item_area{
	border-style:solid;
	border-width:3px 1px 3px 1px;
	background-color:#F5F5F5;
	border-color:#1F1D1C;
	color:#1F1D1C;
	padding:5px;
}
.item_title{
	height:1em;
	text-align:center;
	border-style:solid;
	border-width:1px 5px 1px 5px;
	background-color:#DFDFDF;
	border-color:#1F1D1C;
	color:#1F1D1C;
	font-weight:bold;
}
.command_area{
	padding-top:0px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	border-style:solid;
	border-width:3px 1px 3px 1px;
	background-color:#F5F5F5;
	border-color:#1F1D1C;
	color:#1F1D1C;
}
.command_title{
	height:1em;
	text-align:center;
	border-style:solid;
	border-width:1px 5px 1px 5px;
	background-color:#DFDFDF;
	border-color:#1F1D1C;
	color:#1F1D1C;
	font-weight:bold;
	margin-bottom:5px;
}
.command_button{
	margin:0px;
	border:0px;
	padding:0px;
	cursor:hand;
}

.message_area{
	margin-top:5px;
	border-style:solid;
	border-width:3px 1px 3px 1px;
	padding:5px;
	background-color:#F5F5F5;
	border-color:#1F1D1C;
	color:#1F1D1C;
}
.message_title{
	height:1em;
	margin-left:5px;
	text-align:center;
	border-style:solid;
	border-width:1px 5px 1px 5px;
	background-color:#DFDFDF;
	border-color:#1F1D1C;
	color:#1F1D1C;
	font-weight:bold;
}

