@charset "utf-8";
/* CSS Document */

@font-face { font-family: WGFL; src: url('Hel.woff'); }
@font-face { font-family: WGFL-C; src: url('HelCond.woff');}
@font-face { font-family: ROBO; src: url('roboto-regular-webfont.woff');}
@font-face { font-family: ROBO-C; src: url('robotocondensed-regular-webfont.woff');}
@font-face { font-family: ROBO-B; src: url('robotocondensed-bold-webfont.woff');}

*:focus{
	outline: none;
	}
html{
	overflow-y: scroll;
}
html, body{
    margin: 0;
	padding: 0;
	min-height: 100%;
}
body{
	margin-bottom: -16px;
	background: url("images/pagebg.jpg") no-repeat center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #979899;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 14px;
	}
a{
	color: #7E8081;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	text-decoration: none;
}
a:hover{
	color: #f84d4d;
}
h1, h2, h3, h4, h5{
	font-family: WGFL-C;
	color: #fff;
	font-weight: normal;
	padding: 0;
}
h1{
	font-size: 32px;
	margin: 4px 0 18px;
}
h2{
	font-size: 26px;
	margin: 16px 0 14px;
}
h3{
	font-size:22px;
	margin:24px 0 15px;
}
h4{
	font-stretch:condensed;
	font-size:18px;
	margin:16px 0 8px;
	}
h5{
	font-size:16px;
	font-weight:bold;
	margin:16px 0 8px;
}
h6{
	color:#979899;
	font-size:14px;
	font-family: WGFL-C;
	font-weight:bold;
	margin:10px 0 3px 0;
	}
p{
font-size: 90%;
line-height: 133%;
}
blockquote{
	margin: 4px 20px;
	padding: 8px;
	border: 1px dashed #58595A;
	border-left: 3px solid #f84d4d;
	font-size: 90%;
	line-height: 133%;
	}
pre{
	background: #3B3B3B;
	margin: 4px 20px;
	padding: 8px;
	border: 1px dashed #58595A;
	border-left: 3px solid #f84d4d;
	font-family: monospace;
	font-size: 90%;
	line-height: 133%;
	}
.viewpane{
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 2;
}
.accent {
    width: 1200px;
    margin: 0px auto;
    background-color: #4c4c4c;
    background-attachment: fixed;
    z-index: 3;
    min-height: 100%;
    height: 100%;
}
.realpane {
    width: 1196px;
    margin: 0px auto;
	background: #161616;
    height: 100%;
    min-height: 100%;
    z-index: 4;
}
.rightwing-bars{
	z-index:-2;
	position: fixed;
	bottom: 0;
	right: -25px;
	width: 40%;
}

.leftwing-bars{
	z-index:-2;
	position: fixed;
	top: 0;
	left: -25ox;
	width: 40%;
}

.header{
    width: 1200px;
    margin: 0px auto;
	display: block;
	height: 322px;
	background: url("images/header.png");
	background-position: 0 36px;
	padding-top: 36px;
	color: #000;
	vertical-align:middle;
}
.account {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -596px;
    padding: 4px;
    z-index: 10;
    background: none repeat scroll 0% 0% #333;
    color: #CCC;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0px 0px 0px 12px;
    text-align: right;
}
.account a{
	color: #ccc;
	border-left: 1px solid #999;
	padding: 0 4px;
	text-decoration: none;
}
.account a.first{
	border: none;
}
#loginlink{
	cursor: pointer;
}
.logins{
	display: none;
}


.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}
.accountbar{
	width: 100%;
	height: 36px;
	background: #000;
	vertical-align:middle;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.1);
	z-index: 999999;
}
.dropdownmenu{
	width: 234px;
	padding: 8px;
	position: absolute;
	top: 36px;
	right: -600px;
	margin-right: 50%;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.1);
	border: 0 1px 1px;
	border: #161616 solid;
	border-radius: 0 0 8px 8px;
	border-top: 1px solid #000;
	z-index: 13;
	line-height: initial;
	}







.mainbody {
    padding: 4px 4px 10px;
	min-height: 650px;
}
.homecoltitle{
	font-family: WGFL;
	font-size: 24px;
	margin-left: 7px;
}
.homecolmore{
	font-style: italic;
	font-size: 12px;
}

.listbox{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	margin-top: 10px;
	margin-bottom: 10px;
}

.twitchpreview{
	position: relative;
	border: 1px solid #000;
	width: 320px;
	height: 200px;
	box-shadow: 2px 2px 1px #333;
	z-index: 5;
	margin: 6px;
}
.twitchpre2{
	position: absolute;
	border: 1px solid #000;
	width: 804px;
	height: 200px;
	box-shadow: 2px 2px 1px #333;
	z-index: 5;
	margin: 6px;
}


