html,
body{
	margin:0 auto;
	padding:0;
	height: 100%;
	max-width: 1280px;
}
body{
	margin:0 20px;
	font: 76% tahoma, arial,sans-serif;
	color:#565656;
	background:#ffffff;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-101px; 
}

a{
	color:#92bb12;
	text-decoration:underline;
}
p{
	margin:0 0 1em 0;
	line-height:1.4em;
}
h1{
	font-size:2em;
	font-weight:normal;
	margin:0 0 0.8em 0;
}
h2{
	font-size:1.6em;
	font-weight:normal;
	margin:0 0 0.5em 0;
	clear:both;
}
img{
	border: 0px;
}
.blue{
	color:#5e9cc7;
}
.blue_smaller{
	font-size:1.5em;
	font-weight:normal;
	color:#5e9cc7;
}
.pink{
	color:#e4587f;
}
.bl, .br, .tl, .tr{
	width:5px;
	height:5px;
	position:absolute;
	margin:0;
	padding:0;
}

.bl{
	background:url('/_i/corner.png') -5px 0 no-repeat;
	left:-1px; bottom:-1px;
}
.br{
	background:url('/_i/corner.png') 0 0 no-repeat;
	right:-1px; bottom:-1px;
}
.tl{
	background:url('/_i/corner.png') -5px -5px no-repeat;
	left:-1px; top:-1px;
}
.tr{
	background:url('/_i/corner.png') 0 -5px no-repeat;
	right:-1px; top:-1px;
}
div#header{
	background: url('/_i/header_bgr.png') right 50% no-repeat;
	border:1px solid #cdcdcd;
	border-width: 0 1px 1px 1px;
	position:relative;
}
div#header .logo{
	width:260px;
	float:left;
}
div#header .logo img{
	margin:20px 0 20px 12px;
	border:none;
}
div#header .doit{
	padding-top:30px;
	margin-left:30%;
	font-size:1.6em;
}
div#header .doit .register{
	font-size:1.2em;
}
div#nav .info{
	float:right;
	font-weight:bold;
	padding:5px 0 5px 20px;
	background:url('/_i/icon_info.gif') left 50% no-repeat;
	margin-top: 10px;
	cursor: hand;
}
div#nav{
	overflow:hidden;
}
div#nav ul{
	margin:10px 0 20px -10px;
	padding:0 0 0 20px;
	list-style-type:none;
}
div#nav ul li{
	float:left;
	line-height:1em;
	color:#ffffff;
}
div#nav ul li.active{
	padding:0;
	height:22px;
	background:#e4587f url('/_i/nav_active_left.png') left top no-repeat;
}
div#nav ul li.active div{
	background:url('/_i/nav_active_right.png') right top no-repeat;
	padding:0px 0px;
}
div#nav ul li.active div a{
	color:white;
	text-decoration:none;
	display:block;
	height:12px;
	padding:5px 10px;
}
div#nav ul li.active div a:hover{
	color:white;
	text-decoration:none;
	display:block;
	height:12px;
	padding:5px 10px;
	background:url('/_i/nav_active_right.png') right top no-repeat;
}
div#nav ul li a{
	display:block;
	height:12px;
	padding:5px 10px;
}
div#nav ul li a span{
	display:block;
}
div#nav ul li a:hover{
	padding:0;
	height:22px;
	background:#dfecb7 url('/_i/nav_active_left.png') left bottom no-repeat;
}
div#nav ul li a:hover span{
	background: url('/_i/nav_active_right.png') right bottom no-repeat;
	padding:5px 10px;
	height:12px;
}
div#wrapper,
div#extra{
	float:left;
	width:100%;
	padding-top:20px;
}
div#content,
div#extra-content{
	margin-left:280px;
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden;
}
div#content .defender{
	background:url('/_i/defender.jpg') 15% 50% no-repeat;
	padding-left:50%;
	min-height:350px;
}
div#content .defender p{
	margin-top:-10px;
}
div#content .reg input{
	text-align:center;
	border:none;
	width:165px;
	height:17px;
	padding:2px 5px;
	margin-bottom:10px;
	background:transparent url('/_i/input_bgr.png') top left no-repeat;
	color:#979797;
}
div#content .reg input:focus{
	background-position:bottom left;
}
div#content .reg .reg-button{
	width:180px;
	height:22px;
	background:url('/_i/reg_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .reg .reg-button:active{
	background-position:bottom left;
}
div#content .reg .send-button{
	width:90px;
	height:22px;
	background:url('/_i/send_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .reg .send-button:active{
	background-position:bottom left;
}
div#content .reg .save-button{
	width:100px;
	height:22px;
	background:url('/_i/save_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .reg .send-button:active{
	background-position:bottom left;
}
div#content .recapcha input{
	background: none;
	border: 1px solid #979797;
}
div#content .addnet .radio{
	vertical-align: top;
	width: 20px;
	background: none;
}
div#content .addnet input{
	text-align:center;
	border:none;
	width:165px;
	height:17px;
	padding:2px 5px;
	margin-bottom:10px;
	background:transparent url('/_i/input_bgr.png') top left no-repeat;
	color:#979797;
}
div#content .addnet input:focus{
	background-position:bottom left;
}
div#content .addnet .addnet-button{
	width:140px;
	height:22px;
	background:url('/_i/addnet_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .addnet .addnet-button:active{
	background-position:bottom left;
}
div#content .addnet .addbookmark-button{
	width:165px;
	height:22px;
	background:url('/_i/addalias_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .addnet .addbookmark-button:active{
	background-position:bottom left;
}
div#content .addnet .adddomain-button{
	width:140px;
	height:22px;
	background:url('/_i/adddomain_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .addnet .addbookmark-button:active{
	background-position:bottom left;
}
div#content .addpage input{
	text-align:center;
	border:1px solid #979797;
	width:400px;
	height:17px;
	padding:2px 5px;
	margin-bottom:10px;
	color:#979797;
}
div#content .addpage input:focus{
	background-position:bottom left;
}
div#content .addpage .addpage-button{
	border: none;
	width:160px;
	height:22px;
	background:url('/_i/addpage_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .addpage .addpage-button:active{
	background-position:bottom left;
}
div#content .addpage textarea{
	border:1px solid #979797;
	width:400px;
	height:150px;
}
div#content .addpage .save-button{
	border: none;
	width:160px;
	height:22px;
	background:url('/_i/save_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .addpage .save-button:active{
	background-position:bottom left;
}

