html, body {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	background-color: #069;
}
body {
	background-image: url(img/background.png);
	background-repeat: no-repeat;
	background-position: top center;
}
div, a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
}
div#container {
	overflow: show;
	position: relative;
	margin: auto;
	width: 234px;
	height: 319px;
	display: none;
}

div#loading {
	background-image: url(img/loading.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 60px auto 0 auto;
	padding-top: 45px;
	z-index: 5;
	width: 240px;
	height: 320px;
	background-color: #069;
	text-align: center;
	color: #6ff;
	font-size: 11px;
}
div#loading div#loading-bar {
	border: 1px solid #6ff;
	width: 80px;
	height: 7px;
	margin: 20px auto;
	background-color: #fff;
}
div#loading-bar div {
	background-color: #000;
	width: 0;
	height: 7px;
}

div#menu-container {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 234px;
	display: none;
	padding: 25px 0 0 3px;
}
div#menu-container div.bottom {
	background-image: url(img/menu/shadow-bottom.png);
	background-repeat: no-repeat;
	height: 25px;
}
div#menu {
	background-image: url(img/menu/shadow-center.png);
	background-repeat: repeat-y;
}
a.menu-item {
	height: 25px;
	width: 203px;
	color: #222;
	padding: 7px 0 0 10px;
	font-size: 16px;
	background-repeat: no-repeat;
	background-image: url(img/menu/menuitem.png);
}
a#menu-back {
	display: none;
}
div.page {
	width: 213px;
	background: url(img/menu/page-background.png) repeat-y;
	display: none;
}
h2 {font-size: 14px;}
div.page div.page-body {
	padding: 5px;
	width: 202px;
	color: #222;
	font-size: 12px;
	background: url(img/menu/page.png) no-repeat;
}

#header {
	height: 60px;
	width: 228px;
	margin-left: 3px;
	background-image: url(img/header/juvel.png);
	background-position: center 1px;
	background-repeat: no-repeat;
	overflow: hidden;
}
div#header div#header-first {
	padding: 4px 0 4px 0;
	height: 20px;
}
#header a {
	height: 20px;
	float: left;
	background-repeat: no-repeat;
}
a#menu-button, a#play {
	width: 72px;
	height: 20px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding-top: 4px;
	background-image: url(img/header/menu.png);}
a#menu-button:hover, a#play:hover {background-image: url(img/header/menu_in.png);}
a#play {float: right;}
div#text-container {
	position: absolute;
	top: 27px;
	left: 3px;
	width: 227px;
	overflow: hidden;
	font-size: 9px;
	color: #fff;
}
div#text {position: relative; width: 250px;}
div#text div {float: left;}
div#header div#header-second {margin-top: 12px; height: 20px;}
div#header div#header-second a {
	width: 72px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background-image: url(img/header/menu.png);
	position: relative;
	margin-left: 6px;
}
div#header div#header-second a.first {
	margin-left: 0;
}
div#header div#header-second a.active {
	background-image: url(img/header/menu_in.png);
}

div#table {
	overflow: hidden;
	height: 230px;
	width: 234px;
}
div.row {
	white-space: nowrap;
	overflow: hidden;
}
a.cell {
	padding: 12px 0 0 0;
	width: 39px;
	height: 26px;
	font-size: 14px;
	overflow: show;
	color: #213f59;
	font-weight: bold;
	text-align: center;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
a.cell:active {color: #fff;}
div.bet {
	background: url(img/table/bet.png) no-repeat;
	position: absolute;
	width: 21px;
	padding: 1px 1px 0 0;
	height: 12px;
	top: 2px;
	left: 2px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 9px;
	line-height: 10px;
	color: #fff;
}

a.cross {background-image: url(img/table/cross.png);}
a.cross-active {color: #002; background-image: url(img/table/cross_in.png);}
a.round {background-image: url(img/table/round.png);}
a.round-active {color: #002; background-image: url(img/table/round_in.png);}
a.square {background-image: url(img/table/square.png);}
a.square-active {color: #002; background-image: url(img/table/square_in.png);}
a.triangle {background-image: url(img/table/triangle.png);}
a.triangle-active {color: #002; background-image: url(img/table/triangle_in.png);}
div#footer {
	width: 234px;
	height: 30px;
}
div#footer a.button {
	float: left;
	height: 31px;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 26px;
	position: relative;
}
a#square {width: 40px; background-position: 7px 0;}
a#square.active {background-image: url(img/footer/square_in.png);}
a#round {width: 38px; background-position: 6px -1px;}
a#round.active {background-image: url(img/footer/round_in.png);}
a#triangle {width: 37px; background-position: 3px 0;}
a#triangle.active {background-image: url(img/footer/triangle_in.png);}
a#cross {width: 38px; background-position: 4px 0;}
a#cross.active {background-image: url(img/footer/cross_in.png);}
a#plus {width: 40px; background-position: 21px 5px;}
a#plus.active {background-image: url(img/footer/plus_in.png);}
a#minus {width: 38px; background-position: 12px 10px;}
a#minus.active {background-image: url(img/footer/minus_in.png);}

#shine {
	width: 16px;
	height: 16px;
	left: 120px;
	top: 15px;
	position: absolute;
	background-image: url(img/header/shine.png);
	z-index: 3;
}
