/*****************
 * Dieses File ist Eigentum der Advanced Cyber Entertainment GmbH - Copyright by maxga.com
 * 25.10.2007 10:21:00: Erstellt -bro-
 *****************/
 
	#news_comments			{ font-family:Arial; width:450px; border: 1px solid #0C3972; border-collapse: collapse; }
	#news_comments .head   	{ font-family:Arial; padding:2px; color: #FFFFFF; text-align: left; height: 18px; background: url('../site_gfx/misc/comments_bg.jpg');}
	#news_comments .norm   	{ font-family:Arial; padding:2px; background-color: #F0F5F7; font-size: 11px; }

	#news_comments	a:link        	{ font-family:Arial; color: #FFFFFF; text-decoration: none; font-weight: bold; }
	#news_comments	a:visited  	{ font-family:Arial; color: #FFFFFF; text-decoration: none; font-weight: bold; }
	#news_comments	a:hover      	{ font-family:Arial; color: #FFFFFF; text-decoration: underline; font-weight: bold; }
	#news_comments	a:active    	{ font-family:Arial; color: #FFFFFF; text-decoration: none; font-weight: bold; }
	#news_comments	a:focus      	{ font-family:Arial; color: #FFFFFF; text-decoration: none; font-weight: bold; }
	
/* User News Style */
.head_usernews_compose{
	background-image:url('../site_gfx/ugc/head_news_compose.gif');
	background-repeat:repeat-x;
	border-top:1px solid #2194D6;
	border-bottom:1px solid #2194D6;
	color:#fff;
	padding:3px;
}

.content_usernews_compose{
	background-color:#2B2B2B;
	border-bottom:1px solid black;
	color:#fff;
	padding:5px;
}

.content_usernews_error{
	background-color:#2B2B2B;
	color:red;
	padding:5px;
}

.step_usernews{
	background-color:#373737;
	border-top:1px solid #494949;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:5px;
}

.td_usernews{
	color:white;
}