/*@charset "utf-8";*/

/*-----------------------------------------------------------------
Style sheet for news page

Version:			1.0
Main Author:		Jan-Tore Øvrevik
Last changes done:	2009-08-08
Changes done by:	Jan-Tore Øvrevik
Website:			http://www.betterglobe.com/
-----------------------------------------------------------------*/

/*************** News ***************/

#news {
	margin:1em auto;
	padding:0;
	width:650px;
	font-size:0.8em;
	list-style:none;
}
#news li {
	background:url("images/main/news/news_box.gif") 0 100% no-repeat;
	padding:0 0 4px 0;
	margin:8px 0 0 0;
	display:block;
}
#news li p {
	background:#eaeaea;
	padding:1px 4px 0 7px;
	margin:0;
	border-left:14px solid #999;
}
#news li.arr p {
	background:#eaeaea url("images/main/news/news_edge_left_grey.gif") 0 50% repeat-y;
	padding-left:21px;
	border:0;
}
#news h4 {
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	background:url("images/main/news/news_box.gif") 0 0 no-repeat;
	margin:0;
	padding:6px 4px 3px 21px;
	border-bottom: solid 1px #999;
}
#news li:hover h4 {
	border-bottom: solid 1px #690;
}
#news li:hover {
	background-position:-650px 100%;
}
#news li:hover p {
	border-color:#690;
}
#news li.arr:hover p {
	background-image:url("images/main/news/news_edge_left_green.gif");
}
#news li:hover h4 {
	background-position:-650px 0;
}
#news a:link {
	text-decoration:none;
	color:#000;
}
#news a:visited {
	text-decoration:none;
	color:#000;
}
#news a:visited .more {
	text-decoration:none;
	color:#606;
}
#news a:hover {
	text-decoration:none;
}
#news a:hover .more {
	text-decoration:underline;
	background:url("images/main/news/news_arrow_hover.gif") 635px 50% no-repeat;
}
#news div .more {
	line-height:1em;
	display:block;
	text-align:right;
	padding:0 18px 2px 21px;
	margin-top:4px;
	background:url("images/main/news/news_arrow.gif") 635px 50% no-repeat;
}
#news img {
	float:left;
	margin: 0 10px 0 0;
	border: 2px solid #999;
}
#news .text_grey {
	background-color: #EAEAEA;
}

/*************** News Preview ***************/

td.td_news_preview_frame
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #000;
    background-color: #FFF;
	padding: 0 10px 0 10px;
	border: 1px solid #ABA;
    border-width: 1px;
	text-align: left;
}

td.td_news_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	background-color: #F0F0F0;
	text-align: left;
	vertical-align: bottom;
	padding: 10px 10px 0px 10px;
}

td.td_news_author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 10px;
	color: #999;
	background-color: #F0F0F0;
	border-bottom: 1px dotted #000;
}
td.td_news_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFF;
	text-align: left;
	padding: 10px;
}
td.td_news_space_top {
	padding-top: 10px;
}
td.td_news_space_right {
	padding-right: 10px;
}