﻿
/**
 * @author	Stichting ICTU, Overheid heeft Antwoord
 * @date	14 september 2009
 * @name	Tabellen stylesheet
 * @version	0.95
 */

@media screen, tv, print
{
	table
	{
		border-collapse: collapse;
		background: #fff;
		empty-cells: show;
		margin-bottom: 25px;
	}
	
	caption
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 1.6em;
		color: #e67c00;
		text-align: left;
		padding-bottom: 2px;
		margin-bottom: 15px;
	}
	
	td, th
	{
		border-right: 6px solid #fff;
	}
	
	td, th
	{
		vertical-align: top;
		padding: 2px 0;
		padding-right: 10px;
		text-align:left;
	}
	
	th
	{
		color: #e67c00;
	}
	
	thead th
	{
		border-bottom: 1px solid #ff8a00;
		vertical-align: bottom;
	}
	
	tbody td, tbody th
	{
		border-bottom: 1px solid #E5E5E5;
	}
	
	td a
	{
		text-decoration: none;
		border: none !important;
		width: 200px;
		margin-right: -15px;
	}	td a:hover, td a:focus
		{
			text-decoration: underline;
			background-position:201px bottom;
		}
}