#content table.news {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}

#content table.news td {
	padding: 2px;
}

#content table.news tr.parent {
	background-color: #A7D2E0;
	font-weight: bold;
	color: #005362;
}

#content table.news td.description {
	padding-left: 14px;
}

#content table.news td.leftBorder {
	border-left: 2px solid #FFF;
	text-align: center;
}

#content table.news tr.children {
	background-color: #D3E8EF;
	border-bottom: 1px solid #FFF;
}
