body {
	background-color:#222;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
}

a {
	text-decoration:none;
	color:#9f6405;
}

a:hover {
	color:#aea767;
}

small {
	font-size:80%;
}

strong {
	font-weight:bold;
}

em {
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;
}

.content h3.error {
	background:darkred;
}

#container {
	width:850px;
	margin:0 auto;
}

#header {
	border:5px solid #666;
	width:840px;
	height:170px;
	margin:28px auto 8px auto;
	text-align:center;
	background: #666 url(../images/statsverse-header.jpg) no-repeat top left;
}

#header a#header-link {
	display:block;
	width: 600px;
	height: 170px;
}

#header ul#localize {
	width: 32px;
	height: 65px;
	margin: 0;
	padding: 0;
	position:relative;
	top: -66px;
	left: 799px;
}

#header ul#localize li {
	margin: 0;
	padding: 0;
}

#header ul#localize a {
	display: block;
	margin: 0;
	width: 16px;
	height: 11px;
	margin-bottom: 1px;
	padding: 5px 10px 5px 5px;
	background: #a4a4a4;
	opacity: 0.6;
	filter:alpha(opacity=60);
	line-height: 0;
	padding-right: 8px;
	margin-left: 2px;
}

#header ul#localize a.c, #header ul#localize a:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	background: #d88600;
	padding-right: 10px;
	margin-left: 0;
}

.content {
	padding:20px;
	margin-bottom:10px;
	background:#fff;
	border:5px solid #666;
}

.content h3 {
	margin:-20px -20px 20px -20px;
	padding: 10px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.siggroup {
	padding:5px;
	border-color:#fff;
}

.siggroup h3 {
	margin: -5px -5px 5px -5px;
}

.siggroup h3 a {
	display: block;
	float: right;
	font-size: 80%;
	color: #000;
	padding: 5px 38px 5px 10px;
	background: #fff url(../images/arrow-sm.png) no-repeat top right;
	margin:-2px;
}

.siggroup h3 a:hover {
	color: #fff;
	background: #aea767 url(../images/arrow-sm.png) no-repeat top right;
}

.siggroup.signatures {
	width:420px; 
	height: 268px;
	float:left;
	border-color:#fff;
}

.siggroup.userbars {
	width:380px; 
	height:268px;
	float:right;
	border-color:#fff;
}

.siggroup.userbars h3 {
	margin-bottom:22px;
}
.siggroup.userbars .sig-tile {
	width:360px; 
	margin-bottom:12px;
}
.siggroup.userbars .box-bottom {
	margin-top:8px;
}

.box-bottom a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ddd;
}

.box-bottom a:hover {
	color: #fff;
}

.form-center {
	width:300px;
	margin:0 auto 20px auto;
	font-size:22px;
}

.input-text {
	font-size:22px;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	width:300px;
}

button, .input-button {
	font-size:18px;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	border:0;
	color: #fff;
	padding: 5px 42px 5px 10px;
	background: #000 url(../images/arrow.png) no-repeat center right;
	text-transform: uppercase;
	font-weight:bold;
}

button:hover, .input-button:hover {
	background: #aea767 url(../images/arrow.png) no-repeat center right;
	color: #000;
}

button:active, .input-button:active {
	background: #ccc;
}

a.link-button {
	display:block;
	width:200px;
	font-size:18px;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	border:0;
	color: #fff;
	padding: 5px 42px 5px 10px;
	background: #000 url(../images/arrow.png) no-repeat center right;
	text-transform: uppercase;
}

ol {
	list-style-type: decimal;
	margin: 1.12em 0;
	padding-left:1.12em;
}

li {
	padding:5px 0;
}

.content li img {
	margin-bottom:-8px;
}

.sig-tile {
	text-align:center;
	padding:5px;
	width:400px;
	float:left;
}

.sig-tile a:hover img {
	margin: -4px;
	border: 4px solid #aea767;
}

.sig {
	background:#fff;
	font-size:12px;
	width:580px;
}

