@import url(node.css);

* {
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	border:0 none;
	padding:0;
	outline:0;
	margin:0;
}

* :focus {
	outline:0
}

.code {
	border: 1px solid rgb(51, 51, 51);
	padding: 2px;
	background: rgb(41, 41, 41) none repeat scroll 0%;
	color: rgb(153, 153, 153);
	font-size: 10px;
}

a {
	color:#777;
	text-decoration:underline;
}

body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	background:#eee;
	font-size:62.5%;
	color:#333;
	margin-bottom: 33px;
	margin-left: 10px;
	margin-top: 10px;
}

#footer {
	background-color:#eee;
	overflow:hidden;
	position:fixed;
	display:block;
	z-index:2;
	padding:0;
	margin:0;
	bottom:0;
	right:33px;
	width:100%;
	height:33px;
}

#header {
	background-color:#eee;
	overflow:hidden;
	position:relative;
	display:block;
	padding:0;
	margin:0;
	text-align:center;
	top:0;
	width:100% !important;
	height:35px;
	border-bottom:1px solid gray;
}

#header a {
	font-size:12px;
	font-weight:bold;
}

#schet {
	background-color:#eee;
	overflow:hidden;
	position:fixed;
	display:block;
	z-index:3;
	padding:0;
	margin:0;
	bottom:0;
	right:115px;
	height:33px;
}

#lite a {
	background:url(../images/css_.gif) no-repeat fixed right bottom;
	text-indent:-9999px;
	overflow:hidden;
	position:fixed;
	display:block;
	z-index:9999;
	padding:0;
	margin:0;
	bottom:0;
	right:0;
	width:33px;
	height:33px;
}

#lite a:hover {
	background:url(../images/css_i.gif) no-repeat fixed right bottom
}

#dark {
	display:none;
	visibility:hidden;
}

#cryptmethod {
	border: 1px solid rgb(51, 51, 51);
	background: rgb(41, 41, 41) none repeat scroll 0%;
	color: rgb(153, 153, 153);
	font-size: 10px;
}

#dec {
	display:none;
}

#tooltip {
	background:rgb(41, 41, 41);
	border:1px solid #666666;
	color: #E0E0E0;
	font:menu;
	margin:0px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden
}

.input {
	border: 1px solid rgb(51, 51, 51);
	padding: 2px;
	background: rgb(41, 41, 41) none repeat scroll 0%;
	color: rgb(153, 153, 153);
	font-size: 10px;
}

.button {
	border: 0px none;
	background: rgb(38, 38, 38) none repeat scroll 0%;
	color: rgb(153, 153, 153);
	font-size: 10px;
	height: 20px;
	font-family: Verdana;
}