@charset "utf-8";
/* CSS Document */
* html, * body{
	margin:0;
	padding:0;
}
body{
	background:url(/images/bigbg_de.jpg) top center no-repeat #141414;
	background-attachment: fixed;
	color:#C0C0C0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#DFDFDF;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:dotted 1px #CCCCCC;
}
a.plain:hover{
	border:none;
}

.feedsub{
	height:30px;
	width:150px;
	background:url(/images/rsssub_over.jpg) no-repeat !important;
	cursor:pointer;
}
.feedsub:hover img{
	visibility:hidden;
}

img{
	border:solid 1px #454042;
}
img.noborder{
	border:none;
}
.error{
	color:#FFFFFF;
	padding-top:40px;
	padding-bottom:40px;
	font-size:125%;
}
.serverdown:before{
	/*content:"Down";*/
}
.serverdown{
	color:#FF0000;
}
.serverup:before{
	/*content:"Up";*/
}
.serverup{
	color:#00FF00;
}
.padlr{
	padding:0px 5px;
}
.padtb{
	padding:5px 0px;
}
.pagebanner{
	margin-bottom:5px;
}
.seperator{
	color:#909090;
	display:block;
	border:none;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	background-color:#1A1A1A;
	margin-top:8px;
	margin-bottom:6px;
	padding:3px;
}
.ltTxt{
	color:#555555;
}
.nomargin{
	margin:0px;
}
.noborder{
	border:none;
}
.smlinks a{
	font-size:smaller;
	text-decoration:none;
}
.potw{
	font-weight:bold;
	color:#CC2035;
}
.contentTags{
	/*font-size:smaller;*/
	margin-top:10px;
	display:block;
	color:#808080;
	font-size:75%;
}
.smtxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
}
.smtxt2{
	font-size:smaller;
}
.block{
	display:block;
}
.loginout{
	float:right;
	left:-3px;
	top:50px;
	position:relative;
}
.loginout a{
	color:#888;
}
.loginout a:hover{
	color:#AAA;
}
.ucp{
	width:53%;
	float:left;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#page{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}


/****   Poll Classes   ****/
#poll{}
#poll a.results{
	font-size:75%;
}
#poll form{
	padding:5px 0px;
}
#poll label{
	display:block;
}
#poll .optnv td{
	padding:2px;
}
#poll label, #poll .optnv{
	font-size:75%;
}
#poll .question{
	font-size:80%;
	font-weight:bold;
	margin-bottom:10px;
}
.pollby{
	font-size:8pt;
	float:right;
	color:#666666;
}
#poll .opt:hover, #poll .optnv:hover{
	background-color:#404040;
}
#poll input[type="submit"]{
	margin:5px 0px;
}

#newspanel, #rosterpanel, #aboutus, #mediapane, #dlmods{/* All Content Panels */	
	padding-left:10px;
	padding-right:10px;
}
#rosterpanel, #aboutus, #mediapanel, #dlmods{
	width:978px;
}
#newspanel{/* Content Panels which include the links panel too */
	float:left;
	width:754px;
	border-right:solid 1px #454042;
	font-family:Arial, Helvetica, sans-serif;
}


/****   Links Panel Classes   ****/
#linkspanel{
	display:block;
	width:200px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	/*background:url(../../images/linkbg.png) top repeat-x #1A1A1A;*/
}
#linkspanel .content{
	padding:10px;
	background:#1A1A1A;
	border-top:solid 1px #444;
	/*
	border-bottom:solid 1px #444;
	border-left:solid 1px #0A0A0A;
	border-right:solid 1px #0A0A0A;
	*/
}
#linkspanel .titlewrap{
	display:block;
	padding-bottom:5px;
}
#linkspanel .title{
	display:table-cell;
	font-weight:bold;
	color:#1069AB;
	border-bottom:dashed 1px #444444;
	float:left;
}
#linkspanel .link{
	padding-top:2px;
	padding-bottom:2px;
}
#linkspanel .link:hover{
	background-color:#3A3535;
	color:#FFCC00;
	text-decoration:none;
}

