/*-------------------------------------
           Reset Styles
--------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: disc;
}

/*-------------------------------------
           End Reset Styles
--------------------------------------*/

a:link#agroup
{
    color:#e0e0e0;
    text-decoration:none;
}
a:visited#agroup
{
    color:#e0e0e0;
    text-decoration:none;
}
a:hover#agroup
{
    color:#e0e0e0;
    text-decoration:none;
}

body {
	line-height: 1;
	color: black;
	background: white;
	background-color: #fffff;
	font-family: arial;
	font-size: 14px; 
	width:310px; 
	margin-right: auto; 
	margin-left: auto;
}

.banner {
	width: 231px;
	height: 87px;
}

.gameName {
    font-weight: bold;
	width: 100px;
}

.red1 {
	color: #ff6600;
}

.redb {
	color: #ff6600;
	font-weight: bold;
}

.gap {
    height: 3px;
}

.group {
    color: white;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.group2 {
    color: white;
    width: 50%;
    height: 40px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.gameTable {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.gameIntent {
    width: 10px;
}

.gameIcon {
    width: 55px;
    vertical-align: middle;
}

.gameIcon1 {
    width: 70px;
    vertical-align: middle;
}

.gameIntro {
    width: 204px;
    padding: 5px;
    line-height: 20px;
    vertical-align: top;
}

.gameCtrl {
    vertical-align: bottom;
}

.game1 {
    height: 30px;
    vertical-align: top;
}

.game2 {
    height: 30px;
    vertical-align: bottom;
}

.game3 {
    vertical-align: middle;
}

.gameDetail {
    font-size: 12px; 
    line-height: 20px;
}

.manual {
    font-size: 14px; 
    line-height: 25px;
}

.gameSep {
    border-top: #729926 3px solid;
}

.btn {
    width : 55px;
    height : 25px;
}

.footerSep {
    border-top: #729926 3px solid;
}

.copyright {
	text-align: center;
	color: #333;
	font-size: 18px;
	padding: 3px;
}
