table.newsitem h2
{
	font-size: 100%;
	font-weight: bold;

	margin: 0px;
	padding: 3px;
}

table.newsitem
{
	margin: 40px 0px 25px 0px;
	padding: 0px;
	
	width: 100%;
}

tr.ni_bar_top
{
	/*background-color: #e6e6e6;*/
	background-color: #222;
	margin: 0px;
	padding: 2px;
}

tr.ni_bar_bottom
{
	/*background-color: #e6e6e6;*/
	background-color: #111;
	margin: 0px;
	padding: 2px;
}

td.ni_content div
{
	/*background-color: #f0f0f0;*/
	background-color: #111;
	background-repeat: no-repeat;
	/*margin: 2px 0px 2px 0px;*/
	padding: 15px 15px 15px 15px;
	
	color: #999;

	border-color: #222;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

td.ni_title, td.ni_date, td.ni_more, td.ni_postedby
{
	background-repeat: no-repeat;
	height: 32px;
	min-width: 32px;
}

td.ni_title
{
	/*background-image: url('webimg/itemcorner_topleft.png');*/
	background-position: top left;
	
	vertical-align: bottom;
}
td.ni_title h2 { padding: 0px 0px 6px 15px; }

td.ni_date
{
	/*background-image: url('webimg/itemcorner_topright.png');*/
	background-position: top right;
	
	vertical-align: bottom;
}
td.ni_date div { text-align: right; padding: 0px 15px 6px 0px; }

td.ni_more
{
	/*background-image: url('webimg/itemcorner_bottomleft.png');*/
	background-position: bottom left;
	
	font-size: 80%;
	font-weight: bold;
}
td.ni_more div { padding: 8px 0px 0px 15px; }

td.ni_postedby
{
	/*background-image: url('webimg/itemcorner_bottomright.png');*/
	background-position: bottom right;
}
td.ni_postedby div { text-align: right; padding: 8px 15px 0px 0px; }