/*
#shoutbox{
	width:180px;
}
#shoutbox .display{
	border-style:solid;
	border-width:1px;
	border-color:#505050;
	background-color:#222020;
	padding:2px;
	color:white;
	height:250px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#shoutbox .shoutwrap{
	margin-bottom:15px;
}
#shoutbox .text{
	margin-top:1px;
	display:block;
	font-size:9pt;
	margin-bottom:10px;
}
#shoutbox .topwrap{
	display:block;
}
#shoutbox .user{
	font-weight:bold;
	color:#1069AB;
	border-bottom:dashed 1px #444444;
	font-size:11pt;
	float:left;
	cursor:pointer;
}
#shoutbox .time{
	float:right;
	color:#B0B0B0;
	font-size:x-small;
}
#shoutbox .addShout{
	text-align:center;
	padding:1px;
	border:groove 1px #888888;
}
#shoutbox .addShout:hover{
	background-color:#CCCCCC;
	color:#000000;
}*/

/*
#forumlinkwrapper table{
	display:block;
}
#forumlink{
	width:100%;
	padding:2px;
	padding-bottom:4px;
	padding-top:4px;
	overflow:hidden;
}
#forumlink:hover{
	background-color:#111111;
	border-bottom:dashed 1px #262626;
	border-top:dashed 1px #262626;
	padding-bottom:3px;
	padding-top:3px;
	color:#FFCC00;
	text-decoration:none;
}
#forumlink .categ{
	padding-left:1px;
	font-size:70%;
	color:#6A6A6A;
}
#forumlink .categ a{
	color:#7A7A7A;
}
#forumlink .categ a:hover{
	color:#AAAAAA;
}
#forumlink .thread{
	padding-left:1px;
	font-size:70%;
}
#forumlink .thread div{
	color:#909090;
}
#forumlink .thread a span{
	color:#D4D4D4;
}
#forumlink .thread a:hover span{
	text-decoration:underline;
}
#forumlink .time{
	color:#FFFFFF;
	font-size:80%;
	width:27px;
	text-align:left;
	border-right:dotted 1px #353535;
}
*/



/****   News Panel Classes   ****/
#newspanel img{
	display:block;
}
#newspanel .content{
	padding:10px;
	font-size:smaller;
	background-color:#202028;
	border-bottom:solid 1px #454042;
	border-top:solid 1px #454042;
}
#newspanel .title a{
	font-weight:bold;
	color:#1069AB;
	border-bottom:dashed 1px #444444;
	font-size:16pt;
}
#newspanel .title a:hover{
	font-weight:bold;
	color:#1069AB;
	border-bottom:solid 1px #444444;
	text-decoration:none;
}
#newspanel .date{
	font-size:x-small;
	padding-left:8px;
	color:#B0B0B0;
}
#newspanel a{
	border-bottom:dotted 1px #CCCCCC;
}
#newspanel a img{
	border:none;
}
#newspanel .contentTags a{
	color:#9F9F9F;
	font-size:125%;
}
#newspanel .permalink, #newspanel .comments{
	padding-top:2px;
}
#newspanel .permalink{
	float:right;
	font-size:87%;
	color:#777;
}
#newspanel .permalink:before{
	/*content:"Permalink: ";*/
}
#newspanel .permalink a{
	text-decoration:none;
	border-bottom:dotted 1px #444444;
	color:#888;
}
#newspanel .permalink a:hover{
	text-decoration:none;
	border-bottom:dashed 1px #444444;
}
#newspanel .comments{
	float:left;
	font-size:87%;
	color:#777;
}
#newspanel .comments a:after{
	/*content:" Comments in Forums";*/
}
#newspanel .comments a{
	text-decoration:none;
	border-bottom:dotted 1px #444444;
	color:#888;
}
#newspanel .comments a:hover{
	text-decoration:none;
	border-bottom:dashed 1px #444444;
}
#newspanel .byuser:before{
	/*content:"by ";*/
}
#newspanel .byuser{
	color:#999999;
	font-weight:bold;
	padding-top:5px;
	font-style:italic;
}
#newspanel .p img{
	border:none;
}
#newspanel .p{
	float:left;
	width:100%;
}
.newssep{
	background:url(/images/skullsepbig.jpg) center no-repeat;
	height:46px;
	margin:2px 0px;
}


