html {margin:0; padding:0}
body 
{
margin:0; 
padding:0;
font: normal 12px/14px arial;
color:#999
}

header
{
margin:0;
padding:0;
background-color:#fff
}

.head
{
	height:520px;
	background-image:url(images/head-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position:relative
}



article {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.container
{
	width:100%;
	margin:0;
	padding:0
}

.blue-container
{
	width:100%;
	margin:0;
	padding:0;
	background: #1c8cb6; /* Old browsers */
	background: -moz-linear-gradient(left,  #1c8cb6 2%, #5dcbf4 49%, #1c8cb6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(2%,#1c8cb6), color-stop(49%,#5dcbf4), color-stop(100%,#1c8cb6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* IE10+ */
	background: linear-gradient(to right,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8cb6', endColorstr='#1c8cb6',GradientType=1 ); /* IE6-9 */
	height:140px;
	float: left
}



.wrap
{
	width:1000px;
	margin:0 auto;
	height:auto
}


#loginbox
{
	width:465px;
	height:250px;
	margin:-30px auto 30px auto;
	position:relative;
	z-index:10;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;
	border-radius: 10px; 
	behavior: url(border-radius.htc); 
	background: #1c8cb6; /* Old browsers */
	background: -moz-linear-gradient(left,  #1c8cb6 2%, #5dcbf4 49%, #1c8cb6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(2%,#1c8cb6), color-stop(49%,#5dcbf4), color-stop(100%,#1c8cb6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* IE10+ */
	background: linear-gradient(to right,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8cb6', endColorstr='#1c8cb6',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: -10px 15px 10px 0 rgba(0,0,0,0.3);
	box-shadow: -10px 15px 10px 0 rgba(0,0,0,0.2)
}



.maincontent
{
margin:50px 10px;
position:relative
}


h1
{
font-family: arial;
font-size: 28px;
color:#cecece
}
h2
{
font-family: arial;
font-size: 20px;
font-weight:normal;
color:#00aeef
}
h3
{
font-family: arial;
font-size: 18px;
font-weight:normal
}




footer
{
margin:0;
padding:25px 0;
display: block;
height: auto;
width: 100%;
float:left;
background: #1c8cb6; /* Old browsers */
	background: -moz-linear-gradient(left,  #1c8cb6 2%, #5dcbf4 49%, #1c8cb6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(2%,#1c8cb6), color-stop(49%,#5dcbf4), color-stop(100%,#1c8cb6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* IE10+ */
	background: linear-gradient(to right,  #1c8cb6 2%,#5dcbf4 49%,#1c8cb6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8cb6', endColorstr='#1c8cb6',GradientType=1 ); /* IE6-9 */

}

#copyright
{	margin:0 auto;
	height:auto;
	width:150px
}

.top1
{width:50%; float:left}
.top2
{width:48%; float:left}

.top2boxes { float: right}

.blue-button {
    background: #b2e8ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #b2e8ff 6%, #84daff 7%, #0f99ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#b2e8ff), color-stop(7%,#84daff), color-stop(100%,#0f99ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b2e8ff 6%,#84daff 7%,#0f99ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b2e8ff 6%,#84daff 7%,#0f99ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b2e8ff 6%,#84daff 7%,#0f99ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b2e8ff 6%,#84daff 7%,#0f99ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e8ff', endColorstr='#0f99ff',GradientType=0 ); /* IE6-9 */
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 10px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: 250px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:none
}
.blue-button:hover
{
	-webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.2)
}



.plus-button {
	background: #ffefa8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffefa8 6%, #ffd300 7%, #ffb205 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#ffefa8), color-stop(7%,#ffd300), color-stop(100%,#ffb205)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefa8', endColorstr='#ffb205',GradientType=0 ); /* IE6-9 */
	color: #755300;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 10px 10px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: 250px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:none
}
.plus-button:hover
{
	-webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.2);
	color:#2e2100
}

.openbut
{
background: #ffefa8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffefa8 6%, #ffd300 7%, #ffb205 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#ffefa8), color-stop(7%,#ffd300), color-stop(100%,#ffb205)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefa8', endColorstr='#ffb205',GradientType=0 ); /* IE6-9 */
	color: #755300;
	font-size: 20px;
    padding: 10px 30px;
	cursor: pointer;
	border:none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;

}
.openbut:hover
{
	-webkit-box-shadow: 0px 0px 10px 0 rgba(255,255,255,0.6);
	box-shadow: 0px 0px 10px 0 rgba(255,255,255,0.6);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.rezfont td
{
    color: #000;
    font-family: arial;
    font-size: 18px;
    font-weight: lighter;
    padding: 12px
}

.fr{text-align:right }
.fl{text-align:left }




.userbox {
    background: none repeat scroll 0 0 #ffd61c;
    color: #5b4b00;
    font-size: 14px;
    padding: 3px 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
	line-height:0.4;
	-moz-border-radius: 0px 0px 0px 10px; 
	-webkit-border-radius: 0px 0px 0px 10px; 
	-khtml-border-radius: 0px 0px 0px 10px; 
	border-radius: 0px 0px 0px 10px 
}
.userbox a
{
    color: #5b4b00;
	text-decoration:none;
}
.userbox a:hover {color:#000}



/* ------- ФОРМЫ  --------------  */
fieldset 
{
    border: medium none
}
.loginform {
    margin-top: 30px;
    width: 100%
}
.label1 {
    color: #fff;
    font-size: 18px;
    height: 35px;
    padding: 10px;
    text-align: right;
    width: 30%
}
.input1 
{
    width: 60%
}
.input1 > input 
{
    border: medium none;
    color: #000;
    font-size: 20px;
    height: 30px;
    padding: 5px 10px;
    width: 80%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px
}

.input1 > input:hover
{
	-webkit-box-shadow: 0px 0px 10px 0 rgba(255,255,255,0.6);
	box-shadow: 0px 0px 10px 0 rgba(255,255,255,0.6)
} 


button {
    color: #fff;
    font-size: 16px;
	margin: 20px auto 0;
    padding: 10px 30px;
	cursor: pointer;
	border:none;
	background-color: #5DCBF4; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative
}
button:hover
{
	background-color:#FFD61C;
	color:#fff

}


.redbut {
	font-size: 14px;
	margin: 20px auto 50px;
	cursor: pointer;
	border:none;
	background-image: url("./images/red.png");
    background-position: 15px 11px;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 10px 10px 10px 40px;
	background-color: #5CCAF3; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative
}
.redbut:hover
{
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#fff;
	background-color: #FFD61C; 
}

.exit {
    color: #5b4b00;
    font-size: 14px;
    margin-top: 0px;
    padding: 5px 10px;
	cursor: pointer;
	border:none;
	background: #ffefa8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffefa8 6%, #ffd300 7%, #ffb205 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#ffefa8), color-stop(7%,#ffd300), color-stop(100%,#ffb205)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefa8', endColorstr='#ffb205',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position:relative
}
.exit:hover
{
	margin-top:0;
	color:#664800;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#000
}


.del {
	font-size: 14px;
	margin: 20px auto 50px;
	cursor: pointer;
	border:none;
	background-image: url("./images/del.png");
    background-position: 15px 11px;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 5px;
    color: #999;
    cursor: pointer;
    padding: 10px 10px 10px 40px;
	background-color: #dedede; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative
}
.del:hover
{
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#fff;
	background-color: red; 
}

.inbaseform > form 
{
    height: 380px
}


.inbase {
    float: right;
	width: 750px
}
.label2 {
    color: #000;
    font-size: 18px;
    height: 35px;
    padding: 10px;
    text-align: right;
    width: 30%
}
.input2 
{
    width: 60%
}
.input2 > input 
{
    border: 2px solid #00adef;
    color: #000;
    font-size: 20px;
    height: 30px;
    padding: 5px 10px;
    width: 80%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px
}

.input2 > input:hover
{
	-webkit-box-shadow: 0px 0px 10px 0 rgba(255,255,255,0.6);
	box-shadow: 0px 0px 10px 0 rgba(255,255,255,0.6)
} 

.form-element
{
	border: 2px solid #00adef;
    color: #000;
    font-size: 20px;
    width: 85%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;
	height: 46px

}

.form-element option {
    padding: 8px 10px
}





input, textarea {outline: none}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {border: none}

:invalid {box-shadow: none}
:-moz-submit-invalid {box-shadow: none}
:-moz-ui-invalid {box-shadow:none}







/*  ПОИСК  */

.inputsearch
{
    border: medium none;
    color: #000;
    font-size: 20px;
    height: 30px;
    padding: 5px 10px;
    width: 370px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px
}
.searchbutton
{
    color: #755300;
    font-size: 20px;
	cursor: pointer;
	height: 40px;
    margin-left: -12px;
	padding:0 20px;
	border:none;
	background: #ffefa8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffefa8 6%, #ffd300 7%, #ffb205 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#ffefa8), color-stop(7%,#ffd300), color-stop(100%,#ffb205)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffefa8 6%,#ffd300 7%,#ffb205 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefa8', endColorstr='#ffb205',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px
}
.searchbutton:hover
{color:#2e2100}


/* Таблицы */

.tabstyle
{     
border: 3px solid #fff;
border-collapse: collapse;
width:100%
}


.tabstyle td, .tabstyle tr
 {
      text-align:left;
      padding:15px 10px;
      border: 1px solid #01AEF0;
      border-collapse: collapse;
	  font-size:14px;
	  color:#333333;
	  line-height: 1.3
}

.tabstyle tr:hover
{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #ececec 50%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#ececec), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ececec 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#ececec 50%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#ececec 50%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#ececec 50%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 )
}

.tabstyle th 
{
      text-align:center;
      padding:15px;
      border: 1px solid #01AEF0;
      border-collapse: collapse;
      background: #fff;
	  color:#01AEF0;
	  font-size:18px;
	  font-weight:normal;
	  line-height: 1.3
}



.logo {
    float: left;
    left: 105px;
    position: relative;
    top: 55px;
}