div#content .netlist .del-button{
	border:none;
	width:75px;
	height:22px;
	background:url('/_i/del_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .netlist .del-button:active{
	background-position:bottom left;
}
div#content .frmnet{
	max-width:600px;
}
div#content .frmnet select{
	border:1px solid #979797;
	width:400px;
	height:20px;
	float: right;
}
div#content .save-button{
	border: none;
	width:95px;
	height:22px;
	background:url('/_i/save_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .save-button:active{
	background-position:bottom left;
}
div#content .statform input{
	text-align:center;
	border:none;
	width:165px;
	height:17px;
	padding:2px 5px;
	margin-bottom:10px;
	background:transparent url('/_i/input_bgr.png') top left no-repeat;
	color:#979797;
}
div#content .statform input:focus{
	background-position:bottom left;
}
div#content .statform select{
	vertical-align: top;
	border:1px solid #979797;
	width:175px;
	height:20px;
}
div#content .statform .show-button{
	width:85px;
	height:22px;
	background:url('/_i/show_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .statform .show-button:active{
	background-position:bottom left;
}

div#content .statform img{
	vertical-align: top;
	padding-top: 3px;
}
div#content .statform .cntr{
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
}
div#content .stat{
	width: 600px;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 20px;
}
div#content .stat tr{
	height: 18px;
}
div#content .stat .action{
	width: 50px;
}
div#content .stat .actionblock{
	width: 85px;
}
div#content .stat .notaction{
	width: 200px;
}
div#content .paginator-back{
	border: none;
	width: 510px;
	float:left;
}
div#content .paginator-back .button{
	width:78px;
	height:22px;
	background:url('/_i/back_button_bgr.png') top left no-repeat;
	outline:none;
	border: none;
	cursor: pointer;
}
div#content .paginator-back .button:active{
	background-position:bottom left;
}
div#content .paginator-next{
	border: none;
	padding-bottom:60px;
	float:left;
}
div#content .paginator-next .button{
	width:90px;
	height:22px;
	background:url('/_i/next_button_bgr.png') top left no-repeat;
	outline:none;
	border: none;
	cursor: pointer;
}
div#content .paginator-next .button:active{
	background-position:bottom left;
}
div#content .taging{
	max-width: 800px;
	width:800px;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 20px;
}
div#content .taging tr{
	height: 18px;
}
div#content .taging tr td{
	text-align: left;
}
div#content .red{
	color: red;
	font-weight: bold;
	text-decoration: none;
}
div#content .green{
	color: green;
	font-weight: bold;
	text-decoration: none;
}
div#content .hz{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
div#content .taging tr .mnenie{
	width:120px;
	text-align: center;
}
div#content .nickform input{
	text-align:center;
	border:none;
	width:165px;
	height:17px;
	padding:2px 5px;
	background:transparent url('/_i/input_bgr.png') top left no-repeat;
	color:#979797;
}
div#content .nickform input:focus{
	background-position:bottom left;
}
div#content .nickform .save-button{
	border: none;
	width:95px;
	height:22px;
	background:url('/_i/save_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
div#content .nickform .save-button:active{
	background-position:bottom left;
}

