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

.schedulepage{
	width: 1192px;
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
.sched_table{
	width: 550px;
	display: inline-block;
	margin: 15px;
	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: 200px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sched_table tr td.name_r{
	width: 200px;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sched_table tr td.time{
	width: 86px;
}
.sched_table tr td.time a{
	text-decoration: none;
	border-bottom: 1px dotted #7e8081;
}
.sched_table tr td.other{
	width: 16px;
}

.matchtop_right{
	float: right;
	text-align: right;
	width: 250px;
}
.matchtop_left{
	float: left;
	text-align: left;
	width: 250px;
}
.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;
}
.matchLnkActive{
	font-family: ROBO-C;
	color: #FFDF80;
	}
.matchResActive{
	}
.matchResHidden{
	display: none;
	}
.result_table{
	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;
}
.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: #3a3a3a;
	color: #ddd;
}
.result_table tr th{
	background: #606060;
	border: 1px solid #161616;
	text-align: center;
}
.result_table tr td{
	background: #3a3a3a;
	border: 1px solid #161616;
	padding: 4px;
	text-align: center;
}
.result_table tr td.c-on{
	text-align: center;
}
.result_table tr td.r-on{
	text-align: center;
}
.result_table tr td.previewmid{
	background: #600;
	color: #CCC;
	padding: 1px 4px;
	vertical-align: middle;
	text-align: center;
}
.result_table tr td.resultrow_killed{
	background: #262626;
	font-style: italic;
}
.result_table tr td.resultrow_clear{
	background: none;
}
.result_table tr td.off{
	background: transparent !important;
	width: 12px;
}
.editorbtn{
	height: 32px; width: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 4px;
}
.captainmessagesbody{
	float: right;
	width: 894px;
}
.captainmessagesleft{
	float: left;
	padding-right: 4px;
	}
.captain-rightbox{
	position: relative;
    border: 1px solid #000;
    box-shadow: 2px 2px 1px #333;
    z-index: 5;
    margin: 6px 6px 16px;
    border-radius: 8px;
    background: none repeat scroll 0% 0% #161616;
}
.captain-leftbox{
	margin: 10px 0;
	width: 264px;
	border: 1px solid #ccc;
	position: relative;
    box-shadow: 2px 2px 1px #333;
    z-index: 5;
    border-radius: 8px;
	height: 48px;
	padding: 8px;
}
.tweet{
	display: inline-block; 
	width: 290px; 
	margin: 8px 0;
	min-height: 80px;
	background: #222;
	border: 1px solid #000;
	border-radius: 8px;
   	position: relative;
    box-shadow: 2px 2px 1px #333;
    border-radius: 8px;
    background: none repeat scroll 0% 0% #262626;
}
.cptmsgspacer{
	margin: 8px;
}
.captmsg:nth-child(odd){
	background: #333;
}
.cptmsg-left{
	float: left;
	border-right: 1px dashed #999;
	width: 120px;
	text-align: center;
	margin-right: 8px;
	padding-right: 8px;
}
.cptmsg-right{
	margin-left: 137px;
	width: 689px;
}
.cptmsg-inactive{
	background-color: #400 !important;
}
.liveScoring-table{
	border: 1px solid #161616;
    border-spacing: 0;
    border-collapse: collapse;
    width: 96%;
	margin: 0 auto;
    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;
}
.liveScoring-basic{
	background: #3a3a3a;
    border: 1px solid #161616;
	padding: 4px;
}
.liveScoring-myplayer{
    background: #7D3A3A;
    border: 1px solid #161616;
	padding: 4px;
}
.centered{
	text-align: center;
	}