.newsroll{
	position: relative;
	border: 1px solid #000;
	width: 576px;
	height: 412px;
	box-shadow: 2px 2px 1px #333;
	z-index: 5;
	margin: 6px;
	background: #161616;
}
.newsarticle{
	text-decoration: none;
}
.newsroll .artypreview{
	width: 100%;
	z-index: 6;
}
.newstitles{
	background: #161616;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	margin-top: 4px;
}
.newsarticle:nth-child(even){
	background: #262626;
}
.activenewspreview{
	background: #463636 !important;
}
.newscat{
	float: right;
	color: #555;
	font-style: italic;
}
.newsbutton{
	color: #666;
}
.newsarticle:nth-child(even) .newscat{
	color: #666;
}
.newstitles .newsarticle{
	display: block;
	padding: 2px;
	line-height: 17px;
}


.standingsbox{
	position: relative;
	border: 1px solid #000;
	background: #161616;
	width: 330px;
	height: 202px;
	box-shadow: 2px 2px 1px #333;
	z-index: 5;
	margin: 6px;
}
.standingstitle{
	display: block;
	text-align:center;
	font-family: WGFL;
	font-size: 20px;
	margin-bottom: 6px;
}
.standingsbox table{
	width: 100%;
}
.standingsbox table tr th{
	background: #300;
}
.standingsbox table tr td{
	text-align: center;
	background: #222;
}