.sig .preview {
	text-align:center;
	padding:13px 10px 4px 10px;
	background:#fff;
}

.sig .info {
	background:#000;
	color:#ddd;
	padding:5px;
	text-align:center;
}

.sig .info .designinfo {
	float:left;
	width:200px;
	margin-left:177px;
}

.sig .info a.closebutton {
	display:block;
	width:22px;
	height:22px;
	float:right;
	background:#000 url(../images/close.png) no-repeat top left;
	margin:5px 5px 0 0;
}

.sig .info a.closebutton:hover {
	background-image:url(../images/close_ovr.png);
}

.sig .code {
	margin-top:5px;
	padding:10px;
	background:#ddd;
	clear:both;
}

.sig .code input {
	width:420px;
	float:right;
	clear:both;
	font-size:12px;
	background:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin-top:-2px;
}

.clear {
	clear:both;
}

#footer {
	margin-top:0px;
	font-size:10px;
	color:#999;
	text-align:center;
	padding:5px 10px;
	width:620px;
	margin:0 auto;
}

#footer a {
	color:#ccc;
}
#footer a:hover {
	color:#fff;
}

#footer p {
	margin-bottom: 6px;
}

div.error {
	font-weight:bold;
	color:darkred;
	text-align:center;
}

.stats-o-matic h2 {
	font-size:26px;
	margin-bottom:10px;
}

.stats-o-matic p {
	margin-bottom:10px;
}

a.cite {
	color:#ccc;
	font-size:10px;
}

a.cite:hover {
	color:#999;
}

#netbar{
	margin:0 auto 1px auto;
	padding:5px 0;
	text-align:center;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background:#000;
	color:#999;
	font-size:10px;
	font-family: Arial, sans-serif;
}
#netbar a{
	color:#aaa;
}
#netbar a:hover{
	color:#eee;
}
#netbar a.c{
	color:#eee;
	font-weight:bold;
}
#netbar a img{
	margin-bottom:-4px;
}

div.stats {
	padding:5px;
	border:0;
}
div.stats h3 {
	margin:0 0 5px 0;
	text-transform:none;
	font-size:24px;
	background:#000;
}
div.stats h3 a {
	color:#fff;
}
div.stats .rank {
	float:left; 
	width:151px; 
	height:147px; 
	background:#AEA767; 
	text-align:center; 
	margin-right:5px;
	padding-top:10px;
	padding-bottom:21px;
}
div.stats .rank .rank-img {
	height:112px; 
	width:112px; 
	margin:0 auto;
}
div.stats .rank.comp .rank-img {
	width:60px;
	height:60px;
	float:left;
	margin:18px 7px 5px 7px;
}
div.stats .rank .rankname {
	font-size:11px; 
	font-weight:bold;
	padding-top:2px;
	height:12px;
}
div.stats .rank.comp .rankname {
	float:left;
	width:75px;
}
div.stats .rank .rankprogress {
	width:139px; 
	height:6px; 
	margin:5px; 
	padding:1px; 
	background:#3d3a24;
}
div.stats .rank.comp .rankprogress {
	width:62px;
	float:left;
}
div.stats .rank .rankprogress div {
	height:6px; 
	background:#e4e3e0;
}
div.stats .rank .icons {
	text-align:center;
	margin-top:-2px;
}
div.stats .rank.comp .icons {
	width:75px;
	float:left;
}

ul.stats {
	float:left; 
	width:238px; 
	height:68px; 
	margin:0; 
	padding:0; 
	font-size:13px; 
	margin-right:10px;
}
ul.big.stats {
	height:auto; margin:-5px 0 -5px -5px;
}
ul.stats li {
	height:16px;
	margin: 0 0 4px 0;
	padding: 3px 12px 3px 12px;
	background: #eee;
}
ul.big.stats li {
	height: 22px;
	font-size: 16px;
	padding: 5px 12px;
	font-weight:bold;
	margin: 5px;
}
ul.stats li.odd {
	background: #ddd;
}

