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

/* Player List Table */
.ext-stats-all{
	position: absolute;
	right: 55px;
	}
.ext-data{
	width: 750px;
	height: 40px;
	background-color: #450005;
	z-index: 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-top: -15px;
	padding-top: 15px;
	}
 
/* Player Profile Stat Boxes */
.statline{
	margin: 0 auto;
	width: 100%;
}
.statbox{
	display: inline-block;
}
.statbox tr td.headera, .statline tr td.headera{
	background: #300;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	font-weight: bold;
	text-align: center;
}
.statbox tr td.headerb, .statline tr td.headerb{
	background: #600;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	text-align: center;
}
.statbox tr td.on, .statline tr td.on{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
}
.statbox tr td.c-on, .statline tr td.c-on{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
	text-align: center;
}


/* LEAGUE PLAYER PROFILE PAGE */
.profile_ratings table tr td.headera{
	background: #300;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	font-weight: bold;
	text-align: center;
}
.profile_tourney{
	font-family: WGFL;
	font-size: 24px;
	line-height: 24px;
}
.profile_tourney table tr td{
	vertical-align: top;
	}
.profile_tourney .playername{
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
}
.profile_tourney a{
	text-decoration: none;
}
.logo_left{
	float: left;
	margin-right: 4px;
}
.plyr-nxt-match{
	font-size: 18px;
	font-family: WGFL;
	font-style: italic;
}
.profile_ratings{
	display: inline-block;
	font-family: WGFL-C;
	font-size: 18px;
	line-height: 18px;
	width: 270px;
	overflow: hidden;
	font-variant: small-caps;
	text-align: center;
	margin: 12px 0;
}
.profile_ratings table .scorerow td{
	color: #CCC;
	font-size: 24px;
	padding: 6px 0;
	width: 90px;
	font-family: WGFL;
}

/* TEAM PAGE */
.teamname{
	font-size: 48px;
	font-family: WGFL;
}
.teamplayers{
	font-size: 24px;
	font-family: WGFL;
	font-style: italic;
}

/* ADD DROP PLAYER */
.warnmessage{
	background-color: #FC0;
	border: 1px solid #C60;
	margin: 20px 10px;
	padding: 10px;
	color: #000;
}
.warnmessage strong{
	font-size: 24px;
	font-family: WGFL;
	font-variant: small-caps;
}
.errormessage{
	background: #F99;
	border: 1px solid #900;
	width: 100%;
	height: 200px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 50px auto;
	padding: 10px 0;
	color: #000;
}
.errormessage strong{
	font-size: 36px;
	font-family: WGFL;
	font-variant: small-caps;
}
.errormessage a{
	color: #000;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
}
.successmessage{
	background: #6F9;
	border: 1px solid #090;
	width: 100%;
	height: 200px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 50px auto;
	padding: 10px 0;
	color: #000;
}
.successmessage strong{
	font-size: 36px;
	font-family: WGFL;
	font-variant: small-caps;
}
.successmessage a{
	color: #000;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
}
/* TWITTER WALL */
.captainmessagesbody{
	float: right;
	width: 894px;
}
.captainmessagesleft{
	float: left;
	padding-right: 4px;
	width: 285px;
	}
.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;
}