body{
	background-image:url('bg.png');
	background-color: #424242;
	margin: 0;
}
.fnt{font-size: 11px;}
body, div{
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.margins {
	border-top:1px solid #222222;
	border-right:1px solid #222222;
	border-left:1px solid #222222;
	border-bottom:1px solid #222222;
}
.semiMargins{
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
}

a:link{color: white; text-decoration:underline;}
a:visited{color: white; text-decoration:underline;}
a:hover{color: #FF9900; text-decoration:none;}

.overallContent{
	width: 470px;
}
.divider{
	padding-bottom: 1px;
	width: 470;
}
.divider:hover{
	background-color: white;
}
.hdr1, .hdr2, .val1, .val2{float: left; text-align: left;}
.hdr1, .hdr2{color: Gray;}
.hdr1{width: 50px;}
.hdr2{width: 110px;}
.val1, .val2{color: white;}
.val1{width: 250px; overflow: hidden; }
.val2{width: 60px;}

.clearFloat{clear: both;}

.playersLabel{
	background-image: url(cellpic1.gif);
	text-align: center;
	font-weight: bold;
	height: 24px;
}
.playersLabelText{position: relative; top: 3px;}

.pInfo{float: left; text-indent: 4px; text-align: left;}
.pInfoScor{width: 20%; text-align: center;}
.pInfoTimp{width: 20%; text-align: center;}
.pInfoNume{width: 60%;}

.pInfoRow{height: 15px;}

.server_stats_tip{
	visibility: hidden;
	position: absolute;
	border: 1px dotted white;
	background-color: black;
	width: 415px;
	text-align: left;
	z-index: 1000;
}
