/*
// 2006-01-12
// Copyright (c) Artburo | http://www.artburo.ru/
// Author - Stepan Galkin
*/

@import url('layout.css');
@import url('forms.css');

body {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	background-color: White;
}
body, td, th {
	font: 12px Arial, Helvetica, sans-serif;
	color: Black;
}
body#modal {
	margin: 40px 40px 30px 60px;
	background-color: White;
}

/* common html elements */
h1 {
	font: normal 28px Helvetica, Arial, sans-serif;
	color: #989BA3;
}
h2 {
	font: normal 22px Helvetica, Arial, sans-serif;
	color: #989BA3;
	margin-bottom: 8px;
}
h3 {
	font: normal 18px Helvetica, Arial, sans-serif;
	color: #535559;
	color: #989BA3;
	margin: 0px 0px 16px 0px;
}
h4 {
	font: normal 18px Helvetica, Arial, sans-serif;
	margin: 0px 0px 4px 0px;
	color: #DA9A23;
	clear: both;
}
h5 {
	font: normal 16px Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-bottom: 4px;
	color: #737780;
}
h6 {
	font: normal 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FF002E;
	margin: 0px 0px 8px 0px;
}
ul, ol {
	margin-bottom: 18px;
}
ul li, ol li {
	margin-bottom: 4px;
}
ol.search {
	margin-left: 5px;
	padding-left: 18px;
}
ol.search li {
	margin-bottom: 20px;
}
small {
	font-size: 11px;
}
img {
	border: none;
}

/* heads tables */
table.h1 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 12px;
}
table.h1 th {
	width: 1%;
	text-align: left;
	border-top: solid 1px #D2D2D2;
	border-right: solid 1px #D2D2D2;
	white-space: nowrap;
	padding: 6px 16px 1px 0px;
}
table.h1 th h1 {
	margin: 0px 0px 0px -1px;
}
table.h1 td {
	border-bottom: solid 1px #D2D2D2;
}
table.h2 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 12px;
}
table.h2 th {
	width: 1%;
	text-align: left;
	border-top: solid 1px #D2D2D2;
	border-right: solid 1px #D2D2D2;
	white-space: nowrap;
	padding: 6px 16px 1px 0px;
}
table.h2 th h2 {
	margin: 0px 0px 0px -1px;
}
table.h2 td {
	border-bottom: solid 1px #D2D2D2;
}

/* links */
a {
	color: #DA9A23;
}
a.head {
	font: bold 15px Arial, Helvetica, sans-serif;
}
div.creatorLink {
	margin-top: 22px;
	font-size: 11px;
	color: #A0A0A0;
}
div.creatorLink a, .creatorLink a:visited {
	color: #A0A0A0;
	text-decoration: none;
	cursor: text;
}
div.creatorLink span {
	text-decoration: underline;
	cursor: pointer;
}
div.creatorLink span:hover {
	color: #DA9A23;
}
a.email {
	text-decoration: none;
}
a.email:hover {
	text-decoration: underline;
}

/* text styles */
.faded {
	color: #A0A0A0 !important;
}
.faded a {
	color: #A0A0A0;
}
.faded a:hover {
	color: #DA9A23;
}
.gray {
	color: #888888 !important;
}
.bold {
	font-weight: bold;
}
.red {
	color: Red;
}
.small {
	font-size: 11px;
}
.pages_capt {
	font-weight: bold;
	color: #848484;
	padding-right: 6px;
}
.news_idx_date {
	font-size: 11px;
	padding-right: 10px;
	color: #888888;
}
.news_idx_head a {
	text-decoration: none;
	font-weight: bold;
}
.news_idx_head a:hover {
	text-decoration: underline;
}
.news_idx_body {
	font-size: 11px;
	padding-left: 22px;
	padding-top: 4px;
	margin-bottom: 12px;
}
.dwnld_item {
	margin-bottom: 12px;
}
.dwnld_item div.head {
	font-size: 11px;
	padding-left: 22px;
}
.dwnld_item div.link {
	margin-bottom: 1px;
}
.dwnld_item div.link img {
	vertical-align: bottom;
	margin-bottom: -2px;
	margin-right: 5px;
}
.dwnld_item div.note {
	font-size: 11px;
	padding-left: 22px;
	color: #888888;
}

/* paragraphs */
p {
	margin: 0px 0px 14px 0px;
	clear: both;
}
p.big {
	font-size: 14px;
	margin-bottom: 22px;
}
p.bigger {
	font: normal 18px Helvetica, Arial, sans-serif;
	color: #989BA3;
}
div.text {
	width: 86%;
}
div.dd {
	padding-left: 50px;
}
div.dd div {
	margin-bottom: 6px;
}

/* lines */
div.line {
	width: 100%;
	background-color: #D2D2D2;
	height: 1px;
	clear: both;
}
div.line.dotted {
	background: url(../images/dot.gif) transparent repeat-x 1px 0px;
}