ul.stats li span.label {
	display:block;
	font-weight:bold;
	text-align:left;
}
ul.stats li span.single {
	display:block;
	float:right;
	margin-top:-16px;
}
ul.big.stats li span.single {
	margin-top:-19px;
}

ul.stats li span.c-label {
	display:block;
	font-weight:bold;
	text-align:center;
}
ul.stats li span.me, ul.stats li span.opp {
	display:block;
	padding:0 4px;
	position:relative;
	margin-top:-16px;
}
ul.big.stats li span.me, ul.big.stats li span.opp {
	margin-top:-19px;
}
ul.big.stats li span.me, ul.big.stats li span.opp {
	font-weight:normal;
}
ul.stats li span.me {
	float:left;
	margin-left:-8px;
}
ul.stats li span.me.win { 
	background:#cbd9cb;
}
ul.stats li span.opp {
	float:right;
	margin-right:-8px;
}
ul.stats li span.opp.win { 
	background:#dfcbcb;
}

.box-bottom {
	background:#000; 
	margin:5px -5px -5px -5px; 
	height:20px; 
	padding:5px;
	text-align:center;
}

.message-box {
	background:#aea767; 
	margin: 10px 0; 
	padding:10px;
	font-size:12px; 
	text-align:center; 
	color:#000;
}

.message, .urgent-message {
	background:#aea767; 
	margin: 10px 0; 
	padding:10px;
	font-size:12px;
}

.content .message {
	margin:0;
}

.message.grey {
	background: #ddd;
}

.message.queue {
	
}
.message.queue a {
	color: #333;
	font-weight:bold;
}
.message.queue a:hover {
	color: #555;
}

.urgent-message {
	background:darkred;
}

.message p, .urgent-message p {
	font-size:12px; 
	text-align:center; 
	color:#000;
}

.message p a {
	color:#674000;
}

.message p a:hover {
	color:#975e00;
}

.urgent-message p {
	color:#fff;
	font-weight:bold;
}

#home-left {
	width:450px; float:left;
}
#home-left .content {
	height:336px;
	border-color:#fff;
}

#home-right {
	width:390px; float:right;
}

#home-right .content {
	height:336px;
	border-color:#fff;
}

.leaderboard table.headings {
	font-size: 11px;
	margin: -20px -20px 0 -20px;
}

.leaderboard table.headings td.name {
	width: 210px;
	padding-left: 20px;
}

.leaderboard table.headings td.lpos {
	width:50px;
}

.leaderboard table.data {
	font-size: 11px;
	margin: 0;
}

.leaderboard table td {
	border-bottom:1px solid #fff;
}

.leaderboard table thead td {
	background:#666;
	color: #fff;
	padding: 3px 5px;
	text-align: center;
}

.leaderboard table thead td.name {
	text-align: left;
	padding-left: 6px;
}

.leaderboard table tbody tr td {
	background: #ddd;
	vertical-align: middle;
}

.leaderboard table tbody tr.odd td {
	background: #eee;
}

.leaderboard table td.lpos {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.leaderboard table td.name {
	width: 130px;
	padding-left: 5px;
}

.leaderboard table td.name a {
	color: #000;
	font-weight: bold;
}

.leaderboard table td.score {
	text-align: center;
	width: 70px;
}
.leaderboard table td.kills {
	text-align: center;
	width: 60px;
}
.leaderboard table td.deaths {
	text-align: center;
	width: 50px;
}

#leaderboard-container {
	height: 285px;
	overflow: hidden;
	margin: 0 -20px;
}

#leaderboard-container-inner {
	height: 1000px;
}

