body{
background-color: rgb(65, 65, 65);
color: rgb(104, 104, 104);
margin: 0;
padding: 0px;
font-size: 9pt;
font-family: arial, helvetica, sans-serif;
text-shadow: 1px 1px 0 rgba(0,0,0,.3);
transition: 0.03s linear;
}

body a:link{
    color: rgba(250, 245, 180, 0.8);
    text-shadow: 0 0 0 transparent, 1px 1px 0 rgba(0, 0, 0, 0.75);
    text-decoration:none;
    transition: 0.5s linear;
}
body a:visited{
    color: rgba(154, 154, 154, 0.8);
    text-decoration:none;
}
body a:hover{
     color: rgba(250, 245, 180, 1.0);
     text-decoration:none !important;

}
/***************************************************** wrapper_main  */
.wrapper_main {
background-color: rgba(40,40,40,255);
 box-shadow: 5px 7px 13px #202020;
-webkit-box-shadow:5px 7px 13px #202020; 
-moz-box-shadow:5px 7px 13px #202020; 
-khtml-box-shadow:5px 7px 13px #202020;
 
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
 border-radius: 4px;
-khtml-border-radius: 4px;
 padding:15px 10px 15px 10px;

border-top: 1px solid #808080 !important;
border-bottom: 1px solid black !important;

padding:0px 50px;
}

.wrapper_div {
width: 1150px;
}

/***************************************************** roundform  */
.roundform {
  background-color: #3A3A3A !important;
  background: #3A3A3A !important;
  padding:10px;
  border-bottom: 1px solid rgb(20, 20, 20) !important;
  border-top: 1px solid rgb(100, 100, 100) !important;
  box-shadow: 5px 7px 10px #202020 !important;
  border-radius: 3px;
}

.server_status {
    position: absolute; 
    right: 20px; 
    bottom: 20px; 
    z-index: 10000; 
    border: none;
    margin-right:5px;
    font-weight:bold;
}

.server_online {
    color:lime;
}

.server_offline {
    color:red;
}

/***************************************************** img imgstylesimple */
.imgstylesimple {
    display: inline-block;
    width:auto;
    position: relative;
    float: none;
    padding: .6em .6em .5em .6em;
    background-color: transparent;
    border: .1em solid #282828;
    background-image: -webkit-linear-gradient(bottom, #282828, #444444);
    background-image: -moz-linear-gradient(bottom, #282828, #444444);
    background-image: -o-linear-gradient(bottom, #282828, #444444);
    background-image: linear-gradient(to top, #282828, #444444);
    -webkit-box-shadow: 0 .1em .3em rgba(0, 0, 0, .3), inset 0 .1em .1em rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 .1em .3em rgba(0, 0, 0, .3), inset 0 .1em .1em rgba(255, 255, 255, .2);
    box-shadow: 0 .1em .3em rgba(0, 0, 0, .3), inset 0 .1em .1em rgba(255, 255, 255, .2);

}

.imgstylesimple img {
  border-top: .13em solid #282828; 
  border-right: .13em solid #686868; 
  border-left: .13em solid #282828; 
  border-bottom: .13em solid #686868;
}

.imgstylesimple img:hover {
  border-top: .13em dotted #999999; 
  border-right: .13em dotted #999999; 
  border-left: .13em dotted #999999; 
  border-bottom: .13em dotted #999999;
}
/***************************************************** inlineimg */
.inlineimg {
	vertical-align: middle;
	transition: 0.5s linear;
	opacity: 0.5;
}
.imgstylesimple:hover .inlineimg {
	vertical-align: middle;
	opacity: 0.9;
}

.one {
  color: rgba(25,80,140, 0.7); 
  transition: 0.5s linear;
}
.imgstylesimple:hover .one {
  color: rgba(25,80,140, 1.0); 
}
.two {
  color: rgba(0,140,0, 0.7); 
  transition: 0.5s linear;
}
.imgstylesimple:hover .two {
  color: rgba(0,140,0, 1.0); 
}
.three {
  color: rgba(140,40,0, 0.7); 
  transition: 0.5s linear;
}
.imgstylesimple:hover .three {
  color: rgba(140,40,0, 1.0); 
}


/***************************************************** button */
.button {        
    display: inline-block;
    white-space: nowrap;
    background-color: rgba(40, 40, 40, 0.7);
    background-image: linear-gradient(top, rgba(40, 40, 40, 0.9), rgba(40, 40, 40, 0.5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    border-top: 1px solid rgb(104, 104, 104);
    border-bottom: 1px solid black;
    padding: 5px;
    margin: 20px;
     font-size: 12px; 
    text-decoration: none;
    color: rgba(154, 154, 154, 0.8);
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: 3px;
    width: 230px;
    height: 14px;
      transition: 0.5s linear;
      text-align: center;
}

.button:hover {
    background-color: rgba(70, 70, 70, 0.7);
    background-image: linear-gradient(top, rgba(70, 70, 70, 0.9), rgba(70, 70, 70, 0.5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');  
    color: rgba(154, 154, 154, 1.0);   
}

.button:active {
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

.button:focus {
    outline: 0;
    background: rgba(40, 40, 40, 1.0);
}    




.mon1 {
    width: 350px;
    height: 20px;
    border: 0px solid #C3CBD1;
    display: block;
    z-index: 10;
    position: relative;
    left: 40px;
}  
.mon2 {
    width: 350px;
    height: 20px;
    border: 0px solid #C3CBD1;
    display: block;
    z-index: 10;
    position: relative;
    left: 430px;
    bottom: 20px;
}  
.mon3 {
    width: 350px;
    height: 20px;
    border: 0px solid #C3CBD1;
    display: block;
    z-index: 10;
    position: relative;
    left: 805px;
    bottom: 40px;
}  

.mon_info {
    color: #999999;
    font-weight: bold;
    font-size: 12px;
    margin-left:35px;
}
 
.mon_block_title {
    color: #999999;
    font-weight: bold; 
    z-index: 30;
    background: transparent;
    position: relative;
    left: 35px;
    bottom: 15px;
    font-size: 12px;
} 

.mon_block_up {
    width: 170px !important;
    height: 8px !important;
    display: block;
    border: 0px solid #C3CBD1;
    z-index: 20;
    background: #3A3A3A;
    position: relative;
    left: 30px;
    bottom: 13px;
}  
.mon_block {
    width: 40px !important;
    height: 22px !important;
    display: block;
    border: 0px solid #C3CBD1;
    z-index: 20;
    background: #3A3A3A;
    position: relative;
    left: -9px;
    bottom: 25px;
}  
.mon_block_right {
    width: 80px !important;
    height: 22px !important;
    display: block;
    border: 0px solid #C3CBD1;
    z-index: 20;
    background: #3A3A3A;
    position: relative;
    left: 270px;
    bottom: 45px;
} 

.discord{
color: #bdbdbd;
font-size: 12pt;
font-weight: bold; 
}

.discord a:link, .discord a:visited{
color: #7D96EB;
font-size: 12pt;
transition: 0.5s linear;
font-weight: bold; 
}
.discord:hover a:link{
  /*
color: #829CF2;
border-bottom: 1px dotted;
    text-decoration: none;
  
    display: inline-block;
    height: 1em;
    line-height: 1.05em;
    */
}

hr{
align: center;
size: 10px;
width: 70%;
}
