/* ARCADE MODULE STYLESHEET */

.game_card{
	width: 260px;
	height: 270px;
	padding: 10px;
}

.game_welcome{
	font-size: 8pt;
	color: #666;

}

.game-photo{
	padding: 8px;
}

.game-champ-box{
	padding-top: 5px;
	padding-bottom: 5px;
}

.game-name{
	padding: 2px;
	font: 8pt Arial, sans-serif;
}

.game-name a{
	padding: 2px;
	font: 8pt Arial, sans-serif;
	text-decoration: none;
}

.game-name a:hover{
	padding: 2px;
	font: 8pt Arial, sans-serif;
	text-decoration: underline;
}

.game-info{
	padding: 2px;
	padding-left: 28px;
	font: 8pt Arial, sans-serif;
}

.game-namelarge{
	padding: 2px;
	height:24px;
}

.game-play{
	font: 7pt Verdana;
	font-weight:bold;
}

.game-play a{
	font: 7pt Verdana;
	font-weight:bold;
	text-decoration: none;
}

.game-play a:hover{
	font: 7pt Verdana;
	font-weight:bold;
	text-decoration: underline;
}

.game-indicator{
	font: 7pt Arial, sans-serif;
	color: #000000;
}

.game-alphabet{
	font: 9pt Arial, sans-serif;
	color: #146998;
}

.game-alphabet a{
	font: 9pt Arial, sans-serif;
	color: #146998;
	text-decoration: none;
}

.game-alphabet a:hover{
	font: 9pt Arial, sans-serif;
	color: #146998;
	text-decoration: underline;
}

.game-statistics{
	font: 9pt Arial, sans-serif;
}

.game-txtnorm{
	font-weight: normal;
	font: 8pt Arial, sans-serif;
	padding-left: 21px;
}

h3 {
	font: bold 10pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #666;
	margin: 0 0 10px 0;
}

h3 a{
	text-decoration: none;
}

h3 a:hover{
	text-decoration: underline;
}

.whiteBox {
	margin-top: 10px;
	zoom: 1;
}

.whiteBox .tlh {
	background: url(./boxes/white/tl.gif) 0 0 no-repeat;
}
.whiteBox .tch {
	background: url(./boxes/white/tc.gif) 0 0 repeat-x;
}
.whiteBox .trh {
	background: url(./boxes/white/tr.gif) 100% 0 no-repeat;
}
.whiteBox .tl {
	background: url(./boxes/white/tl.gif) 0 0 no-repeat;
}
.whiteBox .tr {
	background: url(./boxes/white/tr.gif) 100% 0 no-repeat;
}
.whiteBox .bl {
	background: url(./boxes/white/bl.gif) 0 100% no-repeat;
}
.whiteBox .br {
	background: url(./boxes/white/br.gif) 100% 100% no-repeat;
}
.whiteBox .l {
	background: url(./boxes/white/dot.gif) 0 0 repeat-y;
}
.whiteBox .r {
	background: url(./boxes/white/dot.gif) 100% 0 repeat-y;
}
.whiteBox .b {
	background: url(./boxes/white/dot.gif) 0 100% repeat-x;
}
.whiteBox .t {
	background: url(./boxes/white/dot.gif) 0 0 repeat-x;
}

.whiteBox .whiteBoxHeader {
	line-height: 25px;
	font-size: 10pt;
	color: #666;
	padding-left: 10px;
	zoom: 1;
}

.whiteBox .whiteBoxBody {
	margin: 0 auto;
	padding: 5px;
}