@-webkit-keyframes blackblur {
      from { text-shadow: 0 0 5px #FFF; color: #DEDEDE; }
      to   { text-shadow: 0;              color: #DEDEDE;       }
    }


@-moz-keyframes blackblur_moz {
      from { text-shadow: 0 0 5px #FFF; color: #DEDEDE; }
      to   { text-shadow: 0;              color: #DEDEDE;       }
   }

.chestplunder_effect_60:link, .chestplunder_effect_60:visited, .chestplunder_effect_60:focus  {
	text-decoration: none;
}

.chestplunder_effect_60 span:nth-of-type(1)  { -webkit-animation: blackblur 2s       infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(2)  { -webkit-animation: blackblur 2s 0.1s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(3)  { -webkit-animation: blackblur 2s 0.15s infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(4)  { -webkit-animation: blackblur 2s 0.2s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(5)  { -webkit-animation: blackblur 2s 0.25s infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(6)  { -webkit-animation: blackblur 2s 0.3s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(7)  { -webkit-animation: blackblur 2s 0.35s infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(8)  { -webkit-animation: blackblur 2s 0.4s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(9)  { -webkit-animation: blackblur 2s 0.45s infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(10) { -webkit-animation: blackblur 2s 0.5s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(11) { -webkit-animation: blackblur 2s 0.55s infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(12) { -webkit-animation: blackblur 2s 0.6s  infinite alternate; }	
.chestplunder_effect_60 span:nth-of-type(13) { -webkit-animation: blackblur 2s 0.65s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(14) { -webkit-animation: blackblur 2s 0.7s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(15) { -webkit-animation: blackblur 2s 0.75s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(16) { -webkit-animation: blackblur 2s 0.8s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(17) { -webkit-animation: blackblur 2s 0.85s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(18) { -webkit-animation: blackblur 2s 0.9s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(19) { -webkit-animation: blackblur 2s 0.95s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(20) { -webkit-animation: blackblur 2s 1s  infinite alternate; }


.chestplunder_effect_60 span:nth-of-type(1)  { -moz-animation: blackblur_moz 2s       infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(2)  { -moz-animation: blackblur_moz 2s 0.1s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(3)  { -moz-animation: blackblur_moz 2s 0.15s infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(4)  { -moz-animation: blackblur_moz 2s 0.2s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(5)  { -moz-animation: blackblur_moz 2s 0.25s infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(6)  { -moz-animation: blackblur_moz 2s 0.3s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(7)  { -moz-animation: blackblur_moz 2s 0.35s infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(8)  { -moz-animation: blackblur_moz 2s 0.4s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(9)  { -moz-animation: blackblur_moz 2s 0.45s infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(10) { -moz-animation: blackblur_moz 2s 0.5s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(11) { -moz-animation: blackblur_moz 2s 0.55s infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(12) { -moz-animation: blackblur_moz 2s 0.6s  infinite alternate; }	
.chestplunder_effect_60 span:nth-of-type(13) { -moz-animation: blackblur_moz 2s 0.65s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(14) { -moz-animation: blackblur_moz 2s 0.7s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(15) { -moz-animation: blackblur_moz 2s 0.75s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(16) { -moz-animation: blackblur_moz 2s 0.8s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(17) { -moz-animation: blackblur_moz 2s 0.85s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(18) { -moz-animation: blackblur_moz 2s 0.9s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(19) { -moz-animation: blackblur_moz 2s 0.95s  infinite alternate; }
.chestplunder_effect_60 span:nth-of-type(20) { -moz-animation: blackblur_moz 2s 1s  infinite alternate; }

@-webkit-keyframes yellowPulse {
from {  text-shadow: 0 0 1px #fff25e; }
50% {   text-shadow: 0 0 9px #ffe41a; }
to {    text-shadow: 0 0 1px #fff25e; }
}
@-webkit-keyframes yellowStrongPulse {
from {  text-shadow: 0 0 1px #ffee14; }
50% {   text-shadow: 0 0 9px #ffee14; }
to {    text-shadow: 0 0 1px #ffee14; }
}

@keyframes yellowPulse {
from {  text-shadow: 0 0 1px #fff25e; }
50% {   text-shadow: 0 0 9px #ffe41a; }
to {    text-shadow: 0 0 1px #fff25e; }
}
@keyframes yellowStrongPulse {
from {  text-shadow: 0 0 1px #ffee14; }
50% {   text-shadow: 0 0 9px #ffee14; }
to {    text-shadow: 0 0 1px #ffee14; }
}

.premium_glow_2 {
	animation: yellowStrongPulse  4s infinite alternate;
	-webkit-animation: yellowStrongPulse 4s       infinite alternate;
}



@-webkit-keyframes redStrongPulse {
from {  text-shadow: 0 0 3px #ff2626; }
50% {   text-shadow: 0 0 14px #ff2626; }
to {    text-shadow: 0 0 3px #ff2626; }
}

@keyframes redStrongPulse {
from {  text-shadow: 0 0 2px #ff2626; }
50% {   text-shadow: 0 0 15px #ff2626; }
to {    text-shadow: 0 0 2px #ff2626; }
}

.glow_red {
	animation: redStrongPulse  2s infinite alternate;
	-webkit-animation: redStrongPulse 2s       infinite alternate;
}

@-webkit-keyframes orangeStrongPulse {
from {  text-shadow: 0 0 1px #ff6800; }
50% {   text-shadow: 0 0 9px #ff6800; }
to {    text-shadow: 0 0 1px #ff6800; }
}

@keyframes orangeStrongPulse {
from {  text-shadow: 0 0 1px #ff6800; }
50% {   text-shadow: 0 0 9px #ff6800; }
to {    text-shadow: 0 0 1px #ff6800; }
}


.glow_orange {
	animation: orangeStrongPulse  4s infinite alternate;
	-webkit-animation: orangeStrongPulse 4s       infinite alternate;
}




#mbImage iframe {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#advent_link {
	display: block;
	background-color: #2C2C2C;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style: solid;
	border-color: #999;
	border-width: 2px;
	color: #DD3B26;
	text-decoration: none;
}

#advent_link:hover {
	text-decoration: underline;
	border-color: #D5D5D5;
}

.fade {color:#666666;}
.bstyle0 {color:#00CC00;}
.bstyle1 {color:#D80A0A}
.style1 {
	font-size: 15px;
	font-weight: bold;
}
.drop_font {font-size: 13px}
.dropdown {
background-color: #333333;
list-style-type: none;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

.chatline {
			display:block;
			border-bottom:1px dashed #292929;
			padding:2px;
		}
		
.rounded_border {
		-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  border: 1px;
	}


