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

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #e7e7e7;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
td {
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
	float: left;
}

a {
	color: #0093de;
}
a:hover {
	color: #007bba;
}

table.lang {
	width: 185px;
	margin-left: 15px;
}
table.lang td {
	text-align: center;
	padding-top: 5px;
}

table.main_menu {
	width: 100%;
	background-image: url(/img/main_menu/bg.gif);
}

table.main_menu td.def {
	text-align: center;
}
table.main_menu td.def a {
	color: #363636;
	font-size: 15px;
	text-decoration: none;
}
table.main_menu td.sel {
	text-align: center;
	background-image: url(/img/main_menu/bg_sel.gif);
}
table.main_menu td.sel a {
	color: white;
	font-size: 15px;
	text-decoration: none;
}



table.menu {
	width: 220px;
	border-collapse: separate;
}
table.menu td.menu_item {
	height: 24px;
	background-color: #f8f8f8;
	border-top: 1px solid white;
	border-bottom: 1px solid #d8dbdd;
	padding: 0px 12px;
}
table.menu td.sub_cont {
	padding: 0px 4px;
	background-color: #f8f8f8;
}
table.menu td.linet {
	background-color: #f0eacd;
	border-bottom: 1px solid #d8dbdd;
}
table.menu td.lineb {
	background-color: #f0eacd;
	border-top: 1px solid white;
}
table.sub_menu {
	width: 100%;
	border-collapse: collapse;
}
table.menu td.submenu_item {
	background-color: #ffffff;
	border-top: 1px solid #d8dbdd;
	border-bottom: 1px solid #d8dbdd;
	height: 24px;
	padding: 0px 8px;
}
table.menu td a {
	font-size: 12px;
	text-decoration: none;
	color: #0093de;
}
table.menu td a:hover {
	text-decoration: underline;
}
table.menu td.sel a {
	font-size: 12px;
	text-decoration: none;
	color: #f3661f;
	font-weight: bold;
}
table.menu td.sel a:hover {
	text-decoration: underline;
}

.center p.title {
	font-size: 14px;
	color: #828282;
	margin: 0px 0px 10px 0px;
}
.center p.title span {
	color: #a48e19;
	font-size: 16px;
	font-weight: bold;
}

.tdtitleline {
	background-color: #f0eacd;
	font-size: 16px;
	color: #a48e19;
	font-weight: bold;
}
.tdgrayline {
	background-color: #ececec;
	font-size: 16px;
	color: black;
	font-weight: bold;
}

table.events {
	width: 100%;
}
table.events tr.title td {
	background-color: #ececec;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
table.events tr.text td {
	background-color: #f8f8f8;
}
table.events p.title {
	font-size: 14px;
	color: #3d3d3d;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}
table.events p.text {
	font-size: 11px;
	color: #3d3d3d;
	margin: 0px;
}
table.events a {
	display: block;
	text-align: right;
}

table.special td.special {
	padding: 7px 0px;
}
table.special td.special a {
	display: block;
	padding: 3px 0px 3px 5px;
}

table.search {
	width: 100%;
}
table.search td.title {
	padding-left: 26px;
	font-size: 13px;
	font-weight: bold;
}
table.search td.inp {
	padding-left: 32px;
}
table.search input {
	width: 140px;
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}



table.articles {
	width: 100%;
}
table.articles tr.title td {
	background-color: #ececec;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
table.articles tr.text td {
	background-color: #f8f8f8;
}
table.articles tr.text td.text {
	padding: 5px 0px;
}
table.articles a {
	display: block;
	padding: 3px 0px;
}
