body {
    color: #fff;
    margin: 0 auto;
    font-family: Arial,sans-serif;
    font-size: 13px;
    width: 1000px;
    background: #020202;
}
a {
    color: #ffffff;
}
h1 {
    background: #444;
    color: #eee;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
strong {
    font-weight: bold;
}
#header {
    margin: 10px 0; 

}
#logo {
    float: left;
    margin-left: 5px;
}
ul,ol {
    margin-left: 20px;
}
ul li {
    list-style-type: square;
}
.social {
    float: right;
    margin-top: 12px;
    width:180px;
}
#vk_like {
    margin-top:9px;
    float:right;
}
#social-vk,#social-twitter {
    height: 40px;
    width: 40px;
}
.c0 {
    width:25px;
    text-align:right;
    color: #888;
    font-size:11px;
}
.c1 {
    width: 430px;
    padding-left: 10px;
    padding-right: 24px;
}
.c2 {
    width: 200px;
}
.c3 {
    width: 200px;
}
.c4 {
    text-align: center;
    width: 70px;
}
.c5 {
    padding-right: 20px;
    width: 50px;
    text-align: right;
}
.pc {
    width:15px;
    padding-left:10px;
    text-align:right;
    color: #888;
    font-size:11px;
}
.pc1 {
    width:405px;
    padding: 0 10px;
}
.pc2 {
    width:75px;
    padding: 0 10px;
    text-align:right;
}
.clear {
    clear: both;
}
i.icons {
    position: absolute;
    background: url(/monitoring/images/icons.png);
    height: 16px;
    width: 16px;
    margin-top: 5px;
}
i.vote {
    background-position: 0 0;
}
i.voted {
    background-position: -16px 0;
}
i.steam {
    background-position: -32px 0;
    margin-left: -20px;
}

a.connect {
    position: absolute;
    height: 16px;
    width: 16px;
}
span.steam {
    font-size: 10px;
    padding: 0 5px;
    margin: 0 5px 0 0;
}	
span.steam a {
    /*text-decoration: none;*/
    color: #222;
}
tr i.steam{
    opacity: 0.4;
}
tr:hover i.steam {
    opacity: 0.9;
}
a.map {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #fff;
}
a.map:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
thead tr {
    background: #121212;
    border-bottom: 1px solid #ccc;
}
tr {
    line-height: 26px;
}
tbody tr {
    border-bottom: 1px solid #444;
}
tbody tr:hover {
    background: #333;
}
.view-mapimg {
    margin: 10px;
    width: 160px;
    float: left;
}
.view-mapimg img {
    height: 120px;
    width: 160px;
}
.view-server {
}
.view-info {
    margin: 10px 0;
    float: left;
}
.view-info p {
    line-height: 24px;
}
.view-1block {
    float: left;
    width: 495px;
}
.view-2block {
    float: right;
    width: 495px;
}
.comments {
    padding-top: 3px;
    background: #DAE2E8;
}
.error {
    color: #000;
    /* border: 1px solid #FFBCBC;*/
    background: #919191;
    padding: 3px 10px 3px 10px;
    margin-bottom: 10px;
    border-radius:5px;
}
.error p.head{
    font-weight:bold;
    font-size:14px;
    margin:5px 0;
    color:#53221b;
}
.error ul{
    margin-bottom:5px;

}
.error ul li {
    line-height:20px;
    list-style-type:disc;
}
.error a {
    color: #53221b;
}

fieldset {
    border-top: 1px solid #444;
    margin-bottom: 20px;
}
legend {
    font-weight: bold;
    color: #FFF;
    margin-left:150px;
}

form.add {
    margin:10px 0;
}
input {
    background: #222;
    border: 1px solid #333;
    color: #fff;
}
input.error {
    background: #222;
    border: 1px solid #333;
    color: #fff;
}
select {
    background: #222;
    border: 1px solid #333;
    color: #fff;
    width: 157px;
}

#colored {
    background: #222;
    color: #fff;

}

dl {
    padding-top: 14px;
}
dt {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 140px;
}
dd {
    float: left;
    width: 180px;
    
}
dd input {
    width: 175px;
}
input.check {
    width: auto;
}

