/*
The actual content of the forumal area refer to to SG V1.0 p11
*/
div#contentform {
	position: absolute;
	top:   0px;
	left:  236px;
	width: 480px;
}
div#container.contmanual div#contentform {
	left: 0;
}

div#actualformcontent {
	padding: 6px;
}


div.helpme_container {
	position: relative;
	margin-left: 22px;
	margin-bottom: 10px;
	padding: 3px;
	clear: both;
	background-color: #e4f4fe;
	border: 1px solid #4077A5;
	border-radius: 10px;
	box-shadow: 0 0 4px #4077A5;
}
div.helpme_container:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 380px;
	top: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 9px solid #4077A5;
}
div.helpme_container:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 380px;
	top: -8px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 9px solid #e4f4fe;
}
div.helpme_contleft {
	position: relative;
	margin-left: 22px;
	margin-bottom: 10px;
	padding: 3px;
	clear: both;
	background-color: #e4f4fe;
	border: 1px solid #4077A5;
	border-radius: 10px;
	box-shadow: 0 0 4px #4077A5;
}
div.helpme_contleft:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 48px;
	top: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 9px solid #4077A5;
}
div.helpme_contleft:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 48px;
	top: -8px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 9px solid #e4f4fe;
}
div.helpme_contlong {
	position: relative;
	margin-left: 22px;
	margin-bottom: 10px;
	padding: 3px;
	clear: both;
	background-color: #e4f4fe;
	border: 1px solid #4077A5;
	border-radius: 10px;
	box-shadow: 0 0 4px #4077A5;
}
div.helpme_contlong:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 380px;
	top: -30px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 29px solid #4077A5;
}
div.helpme_contlong:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 381px;
	top: -26px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 26px solid #e4f4fe;
}
div.helpme_contsimple {
	position: relative;
	margin-left: 22px;
	margin-bottom: 10px;
	padding: 3px;
	clear: both;
	background-color: #e4f4fe;
	border: 1px solid #4077A5;
	border-radius: 10px;
	box-shadow: 0 0 4px #4077A5;
}

div.helpme_close a,
div.helpme_close,
div.helpme_content {
	display: block;
	background-color: #e4f4fe;
}
div.helpme_content {
	padding:  6px;
	text-align:    left;
	clear:         both;
	background-color: #e4f4fe;
}
div.helpme_content ol,
div.helpme_content ul {
	padding-left: 14px;
	
}
div.helpme_content ol li {
	padding-left: 4px;
	list-style-type: decimal;
	list-style-position: outside;
}
div.helpme_content ul li {
	padding-left: 4px;
	list-style-type: disc;
	list-style-position: outside;
}
ol li {
	list-style-type: decimal;
	list-style-position: outside;
	padding-bottom: 4px;
}

div.helpme_close a {
	text-align: right;
	padding: 0px;
	width: 98%;
	padding-bottom: 3px;
}

a.addcontent {
	padding-left:     18px;
	background-image: url('../images/icons/functions/add.png');
	background-repeat: no-repeat;
}
div.c2c a.changeme {
	float: left;
	padding-left: 70px;
}

a.deletesym {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	background-size: 20px 20px;
	background-image: url('../images/icons/icon_delete.png');
	background-repeat: no-repeat;
}
a.deletesym:hover {
	background-image: url('../images/icons/icon_delete_hover.png');
}

