/*
 *  Created by BF, last updated on 2010-02-04.
 *  Copyright (c) 2010 Bernard Frangoulis. All rights reserved.
 */

#scroller {
	position:			absolute;
	overflow:			hidden;
	top:				32px;
	left:				480px;
	height:				170px;
	width:				350px;
	padding:			0 8px;
	border:				1px solid #222;
	background:			transparent;
	color:				#111;
}

#vheader {
	position:			absolute;
	overflow:			hidden;
	top:				14px;
	left:				480px;
	height:				10px;
	width:				352px;
	padding:			3px 8px 8px 8px;
	margin:				0;
	border:				0;
	background:			#004384;
	color:				#ddd;
	font-family:		"Trebuchet MS", Verdana, sans-serif;
	font-weight:		bold;
	text-align:			right;
	z-Index:			1;
}

.vnewsitem {
	left:				0px;
	display:			block;
	width:				338px;
	height:				80px;
	color:				#aaa;
	text-align:			left;
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size: 			100%;
	line-height: 		1.2em;
	margin:				0;
	padding:			0 1px 0 5px;
	background-color:	transparent;
}

.vnewsitem .newsitem {
	padding-left:		10px;
}

.vnewsitem .newstitle {
	display:			block;
	color:				#ccc;
	font-family:		"Trebuchet MS", Verdana, sans-serif;
	font-weight:		bold;
	margin-bottom:		4px;
}

.vnewsitem a			{ text-decoration: underline; font-weight: bold; background: transparent; }
.vnewsitem a:link		{ color: #ccc; 				}
.vnewsitem a:visited 	{ color: #ccc;				}
.vnewsitem a:hover		{ color: #a30; background-color: #ccc; }
.vnewsitem a:active		{ color: #930; background-color: #ccc; }
.vnewsitem a:focus		{ color: #930; background-color: #ccc; }

.vnewsitem .newsimg {
	float:				left;
	margin-right:		10px;
}

.vnewsitem .newsfooter {
	display:			block;
	color:				#aaa;
	margin:				4px 0 14px 10px;
}

