    body,td,th {
        color: #FFF
    }
    body {
        background-color: #000;
        background-image: url("/css/images/frg_bg6.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center; 
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    
    }
	 .black_overlay{
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
    .white_content {
        display: none;
        position: fixed;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        padding: 2px; 
        border: 4px solid rgb(20,20,20);
        background-image: url("/css/images/frg_bg6.jpg");
        z-index:1002;
        overflow: auto;
    }
	.c_right {
		position: absolute;
		right: 0px;
		width: 50%;
        height: 50%;
	}	
	.c_bottom{
		position: absolute;
		bottom: 0px;
		width: 50%;
        height: 50%;
	}	
	.right {
		float: right;
		position: absolute;
		right: 0px;
        height: auto;
        width: 1050px;
	}	
	.bottom{
		position: absolute;
		bottom: 0px;
        height: auto;
        width: 1050px;
	}
	.myButton {
		-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
		-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
		box-shadow:inset 0px 1px 0px 0px #9acc85;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
		background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
		background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
		background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
		background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
		background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
		background-color:#74ad5a;
		border:1px solid #3b6e22;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-family:arial;
		font-size:13px;
		font-weight:bold;
		padding:6px 12px;
		text-decoration:none;
	}
	.myButtonDisabled {
		-moz-box-shadow:inset 0px 1px 0px 0px #cc8686;
		-webkit-box-shadow:inset 0px 1px 0px 0px #cc8686;
		box-shadow:inset 0px 1px 0px 0px #cc8686;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8c8c), color-stop(1, #ff2b2b));
		background:-moz-linear-gradient(top, #ff8c8c 5%, #ff2b2b 100%);
		background:-webkit-linear-gradient(top, #ff8c8c 5%, #ff2b2b 100%);
		background:-o-linear-gradient(top, #ff8c8c 5%, #ff2b2b 100%);
		background:-ms-linear-gradient(top, #ff8c8c 5%, #ff2b2b 100%);
		background:linear-gradient(to bottom, #ff8c8c 5%, #ff2b2b 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c8c', endColorstr='#ff2b2b',GradientType=0);
		background-color:rgba(200, 20, 20, .5);
		border:1px solid #f28c8c;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-family:arial;
		font-size:13px;
		font-weight:bold;
		padding:2px 2px;
		text-decoration:none;
	}
	.myButton:hover {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
		background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
		background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
		background-color:#68a54b;
	}
	.myButton:active {
		position:relative;
		top:1px;
	}

	.btn {
	  background: #2a9e00;
	  background-image: -webkit-linear-gradient(top, #2a9e00, #036606);
	  background-image: -moz-linear-gradient(top, #2a9e00, #036606);
	  background-image: -ms-linear-gradient(top, #2a9e00, #036606);
	  background-image: -o-linear-gradient(top, #2a9e00, #036606);
	  background-image: linear-gradient(to bottom, #2a9e00, #036606);
	  -webkit-border-radius: 4;
	  -moz-border-radius: 4;
	  border-radius: 4px;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 14px;
	  padding: 5px 10px 5px 10px;
	  left: 0px;
	  text-decoration: none;
	}

	.btn:hover {
	  background: #37b306;
	  text-decoration: none;
	}
    .container {
        padding: 0px;
        height: auto;
        width: 1050px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }
    .content {
        padding: 24px;
        float: left;
        height: auto;
        width: 1050px;
		background-color:rgba(0, 0, 0, .2);
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-top: 12px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
		box-shadow: 0px 0px 8px 10 rgba(0, 0, 0, 0.5);
    }
	  .search{
        padding: 1px;
        float: right;
        height: auto;
        width: 1050px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 2px;
        margin-left: 0px;
    }
    .status {
        padding: 6px;
        float: left;
        height: auto;
        width: 1050px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
        border: 1px solid #333;
        background-image: url(https://forerunnergaming.org/forums/images/revolution/ui.png);
        background-repeat: repeat;
    }
    .left {
        margin: 0px;
        padding: 0px;
        color: #EEE;
        font-weight: bold;
    }
    .Online {
        margin: 0px;
        padding: 0px;
        float: right;
        height: auto;
        width: 160px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        color: #0C3;
        font-weight: bold;
    }
    .Offline {
        margin: 0px;
        padding: 0px;
        float: right;
        height: auto;
        width: 160px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        color: #F00;
        font-weight: bold;
    }
    .header {
        /*background-image: url(https://forerunnergaming.org/forums/images/forerunnerlogo2.png);*/
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
        height: auto;
        width: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    }
    pull-right {
      float: right;
	  clear: both;
    }
		.stat {
		/*padding-right: 8px;padding-left: 8px;*/
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left:8px;
		margin-right:8px;
	}
    .marketline {
        padding: 6px;
        float: left;
        height: auto;
        width: 1050px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
		box-shadow: 0px 0px 15px rgba(0,0,0, 1);
        /*border: 1px solid #333;
        background-image: url(https://forerunnergaming.org/forums/images/revolution/ui.png);*/
		  background: -webkit-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,1)); /*Safari 5.1-6*/
		  background: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1)); /*Opera 11.1-12*/
		  background: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1)); /*Fx 3.6-15*/
		  background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)); /*Standard*/
        /*background-repeat: repeat;*/
    }
    .borderline {
        padding: 6px;
        float: left;
        height: auto;
        width: 1050px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
        /*border: 1px solid #333;
        background-image: url(https://forerunnergaming.org/forums/images/revolution/ui.png);*/
		  background: -webkit-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,1)); /*Safari 5.1-6*/
		  background: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1)); /*Opera 11.1-12*/
		  background: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1)); /*Fx 3.6-15*/
		  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1)); /*Standard*/
        /*background-repeat: repeat;*/
    }
