/* RESET STYLES & FIXES */

* { margin: 0; padding: 0; }
html, body { margin: 0; padding: 0; }
ul, li, ol, dd, dt, dl { margin: 0 0 0 0; padding: 0; }
a img { border: none; } /* Firefox fix */
table { border-collapse: collapse; border: none; }
table * { margin: 0; padding: 0; }


/* Размеры шрифтов */

.font_s  { font-size: 10px; line-height: 14px; }
.font_n  { font-size: 12px; }
.font_l  { font-size: 20px; color: #2079C7; font-weight: bold; margin: 30px 0px 16px 0px; }
.font_xl { font-size: 24px; color: #2079C7; font-weight: bold; margin: 16px 0px 16px 0px; }


/* Цвета */

.white      { color: #FFFFFF; }
.blue       { color: #002E6C; }
.yellow     { color: #FAD81A; }
.green      { color: #74AA5C; }
.lightblue  { color: #2079C7; }
.gray       { color: #666666; }
.bg_white   { background: #FFFFFF; }
.bg_gray    { background: #E2E2E2; }


/* Оформление, отступы, буллеты */

.notextdecoration, .no_ { text-decoration: none; }
.padding_10 { padding: 10px; }
.padding_20 { padding: 20px; }
.margin_10 { margin: 10px; }
.margin_20 { margin: 20px; }
.greenbullet  { padding-left: 15px; background: url('../img/green_bullet.gif') no-repeat left top; }
.bluebullet   { padding-left: 15px; background: url('../img/blue_bullet.gif') no-repeat left top; }
.yellowbullet { padding-left: 15px; background: url('../img/yellow_bullet.gif') no-repeat left top; }
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }


/* Настройка стандартных тегов */

body {
	background: #CCCCCC;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #002E6C;
	text-align: center;
}

a {
	color: #2079C7;
	text-decoration: none;
	/*width:100%;*/
}

p {
	color: #002E6C;
	font-size: 12px;
	line-height: 17px;
	margin: 10px 0px;
}

.text {
	color: #002E6C;
	line-height: 17px;
}

h1 {
	font-size: 24px;
	color: #2079C7;
	font-weight: bold;
	margin: 16px 0px 16px 0px;
}

h2 {
	font-size: 20px;
	color: #2079C7;
	font-weight: bold;
	margin: 20px 0px 16px 0px;
}

h3 {
	font-size: 16px;
	color: #2079C7;
	font-weight: bold;
}

li { padding-left: 15px; margin: 10px 0px; font-size: 12px;}
ul { list-style-type: none; padding-left: 10px; font-size: 12px;}
ul li { background: url('../img/green_bullet.gif') no-repeat left top; }
ul li ul li { background: url('../img/yellow_bullet.gif') no-repeat left top; }
ul li ul li ul li { background: url('../img/blue_bullet.gif') no-repeat left top; }
ol { list-style-type: decimal; padding-left: 10px; font-size: 12px; }

.news_item {
	margin-bottom: 20px;
	clear: both;
}

.news_date {
	font-size: 10px;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 10px;
}

.news_title {
	font-weight: bold;
}

.news_image {
	float: right;
	margin-left: 10px;
}

table.t1 {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-top: 2px solid #74AA5C;
	border-bottom: 2px solid #74AA5C;
}
table.t1 caption {
	font-size: 13px;
	color: #2079C7;
	font-weight: bold;
	margin: 10px 0px 6px 0px;
	text-align: right;
	vertical-align: top;
}
table.t1 tr th{
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #C0C0C0;
	vertical-align: top;
}
table.t1 tr th.header {
	border-bottom: 3px solid #74AA5C;
}
table.t1 tr td.header {
	border-bottom: 3px solid #74AA5C;
}
table.t1 tr td{
	padding: 2px;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px dotted #FFDD00;
	vertical-align: top;
}
table.t1 tr:first-child td {
	border-top: 2px solid #74AA5C;
}
table.t1 tr td.footer {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	border-top: 2px solid #C0C0C0;
	border-bottom: none;
	vertical-align: top;
}
table.t1 tr:hover td
{
	background: #F0F0F0;
}

table.nobordertop {
	border-top: none;
}
table.noborderbottom {
	border-bottom: none;
}

table.infoblock {
	width: 200px;
	margin: 0px 10px;
}

table.infoblock tr.head {
	background: url('../img/ib_top.gif') no-repeat left top;
}

table.infoblock tr.head td {
	height: 20px;
	padding: 0px 20px 0px 20px;
}

table.infoblock tr.head td span {
	background: #FFFFFF;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	color: #002E6C;
	font-weight: bold;
}

table.infoblock tr {
	background: url('../img/ib_walls.gif') repeat-y center top;
}

table.infoblock tr td {
	padding: 2px 15px;
	font-size: 10px;
	line-height: 12px;
}

table.infoblock tr td a {
	color: #CC0000;
	text-decoration: none;
}

table.infoblock tr td a:hover {
	text-decoration: underline;
}


table.infoblock tr.foot {
	background: url('../img/ib_bottom.gif') no-repeat left top;
}

table.infoblock tr.foot td {
	height: 20px;
	padding: 0px 20px 0px 20px;
}

table.z {
	background-color: #FFFFFF;
	border-collapse: collapse;
}

table.z tr th{
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #2079C7;
	border-bottom-color: #FFDD00;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

table.z tr td{
	padding: 6px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

table.z tr td.name{
	font-weight: normal;
	color: #002E6C;
}

table.z tr td.input{
	font-size: 13px;
	font-weight: bold;
}

table.z tr td .hint{
	font-size: 10px;
}

table.z tr td.footer {
	font-size: 10px;
	font-weight: normal;
	border-top: 2px solid #C0C0C0;
	vertical-align: top;
	border-bottom: none;
	color: #666666;
}

table.z tr:hover td
{
	background: #F0F0F0;
}

input, select, select option, textarea {
	font-size: 13px;
	padding: 2px;
}

input[readonly], select[readonly], select option[readonly], textarea[readonly] {
	font-size: 13px;
	background-color: #EEEEEE;
	color: #333333;
	padding: 2px;
}

input[type='submit'], input[type='button'] {
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
}

/* Элементы по id, дизайн страницы */

.leftblock {
	width: 240px;
	float: left;
}

.centerblock {
	width: 720px;
	float: right;
}

#page {
	border: 1px solid #000000;
	margin: 0 auto;
	width: 960px;
	background: #FFFFFF url('../img/bg_page.gif') repeat-y left top;
	text-align: left;
}

#header {
	font-size:0px;
	width: 960px;
	height: 80px;
	background: #002e6c url('../img/bg_btn.gif') repeat-x top;
/*	text-align: left;*/
}

#middle {
	width: 960px;
}

#topmenulines {
	font-size:0px;
	width: 960px;
	height: 10px;
	vertical-align: top;
/*	text-align: left;*/
}

#contacts {
	background: #D9E9FF;
	padding: 10px;
}

#banner {
	padding: 10px 10px 10px 10px;
	width: 220px;
}

#blank {
	width: 240px;
	height: 120px;
}

#footer {
	width:960px;
	background: #9FA6AE;
	color: #FFFFFF;
	font-size: 11px;
}
