* {
/*	margin: 0; */
/*	padding: 0; */
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	position: relative;
}
.name {
background: url(/images/name.png) no-repeat;
width: 651px;
height: 22px;
display: block;
float: right;
right: 170px;
top: 10px;
position: absolute;
}
.menu-top {
background: #ECECEC;
background: -moz-linear-gradient(top, #ececec 0%, #b2b2b4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%,#B2B2B4));
background: -webkit-linear-gradient(top, #ECECEC 0%,#B2B2B4 100%);
background: -o-linear-gradient(top, #ececec 0%,#b2b2b4 100%);
background: -ms-linear-gradient(top, #ececec 0%,#b2b2b4 100%);
background: linear-gradient(to bottom, #ECECEC 0%,#B2B2B4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#b2b2b4',GradientType=0 );
width: 1090px;
height: 40px;
border-radius: 15px;
position: relative;
top: 50px;
box-shadow: 0px 24px 11px -13px rgba(207, 207, 207, 0.53);
}
.menu-top li {
	float: left;
	list-style: none;
	padding: 0px 10px 0 10px;
	position: relative;
/*	top: 10px; */
/*	left: 15px; */
/*	border-right: 1px solid #9C9C9C; */
	height: 20px;
	z-index:1;
}
.menu-top li:first-child {
	padding-right: 185px;
	border:none;
}
.menu-top li:last-child {
	border:none;
}
.menu-top a {
	text-decoration: none;
	color: #696868;
	font-weight: bold;
}
.menu-top a:hover, .active {
	color:#e75c2f !important;
}

/* ������� ���� */
/* * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} */
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#mainmenu {
/*	position: relative;
	border: 1px solid #222;
	background-color: #111;
	background-image: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background-image: -webkit-linear-gradient(#444, #111);
	background-image: -o-linear-gradient(#444, #111);
	background-image: linear-gradient(#444, #111);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-o-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-ms-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	height: 40px;
	margin: 50px auto;
	padding: 0; */
	width: 960px;
	z-index: 10/* ��� ����������� ���������� ������ ��������� ������ */
}
 
#mainmenu ul, /* ���������� ���� � ������� � ������� */
#mainmenu ul ul,
#mainmenu ul ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mainmenu ul {
	clear: left;
	position: relative;
/*	right: 50%; */
	height: 40px;
/*	float: right; */
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
/*	text-transform: uppercase; */
}
#mainmenu ul li {
/*	border-right: 1px solid #222; */
	box-shadow: 1px 0 0 #444;
	-moz-box-shadow: 1px 0 0 #444;
	-o-box-shadow: 1px 0 0 #444;
	-ms-box-shadow: 1px 0 0 #444;
	-webkit-box-shadow: 1px 0 0 #444;
	position: relative;
/*	left: 50%; */
	float: left;
	height: 39px;
}
#mainmenu ul li:last-child {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
#mainmenu ul li a {
	display: block;
	color: #696868;
	text-decoration: none;
	padding: 13px 7px
}
#mainmenu ul > li:hover > a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #CFCFCF 0%, #8B8B8D 100%) repeat scroll 0 0;
	background-color: #8B8B8D;
	background-image: -moz-linear-gradient(#CFCFCF, #8B8B8D);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CFCFCF), to(#8B8B8D));
	background-image: -webkit-linear-gradient(#CFCFCF, #8B8B8D);
	background-image: -o-linear-gradient(#CFCFCF, #8B8B8D);
	background-image: linear-gradient(#CFCFCF, #8B8B8D);
	color: #fafafa
}
 
/** ��������� ������� ������������ �������� ������ **/
 
#mainmenu > ul > li.parent > a::after {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 4px 0 0 8px;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	     -o-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	height: 5px;
	width: 5px;
}
 
/*************************** ���������� ��������� **/
 
#mainmenu ul li ul {
	background: #ececec;
	background: -moz-linear-gradient(#ececec, #b2b2b4);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#b2b2b4));
	background: -webkit-linear-gradient(#ececec, #b2b2b4);
	background: -o-linear-gradient(#ececec, #b2b2b4);
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#b2b2b4));
	background: linear-gradient(#ececec, #b2b2b4);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-transform: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	line-height: 18px;
	top: 39px;
	font-size: 12px;
	margin-top: 20px;
	height: auto;
	min-width: 150px;
	width: 100%
}
#mainmenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition: margin 0.3s ease 0s;
	   -moz-transition: margin 0.3s ease 0s;
	     -o-transition: margin 0.3s ease 0s;
	        transition: margin 0.3s ease 0s;
	margin: 0;
	z-index: 11;
}
#mainmenu ul li ul li {
	border: none;
	box-shadow: 0 1px 0 #9C9C9C, 0 1px 0 #666;
	-moz-box-shadow: 0 1px 0 #9C9C9C, 0 1px 0 #666;
	-o-box-shadow: 0 1px 0 #9C9C9C, 0 1px 0 #666;
	-webkit-box-shadow: 0 1px 0 #9C9C9C, 0 1px 0 #666;
	-ms-box-shadow: 0 1px 0 #9C9C9C, 0 1px 0 #666;
	position: relative;
	left: 0;
	float: none;
	height: auto;
	text-align: left !important;
}
#mainmenu ul li ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#mainmenu ul li ul li a {
	padding: 10px 15px;
	border: none
}
 
/*************************** ���������� ������ ������� ������ **/
 
#mainmenu ul li ul li ul {
	top: 0;
	left: 90%;
	margin: 0 0 0 20px;
	_margin: 0;
	/*IE6 only*/
	box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-o-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}
 
/** ��������� ������� ������������ 2 ������ **/
 
#mainmenu > ul > li ul li.parent > a::after {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 7px 0px 0px 8px;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
	height: 5px;
	width: 5px;
	float: right;
}
 
/********************** ��������� �� ���������� **/
 
#mainmenu ul ul li:first-child > a {
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
#mainmenu ul li > ul > li:first-child > a:before {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#mainmenu ul ul ul li:first-child a:before {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#mainmenu ul ul li:first-child a:hover:before {
	border-bottom-color: #fff
}
#mainmenu ul ul ul li:first-child a:hover:before {
	border-right-color: #fff;
	border-bottom-color: transparent;
}
#mainmenu ul ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#mainmenu > ul > li.parent > ul > li:first-child > a::before {
	display: none;
}
#mainmenu > ul > li.parent > a::before {
	bottom: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
	content: '';
	visibility: hidden;
	position: absolute;
	left: 50%;
	margin-left: -6px;
}
#mainmenu > ul > li.parent:hover > a::before {
	visibility: visible;
	-webkit-transition: all .5s ease .2s;
	   -moz-transition: all .5s ease .2s;
	     -o-transition: all .5s ease .2s;
	        transition: all .5s ease .2s;
} 
/* end ������� ���� */

