body {
	text-align: center;
}
input.button, input.submit {
	padding-left: 5px;
	padding-right: 5px;
}
input.field {
	width: 200px;
}
input.image {
	border: 0px none;
	padding: 0px;
}
.form {
	float: left;
}
p.row, table.row {
	margin-bottom: 0px;
	padding-bottom: 5px;
	width: auto;
	clear: left;
}
table.row {
	margin-bottom: 5px;
}
p.row span {
	display: block;
	float: left;
	width: 200px;
}
.in_popup {
	display: none;
}
.title {
	font-size: 21px;
	margin-bottom: 12px;
}
.hover, .hover-css, .hover *, .hover-css * {
	background-repeat: no-repeat;
}
.hover img, .hover-css img {
	opacity: 0;
	filter: alpha(opacity=0);
}
.hover .active img, .hover-css .active img, .hover-css a:hover img, .hover-css img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.message_error, .message_warning, .message_success, .message_notice {
	font-weight: bold;
	text-align: left;
}
.message_error {
	color: #aa0000;
}
.message_warning {
	color: #aaaa00;
}
.message_success {
	color: #00aa00;
}
.message_notice {
	color: #0000aa;
}
div.editor {
	width: auto;
	text-align: left;
}
div.editor_actions {
	width: auto;
	text-align: left;
}
div.editor_actions img {
	cursor: pointer;
}
div.editor_actions span {
	margin-left: 2px;
	margin-right: 2px;
}
#wrapper {
	height: auto;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}
#left {
	display: block;
	float: left;
}
#right {
	display: block;
	float: right;
}
#header, #footer, #wrapper {
	position: relative;
	text-align: center;
}
#main {
	text-align: left;
}
#wrapper, #footer {
	position: relative;
}
.tree {
	line-height: 20px;
}
.tree ul {
	display: block;
	list-style: none;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: 2px 0px;
}
.tree li {
	display: block;
	background-repeat: no-repeat;
	background-position: 2px 9px;
	padding-left: 15px;
}
.tree li.cat, .tree li.cat-closed {
	background-position: 0px 5px;
}
li.cat-closed ul {
	display: none; 
}
.tree li a {
	text-decoration: none;
}
.tree li a:hover {
	text-decoration: underline;
}
.tree li.active a {
	text-decoration: underline;
} 
.tree ul {
	background-image: url('../images/tree-line.gif');
}
.tree li {
	background-image: url('../images/tree-element.gif');
}
.tree li.cat {
	background-image: url('../images/tree-cat.gif');
}
.tree li.cat.closed {
	background-image: url('../images/tree-cat-closed.gif');
}