/* My Lobby */

table#lobby {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
table#lobby th table {
	background-color:#333;
}

table#lobby th table td {
	background-color:#232019;
}


table#lobby th table th{
	background-color:#191711;
	padding:5px;
	color:#fedf64;
}
table#lobby th table td div {
	background:#232019;
	border-top:1px solid #333;
	padding:2px;
	padding-left:5px;
	
}

table#lobby a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#D2CEB8;
}
	
table#lobby.boxpadd {
	border:1px solid red;
	background-color:#00FF00
}
