#div#headerContent {
	width: 1000px;
	height: 100px;
}

div#naviContent {
	width: 1000px;
	height: 44px;
	text-align: center;
}

::-webkit-input-placeholder {
	color: #858585;
}

:-ms-input-placeholder {  
	color: #858585;  
}

::-moz-placeholder {  /* Firefox 19+ */
	color: black;  
}

:-moz-placeholder { /* Firefox 18- */
	color: black;  
}

fieldset {
	width: 480px;
}

fieldset>legend {
	background-color: #91003D;
	color: white;
	font-weight: bold;
	width: 100%;
	padding: 5px 0;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

fieldset>legend.toggledIn {
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

fieldset>legend>span {
	padding: 0 5px;
}

tr.sum {
	background-color: #BFBFBF;
}

tr.blue {
	background-color: #5DA3CB;
}

tr.blue>td {
	padding: 0;
}

tr.green {
	background-color: #9EB8A2;
}

tr.green>td {
	padding: 0;
}

tr.red {
	background-color: #B89E9E;
}

tr.red>td {
	padding: 0;
}

div.formLine {
	width: 100%;
}

div.formLineGroup {
	width: 100%;
	background-color: #EBEBEB;
}

div.formLineDescription>label>span.required {
	font-weight: bold;
}

div.formLineDescription.importantButNotRequired {
	font-weight: bold;
}

input[type=text].quickSearch {
	width: 48px;
}

input[type=text],input[type=password],textarea,select {
	border: 1px solid #91003D;
}

input[type=text]:hover,input[type=password]:hover,textarea:hover,select:hover,input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus {
	background-color: #E8CCCC;
}

input[type=text],input[type=password],textarea,select,button {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #858585;
}

input[type=text].amount {
	width: 60px;
}

input.selectBoxAutocomplete {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

a.selectBoxAutocompleteSelector {
	border: 1px solid #91003D;
	border-left: 1px solid grey;
}

button {
	height: 21px;
	width: 100px;
	color: white;
	cursor: pointer;
	background-color: #91003D;
}

button.image {
	width: 21px;
}

button.inline {
	margin-top: 2px;
}

a.button {
	background-color: #91003D;
	padding: 8px 3px 0;
	border-radius: 5px;
	cursor: pointer;
}

a.right {
	float: right;
	padding: 3px;
}

table.rootChat {
	border-collapse: separate;
	border-spacing: 2px 1px;
}

table.replyChat {
	border-collapse: separate;
	border-spacing: 2px 1px;
}

td.chatHead {
	vertical-align: top;
	text-align: right;
	padding: 3px;
	width: 60px;
}

td.reply1 {
	padding-left: 13px;
}

td.reply2 {
	padding-left: 23px;
}

td.reply3 {
	padding-left: 33px;
}

td.reply4 {
	padding-left: 43px;
}

td.reply5 {
	padding-left: 53px;
}

td.reply6 {
	padding-left: 63px;
}

td.reply7 {
	padding-left: 73px;
}

td.reply8 {
	padding-left: 83px;
}

td.reply9 {
	padding-left: 93px;
}

div.reply {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 400px;
	white-space: nowrap;
}

div.reply1 {
	width: 390px;
}

div.reply2 {
	width: 380px;
}

div.reply3 {
	width: 370px;
}

div.reply4 {
	width: 360px;
}

div.reply5 {
	width: 350px;
}

div.reply6 {
	width: 340px;
}

div.reply7 {
	width: 330px;
}

div.reply8 {
	width: 320px;
}

div.reply9 {
	width: 310px;
}

td.chatContent {
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

td.replyDemanded {
	background-color: thistle;
}

/* claim positions */
.claimPositionNo {
	width: 66px;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

.claimPositionDate {
	width: 66px;
	white-space: normal;
    overflow: hidden;
	text-overflow: ellipsis;
}

.claimPositionAmount {
	width: 69px;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

/* Ajax Loading Screen */
div.ajaxLoader {
    border-color: #91003D;
}

/* Webapp-Menu */
ul.webappmenu li {
	background-color: #91003D;
	color: white;
}

ul.webappmenu li:hover {
	background-color: #71003D;
}

ul.webappmenu li.active {
	background-color: #71003D;
}

ul.webappmenu li.unread {
	background-color: #EE0000;
}

ul.webappmenu li a {
	color: white;
}

ul.webappmenu li.active>a {
	color: white;
}

/* Record-Menu */
ul.recordmenu {
	display: inline;
	text-align: center;
	list-style: outside none none;
	position: relative;
	top: -4px;
}

ul.recordmenu li {
	display: inline-block;
	background-color: #91003D;
	color: white;
	padding: 0 5px;
	line-height: 21px;
	-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.recordmenu li:hover {
	background: #71003D;
	-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.recordmenu li ul {
	padding: 0;
	position: absolute;
	top: 17px;
	right: 3px;
	width: 200px;
	-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;
}

/* Internet Explorer */
@media all and (-ms-high-contrast: none) {
	/* IE10 */
	ul.recordmenu li ul {
		right: 0;
	}
	/* IE11 */
	*::-ms-backdrop, ul.recordmenu li ul {
		right: 0;
	}
}

/* Chrome and Safari */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	ul.recordmenu li ul {
		right: 0;
	}
}

ul.recordmenu li ul li {
	display: block;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

ul.recordmenu li ul li:hover {
	background: #71003D;
}

ul.recordmenu li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

ul.recordmenu li ul li a {
	color: white;
	text-decoration: none;
}