fieldset {
	margin: 5px 0;
}

fieldset.full {
	width: 100%;
}

fieldset>legend {
	background-color: grey;
	font-size: 120%;
}

fieldset>legend.toggleable {
	background-image: url(images/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right 8px top 6px;
	cursor: pointer;
}

fieldset>legend.toggledIn {
	background-image: url(images/bullet_arrow_down.png);
}

fieldset>legend>span {
	padding: 0 2px;
}

table {
	width: 100%;
}

th {
	text-align: center;
	padding: 5px 0;
}

tr.even {
}

tr.odd {
	background-color: #DFDFDF;
}

tr.headline {
	font-weight: bold;
}

tr.highlight:hover {
	background-color: lightgrey;
	cursor: pointer;
}

td {
	text-align: center;
	padding: 5px 0;
}

td.headline {
	font-weight: bold;
}

td.navigationLeft {
	text-align: left;
	padding-left: 3px;
}

td.navigationRight {
	text-align: right;
	padding-right: 3px;
}

td.textRight {
	text-align: right;
}

td.textLeft {
	text-align: left;
}

td>a.block {
	display: block;
	height: 100%;
	width: 100%;
}

div.formLeft {
	float: left;
}

div.formRight {
	float: right;
}

div.formDetails {
	clear: both;
}

div.formBottom {
	border-top: 1px solid grey;
	clear: both;
}

div.formLineGroup {
	background-color: lightgrey;
}

div.formLineTop {
	border-top: 1px solid grey;
	padding: 1px 5px 0 5px;
}

div.formLineTop.noBorder {
	border-top: 0 none;
	padding-top: 2px;
}

div.formLineDescription {
	float: left;
	margin: 5px 0 5px 5px;
}

div.formLineDescription>label {
	cursor: pointer;
}

div.formLineDescription.highlight {
	font-weight: bold;
}

div.formLineContent {
	float: right;
	margin-right: 5px;
}

div.formLineContent.highlight {
	font-weight: bold;
}

div.formLineMessage {
	float: left;
	margin: 5px;
}

div.formLineMessage.highlight {
	font-weight: bold;
}

div.formLineMessage.red {
	color: red;
}

div.formLinePaginator {
	float: left;
	margin: 5px;
	font-weight: bold;
	text-align: center;
}

div.formLineBottom {
	clear: both;
	padding-bottom: 1px;
}

div.formLineButtonTop {
	padding: 2px 5px 0 5px;
}

div.formLineButtonContent {
	float: right;
	margin-right: 5px;
}

div.formLineButtonBottom {
	clear: both;
	padding-bottom: 1px;
}

div.inputContainer {
	float: left;
}

div.inputContainer.radio {
	width: 200px;
	margin: 3px 0 2px;
}

div.inputContainer.checkbox {
	width: 200px;
	margin-top: 6px;
}

div.outputContainer {
	float: left;
	margin: 5px 0;
	width: 208px;
	white-space: nowrap; 
    overflow: hidden;
	text-overflow: ellipsis;
}

div.outputContainer.fullText {
	white-space: normal; 
}

div.outputContainer.singleImageButton {
	width: 187px;
}

input[type=text],input[type=password] {
	height: 19px;
}

input[type=text],input[type=password],textarea,select {
	border: 1px solid black;
	padding: 3px;
	width: 200px;
}

input[type=file] {
	width: 258px;
	white-space: nowrap; 
    overflow: hidden;
	text-overflow: ellipsis;
}

input[type=text].postalCode {
	width: 40px;
}

input[type=text].city {
	width: 148px;
	margin-left: 4px;
}

input[type=text].street {
	width: 126px;
}

input[type=text].houseNo {
	width: 24px;
	margin-left: 4px;
}

input[type=text].houseNoAffix {
	width: 26px;
	margin-left: 4px;
}

input[type=text].error,input[type=password].error,textarea.error,select.error
	{
	border: 1px solid red;
	color: red;
}

select {
	width: 208px;
}

select option:disabled {
	-webkit-text-decoration: line-through;
	text-decoration: line-through;
}

span.selectBoxAutocomplete {
	position: relative;
	display: inline-block;
	width: 208px;
}

input.selectBoxAutocomplete {
	padding-left: 7px;
	width: 179px;
}

a.selectBoxAutocompleteSelector {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	width: 16px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

span.underline {
	text-decoration: underline;
}

div.error {
	color: red;
	background: url(../images/delete.png) left top 2px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

div.error>div.errorHeadline {
	font-weight: bold;
	padding: 2px 0px;
}

div.error>ul>li>div.errorMessage {
	padding: 2px 5px;
}

div.warning {
	color: #B09058;
	background: url(../images/error.png) left top 2px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

div.warning>div.warningHeadline {
	font-weight: bold;
	padding: 2px 0px;
}

div.warning>ul>li>div.warningMessage {
	padding: 2px 5px;
}

div.success {
	color: green;
	background: url(../images/accept.png) left top 2px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

div.success>div.successHeadline {
	font-weight: bold;
	padding: 2px 0px;
}

div.success>ul>li>div.successMessage {
	padding: 2px 5px;
}

a.disabledLink {
	pointer-events: none;
}

a.order {
	text-decoration: none;
}

a.orderActive {
	color: red;
}

.hidden {
	display: none;
}

/* Ajax Loading Screen */
table.ajaxLoader {
    background-image: url(images/transpixel.png);
    background-repeat: repeat;
    border-collapse: collapse;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
}

td.ajaxLoader {
    text-align: center;
    vertical-align: middle;
}

div.ajaxLoader {
    background-color: white;
    border: 2px solid grey;
    margin: auto;
    padding: 10px;
    width: 320px;
}

/* Webapp-Menu */
ul.webappmenu {
	text-align: center;
	list-style: outside none none;
	position: relative;
}

ul.webappmenu li {
	display: inline-block;
	background-color: lightgrey;
	color: black;
	line-height: 44px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

ul.webappmenu li:hover {
	background-color: grey;
}

ul.webappmenu li.active {
	background-color: grey;
}

ul.webappmenu li.unread {
	background-color: red;
}

ul.webappmenu li.sub:hover {
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

ul.webappmenu li a {
	color: black;
	text-decoration: none;
	display: block;
	line-height: 44px;
	padding: 0 15px;
}

ul.webappmenu li.active>a {
	color: black;
	text-decoration: underline;
}

ul.webappmenu li ul {
	padding: 0;
	position: absolute;
	top: 44px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	z-index: 99;
}

ul.webappmenu li ul li {
	display: block;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

ul.webappmenu li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
