
body{
    background: #000;
    font-family: Arial;
}    

.sp_bg_progress{
    background: rgba(86, 198, 213, 0.8);
    height: 2px;
    width: 100%;        
    box-shadow: 0px 0px 4px #FB6060, 0px 0px 8px #FB6060, 0px 0px 10px #FB6060;
}

.sp_footer{
    display:inline-block;
    height: 35px;
    border-radius: 3px 3px 0 0;
    color: #FFF;        
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    background:rgba(0,0,0,0.8);
    box-shadow: 0px 0px 10px 0px #000;
}

.register_link{
    font-size: 1.5em;
    color: #FFF;
    text-shadow: 0px 0px 4px #FB6060, 0px 0px 8px #FB6060, 0px 0px 10px #FB6060; 
    animation: si_register_pulse 2s infinite ease-in;
    animation-delay: 1s;
    cursor:pointer;
}    
.register_link:hover{
    text-shadow: 0px 0px 12px #FB6060, 0px 0px 12px #FB6060, 0px 0px 24px #FB6060, 0px 0px 30px #FB6060; 
    animation: none;
}
@keyframes si_register_pulse{
    0% {
        text-shadow: 0px 0px 4px #FB6060, 0px 0px 8px #FB6060, 0px 0px 10px #FB6060;             
    }
    50% {
        text-shadow: 0px 0px 4px rgba(243, 58, 64, 0.3), 0px 0px 8px rgba(243, 58, 64, 0.3), 0px 0px 10px rgba(243, 58, 64, 0.3);
    }
    100% {
        text-shadow: 0px 0px 4px #FB6060, 0px 0px 8px #FB6060, 0px 0px 10px #FB6060; 
    }
  }

  .light_container{
      position:absolute;
      z-index: 5;          
      background:rgba(0,0,0,0.6);
      width:100%;
      height:100%;
  }
  .light_container_box{
      position:relative;
      padding: 40px;
      box-shadow: 0px 0px 4px #FB6060, 0px 0px 8px #FB6060, 0px 0px 10px #FB6060; 
      background:rgba(0,0,0,0.6);
  }
  
h1 {
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    text-shadow: 0px 0px 1px #FB6060, 0px 0px 2px #FB6060, 0px 0px 4px #FB6060; 
}
h1:before,
h1:after {
    background-color: #FFF;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h1:before {
    right: 0.5em;
    margin-left: -50%;
}
h1:after {
    left: 0.5em;
    margin-right: -50%;
}
  
