﻿/*Home tabel activiteiten-/nieuwsitems*/

#tblNewsItems
{
    width: 570px;
    text-align: left;
    border: 0px solid #5c5c5c;
}

#tblNewsItems tr
{
    height:30px;
}

#tblNewsItems td
{
    border: 0px solid #5c5c5c;
    padding:4px;
}

#tblNewsItems .nItemHover
{
    background-color: #cdcdcd;
    cursor: pointer;
}

#tblNewsItems .nItemDate
{
    width: 70px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #000000;
}

#tblNewsItems .nItemText
{
    width: 500px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

	
#tblNewsItems .nieuws
{
    font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	text-decoration: none;
}