﻿div#newsAccordion
{
	/*overflow: hidden;*/
}

div#newsAccordion a:link, div#newsAccordion a:visited, div#newsAccordion a:active
{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #004A65;
	cursor: pointer;	
}
div#newsAccordion a:hover
{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	color: #004A65;
	cursor: pointer;
}

table.newsHeader
{
	width: 100%;
	text-align: left;
}
td.right
{
	text-align: right;
	font-size: 8pt;
	width: 70px;
}
div#newsAccordion p
{
	text-align: justify;
	text-indent: 30px;
}

table.dataTable
{
	width: 100%;
	text-align: center;
	border-spacing: 0px;
}

table.dataTable thead > tr
{
	background-color: #004A65;
	color: White;
	font-weight: bold;
}

div.newsItem
{
/*	margin-bottom: 10px;*/
	/*border: solid 1px Red;*/

}

div.newsItem h3
{
	margin: 20px 0px 0px 0px;
}

div.newsItem > div
{
}

div.img
{
	float: left;
	padding: 2px;
	border: solid 1px Silver;
	margin: 2px 4px 2px 0px;

}

a.img:hover
{
	opacity: 0.9;
	filter:alpha(opacity=90);
}

a.img img
{
	border-width: 0px;
}

div.newsItemContent
{/*
	overflow:hidden;
	height: 40px;*/
	display: none;
}

.newsItemContent h2
{
	margin: 20px 0px 0px 0px;
}