#ardoverlay{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.6;
  opacity:.60;
  filter: alpha(opacity=60);
}
.white_content {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 16px;
  border: 16px solid orange;
  background-color: white;
  z-index:1002;
  overflow: auto;
}
#ardhourglass{
	height:100%;
	width:100%;
	background:transparent url(/typo3conf/ext/ard_view_helpers/res/images/loading.gif) center center no-repeat;
	z-index:9999;
	position:absolute;
	left:0px;
	top:0px
}

.ardmsg {
	padding: 0.6em 0.6em 0.6em 2.6em;
	background-repeat: no-repeat;
	background-position: 0.5em 0.7em;
	border: 1px solid;
	color: #000000;
	list-style-type: none;
}

.ardnotice {
	background-image: url("/typo3/gfx/notice.png");
	background-color: #f6f7fa;
	border-color: #c2cbcf;
}

.ardinformation {
	background-image: url("/typo3/gfx/information.png");
	background-color: #ddeef9;
	border-color: #8aafc4;
}

.ardok {
	background-image: url("/typo3/gfx/ok.png");
	background-color: #cdeaca;
	border-color: #58b548;
}

.ardwarning {
	background-image: url("/typo3/gfx/warning.png");
	background-color: #fbffb3;
	border-color: #c4b70d;
}

.arderror {
	background-image: url("/typo3/gfx/error.png");
	background-color: #fbb19b;
	border-color: #dc4c42;
}