.playButton{
    display: inline-block;
    background-color:#851C1C;
    color:#D2D2D2;
    font-weight:bold;        
    background: #9A1F29; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #9A1F29 1%, #2989d8 50%, #52A4AF 90%, #52A4AF 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #9A1F29 1%,#2989d8 50%, #52A4AF 90%, #52A4AF 100%);    
    background: radial-gradient(ellipse at center, #9A1F29 1%,#2989d8 50%, #52A4AF 90%, #52A4AF 100%);
    /*border: 1px solid #52A4AF;*/    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9A1F29', endColorstr='#000000',GradientType=1 );
    font-size: 20px;
    color: #FFF;
    /*box-shadow: 0px 0px 4px #52A4AF, 0px 0px 8px #52A4AF, 0px 0px 10px #52A4AF;         */
    border-radius: 15px;
    padding: 10px;        
    margin: 10px;
    margin-top: 20px;
    font-weight: bolder;
    cursor: pointer;
    /*text-shadow: 0px 0px 4px #52A4AF, 0px 0px 8px #52A4AF, 0px 0px 10px #52A4AF;     */
    animation: si_pulse_play 3s infinite ease-out;        
    animation-delay: 2s;
    text-shadow: 0px 0px 4px #FB6060, 0px 0px 8px #FB6060, 0px 0px 10px #FB6060; 
    border: 1px solid #FB6060;    
}

@keyframes si_pulse_play{
  0% {
      box-shadow: 0 0 0 0 rgba(243, 58, 64, 0.4);
  }
  70% {
      box-shadow: 0 0 20px 20px rgba(243, 58, 64, 0), 0 0 20px 20px rgba(243, 58, 64, 0), 0 0 20px 20px rgba(243, 58, 64, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(243, 58, 64, 0);
  }
}

.login_button{    
background: #9A1F29; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #9A1F29 1%, #944 50%, #722 90%, #F00 100%);
background: -webkit-radial-gradient(center, ellipse cover, #9A1F29 1%,#944 50%, #722 90%, #F00 100%);    
background: radial-gradient(ellipse at center, #9A1F29 1%, #944 50%, #722 90%, #F00 100%);
/*border: 1px solid #52A4AF;*/    
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9A1F29', endColorstr='#000000',GradientType=1 );
height: 80px;
width: 80px;
font-size: 20px;
color: #FFF;
/*box-shadow: 0px 0px 4px #52A4AF, 0px 0px 8px #52A4AF, 0px 0px 10px #52A4AF;         */
border-radius: 50%;
padding: 0;
margin: 0;
position:absolute;
top: -40px;
right: -40px;
font-weight: bolder;
/*text-shadow: 0px 0px 4px #52A4AF, 0px 0px 8px #52A4AF, 0px 0px 10px #52A4AF;     */
animation: si_white_pulse 2s infinite ease-in;
animation-delay: 2s;
text-shadow: 0px 0px 4px #FB6060, 0px 0px 8px #FB6060, 0px 0px 10px #FB6060; 
border: 1px solid #CCC;
}
.login_button:hover, .login_button:focus{
border: 1px solid #FB6060;
text-shadow: 0px 0px 4px #FB6060, 0px 0px 8px #FB6060, 0px 0px 10px #FB6060; 
box-shadow: 0px 0px 4px #FB6060, 0px 0px 8px #FB6060, 0px 0px 10px #FB6060; 
outline: none;
}

@keyframes si_white_pulse{
0% {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
  box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0), 0 0 20px 20px rgba(255, 255, 255, 0), 0 0 20px 20px rgba(255,255,255, 0);
}
100% {
  box-shadow: 0 0 0 0 rgba(243, 58, 64, 0);
}
}

@keyframes si_pulse{
0% {
  box-shadow: 0 0 0 0 rgba(243, 58, 64, 0.4);
}
70% {
  box-shadow: 0 0 20px 20px rgba(243, 58, 64, 0), 0 0 20px 20px rgba(243, 58, 64, 0), 0 0 20px 20px rgba(243, 58, 64, 0);
}
100% {
  box-shadow: 0 0 0 0 rgba(243, 58, 64, 0);
}
}

.parchment_top {
position:relative;
width:730px;    
top: 25px;
background-image:url(/include/parchment_content.png);            
}
.parchment_bottom {
position:relative;
width:730px;    
height: 38px;
bottom:-18px;
right:-6px;
background-image:url(/include/parchment_bottom.png);    
margin-bottom:40px;    
}
.parchment {
position:relative;
width:730px;
top: -25px;
height: 38px;
background:url(/include/parchment_top.png);
}
.parchmentBody {
width:610px;
padding: 1px 60px 2px 60px;
overflow: auto;
}

.instance-button{
display: block;
padding:5px 15px 10px 15px;
margin:10px;
font-size: 20px;
font-weight: bolder;
background: rgba(194, 198, 146, 0.9);
border: 1px solid #000;    
box-shadow: 0px 0px 4px #200, 0px 0px 8px #200, 0px 0px 10px #200;
border-radius: 5px;
cursor: pointer;   
height:30px;
font-family: Arial;
text-shadow: 0px 0px 4px #000;
text-align:center;
}
.instance-button:hover{
text-shadow: 0px 0px 4px #000, 0px 0px 6px #800;
}

.transfer-button{    
display: block;
padding:5px 15px 10px 15px;
margin:10px;
margin-top:30px;
font-size: 16px;
font-weight: bolder;
background: rgba(194, 198, 146, 0.9);
border: 1px solid #000;    
box-shadow: 0px 0px 4px #200, 0px 0px 8px #200, 0px 0px 10px #200;
border-radius: 5px;
cursor: pointer;   
height:12px;
font-family: Arial;
text-shadow: 0px 0px 4px #000;
text-align:center;
}


.instance-button-active{
display: block;
padding:5px 15px 10px 15px;
margin:10px;
font-size: 20px;
font-weight: bolder;
background: rgba(194, 198, 146, 0.9);
border: 1px solid #000;    
box-shadow: 0px 0px 4px #200, 0px 0px 8px #200, 0px 0px 10px #200;
border-radius: 5px;
cursor: default;   
height:30px;
font-family: Arial;
text-shadow: 0px 0px 4px #000, 0px 0px 6px #800, 0px 0px 10px #800;
text-align:center;
}
.instance-button-active:hover{    
}

.ui-button{
display: inline-block;
padding: 3px;
margin: 3px;
font-size: 16px;
font-weight: bolder;
background: rgba(194, 198, 146, 0.9);
border: 1px solid #000;    
box-shadow: 0px 0px 4px #A88, 0px 0px 8px #A88, 0px 0px 10px #A88;
border-radius: 5px;
cursor: pointer;   
text-shadow: 0px 0px 4px #000;
}
.ui-button:hover{
background: rgba(194, 198, 226, 0.9);
}

.player-name{
color: #FFF;
font-size: 28px;
text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;
}
.ally-name{
color:#A88;
font-size: 18px;
text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;
}

.transfer-box{
position: relative;
display: inline-block;
width: 350px;
height: 300px;
margin:10px;
padding:10px;
box-shadow: 0px 0px 5px 1px #000;
background: rgba(40,0,0,1);
color: #FFF;
}
.transfer-box-inactive{
position: relative;
display: inline-block;
width: 350px;
height: 300px;
margin:10px;
padding:10px;
box-shadow: 0px 0px 5px 1px #000;
background: rgba(40,40,40,1);
color: #FFF;
}
.transfer-box-title{
position:absolute;
top: -10px;
text-align:center;
width: 330px;
font-size: 20px;
text-shadow: 0px 0px 2px #000;
}
.transfer-box-descr{
position:relative;
background: rgb(80,0,0);
box-shadow: 0px 0px 3px 1px #000;
height:100px;
width: 330px;
padding: 10px 10px;
padding-top: 20px;
border-radius: 8px;
margin-bottom: 10px;
color: #FFF;
}
.transfer-box-descr-inactive{
position:relative;
background: rgb(40,0,0);
box-shadow: 0px 0px 3px 1px #000;
height:100px;
width: 330px;
padding: 20px 10px;
padding-top: 20px;
border-radius: 8px;
margin-bottom: 10px;
color: #DDD;
}
.transfer-box-time{
width: 330px;
text-align:center;
color: #888;
font-size: 10px;    
font-weight:bolder;
margin-bottom:10px;
}
.transfer-box-info{
margin-bottom:10px;
}
.transfer-box-counter{
font-size: 24px;
font-weight: bolder;
}

.transfer-button-gold{
display: inline-block;
margin: 5px;
padding: 5px 20px;
box-shadow: 0px 0px 6px 2px #000;
border: 2px solid #efef00;
border-radius: 4px;
background: rgb(120,50,50);
color: #DDD;
font-weight: bolder;    
cursor: pointer;
text-shadow: 0px 0px 3px #000;
}
.transfer-button-gold:hover{
color: #FFF;
background: rgb(120,20,20);
}
.transfer-button-gray{
display: inline-block;
margin: 5px;
padding: 5px 20px;
box-shadow: 0px 0px 6px 2px #000;
border: 2px solid #888;
border-radius: 4px;
background: rgb(120,120,120);
color: #DDD;
font-weight: bolder;    
cursor: pointer;
text-shadow: 0px 0px 3px #000;
}
.transfer-button-gray:hover{
color: #FFF;
background: rgb(100,100,100);
}


.transfer-select{
background: rgb(40,0,0);
color: #FFF;
font-size:24px;
width: 90%;
padding: 5px 20px;
border: 1px solid #efef00;
outline: none;
}

.tranfer-box-option{
margin-bottom:10px;
background: rgba(0,0,0,0.4);    
color: #FFF;
box-shadow: 0px 0px 3px 1px #000;
padding: 5px;
}
.tranfer-box-option .header{
font-size: 16px;
font-weight: bolder;
text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;    
padding-left: 20px;
}
.tranfer-box-option .content{
padding: 5px 10px;
}
.tranfer-box-option .content input{
margin:10px;
}

.tranfer-box-option-inactive{
margin-bottom:10px;
background: rgb(80,80,80);    
color: #FFF;
box-shadow: 0px 0px 3px 1px #000;
padding: 5px;
opacity: 0.7;
}
.tranfer-box-option-inactive .header{
font-size: 16px;
font-weight: bolder;
text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;    
padding-left: 20px;
}
.tranfer-box-option-inactive .content{
padding: 5px 10px;
}
.tranfer-box-option-inactive .content input{
margin:10px;
}

.transfer-error{
width: 700px;
background: rgb(80,40,40);    
border: 2px solid #F55;
color: #FFF;
padding: 10px 20px;
}
.transfer-info{
width: 700px;
background: rgb(40,40,80);    
border: 2px solid #55F;
color: #FFF;
padding: 10px 20px;
}

.transfer-progress{
margin-top: 13px;
width:100%;
height:30px;
box-shadow: 0px 0px 5px 1px #000;
position: relative;
background: rgb(100,100,100);
}
.transfer-progress-bar{
position: absolute;
height: 30px;
background: rgb(20,0,0);
}
.transfer-progress-content{
width: 100%;
position: absolute;
font-size: 20px;
font-weight: bolder;
top: 5px;
text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000;
}

.register-xtra-button{
    padding: 10px;
    width: 300px;
    background:rgba(200,50,50,1);
    border-radius:3px;
    border:1px solid #000;
    margin-top:20px;
    box-shadow: 0px 0px 1px #000, 0px 0px 3px #000;
    cursor:pointer;
}
.register-xtra-button:hover{
    background:rgba(200,90,50,1);
}