.leaderboard-nav {
	background: #000;
	margin: 1px -20px 0 -20px;
	text-align:center;
	font-size: 12px;
}
.leaderboard-nav .next {
	display: block;
	padding: 7px;
	float: right;
	font-size: 12px;
	color: #ccc;
}
.leaderboard-nav .prev {
	display: block;
	padding: 7px;
	font-size: 12px;
	color: #ccc;
	float: left;
}
.leaderboard h3 .platformselect {
	float: right;
	font-size: 12px;
	margin-top: -4px;
	margin-right: -4px;
}
.leaderboard h3 .platformselect a {
	color: #ccc;
	display:block;
	float:left;
	padding: 5px;
	margin: 2px;
	background: #333;
}
.leaderboard h3 .platformselect a.c {
	color: #000;
	background: #AEA767;
}

/*
STATS
*/

.stats-nav {
	background: #000;
	padding: 2px 0 2px 2px;
	margin: 0 0 5px 0;
	
	padding: 5px;
	clear:both;
}
.stats-nav ul {
	
}
.stats-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.stats-nav ul li a {
	display:block;
	padding: 5px 10px 5px 10px;
	margin-right:8px;
	float:left;
	background:#000;
	color: #fff;
	font-weight: bold;
	font-size:14px;
	text-transform:uppercase;
}
.stats-nav ul li.c a, .stats-nav ul li.c a:hover {
	background:#aea767;
	color: #000;
}
.stats-nav ul li a:hover {
	background:#777;
}


.classes {
	padding: 10px;
}
.classes h3 {
	margin: -10px -10px 10px -10px;
}
.classes h4 {
	margin:0 0 10px 0; font-size:16px; font-weight:bold; padding:5px; background:#333; color:#fff;
	clear:both;
}
.classes h4 .right {
	display:block;
	float:right;
}
.classes h4 a {
	display:block;
	float:left;
	background:#666;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-left:5px;
	color:#fff;
	outline:0;
}
.classes h4 a.c {
	background:#fff;
	color:#000;
}
.classes h4 img {
	margin-bottom:-3px;
}
ul.classstats {
	float:left; 
	width:220px; 
	height: 145px;
	margin:0 5px 8px 0;
	padding:0; 
	font-size:14px; 
}
ul.classstats li {
	height:20px;
	margin: 0 0 3px 0;
	padding: 4px 12px 2px 12px;
	background: #eee;
}
ul.classstats li.odd {
	background: #ddd;
}

ul.classstats li span.label {
	display:block;
	font-weight:bold;
	text-align:left;
}
ul.classstats li span.single {
	display:block;
	float:right;
	margin-top:-17px;
}

ul.classstats li span.c-label {
	display:block;
	font-weight:bold;
	text-align:center;
}
ul.classstats li span.me, ul.classstats li span.opp {
	display:block;
	padding:0 4px;
	position:relative;
	margin-top:-17px;
}
ul.classstats li span.me {
	float:left;
	margin-left:-8px;
}
ul.classstats li span.me.win { 
	background:#cbd9cb;
}
ul.classstats li span.opp {
	float:right;
	margin-right:-8px;
}
ul.classstats li span.opp.win { 
	background:#dfcbcb;
}

.weaponsstats {
	height: 142px;
	overflow: hidden;
}
.weaponsstats-inner {
	height:142px;
	width:auto;
	overflow:hidden;
}
.weaponsstats .weapon {
	float: left;
	width: 140px;
	height: 142px;
	margin-right: 5px;
	background: #ddd;
}
.weaponsstats .weapon .weapon-img {
	width: 128px;
	height: 32px;
	padding: 5px 6px;
}
.weaponsstats .weapon .name {
	clear:both;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	margin-top: 2px;
	margin-bottom:6px;
}
.weaponsstats .weapon .stars {
	text-align:right;
	float: right;
	margin: -18px 4px 0 0;
	font-size: 10px;
	font-weight:bold;
}
.weaponsstats .weapon .stars img {
	width: 18px;
	height: 18px;
}
.weaponsstats .weapon ul {
	margin: 0;
	padding: 0;
}
.weaponsstats .weapon ul li {
	font-size: 11px;
	margin: 0 2px 2px 2px;
	padding: 2px;
	background: #eee;
	height:13px;
}

