/*
	GunGame Stats ver. 1.3
		By GmStaff.
			Support: www.gm-project.net
				25.06.2010
*/

html {
	width: 100%
}

body {
	background: #171717;
	color: #000000;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background-position:center;
	background-attachment:fixed;
}

a:link, a:visited {
	color: #0074CE;
	text-decoration: none;
}

a:hover, a:active, body_ahover {
	color: #FFA200;
}

.majic {
	margin-right: 15px;
	padding-right: 15px;
	margin-left: 15px;
	padding-left:15px;
}

#page {
	margin-right: 15px;
	padding-right: 15px;
	margin-left: 15px;
	padding-left:15px;
	margin-bottom: 15px;
	padding-bottom:15px;
	margin-top: 5px;
	padding-top: 5px;
	background: #FFFFFF;
	color: #000000;
}

.head_bg {
	background: #171717 url(../images/head_bg.jpg) ;
}

table {
	font-size: 95%;
	line-height: 1.7em;
	empty-cells: show; 
	border-collapse: collapse
}

tr.list {
	background:none repeat scroll 0 0 #ffffff;
	border-bottom:1px #D5DDE5 dashed;
	height: 40;
}

tr.list:hover  {
	background:#e3f1ff;
}

tr.title {
	background: #191919;
	color: white;
	font-weight: bold;
	font-family: Verdana, Tahoma;
	height: 30;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

td.rank {
	color: green;
	font-weight: bold;
	weight: 3%;
}

td.name {
	font-weight: bold;
	weight: 50%;
}

span.nosteam {
	font-style: italic;
	color: red;
}

/* Pagenavigation */
.paginator {
	font-size:1em;
	width:600px;
	margin-top: 10px;
	text-align: center;
}

.paginator table {
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}

.paginator table td {
	padding:0;
	white-space:nowrap;
	text-align:center;
}

.paginator span {
	display:block;
	padding:3px 0;
	color:#fff;
}

.paginator span strong, .paginator span a {
	padding:2px 6px;
}

.paginator span strong {
	color: black;
	background:#e3f1ff;
	font-style:normal;
	font-weight:normal; 
}

.paginator .scroll_bar {
	width:100%;
	height:20px;
	position:relative;
	margin-top:10px; 
}

.paginator .scroll_trough {
	width:100%;
	height:3px;
	background:#ccc;
	overflow:hidden;
}
.paginator .scroll_thumb {
	position:absolute;
	z-index:2;
	width:0; height:3px;
	top:0; left:0;
	font-size:1px;
	background:#363636;
}

.paginator .scroll_knob {
	position:absolute;
	top:-5px; left:50%;
	margin-left:-10px;
	width:20px; height:20px;
	overflow:hidden;
	background:url(../images/slider_knob.gif) no-repeat 50% 50%;
	cursor:pointer; cursor:hand;
}

.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:0; height:3px;
	overflow:hidden;
	background:#e3f1ff;
}

.fullsize .scroll_thumb {
	display:none;
}

.paginator_pages {
	width:600px;
	text-align:right;
	font-size:0.8em; 
	color:#808080;
	margin-top:-10px; 
}

/* Search */

.search {
	font-size: 180%;
	margin: 0.2em 10px;
	text-align: center;
	width: 20%;
	height: 4%;
	border: 1px solid #DCDCDC;
	color: #DCDCDC;
}

.search:focus {
	color: black;
}

input.button {
	padding: 5px 5px;
	font-weight:bold;
}

/* INPUTS */
.biginput {
	font-size: 180%;
	text-align: center;
	height: 30px;
	border: 1px solid #DCDCDC;
}


#tooltip {
	background: #fff;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter: alpha(opacity=700);
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #000000;
	color: #000;
	margin: 0px;
	padding: 3px 5px;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	font: normal 11px Tahoma,  "Myriad Pro",  "Lucida Sans Unicode",  Verdana,  sans-serif;
}