@import url(node.css);

* {

	border:0 none;
	font-size:100%;
	font-family:inherit;
	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;
}

h4 {
	text-decoration:underline;
	font-size: 13px;
}

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

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

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

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


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

#dark 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;
}

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

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


#tooltip {
	background:rgb(41, 41, 41);
	border:1px solid #666666;
	color: gray;
	font:menu;
	margin:0px;
	padding:3px 5px;
	position:absolute;
	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;
}

#input_encoding , #output_encoding {
	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;
}

.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;
}

.container {
	background:none;
}

.load_table {
	position:absolute; 
	width:200px; 
	left: 35%; 
	top: 40%; 
	z-index:999;
}