.flag {
	background: url(/images/menu.png) no-repeat;
	width: 208px;
	height: 78px;
	display: block;
	position: absolute;
	left: 50px;
	top: -26px;
}
.seach {
	top: 18px;
	float: right;
	position: relative;
	right: 120px;
}

/* Middle
-----------------------------------------------------------------------------*/


/* ������ */
#toolbar {
	text-align: right;
	float: left;
	margin: 0px;
	margin-left: 40px;
	padding: 0;
	line-height: 1.8;
}
#toolbar ul {
	height: 25px;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}
#toolbar ul    li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
}
#toolbar a, #toolbar a:visited {
	display: block;
	padding: 1px 10px;
	padding-left: 25px;
	margin: 0;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	border-left: 1px solid #d1d1d1;
	background-repeat: no-repeat;
	background-position: 6px 4px;
}
#toolbar a:hover {
	background-color: white;
	text-decoration: underline;
}
.tb-add-new-x, .tb-add-new, .tb-custom-new {
	background: url(../../images/toolbar_ico/new.png);
}
.tb-publish, .tb-publish-list {
	background: url(../../images/toolbar_ico/publish.png);
}
.tb-unpublish, .tb-unpublish-list {
	background: url(../../images/toolbar_ico/unpublish.png);
}
.tb-trash {
	background: url(../../images/toolbar_ico/trash.png);
}
.tb-edit-list-x {
	background: url(../../images/toolbar_ico/edit.png);
}
/* end ������ */
.side-left {
	float: left;
	width: 175px;
}
.side-right {
/*	float: right; */
	width: 300px;
	background: url(/images/lk.png) no-repeat;
/*	position: absolute; */
	margin-left: 932px;
}
.lk {
/*	width: 150px; */
/*	left: 10px; */
	padding: 5px 9px 5px 5px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
/*	margin: 20px 0; */
	position: relative;
	border: 1px solid #C3C3C4;
	box-shadow: 0px 2px 3px #000;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top, #ececec 0%, #aaabad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#aaabad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ececec 0%,#aaabad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ececec 0%,#aaabad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ececec 0%,#aaabad 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ececec 0%,#aaabad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#aaabad',GradientType=0 ); /* IE6-9 */
}
.lk input {
	width: 100%;
}

.login span {
	background: url(/images/login.png) no-repeat;
	height: 15px;
	width: 15px;
	padding-left: 15px;
}
.pass span {
	background: url(/images/pass.png) no-repeat;
	height: 15px;
	width: 15px;
	padding-left: 15px;
}
.story input {
	width:15px !important;
	height:15px;
}
.quit-lk {
	display: block;
	background: #E7E7E7;
	width: 120px;
	position: relative;
	height: 25px;
	border: 1px solid #ACADAD;
	margin: 0 auto;
}
.quit-lk a {
	width: 65px !important;
	float: left;
	color: #FFF;
	line-height: 25px;
	cursor: pointer;
	height: 25px;
	background: #1688C4;
	border-radius: 0 10px 10px 0;
	border: none;
}
.quit-lk input:focus {
	outline: none;
}
.name-lk {
	display: block;
	text-align: center;
	border-bottom: 1px dashed #B9B6B6;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.prof-lk {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #B9B6B6;
	margin-bottom: 10px;
}
.bord-lk {
	bottom: 0;
	margin: 5px 0;
	border-top: 2px solid #D6D5D5;
	border-bottom: 2px solid #D6D5D5;
	padding: 5px 0;
	width: 100%;
	left: 0;
}
.log {
	display: block;
	background: #E7E7E7;
	width: 120px;
	position: relative;
	height: 25px;
	border: 1px solid #ACADAD;
	margin: 0 auto;
}
.log input {
	width: 65px !important;
	float: left;
	color: #FFF;
	line-height: 25px;
	cursor: pointer;
	height: 25px;
	background: #1688C4;
	border-radius: 0 10px 10px 0;
	border: none;
}
.log input:focus {
	outline: none;
}
.reg {
	margin-top: 10px;
}
.vost {
	margin-top: -15px;
}
.reg, .vost {
	text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
	background: #B6B6B6;
	border-radius: 5px;
	color: #000;
	left: 2px;
	border: 2px solid #A3A1A1;
	box-sizing: border-box;
}
.reg:hover, .vost:hover {
	background: #D5CFCF;
}