#rosterpanel h2{
	color:#1069AB;
	margin:0px;
	border-bottom:dashed 1px #444444;
	float:left;
}
#rosterpanel img{
	border:none;
}
#rosterpanel .updated{
	float:right;
	color:#888;
	padding-top:6px;
	padding-right:5px;
	font-size:70%;
}
#rosterpanel .content{
	padding:10px;
	background-color:#1A1A1A;
	border-bottom:solid 1px #454042;
	border-top:solid 1px #454042;
}
#rosterpanel div.headwrap{
	display:block;
	margin-bottom:10px;
}

#roster_table{
	font-size:90%;
	/*width:500px;*/
	width:100%;
}
#roster_table.topmarg{
	margin-top:7px;
}
#roster_table td, #roster_table th{
	text-align:center;
	width:30%;
}
#roster_table td.sm, #roster_table th.sm{
	/*width:13%;*/
	border-right:none;
}
#roster_table td.class, #roster_table th.class{
	width:10%;
}
#roster_table tr{
	border-bottom:solid 1px #000;
}
#roster_table tr.head{
	color:#FFF;
}
#roster_table tr.head th{
	background-image:url(/images/rosterheaddarkmid.png);
	background-repeat:repeat-x;
	background-position:top center;
}
#roster_table th{
	/*background-color:#444;*/
	padding:2px;
}
#roster_table td{
	background-color:#111;
	border-bottom:solid 1px #444;
	border-right:solid 1px #222;
	border-left:none;
	font-size:90%;
	padding:3px;
}
#roster_table tr.rank{
}
#roster_table tr.rank th{
	background-image:url(/images/rosterheadlightmid.png);
	background-position:top center;
	background-repeat:repeat-x;
	text-align:left;
	padding-left:10px;
}
#roster_table tr.highlight td{
	background-color:#202033;
	border:solid 1px #666;
}



#dlmods .content{
	padding:10px;
	font-size:smaller;
	background-color:#202028;
	border-bottom:solid 1px #454042;
	border-top:solid 1px #454042;	
}
#dlmods .modnews{
	padding:4px;
	border:solid 1px #333333;
	margin-bottom:20px;
}
#dlmods .modnews h3{
	margin:2px 4px;
	 text-decoration:underline;
}
#dlmods .modnews .row{
	 border-bottom:solid 2px #666666;
	 padding:10px 0px;
}
#dlmods td, #dlmods th{
	border-top:solid 1px #999999;
	border-left:solid 1px #666666;
	padding:4px 2px;
}
#dlmods tr.notop td, #dlmods tr.notop th{
	border-top:none;
}
#dlmods tr.even, #dlmods th{
	background-color:#000000;
}
#dlmods tr.odd{
}

.modnews .date{
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
}



#aboutus .content{
	padding:10px;
	font-size:smaller;
	background-color:#202028;
	border-bottom:solid 1px #454042;
	border-top:solid 1px #454042;	
}
#aboutus h1{
	margin:5px 0px 2px 0px;
}
#aboutus .text{
	padding:1px 10px;
}
#aboutus .edit{
	padding:5px 0px;
}
#aboutus .edit a{
	font-weight:bold;
}
#aboutus img{
	border:none;
}

.transbar{
}
.transbar .l{
	background:url(../../images/translucBarEnds.png) top left no-repeat !important;
	background:#141414; /* for IE6 */
	width:16px;
	height:30px;
}
.transbar .r{
	background:url(../../images/translucBarEnds.png) top right no-repeat !important;
	background:#141414; /* for IE6 */
	width:16px;
	height:30px;
}
.transbar .c{
	background:url(../../images/translucBarCenter.png) repeat-x !important;
	background:#141414; /* for IE6 */
	height:30px;
}



/****  Footer Classes  ****/
#footer{
	width:800px;
	display:block;
}



/**** Tooltip Classes ****/
#simpleTooltip{
	border:solid 1px #5F5F5F;
	background-color:#202020;
	color:#FFFFFF;
	padding:2px;
	visibility:hidden;
	position:absolute;
	font-size:x-small;
}


/**** Clearfix ****/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.change-potw{
	position:absolute;
	display:none;
	width:350px;
	height:125px;
	padding:10px;
	top:0px;
	right:0px;
	background:#1C1C1C;
	border:solid 2px #666;
}