@CHARSET "ISO-8859-1";

div#rts {
	position: relative;
	height: 40px;
	margin-top: -1px;
}

div#news {
	width: 540px;
	height: 32px;
	padding-left: 5px;
	overflow: hidden;
	text-align: left;
	
	background-image: url('img/sfondo-rts.gif');
	background-repeat: no-repeat;
	background-position: center center;
	
	color: #000000;
	font-family: "Tahoma","Arial",sans-serif;
	font-size: 11px;
	
	position: absolute;
	overflow: hidden;
}

div#scrolling_news {
	max-height: 30px;
	height: auto !important;
	height: 30px;
	
	overflow: hidden;
    position: relative;
    width: 530px;    
    vertical-align: middle;	
	padding-top: 7px;
	
	background-color: transparent;
	background-image: none;
}

div#scrolling_news span.timestamp {
	position: absolute;
	float: right;
	right: 5px;
	height: 25px;
	
	background-image: url('img/time.gif');
	background-repeat: no-repeat;
	background-position: 1px 1px;
	display: inline;
	padding: 1px 0 0 20px;
	color: #788296;
}

div#scrolling_news .nick {
	font-weight: bold;
	color: #FF0000;
}

div#scrolling_news a:link, div#scrolling_news a:visited, div#scrolling_news a:hover {
	text-decoration: none;
}

#scrolling_news .avatar {
	width: 22px;
	height: 22px;
	float: left;
	display: inline;
	position: relative;	
	margin: -2px 5px 0 10px;
}

div.scrolling_news_v {
	margin-top: 25px;    
}

div.scrolling_news_h {
	margin-left: 450px;
}

div#rts p.welcome, div#rts p.welcome p {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	text-align: center;	
}

div#rts p.welcome b {
	color: #ff0000;
}

#scrolling_news a.male span, #rts a.female span {display:block;width:22px;height:22px;position:absolute;top:0;left:0}
#scrolling_news a.male span {background:url("../../../gfx/male22.png") no-repeat}
#scrolling_news a.female span {background:url("../../../gfx/female22.png") no-repeat}