﻿.news_item
{
	padding-bottom: 3em;
}

.news_expressitem
{
	margin-bottom: 1em;
	border: solid 1px silver;
	background-color: White;
}

.news_header
{
	
}

.news_subheader
{
	/*font-family: georgia,"times new roman", serif;*/
	position: relative;
	top: 0.5em;
	left: 0.5em;
	min-height: 3.5em;
	margin-bottom: 1em;
	width: 90%;
	border-bottom: solid 1px #D1EBED;
}

.news_singleitem
{
	/*font-family: georgia,"times new roman", serif;*/
	position: relative;
	padding-bottom: 0.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	padding-top: 0.4em;
	width: 100%;
	border-top: solid 1px #D1EBED;
	border-bottom: solid 1px #D1EBED;
	clear: both;
}

.news_title
{
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}

.news_subheader .news_title
{
	font-size: 130%;
}

.news_postdate
{
	font-size: 70%;
	font-style: oblique;
}

.news_image
{
	float: left;
}

.news_lead
{
	/*font-size: 90%;*/
	font-weight: bold;
	padding-bottom: 1em;
	margin-left: 0.5em;
	margin-right: 4em;
}

.news_body
{
	font-family: arial;
	/*font-size: 0.8em;*/
	font-weight: 400;
	text-align: justify;
	margin-left: 0.5em;
	line-height: 17px;
}

.news_body img
{
	border: none;
}

table#newseditor
{
	width: 600px;
	border: dotted 1px Gray;
}

table#newseditor>tbody>tr>td
{
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
}

.dateCheck
{
	/*display: none;*/
}
