@charset "utf-8";


/* CSS FOR NYHETER */
/* Norske Spor */
td { padding-left: 10px; }

#news_table
{
	width: 100%;
}

.news_thumb
{
	float : left;
	padding: 25px 4px 4px 0;
}

.news_ingress
{
	/*float : left;*/
	/*clear : left;*/
	font-size: 14px;
}

.news_contents
{
	float : left;
	padding: 10px 0 20px 0;
}

#news_table td { 
	vertical-align: top;
	
}

.news_read_more { 
	float: right; 
	padding-bottom : 30px;
	padding-right: 10px;
	clear : left;
}

.news_date { 
	padding: 5px 0 5px 10px; 
	color: #000;
	display : block;
	clear : right;
	background-color: #00cccc;
	border:1px solid #ccc;
}

.news_date:hover {
	background-color: #009999;
/*	color: #ccc;*/
}

.news_heading { 
	float : left;
	padding: 5px 0;
	font-size: 12px; 
	font-weight: bold; 
}

.td_newstower a {
	text-decoration : none;
	margin-left : 5px;
	color : #000;
}

.td_newstower a:hover {
	text-decoration : underline;
	color : #edf4f4;
}