#content-title
{
	/*background-image: url(https://t.ban-hammer.net/header.png);*/
	background-image: no-repeat;
	font-size: 22px;
	color: #FFFFFF;		
	text-shadow:2px 2px 8px rgba(0, 0, 0, .5);
}
#topic-title
{
	font-size: 18px;
	color: #FFFFFF;
	margin-top:10px;
	text-shadow:2px 2px 4px rgba(0, 0, 0, .5);
}
	.Ordinary{
        float: top;
        height: 24px;
        width: inherit;
		position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
		color: rgb(255,255,255, .8); /* Text color multiplier 2.5*/
		text-shadow:1px 1px 0px rgba(34.5,49.5,60, 1);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;

		background: rgb(58, 77, 239); /* Old browsers */
		background: -moz-linear-gradient(right,  rgba(69,99,120,1) 0%, rgba(138,198,240,1) 100%); /* Dark = 0.5 */
		background: -webkit-linear-gradient(right,  rgba(69,99,120,1) 0%,rgba(138,198,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(69,99,120,1) 0%,rgba(138,198,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
	}	
	.background_Ordinary{
		min-width: 256px;
		max-width: 400px;
		z-index: 100;
		background: rgb(34.5,49.5,60, .8); /* Old browsers * 0.25*/
	}	
	
	
	.Common{
        float: top;
        height: 24px;
        width: inherit;
		position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
		color: rgb(145, 192, 255, .8); /* Text color multiplier 2.5*/
		text-shadow:1px 1px 0px rgba(15, 19, 60, 1);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;

		background: rgb(58, 77, 239); /* Old browsers */
		background: -moz-linear-gradient(right,  rgba(29, 38, 119,1) 0%, rgba(58, 77, 239,1) 100%); /* Dark = 0.5 */
		background: -webkit-linear-gradient(right,  rgba(29, 38, 119,1) 0%,rgba(58, 77, 239,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(29, 38, 119,1) 0%,rgba(58, 77, 239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
	}	
	.background_Common{
		min-width: 256px;
		max-width: 400px;
		z-index: 100;
		background: rgb(15, 19, 60, .8); /* Old browsers * 0.25*/
	}		
	
	.Uncommon{
        float: top;
        height: 24px;
        width: inherit;
		position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
		color: rgb(0, 255, 255, .8);
		text-shadow:1px 1px 0px rgba(0, 21, 64, 1);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
        /*border: 1px solid #333;
		
        background-image: url(https://forerunnergaming.org/forums/images/revolution/ui.png);*/
		  /*background: -webkit-linear-gradient(right,rgba(120, 144, 156,1),rgba(36, 182, 226,1)); /*Safari 5.1-6*
		  background: -o-linear-gradient(left,rgba(120, 144, 156,1),rgba(36, 182, 226,1)); /*Opera 11.1-12*
		  background: -moz-linear-gradient(left,rgba(120, 144, 156,1),rgba(36, 182, 226,1)); /*Fx 3.6-15*
		  background: linear-gradient(to left, rgba(120, 144, 156,1), rgba(36, 182 226,1)); /*Standard*/
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f4c6b+0,3f4c6b+100;Blue+Grey+Flat */
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c2947+0,3f4c6b+100 */
		background: rgb(0, 128, 255); /* Old browsers */
		background: -moz-linear-gradient(right,  rgba(0, 64, 128,1) 0%, rgba(0, 128, 255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(right,  rgba(0, 64, 128,1) 0%,rgba(0, 128, 255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0, 64, 128,1) 0%,rgba(0, 128, 255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
	}	
	.background_Uncommon{
		min-width: 256px;
		max-width: 400px;
		z-index: 100;
		background: rgb(0, 21, 64, .8); /* Old browsers */
	}	
	
	.Unlikely{
        float: top;
        height: 24px;
        width: inherit;
		position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
		color: rgb(18, 255, 18, .8); /* Text color multiplier 2.5*/
		text-shadow:1px 1px 0px rgba(4, 40, 4, 1);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;

		background: rgb(15, 160, 15); /* Old browsers */
		background: -moz-linear-gradient(right,  rgba(7, 80, 7,1) 0%, rgba(15, 160, 15,1) 100%); /* Dark = 0.5 */
		background: -webkit-linear-gradient(right,  rgba(7, 80, 7,1) 0%,rgba(15, 160, 15,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(7, 80, 7,1) 0%,rgba(15, 160, 15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
	}	
	.background_Unlikely{
		min-width: 256px;
		max-width: 400px;
		z-index: 100;
		background: rgb(4, 40, 4, .8); /* Old browsers * 0.25*/
	}		
	
	.Rare{
        float: top;
        height: 24px;
        width: inherit;
		position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
		color: rgb(107, 255, 255, .8); /* Text color multiplier 2.5*/
		text-shadow:1px 1px 0px rgba(10, 48, 34, 1);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;

		background: rgb(43, 193, 137); /* Old browsers */
		background: -moz-linear-gradient(right,  rgba(21, 96, 68,1) 0%, rgba(43, 193, 137,1) 100%); /* Dark = 0.5 */
		background: -webkit-linear-gradient(right,  rgba(21, 96, 68,1) 0%,rgba(43, 193, 137,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(21, 96, 68,1) 0%,rgba(43, 193, 137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
	}	
	.background_Rare{
		min-width: 256px;
		max-width: 400px;
		z-index: 100;
		background: rgb(10, 48, 34, .8); /* Old browsers * 0.25*/
	}	
	
	
	.Legendary{
        float: top;
        height: 24px;
        width: inherit;
		position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
		color: rgb(237.5,52.5,255, .8); /* Text color multiplier 2.5*/
		text-shadow:1px 1px 0px rgba(23.75,5.25,31.75, 1);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;

		background: rgb(43, 193, 137); /* Old browsers */
		background: -moz-linear-gradient(right,  rgba(47.5,10.5,63.5,1) 0%, rgba(95, 21, 127,1) 100%); /* Dark = 0.5 */
		background: -webkit-linear-gradient(right,  rgba(47.5,10.5,63.5,1) 0%,rgba(95, 21, 127,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(47.5,10.5,63.5,1) 0%,rgba(95, 21, 127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
	}	
	.background_Legendary{
		min-width: 256px;
		max-width: 400px;
		z-index: 100;
		background: rgb(23.75,5.25,31.75, .8); /* Old browsers * 0.25*/
	}		
	
	.Primordial{
        float: top;
        height: 24px;
        width: inherit;
		position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
		color: rgb(255,220,75, .8); /* Text color multiplier 2.5*/
		text-shadow:1px 1px 0px rgba(52,22,7.5, 1);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;

		background: rgb(43, 193, 137); /* Old browsers */
		background: -moz-linear-gradient(right,  rgba(104,44,15,1) 0%, rgba(208,88,30,1) 100%); /* Dark = 0.5 */
		background: -webkit-linear-gradient(right,  rgba(104,44,15,1) 0%,rgba(208,88,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(104,44,15,1) 0%,rgba(208,88,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
	}	
	.background_Primordial{
		min-width: 256px;
		max-width: 400px;
		z-index: 100;
		background: rgb(52,22,7.5, .8); /* Old browsers * 0.25*/
	}		
	.Godlike{
        float: top;
        height: 24px;
        width: inherit;
		position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
		color: rgb(255,30,30, .8); /* Text color multiplier 2.5*/
		text-shadow:1px 1px 0px rgba(40.75,3,3, 1);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;

		background: rgb(163,12,12,1); /* Old browsers */
		background: -moz-linear-gradient(right,  rgba(81.5,6,6,1) 0%, rgba(163,12,12,1) 100%); /* Dark = 0.5 */
		background: -webkit-linear-gradient(right,  rgba(81.5,6,6,1) 0%,rgba(163,12,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(81.5,6,6,1) 0%,rgba(163,12,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}	
	.background_Godlike{
		min-width: 256px;
		max-width: 400px;
		z-index: 100;
		background: rgb(40.75,3,3, .8); /* Old browsers * 0.25*/
	}		
	.Celestial{
        float: top;
        height: 24px;
        width: inherit;
		position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
		color: rgb(255,30,30, .8); /* Text color multiplier 2.5*/
		text-shadow:1px 1px 0px rgba(40.75,3,3, 1);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;

		background: rgb(163,12,12,1); /* Old browsers */
		background: -moz-linear-gradient(right,  rgba(81.5,6,6,1) 0%, rgba(163,12,12,1) 100%); /* Dark = 0.5 */
		background: -webkit-linear-gradient(right,  rgba(81.5,6,6,1) 0%,rgba(163,12,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(81.5,6,6,1) 0%,rgba(163,12,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
	}	
	.background_Celestial{
		min-width: 256px;
		max-width: 400px;
		z-index: 100;
		background: rgb(40.75,3,3, .8); /* Old browsers * 0.25*/
	}	
	.Exotic{
        float: top;
        height: 24px;
        width: inherit;
		position: relative;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
		color: rgb(255,30,30, .8); /* Text color multiplier 2.5*/
		text-shadow:1px 1px 0px rgba(40.75,3,3, 1);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;

		background: rgb(163,12,12,1); /* Old browsers */
		background: -moz-linear-gradient(right,  rgba(81.5,6,6,1) 0%, rgba(163,12,12,1) 100%); /* Dark = 0.5 */
		background: -webkit-linear-gradient(right,  rgba(81.5,6,6,1) 0%,rgba(163,12,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(81.5,6,6,1) 0%,rgba(163,12,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
	}	
	.background_Exotic{
		min-width: 256px;
		max-width: 400px;
		z-index: 100;
		background: rgb(40.75,3,3, .8); /* Old browsers * 0.25*/
	}	
	@keyframes celestial_colors {
		0%   {		
			background: rgb(29,61,135); /* Old browsers */
			background: -moz-linear-gradient(right,  rgba(14,30,67,1) 0%, rgba(29,61,135,1) 100%); /* Dark = 0.5 */
			background: -webkit-linear-gradient(right,  rgba(14,30,67,1) 0%,rgba(29,61,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right,  rgba(14,30,67,1) 0%,rgba(29,61,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		}
		50%  {		
			background: rgb(126,12.6,41.4); /* Old browsers */
			background: -moz-linear-gradient(right,  rgba(63,6,10,1) 0%, rgba(126,12.6,41.4,1) 100%); /* Dark = 0.5 */
			background: -webkit-linear-gradient(right,  rgba(63,6,10,1) 0%,rgba(126,12.6,41.4,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right,  rgba(63,6,10,1) 0%,rgba(126,12.6,41.4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		}
		100%  {		
			background: rgb(29,61,135); /* Old browsers */
			background: -moz-linear-gradient(right,  rgba(14,30,67,1) 0%, rgba(29,61,135,1) 100%); /* Dark = 0.5 */
			background: -webkit-linear-gradient(right,  rgba(14,30,67,1) 0%,rgba(29,61,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right,  rgba(14,30,67,1) 0%,rgba(29,61,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		}
	}
	.background_UncommonBlur{
		min-width: 200px;
		z-index: 99;
		/* Pull the background 70px higher to the same place as #bg's */
		background: rgb(0, 21, 64, .9);
		-webkit-filter: blur(10px);
		filter: url('/media/blur.svg#blur');
		filter: blur(10px);
	}
	.StatDisplay {
		
	}
	
	