.weaponsstats .weapon ul li span.label {
	display:block;
	font-weight:bold;
	text-align:left;
}
.weaponsstats .weapon ul li span.single {
	display:block;
	float:right;
	margin-top:-13px;
}

.weaponsstats .weapon ul li span.c-label {
	display:block;
	font-weight:bold;
	text-align:center;
}
.weaponsstats .weapon ul li span.me, .weaponsstats .weapon ul li span.opp {
	display:block;
	padding:0 2px;
	position:relative;
	margin-top:-13px;
}
.weaponsstats .weapon ul span.me {
	float:left;
}
.weaponsstats .weapon ul span.me.win { 
	background:#cbd9cb;
}
.weaponsstats .weapon ul span.opp {
	float:right;
}
.weaponsstats .weapon ul span.opp.win { 
	background:#dfcbcb;
}

.weaponsstats .weapon.locked {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.weaponsstats .weapon.locked .unlockreq, .weaponsstats .weapon-unused, .weaponsstats .weapon .description {
	font-size: 11px;
	padding: 5px;
	text-align:center;
}
.weaponsstats .weapon .description {
	color: #444;
}

.scroll-l, .scroll-r {
	display:block;
	width:15px;
	height:14px;
	padding:64px 0 64px 0;
	text-align:center;
	background:#eee;
	color:#999;
	outline:0;
}
a.scroll-l:hover, a.scroll-r:hover {
	background:#ddd;
	color:#333;
}
.scroll-l {
	float:left;
	margin-right:5px;
}
.scroll-r {
	float:right;
	margin-left:5px;
}

.insignias {
	padding:10px;
}
.insignias h3 {
	margin:-10px -10px 10px -10px;
}

.insignia {
	width:128px; 
	height:164px; 
	float:left; 
	background:#eee;
	padding:4px 9px;
	margin: 0 10px 15px 10px;
	border:1px solid #666;
}

.insignia.locked {
	opacity: 0.4;
	filter:alpha(opacity=40);
	border:0px;
	background:transparent;
	padding:5px 10px;
}

.insignia .image {
	text-align:center;
}
.insignia .image img {
	width:96px; 
	height:96px;
}
.insignia .name {
	font-size:11px; 
	font-weight:bold; 
	text-align:center; 
	padding:2px;
}
.insignia .requirement {
	font-size:10px; 
	text-align:center;
}
.insignia .req-progress {
	width:118px; 
	height:2px; 
	background:#999; 
	margin:0 auto;
}
.insignia .req-progress div {
	height:2px; 
	background:#000;
}
.insignia .pin-count {
	float:right;
	font-size: 12px;
	padding: 3px;
	margin-top:-22px;
	background: #d88600;
	color:#000;
}


div.stats h3 a.h3button {
	display: block;
	float: right;
	font-size: 14px;
	color: #000;
	padding: 5px 38px 5px 10px;
	background: #fff url(../images/arrow-sm.png) no-repeat top right;
	text-transform:uppercase;
	margin-top:1px;
}

div.stats h3 a.h3button:hover {
	color: #fff;
	background: #aea767 url(../images/arrow-sm.png) no-repeat top right;
}


.statsverse-nav {
	background: #000;
	padding: 2px 0 2px 2px;
	margin: 0 0 5px 0;
	
	border:5px solid #666;
	
	padding: 5px;
	clear:both;
	
	border-top:0;
	margin-top:-13px;
}
.statsverse-nav ul {
	
}
.statsverse-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.statsverse-nav ul li a {
	display:block;
	padding: 5px 10px 5px 10px;
	margin-right:8px;
	float:left;
	background:#000;
	color: #fff;
	font-weight: bold;
	font-size:14px;
	text-transform:uppercase;
}
.statsverse-nav ul li.c a, .statsverse-nav ul li.c a:hover {
	background:#aea767;
	color: #000;
}
.statsverse-nav ul li a:hover {
	background:#777;
}