.poll-mychoice{
	margin-left: 11px; 
	color: #fff; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 12px;
}
.poll-notpicked{
	margin-left: 11px; 
	font-size: 12px;
}
.footerline{
	width: 100%;
	height: 2px;
	margin-bottom: 10px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(60,60,60,0) 0%, rgba(60,60,60,0.6) 20%, rgba(60,60,60,0.8) 50%, rgba(60,60,60,0.6) 80%, rgba(60,60,60,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(60,60,60,0)), color-stop(20%,rgba(60,60,60,0.6)), color-stop(50%,rgba(60,60,60,0.8)), color-stop(80%,rgba(60,60,60,0.6)), color-stop(100%,rgba(60,60,60,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(60,60,60,0) 0%,rgba(60,60,60,0.6) 20%,rgba(60,60,60,0.8) 50%,rgba(60,60,60,0.6) 80%,rgba(60,60,60,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(60,60,60,0) 0%,rgba(60,60,60,0.6) 20%,rgba(60,60,60,0.8) 50%,rgba(60,60,60,0.6) 80%,rgba(60,60,60,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(60,60,60,0) 0%,rgba(60,60,60,0.6) 20%,rgba(60,60,60,0.8) 50%,rgba(60,60,60,0.6) 80%,rgba(60,60,60,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(60,60,60,0) 0%,rgba(60,60,60,0.6) 20%,rgba(60,60,60,0.8) 50%,rgba(60,60,60,0.6) 80%,rgba(60,60,60,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
	clear: both;
}
.footerlinedark{
	width: 100%;
	height: 2px;
	margin-bottom: 10px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(30,30,30,0) 0%, rgba(30,30,30,0.6) 20%, rgba(30,30,30,0.8) 50%, rgba(30,30,30,0.6) 80%, rgba(30,30,30,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,30,30,0)), color-stop(20%,rgba(30,30,30,0.6)), color-stop(50%,rgba(30,30,30,0.8)), color-stop(80%,rgba(30,30,30,0.6)), color-stop(100%,rgba(30,30,30,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(30,30,30,0) 0%,rgba(30,30,30,0.6) 20%,rgba(30,30,30,0.8) 50%,rgba(30,30,30,0.6) 80%,rgba(30,30,30,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(30,30,30,0) 0%,rgba(30,30,30,0.6) 20%,rgba(30,30,30,0.8) 50%,rgba(30,30,30,0.6) 80%,rgba(30,30,30,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(30,30,30,0) 0%,rgba(30,30,30,0.6) 20%,rgba(30,30,30,0.8) 50%,rgba(30,30,30,0.6) 80%,rgba(30,30,30,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(30,30,30,0) 0%,rgba(30,30,30,0.6) 20%,rgba(30,30,30,0.8) 50%,rgba(30,30,30,0.6) 80%,rgba(30,30,30,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
	clear: both;
}
.verticalline{
background: -moz-linear-gradient(top,  rgba(60,60,60,0) 0%, rgba(60,60,60,0.6) 20%, rgba(60,60,60,0.8) 50%, rgba(60,60,60,0.6) 80%, rgba(60,60,60,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(60,60,60,0) 0%,rgba(60,60,60,0.6) 20%,rgba(60,60,60,0.8) 50%,rgba(60,60,60,0.6) 80%,rgba(60,60,60,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(60,60,60,0) 0%,rgba(60,60,60,0.6) 20%,rgba(60,60,60,0.8) 50%,rgba(60,60,60,0.6) 80%,rgba(60,60,60,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c3c3c', endColorstr='#003c3c3c',GradientType=0 ); /* IE6-9 */
}
.verticallightline{
background: -moz-linear-gradient(top,  rgba(120,120,120,0) 0%, rgba(120,120,120,0.6) 20%, rgba(120,120,120,0.8) 50%, rgba(120,120,120,0.6) 80%, rgba(120,120,120,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(120,120,120,0) 0%,rgba(120,120,120,0.6) 20%,rgba(120,120,120,0.8) 50%,rgba(120,120,120,0.6) 80%,rgba(120,120,120,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(120,120,120,0) 0%,rgba(120,120,120,0.6) 20%,rgba(120,120,120,0.8) 50%,rgba(120,120,120,0.6) 80%,rgba(120,120,120,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00787878', endColorstr='#00787878',GradientType=0 ); /* IE6-9 */

}

.hometable{
	border: 1px solid #161616;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	margin-bottom: 6px;
	}
.hometable tr th{
	background: #606060;
	border: 1px solid #161616;
	text-align: center;
	}

.hometable tr td{
	background: #3a3a3a;
	border: 1px solid #161616;
	padding: 4px;
	}
.hometable tr td.c-on{
	text-align: center;
	}
.hometable tr td img.bg-trnsp{
	position: absolute;
    left: 0;
    top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    width: 100%;
    height: auto;
    opacity: 0.1;
	}
.hometable tr td.off{
	background: transparent;
	}
.hometabledarker tr td{
	background: #303030 !important;
	}
	
.hometable-split{
	border: 1px solid #161616;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	margin-bottom: 6px;
	}
.hometable-split tr th{
	background: #606060;
	border: 1px solid #161616;
	}

.hometable-split tr td{
	background: #3a3a3a;
	border: 1px solid #161616;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	}
.hometable-split tr td.c-on{
	text-align: center;
	}
.hometable-split tr td img.bg-trnsp{
	position: absolute;
    left: 0;
    top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    width: 100%;
    height: auto;
    opacity: 0.1;
	}
.news-carousel, .news-scroller{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.home-titlebar{
	width: 100%;
	background: url(images/sectbg.jpg) repeat-x;
	border-right: 2px solid #200;
	border-left: 2px solid #300;
	z-index: 300;
	margin-top: 6px;
	text-align: center;
}
.home-titlebar-blue{
	width: 100%;
	background: url(images/sectbg-blue.jpg) repeat-x;
	border-right: 2px solid #002;
	border-left: 2px solid #003;
	z-index: 300;
	margin-top: 6px;
	text-align: center;
}

.bottombutton{
	position: relative;
	border: 1px solid #000;
	width: 90%;
	height: 160px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	z-index: 5;
	margin-left: 5%;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bottombigbutton{
	position: relative;
	border: 1px solid #000;
	width: 90%;
	height: 342px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	z-index: 5;
	margin-left: 5%;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bottombigbutton-plain{
	position: relative;
	width: 90%;
	height: 342px;
	z-index: 5;
	margin-left: 5%;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ytpreview{
	position: relative;
	border: 1px solid #000;
	width: 235px;
	height: 132px;
	box-shadow: 2px 2px 1px #333;
	z-index: 5;
	margin: 6px;
}
.yttitle{
	position: absolute; bottom: 0; width: 100%; height: 26px; border-top: 1px solid #000;
	background-color: rgba(0,0,0, 0.7);
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-family: WGFL-C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ytpreview:hover .yttitle, .bottombutton:hover .yttitle{
	background-color: rgba(75,0,0, 0.7);
}
.yttitle span{
	margin: 6px 4px;
}

.footer{
	text-align: center;
}
.footcont{
	text-align: left;
    display: inline-block;
	margin-bottom: 16px;
}
.footbox{
	position: relative;
	border: 1px solid #000;
	width: 250px;
	height: 120px;
	z-index: 5;
	margin: auto 25px;
	display: inline-block;
	background-color: #161616;
	padding: 4px;
}

/* LOGIN */
.loginsucc{
	background-color: #6F9;
	border: 1px solid #060;
	color: #000;
	width: 100%;
}
.loginfail{
	background-color: #F99;
	border: 1px solid #900;
	color: #000;
	width: 100%;
}



/* NAV BAR */
#navbar{
	list-style:none;
	margin:0;
	padding:0;
	height: 40px;
	}
#navbar li {float:left;width:12.5%;margin:0;padding:0;text-align:center; line-height: 40px;}
#navbar li a {font-family: WGFL;font-size: 20px;display:block;padding:5px 10px;height:100%;color:#FFF;text-decoration:none;border:1px solid #4c4c4c;border-right:0;margin-left: -1px;}
#navbar li a {background:url(images/navbg.jpg) repeat 0 0;}
#navbar li a.activeSect {background:url(images/navbg.jpg) repeat 0 -50px; text-decoration: underline !important;}
#navbar li a:hover, #navbar li a:focus, #navbar li a:active {background-position:0 -50px;}


.navbar{
	width: 1196px;
	display: table-cell;
	height: 50px;
	vertical-align:middle;
}




/* BUTTONS */
.button{
	color: #979899;
	font-family: WGFL;
	border: 1px solid #333;
	border-radius: 10px;
	font-size: 18px;
	font-variant: small-caps;
	display: inline-block;
	line-height: 18px;
	padding: 4px 8px;
	text-decoration: none;
	margin-left: 8px;
	background: #222;
	box-shadow: 2px 2px 2px #333;
}
.inactive_button{
	color: #333;
	background: #966;
	font-family: WGFL;
	border: 1px solid #433;
	border-radius: 10px;
	font-size: 18px;
	font-variant: small-caps;
	display: inline-block;
	line-height: 18px;
	padding: 4px 8px;
	text-decoration: none;
	margin-left: 8px;
	background: #222;
	box-shadow: 1px 1px 1px #633;
}

/* NAV BAR */
.redbutton {background:url(images/button-sliders.jpg) repeat 0 0;}
.redminibutton {background:url(images/button-sliders.jpg) repeat 0 -60px;}
.redbutton:hover, .redbutton:focus, .redbutton:active, .redminibutton:hover, .redminibutton:focus, .redminibutton:active {background-position: 0 -100px; color:#fff;}

.yellowbutton {background:url(images/button-sliders.jpg) repeat -300px 0;}
.yellowminibutton {background:url(images/button-sliders.jpg) repeat -300px -60px;}
.yellowbutton:hover, .yellowbutton:focus, .yellowbutton:active, .yellowminibutton:hover, .yellowminibutton:focus, .yellowminibutton:active {background-position: -300px -100px; color:#000;}

.greenbutton {background:url(images/button-sliders.jpg) repeat -600px 0;}
.greenminibutton {background:url(images/button-sliders.jpg) repeat -600px -60px;}
.greenbutton:hover, .greenbutton:focus, .greenbutton:active, .greenminibutton:hover, .greenminibutton:focus, .greenminibutton:active  {background-position: -600px -100px; color:#fff;}

.greybutton {background:url(images/button-sliders.jpg) repeat -900px 0;}
.greyminibutton {background:url(images/button-sliders.jpg) repeat -900px -60px;}
.greybutton:hover, .greybutton:focus, .greybutton:active, .greyminibutton:hover, .greyminibutton:focus, .greyminibutton:active {background-position: -900px -100px; color:#fff;}



/* Playerlist Table */
/* Playerlist Table */
.playerlist{
	margin: 0 auto;
}
.playerlist tr td.headera{
	background: #300;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
}
.playerlist tr td.headerb{
	background: #600;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
}
.playerlist tr td.headerb a{
	color: #ccc;
	text-decoration: none;
}
.playerlist tr td.on{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
}
.playerlist tr td.off{
	width: 24px;
	background: url("images/bgtile.jpg") !important;
}
.playerlist tr td.score {
    background: none repeat scroll 0% 0% #262626;
    height: 24px;
    padding: 1px 4px;
    text-align: center;
}

.grouplist{
	margin: 0 auto;
}
.grouplist tr td.headera{
	background: #300;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
}
.grouplist tr td.headerb{
	background: #600;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
}
.grouplist tr td.headerb a{
	color: #ccc;
	text-decoration: none;
}
.grouplist tr td.on{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
}
.grouplist tr td.off{
	width: 24px;
}
.grouplist tr td.c-on{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
	text-align: center;
}
.statline{
	margin: 0 auto;
	width: 100%;
}
.statbox{
	display: inline-block;
}
.statline tr td.headera{
	background: #300;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	font-weight: bold;
	text-align: center;
}
.statline tr td.headerb{
	background: #600;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	text-align: center;
}
.statline tr td.on{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
}
.statline tr td.c-on{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
	text-align: center;
}

.errormessage{
	width: 1160px;
	padding: 9.5px;
	margin: 0px 0px 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	background-color: #F5C5C5;
	border: 1px solid #CAA;
	border-radius: 4px;
}
.successmessage{
	width: 1160px;
	padding: 9.5px;
	margin: 0px 0px 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	background-color: #C5F5C5;
	border: 1px solid #ACA;
	border-radius: 4px;
}
.greyout{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.stroketext{
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
sup{
	color: #a00;
	}
	
.tankblock{
	display: inline-block;
	width: 180px;
	margin: 16px 3px;
	text-align: center;
	background: #3a3a3a;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}