﻿/**
 * @project Wetten.Overheid.nl
 * @author	KOOP-WMRijk-BZK
 * @name	Tabellen
 * @version	v098
 */

table
{
	border-collapse: collapse;
	background: #fff;
	empty-cells: show;
	margin-bottom: 25px;
}

td
{
	border-right: 3px solid #fff;
}

td, th
{
	vertical-align: top;
	padding: 3px 0;
	padding-right: 15px;
	text-align:left;
}

thead
{
	
	color: #e67c00;
}

thead tr
{
	background-color: #EEE;
}	thead tr:first-child
	{
		background-color: #FFF;
	}
thead tr th
{
	border-bottom: 1px solid #ff8a00;
	vertical-align: bottom;
	font-weight:normal;
	padding-left:3px;
}
	thead tr:first-child th
	{
		border-bottom: 2px solid #ff8a00;
		font-weight:bold;	
		border-left: 4px solid #FFF	
	}
	
tbody td
{
	border-bottom: 1px solid #E5E5E5;
}


tr.active
{
	font-weight:bold;
	background-color: #FCBF8D;
}

td a
{
	border: none !important;
	width: 100px;
	
}	td a:hover, td a:focus
	{
		text-decoration: underline;
	}
	td a.info {
		width: auto;
	}


/* Specific tables */
#infotable {margin-left: -285px; width: 935px;}
#infotable .rowDatumInwerking {width:100px; background-color:#EAECEF; padding-left:3px; }
#infotable td.rowDatumInwerking{ padding-right: 0px;}
#infotable td{padding-left: 3px; padding-right: 3px;}
td.active {background-color:#FCBF8D !important;}
#infotable .rowTerugwerkende {width:100px;}
#infotable .rowBetreft {width:210px;}
#infotable .rowOndertekening {width:80px;}
#infotable .rowBekendmaking {width:100px;}
#infotable .rowKamerstukken {width:80px;}

#transponeringstabel{width:660px;}
#transponeringstabel .nrrow {width:10px; background-color:#F0F0F0;} 
#transponeringstabel .euregelingrow {width:80px; background-color:#F0F0F0;} 
#transponeringstabel .implementatierow{width:580px;}
#transponeringstabel .verwijderrow {width:10px;}
#transponeringstabel .bewerkrow {width:10px;}

#implmiddelentabel{width:660px;}
#implmiddelentabel .implmidtype {width:90px;} 
#implmiddelentabel .implmidtitel{width:280px;} 
#implmiddelentabel .implmiddep{width:25px;}	
#implmiddelentabel .implmidstap{width:100px; background-color:#F0F0F0}
#implmiddelentabel .implmidstapgerel{width:170px;}
#implmiddelentabel .implmidstapvlg{width:100px;  background-color:#F0F0F0}
#implmiddelentabel .implmidstapvlguiterste{width:100px;}
#implmiddelentabel .implmidactie{width:10px;}