@charset "utf-8";
/* CSS Document */
html, body{
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0;
}
body{
	background: #080808;
	font-family: "Times New Roman", Cambria, Times, "Hoefler Text", "Liberation Serif", "serif";
	font-size: 12pt;
}
body>table{
	position: relative;
	width: 100%;
	height: 100%;
}

body>table td{
	position: relative;
	vertical-align: top;
}

#head{
	height: 150px;
	margin-right: 10px;
	background-image:url("../images/algorythm.png"), url("../images/PK.png"), url("../images/head2.jpg"), url("../images/head3.jpg");
	background-size:auto 50%, auto 100%, auto 100%,auto 100%;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
	background-position: 100px center, calc(100vw - 267px), left, left;
	text-align: center;
	font-size: 40pt;
	color: #4ad799;
	text-shadow: 2px 2px 0px black, 0px 0px 20px #4ad799;
	
	
}
#menu{
	font-size: 12pt;
	color: #4ad799;
	height: calc(2em + 14px);
}

#menu>ul{
	position: relative;
	margin: 0;
	padding: 4px;
	/*width: calc(70vw - 12px);*/
	width: calc(100% - 8px);
	height: calc(2em + 6px);
	/*left: calc(15vw - 1px);*/
	background:#101010;
	box-shadow: 0px 8px 10px 0px white,-2px 0px 10px 0px #4ad799, 2px 0px 10px 0px #4ad799,0px -2px 10px 0px #4ad799;
	border-radius: 5px 5px 0px 0px;
}

#menu>ul>li{
	list-style: none;
	float: left;
	border-right:1px gray groove;
	padding: 3px 10px;
	height: 2em;
	line-height: 2em;
}

#menu>ul>li:hover{
	padding-left: 0;
	padding-right: 9px;
}

#menu div{
	position: absolute;
	display: none;
	background: #202020;
	top:calc(100% - 8px);
	z-index: 1;
	box-shadow: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin-left: 1px;
	border: 1px #4ad799 groove;
	border-radius: 0px 5px 5px;
 }

#menu div a{
	position: relative;
	width: 100%;
	text-decoration: none;
	color: #4ad799;
	border:1px #4ad799 transparent;
}

#menu div ul{
	margin: 0;
	padding: 0;
}

#menu div li{
	list-style: none;
}

#menu>ul>li:hover>a{
	border:1px #4ad799 groove;
	border-bottom: none;
	border-radius:5px 5px 0px 0px;
	padding:0px 0px 0px 8px;
	z-index: 2;
    margin-left: 1px;
	margin-top: -1px;
    width: calc(100% - 4px);
    background: #202020;
}

.nosub:hover a{
	border-radius: 5px !important;
	border-bottom: 1px #4ad799 groove !important;
}


#menu>ul>li:hover .left{
	display: block;
}


#menu a{
	position: relative;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: inherit;
	text-shadow: 1px 1px 0px black, 0px 0px 3px #4ad799;
	
}


#leftMenu, #rightPanel{
	width:15vw;
	max-width: 15vw;
}

#leftMenu{
	overflow: hidden;
	font-size: 10pt;
}

#leftMenu a{
	display: block;
	text-decoration: none;
	color: #4ad799;
	white-space: nowrap;
	cursor: pointer;
	width: 100%;
	line-height: 2em;
}

a>span{
	position: absolute;
    font-size: 6pt;
    width: 90%;
    text-align: right;
    left: 0px;
    line-height: 3.4em;
}

#leftMenu ul{
	color: #4ad799;
	padding: 0px 0px 0px 10px;
	list-style: none;
	width: 90%;
}

#leftMenu li{
	background: #202020;
	border:1px #101010 outset;
	padding: 0px 7px;
}

#leftMenu li ul{
	padding-left: 0px;
	display: none;
	width: 100%;
}

#leftMenu>ul>li:first-child{
	border-radius: 5px 5px 0px 0px;
}

#leftMenu>ul>li:last-child{
	border-radius: 0px 0px 5px 5px;
}

#leftMenu li li:not(:hover){
	border-color:transparent;
}

#leftMenu li:hover{
	background: #303030;
}


#sheet{
	background: white;
	box-shadow: 0px -8px 10px 0px #101010,-2px 0px 10px 0px #4ad799, 2px 0px 10px 0px #4ad799;
	padding: 10px;
}

#footer{
	height: 50px;
	background: #4ad799;
	vertical-align: middle;
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 8pt;
	text-shadow: 1px 1px 0px black;
	padding:0px 10px;
}