/********* TABEL  *********/

/** Basic grid **/

table.grid {
	width: 100%;
	margin: 0px;
	border-spacing: 0px;
}

table.grid td {
	font-weight: normal;
}


/** Gridheader **/


/** Columnheaders **/

table.grid thead tr td {
	background-color: #BECDF2;
	padding: 0px; 
	font-weight: bold;
	border: 1px solid #E9F1FD;
	cursor: pointer;
}

/** nog fixen !**/
table.grid thead tr td div.draggableheader,
div.draggableheader {
  padding: 5px;
  border: 1px solid #BECDF2;
	background-color: #BECDF2;
	height: 10px;
}

table.grid thead tr td div.activedroppableheader {
	background-color: #BECDF2;
}


table.grid thead tr td.mouseover {
  text-decoration: underline;
  border: 1px solid white;
}

table.grid thead tr td.gesorteerd {
	background-color: #7796E5;
}

table.grid thead tr td.gesorteerd div {
  border: 1px solid #7796E5;
	background-color: #7796E5;
}


table.grid tbody td {
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}


table.grid thead tr td a{
  color: black;
  text-decoration: none;
  border-spacing: 0px;
}

/** Table cells **/

table.grid tbody tr {
  color: #444444;
	background-color: #F2F6FD;
}

table.grid tbody tr td {
	border-top: 1px solid #E9F1FD;
	border-bottom: 1px solid #E9F1FD;
}

table.grid tbody tr.even td a {
  color: #0000CC;
}


table.grid tbody tr.even td {
  color: black;
	border-top: 1px solid #E9F1FD;
	border-bottom: 1px solid #E9F1FD;
	background-color: #EEF3FE;
}

table.grid tbody tr:hover td {
	background-color: white;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

table.grid tbody tr.static td,
table.grid tbody tr.static:hover td {
	background-color: #DAE3F8;
	border: 1px solid #E9F1FD;
/*	border-top: 1px solid #E9F1FD;
	border-bottom: 1px solid #E9F1FD;*/
}


table.grid tbody tr.gearchiveerd td a,
table.grid tbody tr.gearchiveerd td {
  color: #888888;
  background-color: #F8F8F8;
}