/* CSS 3.0 */
*.Component *.Titel {
	font-size: 14pt;
	font-weight: bold;
}
*.Component *.Content {
	margin-top: 12px;
}
/********************************************/
.anscBlinkSlow {
  animation: blinkerSlow 3s linear infinite;
}
@keyframes blinkerSlow {
  50% { opacity: 0.5; }
  80% { opacity: 1; }
}

.anscComponentTitel  {
	font-size: 14pt;
	font-weight: bold;
}
.anscClear {
	clear:both;
}
.anscInputError input, .anscInputError select, .anscInputError textarea {
	border:solid 2px red;
}
.anscComponentContent {
	margin-top: 12px;
}
.anscHidden {
	display:none;
}
.anscLoader {
	background-position:50% 50%;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	background-color:silver;
	opacity:0.9;
	position:absolute;
	top:0px;
}
.anscLeft { text-align:left; }
.anscRight { text-align:right; }
.anscOverlayFrame {
	width:400px;
	height:340px;
	left:calc(50% - 200px);
	position:relative;
	background-color:white;
	border:groove 2px;
	border-color:blue;
	color:black;
	padding:10px;
	top:40px;
}

/* Meldungen */
/********************************************/
div.anscErrorMessage
	{ background-color:#AA0000; border:solid 2px #800000; padding:8px; }
div.anscTextMessage
	{ background-color:#80CC80; color:#000000; border:solid 2px #008000; padding:8px; }

	
/* hlpAnsicmaInput - Eingabefelder 
*********************************************/
hlpAnsicmaInput * {
	display:inline-block;
	vertical-align:bottom;
}
hlpAnsicmaInput option {
	display:block;
}

hlpAnsicmaInput button > img {
	width:18px; height:18px;
}
hlpAnsicmaInput div.Error {
	display: none;
}
hlpAnsicmaInput.Error div.Error {
	display:block;
}
hlpAnsicmaInput.Helptext input{
	font-style:italic;
}
/* Helfer
*********************************************/
hlpPageselectNumeric, hlpPageselectAlpha {
	display:block;
	margin:16px auto;
	text-align:center;
}
hlpPageselectNumeric a, hlpPageselectAlpha a
	{ text-decoration:none; }
hlpPageselectNumeric .Item, hlpPageselectAlpha .Item {
	font-size:12pt;
	padding:0px 4px;
	text-decoration: none;
}
hlpPageselectNumeric .Item.HIGH, hlpPageselectAlpha .Item.HIGH
	{ color:#00CCFF;font-weight:bold;font-size:14pt;text-decoration:underline; }