﻿/* begin ctrlTopNews ******************/
.ctrlTopNews .header
{
	padding-left:50px;
	height:40px;
	background:url('../i/news.png') no-repeat left;
	line-height:40px;
	cursor:pointer;
}
.ctrlTopNews .news
{
	float:left;
	clear:both;
	width:100%;
	padding:5px 0px 10px 5px;
}
.ctrlTopNews .news .date
{
	float:left;
	clear:both;
	width:100%;
	
	text-align:left;
	font-size:0.8em;
	font-weight:bold;
	color:#363d42;
}
.ctrlTopNews .news .title
{
	float:left;
	clear:both;
	width:100%;
}
.ctrlTopNews .news .title a
{
	text-decoration:none;
	color:#363d42;	
}
.ctrlTopNews .footer
{
	text-align:right;	
}
.ctrlTopNews .footer a
{
	color:#5b971e;	
}
/* end   ctrlTopNews ******************/
/* begin ctrl last news ***************/
.ctrlNewsList .news
{
	width:49%;
	float:left;
	clear:left;
	padding-bottom:10px;
}
.ctrlNewsList .newsAltern
{
	width:49%;
	float:right;
	clear:right;
}
.ctrlNewsList .news p
{
	padding:1px 0px;
	margin:0px;
}
.ctrlNewsList .news .date
{
	font-weight:bold;
	font-size:0.8em;
}
.ctrlNewsList .news .link
{
	width:98%;
	float:left;
	clear:both;
	
	text-align:right;
}
.ctrlNewsList .news .link a
{
	color:#5b971e;	
}
/* end   ctrl last news ***************/
/* begin ctrl news archive ************/
.ctrlNewsArchive
{
	border-top:solid 1px #bababa;
	padding-top:5px;
	margin-top:5px;
}
.ctrlNewsArchive .news
{
	width:49%;
	float:left;
	clear:left;
}
.ctrlNewsArchive .newsAltern
{
	float:right;
	clear:right;
}
.ctrlNewsArchive .news p
{
	padding:1px 0px;
	margin:0px;
}
.ctrlNewsArchive .news .date
{
	font-weight:bold;
	font-size:0.8em;
}
.ctrlNewsArchive .news .link
{
	width:98%;
	float:left;
	clear:both;
	
	text-align:right;
}
.ctrlNewsArchive .news .link a
{
	color:#5b971e;	
}
.ctrlNewsArchive .lineYear
{
	clear:both;
	float:left;	
	padding:2px 0px 10px 0px;
}
.ctrlNewsArchive .lineYear .field,
.ctrlNewsArchive .lineMonth .field

{
	float:left;
	clear:both;
	font-size:1.0em;
	font-weight:bold;
}
.ctrlNewsArchive .lineYear .control,
.ctrlNewsArchive .lineMonth .control
{
	float:left;
	clear:both;
}
.ctrlNewsArchive .lineYear .control input,
.ctrlNewsArchive .lineMonth .control input
{
	border:solid 1px #d0d0d0;
}
.ctrlNewsArchive .lineMonth
{
	float:left;	
	padding:2px 0px 2px 15px;
}
/* end   ctrl news archive ************/
/* begin ctrl news view ***************/
.ctrlNewsView
{
	width:100%;
	float:left;
	clear:both;
	
	padding-bottom:10px;
}
.ctrlNewsView .date
{
	padding-bottom:5px;
	font-weight:bold;
	font-size:0.8em;
}
.ctrlNewsView .link
{
	width:98%;
	float:left;
	clear:both;
	
	text-align:right;
}
.ctrlNewsView .link a
{
	font-weight:bold;
	color:#5b971e;	
}
/* end   ctrl news view ***************/
