body{
font-family:arial, tahoma;
}

.statusDiv{
font-size:10pt;
color:#777;
margin:0px 0px 7px 0px;
}

#serverStatus,#clientsConut,#onlineLink{font-weight:bold;}
#serverStatus{font-size:11pt;}
.redC{color:#900}
.greenC{color:#090}
.blueC{color:#009}

.bigBtn{
display:inline-block;
position:relative;
width:210px;
height:32px;
padding:105px 0 10px 0;
text-align:center;
background-color:#EBEBEB;
border-radius:3px;
border:1px solid #CCCCCC;
cursor:pointer;
font-size:10pt;
vertical-align: top;
margin: 0px 5px 10px 0;
background-position: center 30px;
background-repeat:no-repeat;
}

.bigBtn:hover, #settings:hover{
background-color:#B7CAD6;
border:1px solid #6468B5;
}

#settings{
display:block;
position:relative;
width:40px;
height:40px;
background:#EBEBEB url('images/settings.svg') center center no-repeat;
border-radius:3px;
border:1px solid #CCCCCC;
cursor:pointer;
}


#Showsettings{
display: none;
width: 318px;
position: relative;
background: #EBEBEB;
border-radius: 3px;
border: 1px solid #CCCCCC;
padding: 5px;
font-size: 9pt;
color: #444;
}

#Showsettings input{
font-weight: bold;
color: #333;
padding: 5px;
border:1px solid #ccc;
display: block;
font-size: 12pt;
padding-right:30px;
}

#Showsettings input:focus{
outline:none;
}


.saved{
background-image:url('images/save.svg');
background-position:right center;
background-repeat:no-repeat;
}


#clientsCount{
font-weight:bold;
font-size:11pt;
color:#000;}