*{margin:0;padding:0;}

#layout{
  width:1060px; 
  margin:20px auto;
  padding:0;
  background-image: url(../images/fon1.jpg);
  background-repeat:repeat;
  box-shadow: 0px 0px 28px 5px #000000;
  border: 2px solid #33FF33;
  border-radius: 10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

#header_top {
	padding:0;
	background-image: url(../images/line_top.jpg);
	background-repeat: no-repeat;
	height:79px;
}

#header{
	padding:0;
	background-image: url(../images/logotype.jpg);
	background-repeat: no-repeat;
	height:360px;
}

#header_bot {
	padding:0;
	background-image: url(../images/logo_bot.jpg);
	background-repeat: no-repeat;
	height:72px;
}

#button_top {
  width: 120px;
  height:40px;
  padding-top: 6px;
  box-shadow: 0px 0px 18px 5px #FFFFFF;
  border: 2px solid #33FF33;
  border-radius: 30px;
  text-align:center;
/*  font-family: "Nautilus Pompilius";*/
  font-size:14px;
  background-color:#d290f1;
 /*color="#d290f1" */
}

button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 50%;
}

.logout-button{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 50%;
}


.hasTooltip {
	border-bottom: 1px dotted #0077AA;
	cursor: help;
}

.hasTooltip::after {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 8px 8px 8px 0px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	color: #FFF;
	content: attr(data-tooltip); /* Главная часть кода, определяющая содержимое всплывающей подсказки */
	margin-top: -24px;
	opacity: 0; /* Наш элемент прозрачен... */
	padding: 3px 7px;
	position: absolute;
	visibility: hidden; /* ...и скрыт. */
	transition: all 0.4s ease-in-out; /* Добавить плавности по вкусу */
}
		
.hasTooltip:hover::after {
	opacity: 1; /* Показываем его */
	visibility: visible;
}

.topictitle {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 8px 8px 8px 0px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	color: #FFF;
	content: attr(data-tooltip); /* Главная часть кода, определяющая содержимое всплывающей подсказки */
	margin-top: -24px;
	opacity: 0; /* Наш элемент прозрачен... */
	padding: 3px 7px;
	position: absolute;
	visibility: hidden; /* ...и скрыт. */
	transition: all 0.4s ease-in-out; /* Добавить плавности по вкусу */
}

#header ul{
	text-align:left;
}

#header ul li{
	padding-left: 10px;
	font-size:14px;
	color:#FFFFFF;
    display: inline; /* Отображать как строчный элемент */
	list-style:none;
}

#topline {
	margin: 0;
	padding:0;
	text-align:left;
	white-space: nowrap;
}

#topline ul li{
    display: inline; /* Отображать как строчный элемент */
}
	
#left,#content,#right{
	float:left;
}

#left{
/*	font-family: "Nautilus Pompilius";*/
	margin-left: -10px;
	width:250px !important;
	overflow-x:hidden;
}

#left ul li {
	padding-top:12px;
	padding-bottom: 12px;
	padding-left:50px;
/*	height:40px !important;*/
	width:210px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
    font-size:14px;
    text-align: left;
    list-style-type: none;
/*	white-space: nowrap;*/
/*	line-height: 0.9em;*/
}

#left a {
	color:#000000;
	text-decoration:none;
}

#content {
	width:774px;
    line-height: 1.5;
	padding: 15px;
/*	font-family: "Nautilus Pompilius";*/
	font-size:14px;
}

#content a {
	color:#000000;
/*	text-decoration:none;*/
}

#content h1 {
	font-size:14px;
}


#right{
	width:5px;
}

#footer{
	margin-top:20px;
}

#header,#left,#content,#right,#footer{
/*	border:1px solid grey;*/
}

.clear{
	clear:both;
}

.moduletable_menu {
	padding:0;
	margin: 0;
}

.moduletable {
	padding: 0;
}

.moduletable h3 {
	margin-bottom: 15px;
	padding-left: 25px;
}

.moduletable form {
	margin: 10px;
	padding-left: 25px;
}

.nav {
	padding:0;
}

.nav ul li {
	height:42px;
}

.userdata {
	padding-left: 20px;
}

.nav_child {
	margin:0;
	padding:0;
}

.nav-child unstyled small li{
	margin:0;
	padding:0;
}

#left .unstyled {
 padding:0;
 margin-top:15px;
}

#left  .unstyled ul li {
	padding-left: -50px;
}

#left .unstyled a {
	color:#000000;
	text-decoration:none;
}

@font-face {
/*	// название шрифта(чтобы не запутаться лучше указать название папки со шрифтом) */
/* адрес шрифта и тип */
	font-family: "Nautilus Pompilius"; 
	src: url("../fonts/NautilusPompilius.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
} 

