/**
 * Standard HTML elements
 */

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family: Arial, sans-serif;
	line-height: 1.4;
	background-color: #ffffff;
}

a {
	color: #007ac2;
}

.blue_mode .sub_menu a,
.interesting .sub_menu a {
	color: #ede783 !important;
}

a:hover, a:focus {
	color: #00a76d !important;
}

a:visited {
	color: #8b38bf;
}

.blue_mode a:hover,
.blue_mode a:focus,
.interesting a:hover,
.interesting a:focus {
	color: #ffffff !important;
}

img {
	border-width: 0;
}

p, address, blockquote {
	margin: 0 0 0.6em 0;
}

address {
	font-style: normal;
}

small {
	font-size: 0.8em;
}

ul, dl {
	margin: 0 0 1.2em 0;
}

ol {
	margin: 0 0 1.2em 2.5em;
}

ul {
	list-style-type: none;
}

li {
	margin: 0 0 0.5em 0;
}

li ul, li ol {
	margin: 0.3em 0 0 2.5em;
}

dt {
	margin: 0;
}

dd {
	margin: 0 0 0.6em 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1, h2, h3 {
	line-height: 1.2;
}

h1 {
	font-size: 1.75em;
	margin: 0 0 0.4em 0;
}

h2 {
	font-size: 1.7em;
	margin: 1em 0 0.3em 0;
}

h3 {
	font-size: 1.5em;
	margin: 1em 0 0.3em 0;
}

h4 {
	font-size: 1.2em;
	margin: 0 0 0.3em 0;
}

h2:first-child, h3:first-child {
	margin-top: 0;
}

h1 + h2, h1 + h3, h2 + h3 {
	margin-top: 0;
}

table {
	border-spacing: 0;
	border: none;
}

td, th {
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
}


/**
 * Standart presets
 */

.width_fix {
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0;
	overflow: hidden;
}

.clickable {
	cursor: pointer;
}

.nobr {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

.success {
	color: #40ae49;
}

.error {
	color: #d2232a;
}

.success,
.error,
.message {
	margin-bottom: 1.5em;
}

.pseudo_link span{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted;
	cursor: pointer;
}

.pseudo_link:hover span{
	color: #ffffff !important;
}

img.resized_vertical {
	height: 100%;
	width: auto;
}

img.resized_horizontal {
	width: 100%;
	height: auto;
}

ul.list,
.content ul {
	margin: 0 0 1.2em 1.3em;
	font-size: 0.9em;
}

ul.list ul.list,
ol ul.list {
	margin: 0.3em 0 0 2.5em;
}

ul.list > li {
	text-indent: -1.3em;
}
.content ul > li {
	text-indent: -1.3em;
}

ul.list > li:before {
	content: '\2014\a0';
}
.content ul > li:before {
	content: '\2014\a0';
}

input.empty {
	color: #b2b2b2;
}

table.data {
	font-size: 0.8em;
	line-height: 1.3;
	margin: 0 0 1.2em 0;
	empty-cells: show;
}

table.data td {
	padding: 1.5em 2em 0.3em 0;
}

table.data th {
	font-weight: normal;
	border-bottom: 1px solid #dbdbda;
	padding: 0 2em 0.8em 0;
}

table.data td.number,
table.data th.number {
	text-align: right;
}