a {
text-decoration:none;
}

ul,li {
margin:0;
padding:0;
list-style:none;
}

input,select {
font-size:9pt;
}

input[type='radio'] {
vertical-align:-6px;
}

input[type='checkbox'] {
vertical-align:-6px;
}

input[type='number'] {
padding-right:0;
width:36px;
}

input[type='submit'],input[type='button'] {
vertical-align:middle;
}

input[type='text'],input[type='password'] {
font-size:12px !important;
height:19px;
vertical-align:1px;
cursor:text;
border-top:2px #bebebe solid;
border-left:2px #bebebe solid;
border-right:2px #e1e1e1 solid;
border-bottom:2px #e1e1e1 solid;
}

select {
font-size:9pt !important;
vertical-align:middle;
height:21px !important;
color:#fff;
background:#394552;
border:1px #191e23 solid;
}

select.middle {
font-family:'·ÂËÎ';
margin-right:10px;
font-size:15px !important;
height:34px !important;
}

select.big {
margin-right:10px;
font-size:18px !important;
height:34px !important;
}

#loading {
position:fixed;
width:100%;
height:100%;
color:#fff;
background:#000;
z-index:99999;
}

.btn {
display:inline-block;
margin:0 3px;
padding:0 10px;
height:30px;
line-height:30px;
text-align:center;
font-family:'¿¬Ìå';
font-size:18px;
font-weight:bold;
color:#fff;
border:none;
background-image:-webkit-gradient(linear, left top, left bottom, from(#51545b), to(#3d3e43));
background-image: -moz-linear-gradient(90deg, #51545b, #3d3e43);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#51545b,endColorstr=#3d3e43,gradientType=0);
cursor:pointer;

-moz-text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
text-shadow: 1px 1px 1px #000;

-moz-box-shadow: 0px 2px 2px #000;
-webkit-box-shadow: 0px 2px 2px #000;
box-shadow: 0px 2px 2px #000;
}

.btn.red,.btn.RED {
background-image:-webkit-gradient(linear, left top, left bottom, from(#d6241c), to(#91211b));
background-image: -moz-linear-gradient(90deg, #d6241c, #91211b);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#d6241c,endColorstr=#91211b,gradientType=0);
}

.btn.blue,.btn.BLUE {
background-image:-webkit-gradient(linear, left top, left bottom, from(#0493d5), to(#0061b0));
background-image: -moz-linear-gradient(90deg, #0493d5, #0061b0);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0493d5,endColorstr=#0061b0,gradientType=0);
}

.btn.green {
background-image:-webkit-gradient(linear, left top, left bottom, from(#72b329), to(#428429));
background-image: -moz-linear-gradient(90deg, #72b329, #428429);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#72b329,endColorstr=#428429,gradientType=0);
}

.btn:hover,.btn.current {
border-color:#ffff00;
}

.btn.active {
background:#ff0000;
border-color:#ffff00;
}

.btn.highlight {
background:#ff7300;
border-top:2px #facc89 solid;
border-right:2px #facc89 solid;
border-bottom:2px #a74200 solid;
border-left:2px #a74200 solid;
}

input.btn {
height:33px;
}

center .btn {
margin:5px;
}

.btn-min {
display:inline-block;
padding:0 10px;
height:21px !important;
line-height:21px !important;
font-size:9pt !important;
color:#fff;
background:#394552;
border:1px #191e23 solid;
cursor:pointer;
}

select.btn-min {
cursor:default;
}

option.RED {
background:red !important;
}

option.BLUE {
background:blue !important;
}

.btn-min.max {
padding-top:2px;
height:26px !important;
line-height:26px !important;
font-size:16px !important;
}

.btn-close {
display:inline-block;
position:absolute;
right:10px;
top:10px;
padding:0;
width:36px;
height:36px;
background:url(skin/btn-close.png) no-repeat;
background-size:contain;
z-index:999;
}

.icon-reload {
display:inline-block;
width:30px;
height:30px;
background:url(skin/icon-reload.png) no-repeat;
background-size:contain;
z-index:999;
cursor:pointer;
transition:All 0.4s linear;
-webkit-transition:All 0.4s linear;
-moz-transition:All 0.4s linear;
-o-transition:All 0.4s linear;
}

.icon-reload:active {
transform:rotate(1080deg);
-webkit-transform:rotate(1080deg);
-moz-transform:rotate(1080deg);
-o-transform:rotate(1080deg);
-ms-transform:rotate(1080deg);
}

.icon-setup {
display:inline-block;
width:30px;
height:30px;
background:url(skin/icon-setup.png) no-repeat;
background-size:contain;
z-index:999;
cursor:pointer;
}

.icon-radar {
display:inline-block;
width:30px;
height:30px;
background:url(skin/icon-radar.png) no-repeat;
background-size:contain;
z-index:999;
cursor:pointer;
}

.icon-ruler {
display:inline-block;
width:30px;
height:30px;
background:url(skin/icon-ruler.png) no-repeat;
background-size:contain;
z-index:999;
cursor:pointer;
}

.icon-ruler.active {
background:url(skin/icon-ruler-active.png) no-repeat;
background-size:contain;
}

.icon-eye {
display:inline-block;
width:30px;
height:30px;
background:url(skin/icon-eye.png) no-repeat;
background-size:contain;
z-index:999;
cursor:pointer;
}

.icon-eye:active {
background:url(skin/icon-eye-active.png) no-repeat;
background-size:contain;
}

input[type=submit].btn-min {
background:#d6241c;
}

fieldset {
border:1px #666 solid;
}

fieldset label {
display:inline-block;
margin:10px;
}

table.min td {
font-size:9pt;
border-color:#666 !important;
}

table.min th {
background:#394552 !important;
border-color:#666 !important;
}

table.max td {
font-size:20px;
}

.bg-RED {
background:red !important;
}

.bg-BLUE {
background:blue !important;
}

.bg-BLACK {
background:black !important;
}

.color-RED {
color:red;
}

.color-BLUE {
color:blue;
}

.text-RED {
color:red !important;
}

.text-BLUE {
color:#00b7ee !important;
}

.text-min * {
font-size:12px;
}

.color2 {
color:#ff0000;
}

.text-shadow {
font-weight:bold;
-moz-text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
text-shadow: 1px 1px 1px #000;
}

#paint {
display:none;
overflow:hidden;
position:fixed;
top:0px;
left:0px;
z-index:9999;
cursor:crosshair;
}

table.score {
font-size:28px;
}

#UserStat {
position:fixed;
left:10px;
top:60px;
z-index:999;
}

#UserStat p {
margin:0;
padding:0;
text-align:left;
font-size:12px;
line-height:16px;
color:#fff;
}