html {margin: 0 auto; width: 900px;}
body {margin: 5px 1px 5px 1px; background-color: #fafafa; width: 100%;}
nav {margin: 0; padding: 0; text-align: center;}

a:link {color: #606060;	text-decoration: none; transition: .2s linear;}
a:visited {color: #606060; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}

ul {margin: 0;}
li {padding: 5px; display: inline-block; border-radius: 5px 5px 0px 0px;}
li a {padding: 5px;}
li:hover {background: linear-gradient(0deg, #ffffff, #eeeded);}

#container {
	position: relative;
	width: 900px;
	padding: 1px;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	background: #fff;
}

#header {
	background: linear-gradient(0deg, #ffffff, #eeeded);
	height: 90px;
}

#sidebar {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 100%;
}

#content {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	padding: 5px;
	width: 650px;
	height: calc(100% - 10px);
	background: #fff;
}

#footer {
	position: relative;
	height: 16px;
	text-align: center;
	border-top: 1px solid #737373;
	background: #fff;

}

.logo {
	position: absolute;
	background-image: url("/img/logo.png");
	background-repeat: no-repeat;
	width:250px;
	height: 110px;
	margin: 0;
	padding: 0;
}

.bordered {
	border: 1px solid #c0c0c0;
	border-radius: 0px 5px 0px 5px;
}

.underline {
	border-bottom: 1px solid #737373;
}

.boxshad {
	box-shadow: 0 1px 1px 0px rgba(0,0,0, 0.05);
}

.grad {
	background: linear-gradient(90deg, #ffffff, #eeeded);
}

.sidebar_fon {
	position: absolute;
	display: inline-block;
	width: 200px;
	height: calc(100% - 134px);
	border-right: 1px solid #737373;
}

.c_header {
	margin: 10px 1px 10px 1px;
	width: 90%;
	background: linear-gradient(90deg, #eeeded, #ffffff);
	opacity: 0.95;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	border-radius: 5px 0px 0px 0px;
}
.c_main {}
.c_footer {
	width: 100%;
	border-top: dotted 1px;
	border-color: #737373;
	padding-bottom: 5px;
}

.panel {
	margin: 15px 1px 15px 1px;
	width: 220px;
	background-color: #fff;
	opacity: 0.9;
}

.panel_header {
	width: 95%;
	border-bottom: dotted 1px;
	border-color: #737373;
	color: darkorange;
	font-weight: bold;
	padding: 3px;
}

.panel_content {
	padding: 3px;
}

.panel_footer {
	width: 95%;
	border-top: dotted 1px;
	border-color: #737373;
	text-align: right;
	padding: 3px;
}
