/*#############################################################
Name: Indigo
Date: 2006-07-27
Description: A lightweight, simple and pleasant design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
	/* standard elements */
* {
	margin: 1; // 0
	padding: 1;
	//
	0
}

a {
	color: #F70;
}

a:hover {
	color: #C60;
}

body {
	background: #0094D6 url(/html/img/bg.gif) repeat-x;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode", sans-serif;
	margin: 0;
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode", sans-serif;
}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

code {
	background: url(/html/img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode", serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	background: url(/html/img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode", serif;
	padding-left: 28px;
}

h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(/html/img/topleft.gif) no-repeat;
}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 0 0 0 99px; /* 28px 0 0 76px;*/
}

.title h1 {
	color: #FFF;
	font: normal 2em "Courier new", sans-serif;
}

/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}

.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS", sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}

.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url(/html/img/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}

.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}

.sidenav li {
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}

.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}

.sidenav li a:hover {
	color: #111;
	background: url(/html/img/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}

.content .descr {
	color: #C60;
	margin-bottom: 6px;
}

.content li {
	list-style: url(/html/img/li.gif);
	margin-left: 18px;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}

.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url(/html/img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.cal a {
	color: #777;
	text-decoration: none;
	float: left;
	font: bold 1.2em "Trebuchet MS", sans-serif;
	margin-top: 1px;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
}

.cal a:hover {
	color: #111;
	text-decoration: none;
	float: left;
	font: bold 1.2em "Trebuchet MS", sans-serif;
	margin-top: 1px;
	padding: 3px 6px;
	text-align: center;
	text-decoration: underline;
}

form.group dt,dd {
	padding: 2px;
}

form.group label {
	color: #3E4E68
}

form.group label.required {
	font-weight: bold
}

form.group dd {
	padding-bottom: 10px;
}

form.group fieldset {
	margin-left: -30px;
	width: 450px;
	padding: 10px;
	border: 1px solid #A3B1C9
}

form.group fieldset legend {
	color: #3E4E68;
	font-size: 1.4em;
}

form.group #captcha-input {
	margin-top: 5px;
}

form.group ul.errors {
	color: red
}

form.group #fieldset-buttonsGroup {
	border: 0px;
}

table.table_out {
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	background: #FFFFF;
	height: auto;
	text-align: inherit;
	font-size: 10px;
	text-align: left;
}

.col-wrap1 {
	width: 35%;
	background: #f9f9f9;
	border: 1px solid rgb(0, 0, 0);
	border-spacing: 2px;
	
}

.col-wrap2 {
	width: 180%;
	margin-right: -100%; /* чтобы IE6 не раздвигал контейнер */
	position: relative;
	left: 103%;
	background: #f6f6f6;
	border: 1px solid rgb(0, 0, 0);
	border-spacing: 2px;
}


.col1 {
	float: left;
	width: 50%;
	margin-right: -100%;
	position: relative;
	padding-top: 4px;
	left: -55%;
	font-size: 12px;
}

.col2 {
	float: left;
	width: 100%;
	margin-right: -100%;
	position: relative;
	padding: 2px;
	left: 1%;
	font-size: 12px;
}

.clear {
	clear: both;
	font-size: 0;
	overflow: hidden; /* тройной презерватив для IE */
}

.tablediv {
display:  table;
width:40%;
background-color:#eee;
border:1px solid  #666666;
border-spacing:5px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
}
.celldiv {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
width:20%;
#background-color:#ccc;
}
.rowdiv  {
display:  table-row;
width:auto;
}

.whydiv {
display:  table;
width:50%;
#background-color:#eee;
#border:1px solid  #666666;
border-spacing:5px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
}
