@CHARSET "UTF-8";
table#NewsInfo
{
	border			:	none;
	width			:	100%;
	margin			:	0px;
	border-collapse	:	collapse;
}

table#NewsInfo tbody tr td
{
	padding-left	:	5px;
	padding-right	:	5px;
	text-align		:	left;
	vertical-align	:	top;
}

table#NewsInfo tbody tr td div.section
{
	text-align: center;
	color: rgb(255,255,255);
	background-color:rgb(28, 81, 145);
	font-size: 15px;
	margin-bottom:5px;
	padding:1px;
}

table#NewsInfo tbody tr td div.subsection
{
	text-align: center;
	color: rgb(0,0,0);
	background-color: #CCCCCC;
	font-size: 13px;
	margin-bottom:5px;
	padding:1px;
}

table#NewsInfo tbody tr td div.message
{
	margin-bottom: 10px;
}

table#NewsInfo tbody tr td div.title
{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

table#NewsInfo tbody tr td div.abstract
{
	font-style: italic;
	font-size: 12px;
}

table#NewsInfo tbody tr td div.more
{
	text-align: right;
	width: 90%;
	font-size: 10px;
	background-color: white;
	height:15px;
	vertical-align: bottom;
	padding-right:16px;
	padding-top:2px;
	background-image: url(../../img/default/path_bar.gif);
	background-repeat: no-repeat;
	background-position: right;
}