div#left,
div#extra-left{
	float:left;
	width:280px;
	margin-left:-100%;
	padding-top:20px;
}
div#left p{
	margin-right: 30px;
}
div#left .vnav{
	margin:0 0 0 1em;
	padding:0;
	color:#92bb12;
}
div#left .vnav li{
	margin:0 0 5px 0;
	padding:0;
}
div#left .vnav li span{
	color:#565656;
}
div#extra-left .inner{
	width:240px;
	padding-left:20px;
}
div#extra-left .news .item{
	margin-bottom:1em;
	line-height:1.4em;
}

.icon {
	border:0px;
	padding-left: 60px;
}

.for,
.filter-item{
	border:1px solid #cdcdcd;
	width:49%;
	margin-bottom:15px;
	position:relative;
}
.for ul{
	margin:0 0 0 1em;
	padding:0;
}
.for ul li{
	margin:0 0 0.2em 0;
	padding:0;
}
.for .director,
.for .administrator,
.for .users,
.for .parents{
	padding:10px 90px 10px 10px;
	height:130px;
	background-position: right 20px;
	background-repeat: no-repeat;
}
.for .administrator{
	background-image:url('/_i/icon_administrator.png');
}
.for .director{
	background-image:url('/_i/icon_parents.png');
}
.for .users{
	background-image:url('/_i/icon_users.png');
}
.for .parents{
	background-image:url('/_i/icon_director.png');
}
.filter-item .inner{
	padding:10px;
}
.filter-item label{
	font-weight:bold;
	color:#e4587f;
	cursor: pointer;
}
.filter-item .description{
	font-size:0.85em;
	padding-left:25px;
	padding-top:5px;
}
.filter-category{
	overflow:hidden;
	width:50%;
	margin-bottom:20px;
}
.filter-category label{
	width:48%;
	margin-right:1%;
	float:left;
	position:relative;
	margin-bottom:5px;
	cursor: pointer;
}
.filter-category label input{
	position:absolute;
}
.filter-category label span{
	display:block;
	padding-left:25px;
}
.left{
	float:left;
}
.right{
	float:right;
}

a.profile{
	display:inline-block;
	width:180px;
	height:150px;
	margin-right:10%;
	margin-bottom:50px;
	background:url('/_i/profile_links_bgr.png') bottom left no-repeat;
	text-align:center;
	font-weight:bold;
}
a.profile span{
	display:block;
	width:180px;
	padding-top:120px;
	background-position:center 10px;
	background-repeat:no-repeat;
}
a.profile:hover,
a.profile:active{
	background-position: top left;
}

