/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
body {
	background-color: #300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.hdr_20 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 3px;
}

.Pane_20perc {
	background-attachment: scroll;
	background-image: url(../Media/Interface/Login/20perc_WhitePane.png);
	background-repeat: repeat;
	font-weight: normal;
}

.GamesLobby_DisableGame {
	opacity:0.4;
	filter:alpha(opacity=40);
}

.GamesLobby_GameRowText {
	font-size: 9px;
	color: #333;
}
.GamesLobby_GameRowTextGrey {
	font-size: 9px;
	color: #CCC;
}
.GamesLobby_RowOff {
	background-color: #DDD;
}
.GamesLobby_RowHov {
	background-color: #FFF;
	cursor: pointer;
}

.MemberName {
	font-size: 18px;
}
.Text10 {
	font-size: 10px;
}
