﻿/* глобальные стили для всего проекта */
html { height: 100%; overflow: auto; }

body { margin: 0px; padding: 0px; 
	background-color: #FFF; 
	font: normal normal normal 100.01%/1.1em Lucida Sans Unicode, Arial;
	color: #0d3c4d;
	position: relative;
	min-width: 995px;
	/*max-width: 1200px;*/
	font-size: 75%;
	text-align: center;
	overflow: auto;
}

@media all and (min-resolution: 120dpi) {
    body { font-size: 60%; }
    body, x:-moz-any-link { font-size: 75%; }
}

big { font-size: 2.5em; line-height: 1; }
small { font-size: 1.5em; line-height: 1; }
em { font-size: 0.833em; font-style: normal; }

/* ---------- Headers ---------- */
h1, h2, h3, h4 { margin: 0; font-weight: normal; }
h1 { font-size: 2.5em; line-height: 1; color: #0d3c4d; }
h2 { font-size: 1.5em; line-height: 1.1; color: #3FA9F5; margin: 0.5em 0 0.2em 0; }
h3 { font-size: 1em; font-weight: bold; }


/* ---------- Colors ---------- */
.gray { color: #999999; }
.yellow { color: #FFC70C; }
/*.yellow { color: #FFC611; }*/

.pseudo-href { border-bottom: 1px dashed #fff; color: #fff; line-height: 1.5em; cursor: pointer; }

/* --------- Table ---------- */
table { font-size: 100%; /*position: relative;*/ }
td { padding: 3px 5px; vertical-align: top; }


.hidden { display: none; }
.invisible { visibility: hidden; }


ol, ul, dl, dt, dd { list-style: none; margin: 0px; padding: 0px; }


a { color: #2d83c2;/*#0082C4;*/ text-decoration: none; }
a:hover { color: #EF1D7A; }
a:focus { outline: none; }
a img { border: none; }


span.nowrap { white-space: nowrap; }


.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }

/*img { display: block; }*/
form { width: 100%; margin: 0; }

input, textarea, select, button {
	font-family: Lucida Sans Unicode, Lucida Sans, sans-serif;
	font-size: 100%;
}


p { margin: 0.5em 0 1em; display: block; /zoom: 1; }
pre { font-size: 1.25em; margin: 0; }
label { display: block; /zoom: 1; }


.clearfix:after { content: "."; display: block; visibility: hidden; clear: both;
	font-size: 0; height: 0; margin:0; padding:0; border: 0 none; }