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

a:hover {
	text-decoration: underline;
}
body, td {
	font-family: Tahoma;
	font-size: 8pt;
	background: #222222;
	color: #c0c0c0;
	padding: 5px;
}

table.main {
	width: 550px;
	border: 1px solid #5b5b5b;
	border-collapse: collapse;
}

table.main td {
	padding: 3px;
}

table.inner {
	width: 100%;
}

table.inner td {
	padding: 12px;
	padding-top: 0px;
	padding-bottom: 3px;
}

table.sv_data td {
	padding: 0px;
}

table.sv_data1 td {
	padding: 1px;
}

td.param {
	color: #e7e7e7;
	padding-right: 5px !important;
	white-space: nowrap;
	vertical-align: top;
}

span.param {
	color: #e7e7e7;
}

table.players {
	border-collapse: collapse;
}

table.players thead td {
	font-weight: bold;
}

table.players td {
	background: #000;
	border: 1px solid #5b5b5b;
	color: #fff;
	padding: 3px;
}	

p.head {
	font-size: 12pt;
	font-family: Arial;
	color: #9999AA;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

p.netskin {
	text-align: center;
	margin-bottom: 20px;
}

p.netskin a {
	color: #ccc; 
}
