/* div */
.frontpageItem {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}

/* table */
.frontpageItem table.flat {
	margin-bottom: 0;
}


table.ellipsis, table.fixedLayout {
	table-layout: fixed;
}

table.flat {
	margin-bottom: 10px;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	width: 420px;
}

/* TH */
table.flat th {
	margin-left: 5px;
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	color: #e9e9d2;
	text-align: left;
	background:url(../../images/content-left-menu-bg.png);
	font-size: 11px;
}

/* TD*/
table.flat td {
	text-align:left;
	border-top: 1px solid #e6e6e6;
	padding: 5px 4px 5px 0px;
	vertical-align: top;
	font-size: 11px;
}

table.flat td.first, table.flat .first td {
	border-top: 0px solid #00FF00;
}

/* TD class date */
table.flat .date {
	color: #BBBBBB;
	white-space: nowrap;
}

/* TD class new date*/
.new, table.flat td.new,
#reacties .reactie .reactieHeader p a span.new {
	color: #CE0239;
	
}

table.flat .replies, table.flat .repliesMiddle, table.flat .authorname {
	padding-right: 0px;
	color: #BBBBBB;
}
