
div.manager div.manage {
	background: #E9E9E9;
	font-size: 1.11em;
}
div.manager div.manage h3 {
	background-image: url(img/headline-marker-dark.gif);
	margin-bottom: 3px;
	padding: 8px 10px;
	padding-bottom: 14px;
}
div.manager p {
	margin: 0;
}
div.manager p.button-white {
	z-index: 10;
	background: transparent url(img/button-white-rounded.gif) left center no-repeat;
	position: absolute;
	bottom: 2px;
	right: 7px;
}
#content div.manager div.block-content div.manage p.button-white a {
	color: #A3A3A3;
	display: block;
	background: transparent url(img/button-white-rounded.gif) right center no-repeat;
	height: 31px;
	margin-left: 3px;
	padding-left: 42px;
	padding-right: 0;
	line-height: 31px;
	width: 99px;
}
#content div.manager div.block-content div.manage p.button-white a:hover {
	text-decoration: none;
}	
#content div.manager div.manage p.active {
	background: #CCCCCC url(img/headline-marker-left.gif) left center no-repeat;
	margin: -10px -10px -10px -17px;
	padding: 10px 10px 10px 29px;
	font-weight: bold;
}
#content div.manager #export-datev.disabled a {
	font-weight: bold;
		color: #8C8C8C;
		padding-left: 12px;
		padding-top: 2px;
		padding-bottom: 1px;
		text-decoration: none;
		background: none;
		cursor: default;
}
#content div.manager #export-datev.disabled a:focus, #content div.manager #export-datev.disabled a:active { outline: none; }

div.manager div.footer-wrapper {
	background: #E9E9E9 url(img/block-footer-rounded.gif) right bottom no-repeat;
	border-top: 1px solid #CCCCCC;
	margin: 0 -11px -15px;
	z-index: 1;
	position: relative;
	height: 47px;
	padding: 0;
}
div.manager div.footer-wrapper div.footer {
	padding: 0;
	background: transparent url(img/block-footer-left-rounded.gif) left bottom no-repeat;
	overflow: hidden;
	height: 47px;
	margin: 0;
}


/* login */
div.manager div,
div.filter div {
	padding: 10px 10px 0;
}
div.manager label,
div.filter label {
	font-weight: normal;
	font-size: 1em;
}
div.filter span.required {
	display: none;
}
div.manager input.type-text,
div.filter input.type-text {
	width: 284px;
	font-size: 1.1em;
	padding: 3px;
	margin-bottom: 10px;
}
div.manager span.button-blue, div.manager span.button-white,
div.filter span.button-blue, div.filter span.button-white {
	width: 134px;
}
div.manager span.button-blue,
div.filter span.button-blue {
	margin-right: 6px;
}
div.manager hr,
div.filter hr {
	margin: 10px -10px;
}
div.manager h4.small-title,
div.filter h4.small-title {
	font-size: .9em;
}
div.manager a,
div.filter a {
	line-height: 1.5em;
}
div.manager p,
div.filter p {
	margin: 5px 0;
}
div.filter h3 {
	margin: -11px -10px 0;
	background-image: url(img/headline-marker-dark.gif);
}
div.filter select.type-dropdownlist,
div.manager select.type-dropdownlist {
	width: 100%;
	margin-bottom: 5px;
}

div.manage h3 {
	background: #CCCCCC url(img/headline-marker.gif) left bottom repeat-x;
	padding: 6px 9px 12px;
	margin: -10px -10px 0;
	font-size: 1em;
	border-top: none;
	margin-bottom: -6px;
}


div.manager div.field {
	margin: 0;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 5px;
}
div.manager div.field label {
	display: block;
	text-indent: 2px;
}
div.manager div.field input {
	width: 100%;
	margin: 0;
}
div.manager div.field label.required {
	font-weight: bold;
}
div.manager div.field label.error {
	color: #FF0000;
}
div.manager div.field input.error {
	border-color: #FF0000;
}
div.manager div.field select {
	width: 100%;
}
div.manager div.left { padding-right: 10px; }
div.manager div.width-25 { width: 59px; float:left;}
div.manager div.width-50 { width: 129px; float: left;}
div.manager div.width-75 { width: 199px; float: left;}
div.manager div.width-100 { width: 275px; }
div.manager div.errors {
	margin: 0;
	color: #FF0000;
	padding: 2px;
	margin-bottom: 5px;
	font-weight: bold;
}

