.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 10%;
	left: 50%;
}

.blueText 
{
	color: #0066cc;
}

/* initiëel is pnlWait niet zichtbaar */
div#pnlWait 
{
	display: none;
}
table.noBorder, table.noBorder tbody tr td, table.noBorder td 
{
	 border-width: 0px !important;
}
span.codes
{
	margin: 0px;
	padding: 0px;
}
div.disclaimer 
{
	margin: 10px 5px 5px 5px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
}
div#buttonlist ul
{
	list-style: none;
	margin: 0;
}
div#buttonlist li
{
	margin: 0;
}
td.saveButtonColumn 
{
	width: 20px;
	text-align: center;
}
div.VolgendeButton 
{
	float: right;
	text-align: right;
	width: 100%;
}
input.DBCBox 
{
	margin-right: 3px;
}

/*
 * Autorisaties
 */
table.autorisatieTable, table.autorisatieTable tr, table.autorisatieTable tr td
{
	border: none !important;
}
table.autorisatieTable select 
{
	width: 320px;
}

fieldset .smallText
{
	margin-top: 0px;
	font-size:9px;
}
a 
{
	color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}


.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:White;
	padding:3px;
	width:250px;
}
.rightColumn 
{
	margin-left:170px !important;
}
fieldset .label2 {
	width: 80px;
	padding-right: 20px;
}
fieldset .infolabel2 
{
	margin-top: 0;
	font-size: 9px;
	margin-left: 100px;
	clear:left;
}
div#manInfo fieldset label
{
	width: 190px !important;
}
fieldset .longCheckBox  { width: auto; }
fieldset .longCheckBox label { width: auto; }

div.dataItem,div.dataAlternatingItem
{
	height: 100%;
}
div.dataItem 
{
	border-left: solid 1px #D7E9F7;
	border-right: solid 1px #D7E9F7;
	border-bottom: solid 1px #D7E9F7;
}
div.dataAlternatingItem
{
	background-color: #F7FBFD;
	border-bottom: solid 1px #D7E9F7;
	border-left: solid 1px #D7E9F7;
	border-right: solid 1px #D7E9F7;
}
div.itemHeader 
{
	height: 100%;
	border-bottom: solid 1px #D7E9F7;
}
div.border 
{
	border: solid 1px #D7E9F7;
	height: 100%;
}
div.noInput input
{
	padding:0px;
	margin:0px;
}