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

.commenttitle{
	font-family: WGFL;
	font-size: 22px;
}
.newspage-right{
	float: right;
	width: 332px;
}
.newspage-left{
	float: left;
	width: 856px;
}
.leftnewsbox{
	position: relative;
	border: 1px solid #000;
	width: 320px;
	box-shadow: 2px 2px 1px #333;
	z-index: 5;
	margin: 6px;
	border-radius: 8px;
	background: #161616;
}
.leftnewstitle{
	position: absolute; bottom: 0; width: 100%; height: 26px; border-top: 1px solid #000;
	background-color: rgba(255,255,255, 0.5);
	color: #000;
	font-size: 18px;
	font-family: WGFL;
	overflow: hidden;
	white-space: nowrap;
}

.newsarticleblock{
	position: relative;
	border: 1px solid #000;
	width: 98%;
	background: #3a3a3a;
	min-height: 100px;
	-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: 0 auto;
}
.articlecomment{
    background: #262626;
    padding: 8px;
    word-wrap: break-word;
    margin-top: 8px;
	border: 1px solid #000;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.articlecomment:nth-child(odd){
    background: #363636;
}
.articlehiddencomment{
    background: #400;
    padding: 8px;
    word-wrap: break-word;
    margin-top: 8px;
	border: 1px solid #000;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.sched_table{
	width: 530px;
	display: inline-block;
	margin: 25px;
	vertical-align: top;
}
.sched_table tr td{
	background: #262626;
}
.sched_table tr td.headera{
	background: #300;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	font-weight: bold;
}
.sched_table tr td.headerb{
	background: #600;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
}
.sched_table tr td.name_l{
	width: 190px;
	text-align: left;
}
.sched_table tr td.name_r{
	width: 190px;
	text-align: right;
}
.sched_table tr td.time{
	width: 86px;
}
.sched_table tr td.other{
	width: 16px;
}

.matchtop_right{
	float: right;
	text-align: right;
	width: 200px;
}
.matchtop_left{
	float: left;
	text-align: left;
	width: 200px;
}
.matchtop_center{
	text-align: center;
	font-family: WGFL;
	font-size: 24px;
}
.matchtopscore{
	font-family: WGFL;
	font-size: 48px;
}
.matchtopteamname{
	font-family: WGFL;
	font-size: 24px;
}
.topdate{
	font-size: 36px;
}
.resultpane{
	width: 100%;
	text-align: center;
	vertical-align: top;
}
.result_table{
	display: inline-block;
	margin: 10px auto;
}
.result_battle_details{
	background: #262626;
	width: 200px;
	font-family: WGFL;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
}
.result_battle_details strong{
	font-size: 30px;
	font-weight: normal;
}
.result_table tr td.resultrow_survived{
	background: #262626;
}
.result_table tr td.resultrow_killed{
	background: #200;
	font-style: italic;
}
.result_table tr td.resultrow_clear{
	background: none;
}
.result_table tr td.headera{
	background: #300;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	font-weight: bold;
}
.result_table tr td.headerb{
	background: #600;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
}
.result_table tr td.off{
	width: 12px;
}
fieldset { position: relative; padding: 10px; padding-top: 0; padding-top: 25px9; margin-bottom: 30px; background: #222; border: 2px ridge #400; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;box-shadow: 2px 2px 1px #333; }
legend { margin-bottom: 8px; padding: 5px 10px; background-color: #600; color: white; border: 1px solid #000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px }
