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

/* 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;
}
.statline tr td.c-on{
	background: #262626;
	height: 24px;
	padding: 1px 4px;
	text-align: center;
}

.errormessage{
	background: #F99;
	border: 1px solid #900;
	width: 100%;
	height: 350px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 50px auto;
	padding: 10px 0;
}
.errormessage strong{
	font-size: 36px;
	font-family: WGFL;
	font-variant: small-caps;
}

.myteamtitle{
	font-family: WGFL;
	font-size: 32px;
}
.myteamscore{
	font-family: WGFL;
	font-size: 24px;
}
.trianglerotated {
    transform: rotate(90deg);
}
.achv-ct-cont{
	border: 1px solid #5b5b5b;
	font-size: 10px;
	display: inline-block;
	position: absolute;
	bottom: 9px;
	right: 7px;
	border-radius: 2px;
}
.achv-ct-sub{
	background: url("/styles/images/achv_num.gif") repeat-x 0 0 #4f1514;
	border: 1px solid #2c0909;
	color: #eee;
	padding: 0 3px;
	display: inline-block;
	text-shadow: 0 0 25px #000,0 0 10px rgba(255,255,190,0.39);
	border-radius: 2px;
}