
@CHARSET "UTF-8";

#container{
	background: #000 url(/images/news.jpg) no-repeat !important;
}

div#news-list{
	overflow:auto;
	height:380px;
	width:550px;
	margin:3px;
}

div.news-item{
	background: #000;
	color:#000;
	padding:10px;
	margin:10px;
	line-height: 1.4em;
	opacity:0.55;
	filter:alpha(opacity=55);
	color:#fff;
}

div.news-item .date{
	color:#777;
	font-weight:bold
}

table.paganation{
	width:100%;
	text-align:center;
}

table.paganation td{
	width:33%;
}


table.paganation td a.previous{
	background: url(/images/arrows/prev.gif) no-repeat top left;
	height:15px;
	width:15px;
	display:black;
	float:right
}

table.paganation td a.next{
	background: url(/images/arrows/next.gif) no-repeat top left;
	height:15px;
	width:15px;
	display:black;
	float:left;
}

table.paganation td.position{
	width:34%;
}

#quick-links a{
	display:block;
	width:20px;
	height:20px;
	background:#fff;
	margin:3px;
	color:#000;
}

#quick-links a:hover{
	background:#0000cc;
}