dd.info {
    margin-left: 20px;
    color: #666;
    font-size: 11px;
    padding-top: 3px;
    width: auto;
}
.done {
    background: #111;
    padding: 10px 10px 10px 150px;
}
.done input {
    height: 27px;
    width: 175px;
}
span.star {
    color: #ff0000;
}
.succ {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.succ-left {
    float: left;
    width: 480px;
    padding: 0 0 10px 10px;
}
.succ-right {
    float: right;
    width: 480px;
    padding: 0 10px 10px 0;
}
.succ-img {
    text-align: center;
}
.succ-right textarea,.succ-left textarea {
    width: 470px;
    height: 100px;
}
.voteup img {
    vertical-align: middle;
    margin-top: -4px;
}
.dontwork {
    padding: 10px;
}
.post {
    margin: 0 0 20px 0;
}
.posttext {
    padding: 10px;
    background: #F7F7F7;
}
h1.posttitle {

}
#inform-area {
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    z-index: 10000;
}
.inform-ok, .inform-error {
    padding: 10px;
    margin: 10px 10px 0 0;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.inform-ok {
    background: #00a022;
}
.inform-error {
    background: #a00000;
}
#footer {
    margin: 20px 0;
    padding-top:10px;
    border-top:1px solid #444;
}
.fooleft{
    float:left;
    width:800px;
}
.fooright{
    float:right;
    width:180px;
    margin-top:1px;
    text-align:right;
}
.fooright a{

}
#footer p {
    margin: 3px 0;
}
#footer p.top{
    margin-top:0;
}
#footer p.up{
    margin-top:-2px;
}
#footer p.up a{
    color:#444;
}
#footer .fooleft .copy{
    width:60px;
    float:left;
    text-align:right;
    margin-right:5px;
    color: #777;
    height:33px;
}
.footinform{
    width: 400px;
    float:left;
}
.footlinks{
    width: 335px;
    float:left;
}
.footlinks p.top{
    font-size:11px;
}
.footlinks p.system a{

}

#footer p.system{
    color: #444;
    font-size: 11px;
}
#footer p.system a{
    color: #444;
}
#bot-widgets {
    border-top: 1px solid #ccc;
    padding-top:20px;
    margin-top: 20px;
}
#bot-widgets .block {
    float: left;
    width: 300px;
    margin: 0 16px 0 17px;
}
.new-servers {
    border: 1px solid #ccc;
    width: 299px;
    font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
    font-size: 11px;
}
.new-servers h3 {
    border-bottom: 1px solid #e2e2e2;
    background: #e6e7ea;
    line-height: 20px;
    font-weight: bold;
    color: #596578;
    padding-left: 10px;
}
.new-servers ul.newserv {
    margin-left: 10px;
}
.new-servers ul.newserv li {
    display: block;
    line-height: 25px;
    list-style: none;
}
.new-servers ul.newserv li span {
    color: #777;
}
#inform-box {
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
#inform-box p {

}
#inform-box span{
    color: #222;
}
h2 {
    font-weight: bold;
}
.searchbox {
    padding: 10px;
    margin-bottom: 20px;
}
dl.radio {
    padding-top: 8px;
}
.accordion {
    padding: 10px;
}
h2 {
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
}
h2.first {
    margin-top: 0;
}
.accordion h3 {
    font-size: 13px;
    margin-top: 10px;
    margin-left: 10px;
}
.accordion h3 a {
    text-decoration: none;
    border-bottom: 1px dashed #0066ff;
}
.accordion h3.active a{
    color: #222;
    border-bottom: 1px solid #222;
}
.accordion p {
    display: none;
    margin-left: 10px;
    padding: 10px;
    padding-bottom: 0;
}
.ooops,.ooops a {
    color: #aaa;    
}
.ooops {
    font-size: 11px;
    margin-bottom: 10px;
}
.paginator{
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
.paginator .arrow {
    text-decoration: none;
    font-size: 20px;
}

/* NEW NAVIGATION */
.new-navigation {
    background: #1e211e;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius:5px;
}

.new-navigation ul {
    margin: 0;
}

.new-navigation ul li {
    display: block;
    padding-left: 34px;
    float: left;
    margin: 10px 30px 10px 0;
    opacity: 0.7;
    cursor: pointer;
}
.new-navigation ul li.current, .new-navigation ul li:hover {
    opacity: 1;
}

.new-navigation ul li a {
    color: #fff;
}

.new-navigation ul li p {
    font-size: 11px;
}

.new-navigation ul li#nav-servers {
    background: url(/monitoring/images/home.png) no-repeat 1px 5px;
}

.new-navigation ul li#nav-blog {
    background: url(/monitoring/images/blog.png) no-repeat 0 5px;
}

.new-navigation ul li#nav-search {
    background: url(/monitoring/images/search.png) no-repeat 1px 4px;
}
.new-navigation ul li#nav-vip {
    background: url(/monitoring/images/vip.png) no-repeat 6px 6px;
}

.new-navigation ul li#nav-view {
    background: url(/monitoring/images/view.png) no-repeat 0px 8px;
}

.new-navigation ul li#nav-add {
    background: url(/monitoring/images/add.png) no-repeat 0px 5px;
    float: right;
}

