﻿div.fwGridViewWrap div.pnlBorder,
div.fwGridViewWrap div table tr th,
div.fwGridViewWrap div table tr td
{
    border: 1px solid black; /* Opgelet zit ook bij FwMobile.css */
}

/* Verkleuringen op row-niveau */

div.fwGridViewWrap table tr.data-row
{ 
	background-color: #E8E8E8;
}


div.fwGridViewWrap table tr.alt-data-row
{ 
	background-color: White;
}

/* Verkleuring bij onhover van een row */

div.fwGridViewWrap div table tr.hover:hover
{
    background-color: Yellow;
    color: Black;
}