
.resultGrid
{
}
/*Zoekwizard*/
.DisabledRow
{
	filter: alpha(opacity=70);
	BACKGROUND-COLOR: #fafafa; 
	opacity: .7;
}
.Zoekwizard
{
	width:100%;
	font-family: Verdana;
	font-size: 10px;
}
.ZoekwizardKolomHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	
	background-color: #CD3301;
}
.ZoekwizardRijHeader
{
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: #2F87C7;
}
.ZoekwizardCriterium
{
	font-size: 10pt;
	color: #353786;
	font-family: Verdana;
	background-color: #EFEFEF;
}
.ZoekwizardCriteriumHover
{
	font-size:10pt;
	font-family: Verdana;
	color:#C20023;
	background-color:#EFEFEF;
}
.SelectionListWindow
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 10pt;
	border-left: black 1px solid;
	width: 300px;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: #EFEFEF;
}
.StepDescriptionText
{
	padding-right: 5px;
	font-size: 10pt;
	color: #353786;
	font-family: Verdana;
}

/*Overzicht tabel voor geselecteerde criteria*/
.OverviewgridFrame
{
	background-color:White;
	font-family: Verdana;
}
.OverzichtTabel
{
	WIDTH:600px;
}
.OverzichtCel
{
	color: #353786;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #EFEFEF;
}
.OverzichtCelKlikbaar
{
	color: #353786;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #EFEFEF;
	cursor:pointer;	
}
.OverzichtCelBold
{
	color: #353786;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #EFEFEF;
}
.OverzichtCelLink
{
	color: #353786;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #EFEFEF;
	text-decoration: underline;
	cursor:pointer;
}
.OverzichtCelAantal
{
	color: #353786;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #EFEFEF;
}
.OverzichtKolomHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: #CD3301;
}
.OverzichtRijHeader
{
	color: white;
	font-family: Verdana;
	font-size: 10pt;
	background-color:#0569CE;
}
.OverzichtRij
{
	font-size: 10pt;
	color: #353786;
	font-family: Verdana;
	background-color:#EFEFEF;
}

.OverzichtSelectedRij
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color:#0569CE;
}

/*Snelzoeken*/
.searchLabel
{
	padding-right: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10pt;
	color: #353786;
	font-family: Verdana;
}
.searchArea
{
}