a.networks span{
	background-image:url('/_i/icon_networks.png');
}
a.filter span{
	background-image:url('/_i/icon_filter.png');
}
a.bookmarks span{
	background-image:url('/_i/icon_bookmarks.png');
}
a.domains span{
	background-image:url('/_i/icon_domains.png');
}
a.stats span{
	background-image:url('/_i/icon_stats.png');
}
a.userquery span{
	background-image:url('/_i/icon_request.png');
}
a.settings span{
	background-image:url('/_i/icon_settings.png');
}
a.time span{
	background-image:url('/_i/icon_time.png');
}
a.community span{
	background-image:url('/_i/icon_community.png');
}

div#footer{
	clear:both;
	border:1px solid #cdcdcd;
	border-width: 1px 1px 0 1px;
	background:url('/_i/footer_shield.png') 20px 30px no-repeat;
	position:relative;	
	font-size:0.9em;
	color:#979797;
	height:100px;
	margin-top:100px;
}
div#footer .inner{
	padding:30px 30px 20px 80px;
}
.footer-nav{
	margin:0 0 10px -9px;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}
.footer-nav li{
	margin:0 0 0 -1px;
	padding:0 10px;
	float:left;
	background:url('/_i/footer_nav_divider.gif') left top no-repeat;
}
#footer a{
	color:#979797;
}
div#footer .copyright{
	clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.shield{
	margin-top:40px;
	width:256px;
	height:256px;
	background:url('/_i/shield.png') top left no-repeat;
	text-align:center;
}
.shield .inner{
	padding:40px 0;
}
.shield .inner .chboxlabel{
	line-height: 14px;
	padding-left:20px;
	background:transparent url('/_i/ckeckbox_bgr.png') top left no-repeat;
}
.shield h2{
	font-size:1em;
	color:#5e9cc7;
	font-weight:bold;
	margin:0 0 15px 0;
}
.shield .act{
	color:red;
	margin:15px 0;
}
.shield input{
	text-align:center;
	border:none;
	width:165px;
	height:17px;
	padding:2px 5px;
	margin-bottom:10px;
	background:transparent url('/_i/input_bgr.png') top left no-repeat;
	color:#979797;
}
.shield input:focus{
	background-position:bottom left;
}
.shield .labelemail span {
	color:#979797;
	line-height: 17px;
	padding: 2px 71px;
	position: absolute;
	cursor: text;
}
.shield .labelpass span {
	color:#979797;
	line-height: 17px;
	padding: 2px 68px;
	position: absolute;
	cursor: text;
}
.shield .additional{
	margin:10px 0;
	font-size:0.9em;
}
.shield .logon-button{
	width:67px;
	height:22px;
	background:url('/_i/logon_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
.shield .logon-button:active{
	background-position:bottom left;
}
.shield .logoff-button{
	width:67px;
	height:22px;
	background:url('/_i/logoff_button_bgr.png') top left no-repeat;
	outline:none;
	cursor: pointer;
}
.shield .logoff-button:active{
	background-position:bottom left;
}

div#domain_preview_back {
	display:none;
	z-index:100;
	opacity: 0.6;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
div#domain_preview {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:500;
}

div#domain_preview .domain_preview_inner{
	border:1px
	solid black;
	width:1000px;
	height:750px;
	margin: 0 auto;
	margin-top:20px;
	background-color:white;
}

div#enter_nick {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:500;
}
div#enter_nick .enter_nick_inner {
	border:1px solid black;
	width:380px;
	height:150px;
	margin: 0 auto;
	margin-top:200px;
	background-color:white;
	padding:20px 20px 20px 20px;
}

div#logon_form {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:500;
}

div#logon_form .logon_form_inner {
	border:1px solid black;
	width:380px;
	height:330px;
	margin: 0 auto;
	margin-top:200px;
	background-color:white;
	padding:20px 20px 20px 20px;
	text-align:center;
}

.rate_name{
	font-size: 1em;
	color: #5e9cc7;
	font-weight: 700;
	text-decoration:none;
}
