@charset "utf-8";
@import url('reset.css');
/* CSS Document */
html {
	height:100%;
}
body {
	margin:0;
    padding:10px;
	background-color: #fff;
	font-family: Helvetica, tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#004484;
	#text-shadow: 0px 1px 0px #fff;
}
h1 {
	font-size: 18px;
	font-weight:bold;
	word-wrap:break-word;
}
h2 {
	font-size: 16px;
	font-weight:normal;
	word-wrap:break-word;
}
p {
	word-wrap:break-word;
	#padding:10px 0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	cursor:pointer;
}
img:hover {
	opacity:0.8;
}
hr {
	border:1px solid #ddd;
	border-bottom-color:#fff;
}
textarea, input, select {
	background-color:#fff;
	border-radius:2px;
	#-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5);
	#box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	border:1px solid #ccc;
	padding:4px;
	font-family: Helvetica, tahoma, verdana, arial, sans-serif;
	font-size: 14px;
}
textarea:hover, input:hover, select:hover {
	border-color:#8EB6FF;
}
button {
background: #0067ca; /* Old browsers */
background: -moz-linear-gradient(top,  #0067ca 0%, #0055a6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0067ca), color-stop(100%,#0055a6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0067ca 0%,#0055a6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0067ca 0%,#0055a6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0067ca 0%,#0055a6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0067ca 0%,#0055a6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0067ca', endColorstr='#0055a6',GradientType=0 ); /* IE6-9 */

	color:#fff;
	border-radius:2px;
	#-webkit-box-shadow: inset -1px -1px 2px rgba(0,0,0,0.2);
	#box-shadow: inset -1px -1px 2px rgba(0,0,0,0.2);
	border:1px solid #0055a6;
	padding:4px;
	font-family: Helvetica, tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	cursor:pointer;
}
button:hover {
	opacity:.9;
}
button:active {
	#-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	#box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	background-color:#0055a6;
	opacity:1;
}
.tosia {
background: #FE2EF7;
color:white;
border:1px solid #FE2EF7;
}
.log_page {
	display:inline-block;
	vertical-align:top;
	margin:0 40px;
	text-align:left;
}
.log_page p {
	margin:10px 0;
}
.log_page h1 {
	font-weight:normal;
}
.log_page input {
	width:300px;
}
.log_page button, .log_page select {
	width:310px;
}
#menu {
background: #424242; /* Old browsers */
background: -moz-linear-gradient(top,  #424242 0%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #424242 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #424242 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #424242 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #424242 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:100%;

}
#menu div {
	float:left;
	height:16px;
	color:#b1b1b1;
	padding:7px;
	border-right:1px solid #4b4b4a;
	border-left:1px solid #252525
}
#menu div a {
	color:#b1b1b1;
}
.adm div {
	display:inline-block;
	vertical-align:top;
	margin-right:40px;
}
.adm p {
	margin:10px 0;
}
.adm input {
	width:300px;
}
.adm button, .adm select {
	width:310px;
}
.fil {
	margin-top:40px;
}
.fil div {
	display:inline-block;
	font-size:11px;
	vertical-align:top;
	margin-right:10px;
}
.fil input {
	padding:3px;
	font-size:11px;
}
.fil select {
	padding:2px;
	font-size:11px;
}
.fil button {
	width:100px;
	padding:1px;
}
.fil_1 {
	background-color:#026dd1;
	width:5px;
	height:30px;
	padding:5px 0;
	margin:0 10px 0 -10px;
}

.tbl td{
	border:1px solid #ddd;
	font-size:11px;
	padding:2px;
}
.adm td {
	font-size:12px;
	padding:5px;
	border-radius:4px;
}
.tbl_head {
	background: #026dd1; /* Old browsers */
background: -moz-linear-gradient(top,  #026dd1 0%, #0055a6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#026dd1), color-stop(100%,#0055a6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #026dd1 0%,#0055a6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #026dd1 0%,#0055a6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #026dd1 0%,#0055a6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #026dd1 0%,#0055a6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026dd1', endColorstr='#0055a6',GradientType=0 ); /* IE6-9 */
	color:#fff;
	#font-weight:bold;
}
.tbl_head th {
	border-left:1px solid #004e98;
	border-right:1px solid #146bbd;
	border-top:none;
	#border-color:#0055a6;
	text-align:center;
}
/*#header {
    #width: 150%;
    display: block;
    position: fixed;
    #background: #fff;
    overflow: hidden;
    z-index: 1;
}
#header div {
    display: table-cell;
    #padding: 0px;
    #border: 1px solid #ccc;
    #border-collapse: collapse;
    #font-weight: bold;
}
thead {
    visibility: hidden;
}*/
.pop1 {
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:5;
	background-color:rgba(0,0,0,.2);
}
.pop2 {
	padding:10px;
	background-color:#fff;
	#width:500px;
	display:inline-block;
	margin:50px;
	border:1px solid #ddd;
	border-radius:4px;
	box-shadow:0px 0px 12px rgba(0,0,0,.2);
	#height:700px;
	overflow:auto;
}
.adm_pop p {
	text-align:right;
	padding:0 10px 10px 10px;
}
.adm_pop input {
	width:300px;
}
.adm_pop select {
	width:310px;
}
.adm_pop button {
	min-width:100px;
}
#edit_mitt1, #edit_mitt2 {
	width:150px;
}
.arr {
	width:0;
	height:0;
	border-top:4px solid;
	border-left:4px solid;
	border-right:4px solid;
	border-color:#eee transparent transparent transparent;
	cursor:pointer;
	float:right;
	margin:2px 5px;
}

.prearr {
	height:25px;
	padding-top:15px;
}
.prearr:hover .arr {
	border-color:#999 transparent transparent transparent;
}
.hidden-block {
	display:none !important;
}


.fil {
background-color:white;
width:100%;

}
.fixed5 {
 position: fixed;
 top: -40px; /*здесь указываем отступ сверху*/
 z-index: 9999; /*устанавливаем блок поверх всех элементов на странице*/
 border-bottom: 1px solid #026dd1;
}

#chat {
bottom:0px;
right:20px;
width:300px;
height:340px;
z-index: 99;
position:fixed;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.8);
background:white;
padding:10px;
}

#chat_hide {
bottom:0px;
right:20px;
z-index: 99;
position:fixed;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.8);
background:white;
padding:10px;
display:none;
}

#chat_tb_send {
width:180px;
}
#chat_m {
width:250px;
margin:0px;
text-align:left;
font-size:11px;
}
#chat_write {
padding:10px;
}
#chat_head {
text-align:right;
margin-bottom:6px;
}
#chat_text {
text-align:justify;
padding:10px;
height:200px;
border-top:1px solid grey;
border-bottom:1px solid grey;
overflow-y:scroll;
}

#autoscrollchat, #soundchat {
box-shadow: inset 0px 0px 0px rgba(0,0,0,0.5);
border:0px;
width:10px;
font-size:11px;
padding:0px;
text-align:left;
}