/* niet de originele lijnkleuren, zie opmerking.txt */
.GridViewStyle {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3D5D6;
	border-right-color: #a5a6ad;
	border-bottom-color: #a5a6ad;
	border-left-color: #D3D5D6;
	background: rgba(255,255,255,.2);
} 
 
.GridViewStyle td, .GridViewStyle th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D3D5D6;
	border-right-color: #a5a6ad;
	border-bottom-color: #a5a6ad;
	border-left-color: #D3D5D6;
} 

/*
.GridViewStyle th { 
	color:#38485A;
}
*/

.GridViewSelectedRowStyle { 
	color:#e6ebf0;
	background-color:#e15d9f;
} 

.GridViewSelectedRowStyle a { 
	color:#e6ebf0;
}

.GridViewPagerStyle table td {
    border-right: 1px none; 
    border-left: 1px none;
    border-bottom: 1px none; 
    border-top: 1px none; 
}

.GridViewPagerStyle a {
	color:#006dbd;
}

.GridViewHeaderStyle { 
    font-weight: bold;
	/* ie 11 gebruikt standaard een groter lettertype */
	font-size:12px;
} 

.GridViewFooterStyle { 
    font-weight: bold;
	color: #005680 !important;	
}

/* dropdown */
.DropDownStyle {
	/*
    padding-block: 1px;
    padding-inline: 2px;
	*/
}

.validatorStyle {
	color:red;
}