.content {
	float: left;
	padding: 0 15px;
	width: 750px;
}
.content_box {
	width: 100%;
	float: left;
}
.content_no_left {
	float: left;
	padding: 0 15px;
	width: 922px;
 	/* position: relative; */
}

.content_admin {
	float: left;
	padding: 0 15px;
	width: 82%;
}

.work {
	background: url(/images/fon.png) no-repeat;
	min-height: 864px;
	min-width: 1183px;
<!-- 	position: absolute; -->
}
.tbl_menu {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
	border: 0px;
	width: 80%;
	border-collapse: collapse;
}
.tbl_menu th {
	margin: 0px;
	height: 25px;
	padding-left: 2px;
	background: url(../../images/bg_title.png);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #336699;
	border: 0px;
	border-spacing: 0px;
	text-align: center;
	padding-top: 1px;
}
.tbl_menu td {
	border-bottom: 1px solid #e5e5e5;
	padding: 2px;
	text-align: left;
	font-size: 11px;
}
.tbl_blank {
	padding: 2px;
	text-align: center;
}
tr.row0 {
	background-color: #F5F5F5
}
tr.row1 {
	background-color: #FFF
}
tr.row0 a, tr.row1 a {
	text-decoration: none;
}
.estestvnauch {
	position: absolute;
	left: 0;
	top: 0;
}
.socpedagog {
	position: absolute;
	left: 330px;
	top: 50px;
}
.tehnich {
	position: absolute;
	left: 580px;
	top: 70px;
}
.turistskokraeved {
	position: absolute;
	left: 0;
	top: 440px;
}
.fizkultsportiv {
	position: absolute;
	left: 290px;
	top: 420px;
}
.hudozhestv {
	position: absolute;
	left: 620px;
	top: 400px;
}
.main_pics{
	position: relative;
}
.main_pics img {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 200;
}
.main_pics img:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	z-index: 201;
}
.uchr_type {
	color: #5C73DE;
	font-size: 22px;
	font-weight: bold;
	margin-top: -30px;
	padding-bottom: 30px;
}
.uchr_type_zayavka {
	color: #5C73DE;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 30px;
}
.napr {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	clear: both;
}
.black_line {
	width: 20px;
	height: 100%;
	background-color: #000;
	position: left;
}
.left_wrap_content {
	border-right: 2px solid #f4822a;
	height: 100%;
	min-height: 200px;
	margin-bottom: 20px;
}
.left_wrap_content span {
	display: block;
	position: absolute;
	width: 170px;
}
.left_wrap_content a {
	background: #eee none repeat scroll 0 0;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 65px;
	transition: background 0.5s ease 0s;
}
.left_wrap_content a:hover {
	background: #b8b8b8 none repeat scroll 0 0;
	transition: background 0.5s ease 0s;
}
#several_uchr_div {
	display: none;
}
#konk_zayavka_fields {
	margin-left: 40px;
	padding-left: 10px;
	display: none;
	border-left: 1px #000 dotted;
}
.fon_kletka {
	background: url(/images/fon_kletka.png) repeat-y;
	max-width: 761px !important;
	padding: 30px 20px 30px 50px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.konk_body {
	background-color: #F0F0FF;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}
.tbl_no_collapse {
	border-collapse: separate !important;
}
.div_shadow {
	max-width: 761px !important;
	padding: 30px 20px 30px 50px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	border-left: 1px #DFDFDF solid;
	border-top: 1px #DFDFDF solid;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
}
.asterisk {
	color: #FF0000;
}
.konk_field_descr {
	border-bottom: 1px #ccc dotted;
}
.uchr_type_logos {
	padding: 5px;
	margin: 5px 0;
}
.uchr_type_logos:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
a.button_nav {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #000;
	outline: none;
	border-radius: 5px;
	box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
}
a.button_nav:hover {
	background: #dcdcdc linear-gradient(#fff, #dcdcdc);
	box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
}
a.button_nav:active {
	background: none;
    box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0,0,0,.5) inset, 0 1px 2px #fff;
}
span.button_nav_cur {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #000;
	outline: none;
	border-radius: 5px;
	box-shadow: 0 0 0 1px #eee inset, 0 1px 1px #fff;
}
