#container{
	width: 800px;
	height: 100%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -400px;
	position: absolute;
	left:     50%;
}
#container_adm{
	width: 800px;
	height: 100%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -400px;
	position: absolute;
	left:     50%;
	background-color:#FFFFFF;
}
#page{
	width: 900px;
	height: auto;
	float: left;
	}
#pathbox{
	width: 400px;
	margin-bottom:5px;
	height: 20px;
	float: left;
	color:#666666;
	}
#searchbox{
	width: 400px;
	height: 20px;
	float: left;
	color:#666666;
	margin-bottom:5px;
	}
#box_left {
	width:200px;
	height:auto;
	min-height:400px;
	float:left;
}
#box_middle {
	width:467px;
	height:auto;
	margin-right:5px;
	margin-left:5px;
	padding-left:4px;
	padding-right:4px;
	min-height:auto;
	float:left;
	border-right-width:2px;
	border-right-style:dotted;
	border-right-color:#CCCCCC;
	border-left-width:2px;
	border-left-style:dotted;
	border-left-color:#CCCCCC;
}
#box_right {
	width:110px;
	height:auto;
	min-height:300px;
	float:left;
}
#box_long {
	width:678px;
	height:auto;
	padding:2px;
	margin-left: 10px;
	border-width:1px;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:8px;
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-bottom-color:#CCCCCC;
	min-height:400px;
	float:left;
}
#footer_links{
	width: 800px;
	height: auto;
	float: left;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#eae9d8;
}
#footer_links a {
	font-size:9px;
}
#footer_info{
	width: 800px;
	height: 15px;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	margin-top:10px;
	font-size: 10px;
	text-align:right;
}
#footer_credits{
	width: 800px;
	height: 15px;
	float: left;
	padding-top:4px;
	font-size: 9px;
	text-align:right;
	color:#999999;

}
.adm_tab_head {
	font-weight: bold;
	background-color: #999999;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 2px;
	height: 20px;
	vertical-align: middle;
}
.adm_tab_head_list {
	font-weight: bold;
	background-color: #CCCCCC;
	height: 16px;
	color: #333333;
	vertical-align: middle;
	text-align: left;
	padding: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.adm_tab_rows {
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: thin;
}
.adm_button {
	text-decoration: none;
	background-color: #CCCCCC;
	border: thin solid #666666;
}
.adm_button_on {
	text-decoration: none;
	background-color: #AA0000;
	border: thin solid #666666;
}
.adm_button_ov {
	text-decoration: none;
	background-color: #EEEEEE;
	border: thin solid #666666;
}
/*elementon elementoff*/
.elementoff{display:none}
.elementon{display:inherit}