* {
	margin: 0;
	padding: 0;
}
p {
	margin: 2px 0 2px 0;
}
li {
	list-style-type: none;
}
input,
select {
	padding: 1px 6px;
	cursor:pointer;
}
html,
body {
	height: 100%;
}
body {
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font: normal 14px/16px Arial, Tahoma, Verdana, sans-serif;
}
#wrap {
	width: 1070px;
	min-height: 460px;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
}
/*Внутри div-ов*/
.content {
	padding: 10px 10px 10px 10px;
}
/*Шапка*/
#header {
	height: 60px;
	background-image: linear-gradient(#ddd, #fff);
	position: relative;
}
#headertxt {
	width: 360px;
	text-align:left;
	padding: 10px 0px 0px 10px;
	font-size: 30px;
	color: darkblue;
	cursor: pointer;
}
#headertxt2 {
	width: 365px;
	text-align:left;
	padding: 10px 0px 0px 10px;
	font-size: 30px;
	color: darkblue;
	cursor: pointer;
}
/*Весь контент*/
#content {
	padding-bottom: 0px;
	overflow: hidden;
}

#setupdb {
	width: 100%;
	min-height: 700px;
}
/*Левая колонка*/
#leftcol {
	width: 200px;
	height: 365px;
	float: left;
}
#leftcoldb {
	width: 50%;
	min-height: 60px;
	float: left;
}
#mGT {
	height: 175px;
	margin: 2px 0 2px 10px;
}
.mnamelow {
	height: 300px;
	margin: 2px 0 2px 0;
	text-align: right;
}
.mname {
	height: 300px;
	margin: 2px 0 2px 0;
	text-align: right;
}
#menu {
	height: 22px;
	margin-left: 210px;
	text-align: left;
}
.gscroll {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
/*Основная часть*/
#main {
	width: 840px;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}
#rightcoldb {
	width: 50%;
	min-height: 60px;
	float: left;
}
#top-content p {
	padding-bottom: 7px;
}
.graph {
	height: 300px;
	position: relative;
	float: left;
}
.preload,
.graphimg {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#timevalue {
	padding: 1px 0 1px 10px;
	float: left;
}
.zDater {
	z-index: 2;
}
.text_error {
	border: 2px solid #ff0000;
}
/*Подвал*/
#footer {
	height: 35px;
	background-image: linear-gradient(to top, #ddd, #fff);
	width: 100%;
	text-align:center;
	font-size: 14px;
}
.configurator {
	float: left;
	padding-left: 10px;
	padding-right: 15px;
}
#pagedate {
	text-align:right;
	padding-right: 10px;
}
#codediv {
	width:99%;
	overflow: auto;
	font-family: courier;
	background-color: #f7f7f7;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px;
	margin: 2px;
	overflow-y: hidden;
}
#numericlist {
	padding: 0 20px 0 40px;
}
#numericlist li {
	list-style-type: decimal;
	padding: 5px 0;
}
input[type="checkbox"],
input[type="radio"] {
	display:none;            
}
input[type="checkbox"] + label, 
input[type="radio"] + label {
/*	background-color: rgba(0,0,0,0.07);
	padding: 3px 15px 3px 15px;	*/
	margin: 1px 0px;
	cursor: pointer;
}
.vert input[type="checkbox"] + label {
	display: block;
	color: gray;
}
.vert2 input[type="checkbox"] + label {
	display: block;
	color: gray;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
	color: black;
	font-weight: bolder;
/*	background-color: rgba(0,204,0,0.5);	*/
}
.vert2 input[type="checkbox"]:checked + label {
	color: black;
	font-weight: bolder;
/*	background-color: rgba(0,204,255,0.5);	*/
}
input[type="checkbox"] + label:hover, 
input[type="radio"] + label:hover {
	color: black;
	font-weight: bolder;
/*	background-color: rgba(0,0,0,0.15);	*/
}
input[type="checkbox"]:checked + label:hover,
input[type="radio"]:checked + label:hover {
	color: black;
	font-weight: bolder;
/*	background-color: rgba(0,204,0,0.75);	*/
}
.vert2 input[type="checkbox"]:checked + label:hover {
	color: black;
	font-weight: bolder;
/*	background-color: rgba(0,204,255,0.75);	*/
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {

}
input[type="checkbox"]:checked:disabled + label,
input[type="radio"]:checked:disabled + label {

}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    padding: 1px 6px;
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border: 2px outset buttonface;
}
input[type="button" i], input[type="submit" i], input[type="reset" i] {
    -webkit-appearance: push-button;
    -webkit-user-select: none;
    white-space: pre;
}
input, textarea, keygen, select, button {
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    font-size: 14px;
}