html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a
{
	color: #888888;
	text-decoration: none;
}

a:hover
{
	color: #ffbb32;
}

body
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 14px;
	line-height: 17px;
	background: url(/bc2stats/img/bg.jpg);
	background-attachment: fixed;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
}

#basis
{
	width: 850px;
	margin: auto;
}

#header
{
	height: 120px;
	width: 850px;
	margin-top: 20px;
	text-align: center;
}

#content_left
{
	float: right;
	width: 850px;
	display: inline-block;
	background: #000000;
}

#navigation
{
	width: 850px;
	height: 25px;
	background: url(/bc2stats/img/navi_bg.png) repeat-x;
	border-bottom: 4px solid #000000;
}

.navi_small
{
	width: 45px;
	height: 25px;
	background: url(/bc2stats/img/navi_border.png) no-repeat;
	background-position: right;
	text-align: center;
	float: left;
}

.navi_midd
{
	width: 60px;
	height: 25px;
	background: url(/bc2stats/img/navi_border.png) no-repeat;
	background-position: right;
	text-align: center;
	float: left;
}

.navi_bigg
{
	width: 95px;
	height: 25px;
	background: url(/bc2stats/img/navi_border.png) no-repeat;
	background-position: right;
	text-align: center;
	float: left;
}

.navi_small span, .navi_midd span, .navi_bigg span
{
	margin-top: 3px;
	display: inline-block;
	font-size: 13px;
}

.navi_small img
{
	height: 25px;
}

.navi_big
{
	width: 165px;
}


.navi_player
{
	width: 165px;
}

#content_result
{
	width: 850px;
	display: inline-block;
}

.result
{
	width: 850px;
	height: 25px;
	border-bottom: 1px solid #777777;
	border-bottom-style: dotted;
}

.result_ov
{
	width: 850px;
	height: 25px;
	position: relative;
	margin-top: -25px;
	cursor: pointer;

}

.result_bg
{
	background: transparent;
}

.progress
{
	width: 150px;
	height: 9px;
	border: 1px solid #555555;
	margin: 8px 0px 1px 7px;
	padding: 0px;
	text-align: left;
	display: block;
}

.progress_size
{
	height: 7px;
	font-size: 1px;
	line-height: 0;
	margin: 1px;
	padding: 0px;
	display: block;
	background: #0A78B3;
}


#footer
{
	width: 850px;
	margin: 50px 0px 15px 0px;
	font-size: 11px;
	color: #666666;
}

#footer a
{
	color: #888888;
	text-decoration: none;
}

#footer a:hover
{
	color: #ffbb32;
}

#admin_tool
{
	margin-top: 20px;
}

#admin_tool div
{
	text-align: left;
	width: 400px;
	height: 30px;
	margin-left: 50px;
}

#admin_tool input
{
	float: right;
	border: 1px solid #ffffff;
	background: #999999;
	margin-right: 3px;
}

.adminlist
{
	text-align: left;
	margin: 50px;
}

.adminid
{
	width: 35px;
	float: left;
}

.oscore
{
	width: 850px;
	height: 335px;
	display: inline-block;
	border-bottom: 1px solid #777777;
	border-bottom-style: dotted;
	background: #222222;
}

.oscorebox
{
	width: 201px;
	height: 180px;
	margin: 10px 3px 0px 5px;
	border: 1px solid #777777;
	border-style: dotted;	
	float: left;
}

.oscoreboxbig
{
	width: 308px;
	height: 180px;
	text-align: left;
	font-size: 12px;
	margin: 10px 0px 0px 5px;
}

.oscorebox dl dd img
{
	width: 18px;
	height: 16px;
	margin-top: -2px;
}

.oscorebox img
{
	height: 100px;
	margin: 0px;
}

.oscoreboxtop
{
	background: url(/bc2stats/img/navi_bg.png) repeat-x;
	width: 201px;
	height: 25px;
	text-align: center;
}

.oscoreboxtopbig
{
	background: url(/bc2stats/img/navi_bg.png) repeat-x;
	width: 308px;
	height: 25px;
	text-align: center;
}

.oscoreboxtop h4
{
	margin-top: 3px;
	display: inline-block;
	font-size: 13px;
}

.oscoreboxfoot b
{
	margin-top: 3px;
	display: inline-block;
	font-size: 10px;
}

.oscoreboxbig dl dt
{
	width: 120px;
	float: left;
	margin-top: 3px;
}

.oscoreboxbig dl
{
	margin: 10px;
	float: left;
}

.oscoreboxbig dl dd
{
	width: 148px;
	float: left;
	text-align: right;
	margin-top: 5px;
}

.minibox
{
	height: 120px;
	font-size: 12px;
}

.minibox dl dt
{
	width: 80px;
	float: left;
	text-align: left; 
	margin-top: 3px;
}

.minibox dl
{
	margin: 5px;
	float: left;
}

.minibox dl dd
{
	width: 90px;
	float: left;
	text-align: right;
	margin-top: 3px;
}