/*news_group.php: Таблица с группами новостей {}*/
table.news_groups td{
	padding: 2px;
}

/*news_pages.php {}*/
.news_groupheader{
	font-weight: bold;
	font-size: 16px;
	color: #444444;
}
.news_date, .news_innerdate{
	color: #888888;
	font-weight: bold;
}
a.news_group, .news_innergroup{
	text-decoration: none;
}
a.news_group:hover{
	text-decoration: underline;
}
a.news_title{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.news_title:hover{
	text-decoration: underline;
	color: black;
}

/*news_show.php {}*/
.news_innertitle{
	font-size: 18px;
}
.news_body{
	padding: 0 0 10 0;
}
.news_back{
	clear: both;
	text-align: center;
}

/*small.php {}*/
div.news_small{
	margin-bottom: 8px;
	padding-bottom: 8px;
}
div.news_date_small{
	font-weight: bold;
	color: #888888;
}
div.news_title_small a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
div.news_title_small a:hover{
	text-decoration: underline;
}
div.news_image_small{
	text-align: center;
	padding: 8 0 8 0;
}
div.news_smallbody a{
	color: #666666;
	text-decoration: none;
}
div.news_smallbody a:hover{
	text-decoration: underline;
}

div.news_morenews{
	text-align: right;
}
