#news_block
{
	padding-top: 3em;
}

#right > div{
	margin: auto;
	margin-bottom: 10px;
	padding: 3px;
	width: 290px;
	line-height: 1.2em;
}

.news_image {
	float: left;
	max-width: 100%;
	margin: 0 1.5em 1em 0;
}

ul .thumbnail
{
	float: left;
	overflow:hidden;
	max-width: 80px;
	margin-right: 1em;
}

/* Оформление новостей */
h2.news_title
{	
font-size: 2.5em;
line-height: 1.1em;
padding-bottom: 0.5em;
}
	
a.news_title {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
a.news_title:hover {
	text-decoration:underline;
}

header .newsdate, .newsdate
{
	display: block;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.4em;
}

ul.newsList li
{
	padding: 1.50em 0em 1em 0em;
	border-top: 1px solid;
	border-color: rgba(0,0,0,.1);
	overflow: hidden;
}
ul.newsList li:first-child
{
	padding-top: 0;
	border-top: 0;
}

.news_content {
	font-size: 1.2em;
}

.news_content section, .news_content div, .news_content p {
	margin: 1em 0;
	font-size: inherit;
}

.news_content table {
	width: 100%;
	border: 1px solid #5899cf;
}

.news_content thead{
	font-weight:bold;
}
.news_content tr, .news_content td, .news_content th {
	border:1px solid #5899cf;
}

.news_content img {
	max-width: 100%;
}

blockquote
{
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
}

/* Оформление колонки новостей */
.news_column{
	font-size: 1em;
}
.news_column li
{
	padding: 1em 0em 0em 0em;
	border-top: 1px solid;
	border-color: rgba(0,0,0,.1);
	overflow: hidden;
}
.news_column li:first-child
{
	padding-top: 0;
	border-top: 0;
}
.news_column a, .news_column p{
	color: #000;
	text-decoration: none;
	font-size: inherit;
}
.news_column a:hover {
	text-decoration: underline;
}

/* В Коми или В мире */
a.newstype{
	text-decoration:none;
	color:#069;
}
a.newstype:hover{
	text-decoration:underline;
}

/* Календарь новостей */
#news_Calendar .ui-corner-all 
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 0px;
}

#news_Calendar .ui-widget-content
{
	border-style: hidden;
	background-color: #fff;
}

#news_Calendar .ui-state-disabled > .ui-state-default
{
	border: 1px solid #fff;
	background: #fff url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
}

#news_Calendar .ui-widget-header .ui-icon {
	background-image: url(../images/prev_next.png);
}

#news_Calendar .ui-state-hover .ui-icon {
	background-image: url(../images/prev_next_hover.png);
}


#news_Calendar .ui-icon-circle-triangle-w
{
	background-position: 0px 0px;
}

#news_Calendar .ui-icon-circle-triangle-e
{
	background-position: -16px 0px;
}

#ui-datepicker-div {
	display: none; /* Баг jquery-ui с отображением datepicker'а */
}

/* Облако тегов */
.contenttag a:hover {
text-decoration: none;
color: #123;
background: #b3cee1;
}
.contenttag a {
font-size: 12px;
color: #123;
padding: 2px;
background: #E0EAF1;
text-decoration: none;
}

#news_TagCloud
	{
	line-height: 20px;
	margin: 5px 10px 10px 15px;
	word-spacing: 3px;
	text-align: center;
	font-weight: bold;
}
#news_TagCloud a 
{
	color: rgb(106, 144, 226); 
	padding: 2px;
	text-decoration: none; 
}
#news_TagCloud a:hover 
{
	text-decoration: none; 
	color: White; 
	background: rgb(75, 167, 236); 
}
.LargestTag
{
	font-size: 1.3em;
}
.LargeTag
{
	font-size: 1.2em;
}
.MediumTag
{
	font-size: 1.0em;
}
.SmallTag
{
	font-size: 0.8em;
}
.SmallestTag
{
	font-size: 0.7em;
}