@charset "utf-8";
/* CSS Document */

div.text_title {
	font-size: 14px;
	color: black;
	border-bottom: 3px solid black;
	margin-bottom: 15px;
	padding: 3px 10px;
}
div.text_title span {
	font-weight: bold;
}

div.column_menu_left {
	color: #f9ff51;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/img/comuflage.png);
	background-position: 30% 40%;
	height: 23px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 45px;
	margin-left: 19px;
}
div.column_menu_right {
	color: #f9ff51;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/img/comuflage.png);
	background-position: 20% 60%;
	height: 23px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 45px;
	margin-right: 19px;
}

.center {
	padding: 40px 20px;
}
.column_container {
	padding: 15px 0px 10px 40px;
}
.column_container_right {
	padding: 15px 0px 10px 21px;
}
.column_container .links a, .column_container_right .links a {
	display: block;
	padding: 2px 0px;
	width: auto;
	margin-right: 10px;
}
.column_banners {
	padding-bottom: 30px;
	margin-left: -10px;
}
.column_banners img {
	padding: 5px 0px 10px 0px;
}

.column_container_right .discuss a {
	display: block;
	padding: 7px 0px 2px 0px;
	width: auto;
	color: #4a8bd3;
	margin-right: 5px;
}
.column_container_right .discuss span {
	font-size: 11px;
	color: #989898;
}

div.links a{
	display: block;
	padding: 5px 0px;
}


table.cnews {
	width: 100%;
}
table.cnews td.title {
	border-bottom: 3px solid black;
	font-size: 14px;
	font-weight: bold;
}
table.cnews td.data {
	text-align: right;
	border-bottom: 3px solid black;
	font-size: 11px;
}
table.cnews td.text {
	padding: 20px 0px;
}

div.year_select {
	font-size: 14px;
	text-align: center;
}

div.calendar {
	width: 200px;
	height: 180px;
	float: left;
	padding: 10px;
}

div.calendar table.calendar {
	width: 100%;
}

div.calendar div.month_name {
	color: #f9ff51;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/img/comuflage.png);
	background-position: 20% 60%;
	height: 20px;
	border-left: 1px solid black;
	text-align: center;
	padding-top: 2px;

}

div.calendar table.calendar td {
	border: 1px solid black;
	padding: 5px;
	text-align: center;
}
div.calendar table.calendar td.lnk {
	background-color: #6279a2;
}
div.calendar table.calendar td.lnk a {
	color: white;
}

div.calendar_text {
	padding-bottom: 40px;
}
