BODY
{
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../images/back-page.png) repeat-x #000;
	margin:0;
	padding:0;
}

.inner
{
	width: 1024px;
	border: none;
	background: url(../images/back-content.png) repeat-x #1A1A1A;
	background-position: 0px -120px;
}

.band
{
	width: 1024px;
	height: 39px;
	background-color: #1f1f1f;
	border: none;
}

.deposit_limit
{
	width: 1024px;
	height: 29px;
	background-image: url(../images/hmenu_bg.png);
	border-spacing: 0px;
}

.content
{
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 2em;
	padding-bottom: 1em;
	border: 1px solid #35090B;
	border-top: none;
}

INPUT
{
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	vertical-align: middle;
}

input.amount
{
    width: 7em;
	height: 1.5em;
	padding:5px;
	font-size:20px;
	font-family:Tahoma, Geneva, Helvetica, sans-serif;
}

input.deposit
{
    width: 5em;
    height: 2em;
	font-size:large;
	font-weight: bold
	font-family:Tahoma, Geneva, Helvetica, sans-serif;
}

input.withdraw
{
    width: 5em;
    height: 2em;
	font-size:large;
	font-weight: bold
	font-family:Tahoma, Geneva, Helvetica, sans-serif;
}

input.transactions
{
    width: 2.5em;
    height: 2.2em;
	font-size:large;
	font-weight: bold
	font-family:Tahoma, Geneva, Helvetica, sans-serif;
}

H1
{
	color : RGB( 255, 255, 255 );
}

TABLE.frame
{
	border: RGB( 187, 83, 62 ) 1px solid;
	border-spacing: 0;
}
TABLE.frame TH
{
	border: RGB( 187, 83, 62 ) 1px solid;
	padding: 4px;
	color: RGB( 255, 255, 255 );
	font-size: 20px;
}

TABLE.frame TR TD
{
	border: RGB( 187, 83, 62 ) 1px solid;
	padding: 4px;
	color: RGB( 255, 255, 255 );
	font-size: 20px;
}

.copyright
{
	text-align : center;
	font-size : small;
	color: White;
	margin-top: 2em;
}

.prm_cashable
{
	text-align : center;
	font-size : small;
	color: Yellow;
	margin-top: 2em;
}

.prm_playable
{
	text-align : center;
	font-size : small;
	color: #88f998;
	margin-top: 2em;
}

.prm_residual
{
	text-align : center;
	font-size : small;
	color: #3bafd4;
	margin-top: 2em;
}


TD.menu
{
	width: 120px;
	text-align: center;
	font-size: 20px;
}

TD.menu_left
{
	text-align: left;
	padding-left: 40px;
	font-size: 20px;
}

TD.menu_right
{
	text-align: right;
	padding-right: 40px;
	font-size: 20px;
}

TD.deposit_limit
{
	width: 120px;
	text-align: center;
	font-size: 20px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-spacing: 0;
	padding: 0px;
}

TD.title
{
	text-align: center;
	font-size: 20px;
	border-left: 1px solid white;
}

A.menu
{
	color : #CFCFCF;
	text-decoration: none;
}

A.menu:hover
{
	color : #CFCFCF;
	text-decoration: none;
}

A.menu:click
{
	color : #CFCFCF;
	text-decoration: none;
}

A.menu:visited
{
	color : #CFCFCF;
	text-decoration: none;
}


A.hover
{
	color : #CFCFCF;
	text-decoration: none;
}

A.click
{
	color : #CFCFCF;
	text-decoration: none;
}

A.visited
{
	color : #CFCFCF;
	text-decoration: none;
}

A.hot
{
	color : #8f0202;
	font-weight : bold;
}