/* CSS Document */

/*******************************************
/*	NEWS OVERVIEW  &  NEWS DETAIL
/*******************************************/


/** HOME **/


.news_head_home h2 {
	float:left;
	padding:0;
	margin:0;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.news_teaser_home h3 {
	padding:0;
	margin:0;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/** DETAiL **/


.news_head h1 {
	padding:0;
	margin:0;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.news_teaser h2 {
	padding:0;
	margin:0;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.news_normal h3 {
	padding:0;
	margin:0;
	font-family: verdana;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
}




.news_date {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
}




.news_comment_head {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.news_comment_normal {
	font-family: verdana;
	font-size: 9px;
	color: #333333;
}
.news_comment_counter {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
}

/*******************************************
/*	     POST NEWS
/*******************************************/

.post_news_labels {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.post_news_error {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
}

a.post_news_link, a.post_news_link:link, a.post_news_link:active, a.post_news_link:visited, a.post_news_link:focus
{
    font-family: verdana;
	font-size: 9px;
	color: white;
	text-decoration: none;
}
a.post_news_link:hover
{
    font-family: verdana;
	font-size: 9px;
	color: white;
	text-decoration: underline;
}

/*******************************************
/*	ACTIVE FORUM TOPICS  &  RELEASE TICKER
/*******************************************/

a.ticker, a.ticker:link, a.ticker:active, a.ticker:visited, a.ticker:focus
{
    font-family: Verdana;
	font-weight:normal;
	font-size: 9px;
	color: white;
	text-decoration: none;
}
a.ticker:hover
{
    font-family: Verdana;
	font-weight:normal;
	font-size: 9px;
	color: white;
	text-decoration: underline;
}

/*******************************************
/*	GROUPCHARTS
/*******************************************/

.charts_points {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}