#new-inform-box {
    margin: 12px 0 0 0;
    float: left;
    width: 520px;
    padding: 5px 10px;
}

div.view div.left, div.view div.right {
    float: left;
    width: 480px;
    padding: 0 10px;
}
div.view dt {
    font-weight: bold;
    width: 90px;
}
.mininews {
    padding: 10px;
    text-align:center;
    margin-bottom:10px;
    background:#EAF4FF;
    border-radius:5px;
}

.mininews a {
    color:#005DA0;
    font-weight:bold;
}
.mininews a:hover {
    color:#004284;
}
.bygoog{
    text-align:center;
    background:#eee;
    margin-bottom:10px;
    padding: 5px 0 2px 0;
}
.infotag{
    line-height:27px;
    height:27px;
    background:#eee;
    border-bottom:1px solid #ccc;
    padding-left:10px;
    display:none;
}
.infoadd{
    padding:10px;
    margin:10px 0;
    border:1px solid #333;
    background:#222;
}
.infoadd p.head{
    font-weight:bold;
    font-size:14px;
    margin-bottom:5px;
}
.infoadd ol{
    list-style-type:decimal;
}
.infoadd ol li{
    line-height:20px;
}
.infoadd p.inform{
    margin-top:8px;
}
.infoadd p.inform span{
    color: #BA0000;
    font-weight:bolder;
}
a.vip{
    display:block;
    background:url(/monitoring/images/vip15.png);
    height:15px;
    width:22px;
    float:right;
    margin-top:2px;
}
span.off{
    color:#7F7F7F;
}
.vip-prices{
    margin:10px;
}
.vip-prices h2,.oh-yeah h2{
    margin-bottom:10px;
}
.oh-yeah{
    padding:10px;
    background:#eee;
}
.advert{
    height:70px;
}
.superleft{
    float:left;
    width:500px;
    text-align:center;
}
.superright{
    float:right;
    width:500px;
    text-align:center;
}

ul.rex {font-size:11px;text-align:center;color:#777;margin-bottom:20px;}
ul.rex a {color:#777;text-decoration:none;}
ul.rex li {display:inline;background:#e7e7e7;padding:3px;border-radius:4px;margin-right:10px;border:1px solid transparent;}
ul.rex li:hover {border:1px solid #ccc;color:#444;}
ul.rex li:hover a {color:#444;text-decoration:underline;}

#view {}
#view .left {
    float: left;
    width: 595px;
}
#view .left .wrap {
    margin-top: 10px;
}
#view .left .wrap .map-img {
    float: left;
    height: 120px;
    margin: 0 10px;
    width: 160px;
}
#view .left .wrap .map-img img {
    height: 120px;
    width: 160px;
}
#view .left .wrap .info {
    float: left;
    width: 415px;
}
#view .left .wrap .info dl {
    line-height: 24px;
    width: 415px;
    padding: 0;
}
#view .left .wrap .info dl dt {
    color: #777;
    float: left;
    width: 70px;
    text-align: left;
}
#view .left .wrap .info dl dt:after {
    content: ':';
}
#view .left .wrap .info dl dd {
    float: left;
    width: 335px;
}
#view .left .wrap .info dl dd .votes {
    float: left;
}
#view .left .wrap .info dl dd .vote_link {
    float: left;
    margin-left: 3px;
    margin-top: -1px;
}
#view .left .add-info {
    margin-top: 20px;
}
#view .left .add-info h1 {
    margin-bottom: 10px;
}
#view .left .add-info dl {
    line-height: 24px;
    width: 595px;
    padding: 0;
}
#view .left .add-info dl dt {
    color: #777;
    float: left;
    margin-left: 10px;
    width: 100px;
    text-align: left;
}
#view .left .add-info dl dt:after {
    content: ':';
}
#view .left .add-info dl dd {
    float: left;
    width: 475px;
}
#view .left .comments {
    margin-top: 20px;
    padding: 0;
    background: none;
}
#view .right {
    float: left;
    margin-left: 20px;
    width: 385px;
}
.player-list {
    width: 385px;
}
.player-list tr {
    line-height: 26px;
}
.player-list thead tr {
    background: #121212;
    border-bottom: 1px solid #ccc;
}
.player-list tbody tr {
    border-bottom: 1px solid #444;
}
.player-list tbody tr:hover {
    background: #333;
}
.player-list td.c10 {
    color: #777;
    font-size: 11px;
    padding-right: 10px;
    text-align: right;
    width: 20px;
}
.player-list td.c20 {
    padding-right: 10px;
    width: 210px;
}
.player-list td.c30 {
    padding-right: 10px;
    text-align: right;
    width: 75px;
}
#view .right .no-players {
    padding: 10px 30px;
}
#view .right .ads {
    margin-left: 25px;
    margin-top: 20px;
    width: 336px;
}

