/* CSS Document */

/* standard table */

.newsitems{
	color:#1e73b6;
	width:523px;
	/*margin:15px;*/
	margin-top:5px;
	margin-bottom:5px;
	font-size: 12px;
	border-top: 1px solid #cccccc; 
}

/*.newsitems a{
	color:#1e73b6;
	text-decoration:none;
}

.newsitems a:hover{
	text-decoration:underline;
	color:#3d3d3d;
}*/

.readMore{
	float:right;
	cursor:pointer;
}

a:hover .readMore {
	text-decoration:underline;
	color:#004c98;
}

.newsitems .newsDate {
	color:#3d3d3d;
}

.newsitems td{
	padding: 6px;
	vertical-align:top;
	border-bottom: 1px solid #cccccc; 
}

.newsitems .row_uneven{
	background-color:#f0f0f0;
}

.newsitems.firstrow{
	background-color: #a11a10;
	font-weight:bold;
	color: #ffffff;
}


/*shortlist right*/

.newsitemsShortlist{
	width:340px;
	margin:10px;
	margin-top:0px;
}

.newsitemsShortlist a{
	color:#1e73b6;
	text-decoration:none;
}

.newsitemsShortlist a:hover{
	text-decoration:underline;
	color:#3d3d3d;
}

.newsitemsShortlist td{
	border:0px solid red;
	padding: 6px;
	vertical-align:top;
	border-bottom: 1px solid #cccccc; 
}

.newsitemsShortlist .row_uneven{
	background-color:#f0f0f0;
	border:1px solid red;
}

.newsitemsShortlist .firstrow{
	background-color: #a11a10;
	font-weight:bold;
	color: #ffffff;
}


/*splash*/
.splash{
	color:#1e73b6;
	margin-top:20px;
	margin-bottom:95px;
	font-size: 12px;
	text-align:center;
}



