body {
	text-align: center;
}
input.button, input.submit {
	padding: 0px 5px;
}
input.field {
	width: 200px;
}
input.image {
	border: 0px none;
	padding: 0px;
}
.form {
	float: left;
}
p.row {
	min-height: 20px;
}
p.row, table.row {
	margin-bottom: 0px;
	padding-bottom: 5px;
	width: auto;
}
table.row {
	margin-bottom: 5px;
}
p.row {
	padding-left: 200px;
}
p.row.clean {
	padding-left: 0px;
}
p.row span.row-name {
	position: absolute;
	margin-left: -200px;
	width: 200px;
}
.in_popup {
	display: none;
}
.title, h1 {
	font-size: 21px;
	margin-bottom: 12px;
}

.submenus li ul, .submenus-css li ul {
	display: none;
	z-index: 5;
}
.submenus-css li:hover ul {
	display: block;
}

.hover, .hover-css, .hover *, .hover-css * {
	background-repeat: no-repeat;
}
.hover img, .hover-css img, .hover .hoverme, .hover-css .hoverme {
	opacity: 0;
	filter: alpha(opacity=0);
}
.hover .active img, .hover-css .active img, .hover-css li:hover img, .hover-css a:hover img, .hover-css img:hover, .hover .active .hoverme, .hover-css .active .hoverme, .hover-css li:hover .hoverme, .hover-css a:hover .hoverme, .hover-css .hoverme:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.message_error, .message_warning, .message_success, .message_notice {
	font-weight: bold;
	text-align: left;
}
.message_error.center, .message_warning.center, .message_success.center, .message_notice.center {
	text-align: center;
}
.message_error {
	color: #a00;
}
.message_warning {
	color: #aa0;
}
.message_success {
	color: #0a0;
}
.message_notice {
	color: #00a;
}
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;
	width: auto;
}
#main {
	text-align: left;
}
.tree {
	line-height: 20px;
	padding-left: 30px;
}
.tree ul {
	display: block;
	list-style: none;
	padding: 0px;
	background: url('../images/tree-line.gif') 2px 0px repeat-y;
}
.tree li {
	display: block;
	padding-left: 15px;
	background: url('../images/tree-element.gif') 2px 9px no-repeat;
}
.tree li.cat {
	background: url('../images/tree-cat.gif') 0px 5px no-repeat;
}
.tree li.cat-closed {
	background: url('../images/tree-cat-closed.gif') 0px 5px no-repeat;
}
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;
}
.block {
	margin: 4px;
	padding: 4px;
	text-align: center;
}
.blockrow {
	margin-bottom: 20px;
	padding: 4px;
	width: auto;
}
.block, .blockrow {
	background: #eee;
	border: 1px solid #9ea0a2;
}
.block.active, .blockrow.active {
	background: #ec8;
}