label.error
{
    font-size: 8pt;
}

.ajaxloading { background: url('/monitoring/images/ui-anim_basic_16x16.gif') right center no-repeat; }

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

tr.headerstyle {
    border:0px;
    background:#000;
}

tr.headerstyle:hover {
    border:0px;
    background:#000;
}

table.one {
    width:468px;
    height:60px;
    float:inherit;
    margin-left:0px;
    margin-right:0px;
}

.yaform-holster tr {border:0;}
.yaform-holster .yaform__sumbit {padding: 1px 6px !important;background:none !important;border:none !important}

/* AJAX ОКНО v.2.0 
============================================================================*/ 
.x-sh .xstl{padding-top:6px; background:none!important;} 
.x-sh .xsml{background:none!important;} 
.x-sh .xstr{padding-top:6px; background:none!important;} 
.x-sh .xsmr{background:none!important;} 
.x-sh .xsbl{padding-left:6px;background:none!important;} 
.x-sh .xsbc{background:none!important;} 
.x-sh .xsbr{padding-right:6px;background:none!important;} 
.xt {background:transparent url(http://www.center-dm.ru/ucoz/ajax/v2/tool-sprites.png) no-repeat!important; margin-left:5px!important; margin-top:2px!important;} 
.xt-close{background-position:0 0!important;} 
.xt-close-over{background-position:-15px 0!important;} 
.xt-mini{background-position:0 -15px!important;} 
.xt-mini-over{background-position:-15px -15px!important;} 
.xt-maxi{background-position:0 -30px!important;} 
.xt-maxi-over{background-position:-15px -30px!important;} 
.xt-rest{background-position:0 -45px!important;} 
.xt-rest-over{background-position:-15px -45px!important;} 
.xw-tl {background:url(http://www.center-dm.ru/ucoz/ajax/v2/border3.png) repeat-y 0 0!important; padding-left:5px!important; -webkit-border-radius: 5px 0px 0px 0px; -moz-border-radius: 5px 0px 0px 0px; border-radius: 5px 0px 0px 0px;} 
.xw-tc {background:url(http://www.center-dm.ru/ucoz/ajax/v2/top3.gif) repeat-x 0 0!important; padding: 11px 10px 0px 10px!important;} 
.xw-tr {background:url(http://www.center-dm.ru/ucoz/ajax/v2/border3.png) repeat-y 100% 0!important; padding-right:5px!important; -webkit-border-radius: 0px 5px 0px 0px; -moz-border-radius: 0px 5px 0px 0px; border-radius: 0px 5px 0px 0px;} 
.xw-ml {background:url(http://www.center-dm.ru/ucoz/ajax/v2/border3.png) repeat-y 0 0!important; padding-left:5px!important;} 
.xw-mr {background:url(http://www.center-dm.ru/ucoz/ajax/v2/border3.png) repeat-y 100% 0!important; padding-right:5px!important;} 
.xw-bl {background:url(http://www.center-dm.ru/ucoz/ajax/v2/border3.png) no-repeat 0 100%!important; padding-left:5px!important; -webkit-border-radius: 0px 0px 0px 5px; -moz-border-radius: 0px 0px 0px 5px; border-radius: 0px 0px 0px 5px;} 
.xw-br {background:url(http://www.center-dm.ru/ucoz/ajax/v2/border3.png) no-repeat 100% 100%!important;padding-right:5px!important; -webkit-border-radius: 0px 0px 5px 0px; -moz-border-radius: 0px 0px 5px 0px; border-radius: 0px 0px 5px 0px;} 
.xw-bc {background:url(http://www.center-dm.ru/ucoz/ajax/v2/border3.png) repeat-x 0 100%!important; height:5px!important;} 
.xw-hdr-text {padding:0px!important;} 
.xw-hdr-text {font: 12px Verdana,Arial,Helvetica, sans-serif!important; color: #bcbcbc!important; text-shadow: 1px 1px 1px #000!important; line-height: 15px!important; vertical-align:2px!important;} 
.xw-plain .xw-mc {border: none!important; padding:0!important; margin:0!important; font: 11px Verdana,Arial,Helvetica, sans-serif!important; color:#444!important; background:#f9f9f9!important;}  
.xw-body {padding:0!important; margin:0!important; box-shadow:inset 0px 1px 3px #666; -webkit-box-shadow:inset 0px 1px 3px #666; -moz-box-shadow:inset 0px 1px 3px #666;} 
.xw-plain .xw-body{padding: 10px!important; border: none!important;} 
.xw-blank {background:#fff!important;} 
.myWinTD1 {background:none!important;}