a.ringstart,
a.ringstop,
a.delete {
	float: right;
	padding-left:     18px;
	padding-right:     1px;
	background-image: url('../images/icons/functions/delete.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color:  #6c6c6c;
}
a.ringstart:hover,
a.ringstop:hover,
a.delete:hover {
	color:  #e30074;
	text-decoration: none;
}

a.delete:hover {
	background-image: url('../images/icons/functions/delete_hover.png');
}

a.ringstart {
	background-image: url('../images/icons/functions/ring.png');
}
a.ringstart:hover {
	background-image: url('../images/icons/functions/ring_hover.png');
}
a.ringstop {
	background-image: url('../images/icons/functions/ringstop.png');
}
a.ringstop:hover {
	background-image: url('../images/icons/functions/ringstop_hover.png');
}

/*
Unfoldfunction refer to SG V1.0 p47
*/
div.unfold h2 {
	padding-left: 20px;
	margin-bottom: 15px;
	background-color: #dbdbdb;
	background: url('../images/icons/twisty/twisty_closed.png') no-repeat 2px 7px, linear-gradient(#e6e6e6 0%, #d0d0d0 100%);
	vertical-align: middle;
	color: #4b4b4b;
	font-weight: bold;
	border-radius: 3px 3px 0px 0px;
	padding-top: 7px;
	padding-bottom: 6px;
}
div.unfold h2.unfold a {
	color: #4b4b4b;
	font-weight: bold;
}

div.unfold h2.unfold div {
	display: block;
}

div.unfold h2.unfold_open {
	background: url('../images/icons/twisty/twisty_opened.png') no-repeat 4px 4px, linear-gradient(#e6e6e6 0%, #d0d0d0 100%);
}

div.unfold h2.unfold_open_hover,
div.unfold h2.unfold_hover, 
div.unfold h2.unfold a:hover {
	background-color: #d0d0d0;
	background: url('../images/icons/twisty/twisty_closed_hover.png') no-repeat 2px 7px, linear-gradient(#dbdbdb 0%, #c0c0c0 100%);
	text-decoration: none;
	color: #e20074;
	cursor: pointer;
}

div.unfold h2.unfold_open_hover {
	background: url('../images/icons/twisty/twisty_opened_hover.png') no-repeat 4px 4px, linear-gradient(#dbdbdb 0%, #c0c0c0 100%);
}

input[type=file] {
  width: 356px;
  height: 30px;
  margin-top: 4px;
  margin-bottom: 5px;
  padding: 4px;
  border: 1px solid #999999;
  border-radius: 3px;
}

input[type=text],
input[type=password] {
  width: 229px;
  height: 22px;
  margin-top:    4px;
  margin-bottom: 5px;
  padding-left:  5px;
  border: 1px solid #999999;
  border-radius: 3px;
}
input[type=text]:disabled,
input[type=password]:disabled,
select:disabled {
  border-color: #cccccc;
  color: #999999;
}

select {
  /*background-color: #f4f4f4;
  background-image: linear-gradient(#ffffff 0%, #e6e6e6 100%);*/
  width: 229px;
  height: 22px;
  margin-top:   4px;
  padding-left: 1px;
  border: 1px solid #999999;
  border-radius: 3px;
}
select:enabled:hover {
  background-color: #dbdbdb;
  background-image: linear-gradient(#f4f4f4 0%, #d0d0d0 100%);
  cursor: pointer;
}

select option {
  padding-top:    4px;
  padding-bottom: 4px;
  background-color: #ffffff;
}

div.scroll-pane {
  padding-left:   3px;
  padding-bottom: 6px;
  margin-right:   2px;
  margin-bottom:  6px;
  min-height:   128px;
  max-height:   203px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
  border: 1px solid #999999; border-radius: 3px;
}

p.pabuse {
  float: left;
  width: 214px;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}


/** Styles for validation **/
span.okLabel,
span.infoLabel,
span.warnLabel,
span.warnLabelStatus,
span.validationLabel {
	display: block;
	color: #ff0d3d;
	padding-left: 20px;
	background-image: url('../images/icons/wrong_12x12.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-position: 0 9px;
}
/* arc */
span.validationLabel_nobg {
	display: block;
	color: #ff0d3d;
	padding-left: 0px;
}
/* end of arc */
div#maincontentarea div.right span.validationLabel {
	padding-bottom: 0;
}
span.okLabel {
	background-image: url('../images/icons/ok_12x12.png');
	color: #000000;
}
div.statuslist span.okLabel {
	background-position: 0px 4px;
}

span.infoLabel {
	background-image: url('../images/icons/info_12x12.png');
	color: #4b4b4b;
	background-position: 0px 9px;
}

span.warnLabel {
	background-image: url('../images/icons/warn_12x12.png');
	color: #4b4b4b;
	background-position: 0 7px;
}
span.warnLabelStatus {
	background-image: url('../images/icons/warn_12x12.png');
	color: #4b4b4b;
	background-position: 0 5px;
}
span.validationAdd {
	display: block;
	color: #ff0d3d;
	padding-left: 20px;
}

div.qualityLabelLow,
div.qualityLabelBad,
div.qualityLabelGood,
div.qualityLabelHigh {
	display: block;
	color: #4b4b4b;
	padding-left: 255px;
	background-image: url('../images/icons/info_12x12.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-position: 235px 1px;
}
div.qualityLabelBad {
	background-image: url('../images/icons/wrong_12x12.png');
}
div.qualityLabelGood {
	background-image: url('../images/icons/warn_12x12.png');
}
div.qualityLabelHigh {
	background-image: url('../images/icons/ok_12x12.png');
}

.feedback,
.infomessage,
.privacymessage,
.errormessage,
.warnmessage {
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 30px;
	padding-top: 6px !important;
	padding-bottom: 0 !important;
	min-height: 28px;
	display: block;
	background-image: url('../images/icons/info_22x22.png');
}

div.einzeilig,
span.einzeilig {
	background-position: 0px 3px;
}
div.zweizeilig,
span.zweizeilig {
	background-position: 0px 9px;
}

.warnmessage {
	background-image: url('../images/icons/warn_22x22.png');
}

.privacymessage {
	background-image: url('../images/icons/privacy_22x22.png');
}

.warnmessage ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.errormessage {
	color: #ff0d3d;
	background-image: url('../images/icons/wrong_22x22.png');
  padding-bottom: 9px !important;
	display: none;
}
.errormessage span {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.errormessage a.lightboxLink {
  color: #333333;
  text-decoration: underline;
}
.errormessage a.lightboxLink:hover {
  color: #ff0d3d;
}
span.lbLink {
  color: #4077a5;
  text-decoration: underline;
}
span.lbLink:hover {
  color: #e20074;
}

.feedback {
	background-position: 0px 3px;
	display: none;
}

.okmessage,
.okmessage_zweizeilig {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 38px;
	padding-top: 13px !important;
	padding-bottom: 10px !important;
	min-height: 44px;
	display: block;
	background-image: url('../images/icons/ok_30x30.png');
}
.okmessage_zweizeilig {
	padding-top: 6px !important;
	padding-bottom: 2px !important;
	min-height: 38px;
}