﻿/*==== Rappel BV Overzichtscherm ==============================*/
.imgButtonRappel, .imgButtonRappel input
{
	cursor: pointer;		
}

/*==== Rappel BV Detailscherm ==============================*/
#rappelBvTable
{
	width:460px;
	left:50%;
	margin-left:-250px;
	position:relative;	
}

#rappelBvTable .TableWithBorder
{
	border: 1px solid #666;
	padding:1px;
	margin:1px;		
}

#rappelBvTable .TableWithBorder .headerDiv
{
	background-color: #9FA9D4;
	padding:1px;
	margin:1px;
	text-decoration:none;
	font-weight:normal;
	border-top:1px solid #666;
	border-bottom: 1px solid #666;
}

#rappelBvTable .TableWithBorder .headerDiv .bedragMF
{
	float:left;
	width:320px;
	text-align:right;
	padding-right:5px;
}

#rappelBvTable .TableWithBorder .headerDiv .bedragBestand
{
	float:right;
	width:120px;
	text-align:right;
	padding-right:5px;
}

#rappelBvTable .TableWithBorder .contentDivEven
{
	background-color: #efeffe;
	padding:1px;
	margin:1px;
}

#rappelBvTable .TableWithBorder .contentDivOdd
{
	background-color: #fbfbff;
	padding:1px;
	margin:1px;
}

#rappelBvTable .TableWithBorder .contentDivEven .bedragLegende, #rappelBvTable .TableWithBorder .contentDivOdd .bedragLegende
{
	float:left;
	width:190px;
}

#rappelBvTable .TableWithBorder .contentDivEven .bedragMF, #rappelBvTable .TableWithBorder .contentDivOdd .bedragMF
{
	float:left;
	width:120px;
	text-align:right;
	padding-right:10px;
}

#rappelBvTable .TableWithBorder .contentDivEven .bedragBestand, #rappelBvTable .TableWithBorder .contentDivOdd .bedragBestand
{
	float:right;
	width:120px;
	text-align:right;
	padding-right:10px;
}

#rappelBvTable .TableWithoutBorder
{
	padding:1px;
	margin:1px;	
}

#rappelBvTable .TableWithoutBorder .contentDiv
{
	padding:1px;
	margin:1px;		
}

#rappelBvTable .TableWithoutBorder .contentDiv .legende, #rappelBvTable .TableWithoutBorder .contentDiv .legendeBold
{
	float:left;
	width:300px;
}

#rappelBvTable .TableWithoutBorder .contentDiv .bedrag, #rappelBvTable .TableWithoutBorder .contentDiv .bedragBold
{
	float:right;
	width:120px;
	text-align:right;
	padding-right:10px;
}

#rappelBvTable .TableWithoutBorder .contentDiv .bedrag .txtBedragKBH
{
	width: 10ex;
	background-color: #EFEFEF;
	color: #000;
	margin-right: -2px;
	_margin-right: -3px;
	text-align:right;	
}

#rappelBvTable .TableWithoutBorder .contentDiv .legendeBold, #rappelBvTable .TableWithoutBorder .contentDiv .bedragBold
{
	font-weight:bold;
}

/*==== Rappel Validatie ==============================*/

.divHolder
{
	padding: 2px 0 2px 0;	
}

.divHolder .divLblHolder
{
	width: 245px; 
	text-align: left; 
	float: left;
}

.divHolder .divTxtHolder
{
	width: 257px; 
	float: left;
}

.txtRedenAanpassing
{
	width: 415px;
	background-color: #EFEFEF;
	color: #000;	
}

#divVuileTruckenVoorIE
{
	visibility: hidden;
	display:none;
}

/*==== Rappel Algemeen ==============================*/
.clrDiv
{
	clear:both;	
}

.valSummaryRappel
{
	margin: 5px 0 5px 0;
	overflow: hidden;
}