body {
	padding:0;
	margin:0;
	font-family:Georgia,"Times New Roman",serif;
	font-size:15px;
	color:#666666;
	background:#ebebeb;
}

h1, h2, h3, h4 {
    font-family:Georgia,"Times New Roman",serif;
    font-size: 20px;
}
        
a {
    text-decoration: none;
}
        
.TopMenu {
	height:48px;
	padding:0 10% 0 10%;
	background: #6b9d95;
	background: -moz-linear-gradient(top,  #6b9d95 0%, #53727d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b9d95), color-stop(100%,#53727d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6b9d95 0%,#53727d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6b9d95 0%,#53727d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6b9d95 0%,#53727d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6b9d95 0%,#53727d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b9d95', endColorstr='#53727d',GradientType=0 ); /* IE6-8 */
}
.TopMenu .logo {
	background:url(../img/logo.png); 
	width:105px; 
	height:112px; 
	display:block; 
	position:absolute;
	top:23px;
}
.TopNav {
	list-style:none; 
	float:left;
	padding-left:85px;
	line-height:48px;
	margin:0;
	width:100%;
	}
.TopNav li {float:left; margin-left:30px;}
.TopNav a {color:#FFFFFF; padding:5px;}
.TopNav a:hover {
	border-radius:3px; 
	color:#666666;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 2%, #ffffff 24%, #f2f2f2 99%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#e8e8e8), color-stop(24%,#ffffff), color-stop(99%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 2%,#ffffff 24%,#f2f2f2 99%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 2%,#ffffff 24%,#f2f2f2 99%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 2%,#ffffff 24%,#f2f2f2 99%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 2%,#ffffff 24%,#f2f2f2 99%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.BgWhite {
	height:71px;
	width:100%;
	background: #fff;
	-moz-box-shadow: 0 4px 4px #d5d5d5;
    -webkit-box-shadow: 0 4px 4px #d5d5d5;
    box-shadow: 0 4px 4px #d5d5d5;
	position:absolute;
	top:118px;
	}
.content {
	margin:25px 10% 0 10%;
	padding:5px;
	border-radius:5px;
	background: #f2f6f7;
	position:relative;
	min-height:400px;
	box-shadow: 0 0 0 1px #fff, 0 0 0 2px #e6eff3;
	-moz-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #e6eff3;
	-webkit-shadow: 0 0 0 1px #fff, 0 0 0 2px #e6eff3;
	}
/* Acc Menu */
.glyphicon { margin-right:10px; }
.panel-body { padding:10px;}
.panel-body-text { padding:10px;}
.panel-body .table {margin-bottom: 0px; }

.form-signin {
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 13px;
  height: 40px;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-mycolor {background:#5d8487; border:1px solid #497275;}


hr { border: 0; width: 100%; height: 1px; background: #333; background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); background-image: -o-linear-gradient(left, #ccc, #333, #ccc); }

.content_block {
    width: 100%;
    float:left;
    margin-left: 5px;
}

.left-sidebar {
    vertical-align: top;
}

.container {
    vertical-align: top;
}

.insert-url {
    width: 600px;
    margin: 5px;
}

.insert-block {
    margin-bottom: 20px;
}

.updates {
    width: 92%;
    margin: 10px;
    font-size: 13px;
}

.updates tr {
    height: 25px;
}

.updates .type {
    width: 45%;
}

.updates .value {
    width: 55%;
    text-align: right;
}

.analyse {
    width: 100%;
}

.analyse .preview {
    width: 250px;
}

.analyse .preview img {
    width: 240px;
    height: 180px;
}

.analyse .description {
    vertical-align: top !important;
    width: 100%;
    padding-left: 20px;
}

.stats {
    width: 98%;
    margin: 10px;
}

.all-text {
    margin: 10px;
    width: 228px;
}

.big-text {
    width: 100%;
    height: 400px;
}

.analyse-result {
    padding: 10px;
    font-size: 14px;
}

.md5-hash {
    width: 100%;
}

.html-hash {
    width: 100%;
}

.robots-settings {
    padding: 10px;
}

.article-img {
    margin: 4px;
}

.loader {
    background: #d7ebf5 url(../img/loader.gif) 50% 0 no-repeat;
    padding-top: 90px;
}

.ip-block {
    margin: 0 auto;
    padding: 20px;
    font-size: 40px;
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#e2e2e2));
    background: -moz-linear-gradient(#eee, #e2e2e2);
    background: linear-gradient(#eee, #e2e2e2);
    border: solid 1px #d0d0d0;
    border-bottom: solid 3px #b2b1b1;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #f5f5f5;
    color: #555;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fafafa;
}

.ip-block .ip {
    color: #66F;
}

input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
							padding-left:45px;
							height:40px; 
							display:inline-block;
							line-height:40px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:18px;
							vertical-align:middle;
							cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -40px;
}
						
label.css-label {
				background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_b1b67234ffcc615623e989767b0a930a.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
}

.article .header-article h1 {
    padding: 5px;
}

.article .header-article h1 {
    margin: 5px;
}

.article .content-article {
    margin: 10px;
}

.article .content-article h1, .article .content-article h2, .article .content-article h3, .article .content-article h4 {
	margin: 0;
}

.article {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	color:#666666;
	font-family:arial;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
        margin-bottom: 10px;
}

.more {
        margin-top: 10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.more:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.more:active {
	position:relative;
	top:1px;
}

.textbox { 
    background: transparent url(/template/img/input-text-8.png) repeat-x; 
    border: 1px solid #999; 
    outline:0; 
    width: 100%; 
    margin-bottom: 10px;
} 

.whois {
    width: 700px;
    border: 1px #555 solid;
    padding: 20px;
    margin: 0 auto;
    background: #f9f9f9;
    margin-bottom: 30px;
}

.whois table {
    width: 700px;
}

.log_window {
    overflow-y: auto;
    height: 400px;
}

.row_input {
    width: 460px;
    height: 30px;
}

/* FORUM */

body {
    font-family:Georgia,"Times New Roman",serif;
    font-size: 15px;
}

.forum {
    width: 98%;
    margin: 8px;
    border: 0;
}

.forum .icon {
    width: 24px;
}

.forum td {
    padding: 5px;
}

.forum .sub:hover {
    padding: 5px;
    background-color: #EAEDFF;
}

.forum .center {
    text-align: center;
}

.border_top {
    border-top: 1px #E7E7E7 solid;
}

.border_right {
    border-right: 1px #E7E7E7 solid;
}

.forum .description, .panel-heading .description {
    font-style:italic;
    font-size: 12px;
    color: #666;
}

.list-group {
    padding: 3px;
    padding-top: 15px;
}

.list-group .login {
    background: url(/img/login.png) 11px 11px no-repeat;
    padding-left: 40px;
}

.list-group .reg {
    background: url(/img/reg.gif) 11px 11px no-repeat;
    padding-left: 40px;
}

.list-group .lost {
    background: url(/img/question.png) 11px 11px no-repeat;
    padding-left: 40px;
}

.list-group .exit {
    background: url(/img/exit.png) 11px 11px no-repeat;
    padding-left: 40px;
}

.list-group .edit {
    background: url(/img/edit.png) 11px 11px no-repeat;
    padding-left: 40px;
}

.list-group .password {
    background: url(/img/password.png) 11px 11px no-repeat;
    padding-left: 40px;
}

.list-group .profile {
    background: url(/img/profile.png) 11px 11px no-repeat;
    padding-left: 40px;
}

.form-control {
    border: 1px solid #D6D6D6;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    padding: 6px 15px;
}

.avatar {
    padding:4px;
    margin-bottom:10px;
    line-height:1.428571429;
    background-color:#fff;
    border:1px solid #ddd;
}

.space-down {
    padding-bottom: 200px;
}

.panel-heading .title {
    font-size: 24px;
}

.panel-heading .title img {
    margin-right: 15px;
}

.author-info {
    padding: 0;
    margin: 0;
    height: 135px;
}

.mark-info {
    font-size: 22px;
}

.bad-mark {
    color: #A00;
}

.good-mark {
    color: #009933;
}

.comment {
    width: 100%;
}

.comment .avatar-block {
    vertical-align:top;
    width: 180px;
}

.comment .text {
    vertical-align:top;
    padding-left: 10px;
}

.comment .text p {
    padding: 0;
    margin: 0;
}

#bbcode {
    color: #000;
}

.avatar-block .img-rounded {
    padding: 0px;
    margin: 5px;
}

.rank_user {
    color: #737373;
}

.rank_admin {
    color: #CD3F3F;
}

.rank_moder {
    color: #009933;
}

.rank_journalist {
    color: #3071a9;
}

.rank_php_prog {
    color: #AA9F30;
}

.vertical-middle {
    vertical-align: middle;
}

.forum-section {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #D7E5E4;
    padding-top: 5px;
    padding-bottom: 5px;
}

.position-right {
    display: block;
    float: right;
}

.position-left {
    display: block;
    float: left;
}

.add-topic-btn {
    padding-top: 7px;
}

.red {
    color: red;
}

.green {
    color: green
}

.account-info {
    text-align: center;
    padding-bottom: 10px;
}