/* -------------------- classes -------------------- */


.newsitemContainer
{
	clear									: both;
	width									: 100%;
}

.newsitemContainer h2
{
	margin-top								: 0;	
}

.newsitemContainer img
{
	margin-right							: 10px;
	margin-bottom 							: 10px;
}

/*
.newsitemContainer a
{
	font-weight			: bold;
}
*/

/*

.newsitemsDate
{
	font-size : 9px;
	color : 666666;
	padding-bottom : 7px;
}
.newsitemContainer a
{
	font-weight: normal;
	text-decoration: none;
}
.newsitemContainer A:hover{
	font-weight: normal;
	text-decoration: none;
}
.newsitemsLinks {
	clear: left;
}
.newsitemLinks A{
	font-weight: normal;
	text-decoration: none;
	display: inline;
	clear: left;
}
.newsitemContainer .info {
	border-bottom: 1px solid #EEEEF1;
}

.newsitemContainer:hover .info {
	border-bottom: orange 1px solid;

}
.newsitemsSummary
{
	color : #000000;
}
.newsitemContainer p
{
	padding:0px;
	margin:0px;
}
.newsitemContainer img
{
	padding-right:5px;
	margin:0px;
}
.newsitemsList, .newsitemsList td
{
	width: 135px;
	border: 1px solid #FFFFFF;
	padding: 4px;
	cursor: hand;
	cursor: pointer;
}
.newsitemsList .dark
{
	background-color: #E1E1E5;
}

.newsitemsList .light
{
	background-color: #EEEEF1;
}

.newsitemsList .over
{
	background-color: #CFCFD7;
}

.newsitemsListLink
{
    color:#000000; 
    text-decoration:none; 
}

*/