@CHARSET "UTF-8";
div.news_header h1 {
	background-color: #F4F4F4;
	//color: #B30F0F;
	font-size: 15px;
	margin: 0;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
	text-align: center;
}
div.news {
	background-color: #F4F4F4;
	padding: 2px 4px;
}
div.news li.date_header {
	background-color: #B2D2FF;
	border-bottom: 3px solid #0000FF;
	font-weight: bold;
	text-align: center;
}
div.news span.title a {
	color: black;
	text-decoration: none;
}
div.news span.title a:hover {
	text-decoration: underline;
}

ul.sidebar_news li {
	margin-bottom: 4px;
}
ul.sidebar_news span.date {
	font-weight: bold;
}
ul.sidebar_news span.section a, ul.sidebar_news span.category a {
	//color: #B30F0F;
}

ul.sidebar_news span.sticky a {
	color: #3333FF;
	font-weight: bold;
}
ul.sidebar_news span.selected a {
	color: #990066;
	font-weight: bold;
}


div.article {
	margin-bottom: 25px;
}
div.article div.article_meta_info {
	overflow: hidden;
	margin-top: 10px;
}
div.article div.article_meta_info div.image {
	float: left;
}
div.article div.article_meta_info div.meta {
	float: left;
	padding-left: 10px;
}
div.article div.article_text {
	clear: both;
}

ul.articles_pages {
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
ul.articles_pages li {
	float: left;	
	margin-right: 4px;
	margin-bottom: 4px;
}
ul.articles_pages li a, ul.articles_pages li a:visited {
	color: #0079B5;
	border: 1px solid #0079B5;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	padding: 0.3em 0.6em;
	background-color: white;
}

ul.articles_pages li a:hover {
	background-color: #0079B5;
	color: white;
	text-decoration: none;
}
ul.articles_pages li.active {
	color: white;
	padding: 0.3em 0.6em;
	background-color: #454545;
	font-size: 1.2em;
	border: 1px solid #454545;
}

ul.sticky_news {
	
}
ul.sticky_news li {
	background: url('../images/list.png') 0px 2px no-repeat;
	padding-left: 15px;
	line-height: 15px;
}

textarea.image {
	width: 226px;
	height: 182px;
	padding: 12px;
	maring-left: 100px;
}

div.articles {
	
}
div.articles div.article {
	overflow: hidden;
	clear: left;
	margin-bottom: 15px;
}
div.articles div.article h2.sticky {
	font-size: 22px;
}
div.articles div.article div.body {
	margin-top: 5px;
}
div.articles div.article div.body div.image {
	float: left;
	margin-right: 10px;
}
div.articles div.article div.body div.text {
}
div.articles div.article div.body div.text span.date {
	color: #666;
}



ul.articles_list li {
	margin-bottom: 4px;
}
ul.articles_list li.date_header {
	background-color: #B2D2FF;
	border-bottom: 3px solid #0000FF;
	font-weight: bold;
	text-align: center;
}
ul.articles_list span.date {
	font-weight: bold;
}
ul.articles_list span.section {
	color: #B30F0F;
}
ul.articles_list span.sticky a {
	color: #3333FF;
	font-weight: bold;
}
ul.articles_list span.selected a {
	color: #990066;
	font-weight: bold;
}
