.wrapper
{
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	z-index: 200;
}
.progress
{
	text-align: center;
	display: block;
	position: absolute;
	padding: 2px 3px;
	top: 100px;
}
.body
{
	color: #000;
	background-color: #FFFFFF;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	font-size: small;
}
.LoadingBox
{
	width: 100px;
	color: #444444;
	font-size: 10pt;
	background-color: white;
	border: solid 2px #000000;
	border-top: none;
	border-left: none;
	text-align: center;
	z-index: 10002 !important;
}
.panelKompetencerSoeg
{
	position: relative;
	z-index: 100;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #333333;
	margin-top: 2px;
	margin-left: 2px;
	padding: 10px;
}
.popupControl
{
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
}
.modalBackground
{
	background-color: #244067;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.modalPopUpPanel
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #666;
}
.watermark
{
	color: Gray;
}

.modalPopupWithDragHandle
{
	background-color: #F3F3F3;
	border-width: 2px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
	padding-top: 5px;
}

.modalDragHandle
{
	background-color:silver;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	border-bottom-style: none;
	cursor:hand;
	width:100%;
	height:15px;
	position:absolute;
	top:-17px;
	left:-2px;
}