.in_paying_bet {
	color: #88AA88;
	text-decoration: none;
}
a.in_paying_bet:link {
	color: #33AA33;
	text-decoration: none;
}
a.in_paying_bet:visited {
	color: #33AA33;
	text-decoration: none;
}
a.in_paying_bet:hover {
	color: #000000;
	text-decoration: underline;;
}



.active_bet {
	color: #AA8888;
	text-decoration: none;
}
a.active_bet:link {
	color: #FF3333;
	text-decoration: none;
}
a.active_bet:visited {
	color: #FF3333;
	text-decoration: none;
}
a.active_bet:hover {
	color: #000000;
	text-decoration: underline;
}



.expired_bet {
	color: #8888AA;
	text-decoration: none;
}
a.expired_bet:link {
	color: #3333FF;
	text-decoration: none;
}
a.expired_bet:visited {
	color: #3333FF;
	text-decoration: none;
}
a.expired_bet:hover {
	color: #000000;
	text-decoration: underline;
}

.very_big_text{
	font-size:18px;
	color: #8888AA;
	text-decoration: none;
}
a.very_big_text:link {
	color: #3333FF;
	text-decoration: none;
}
a.very_big_text:visited {
	color: #3333FF;
	text-decoration: none;
}
a.very_big_text:hover {
	color: #000000;
	text-decoration: underline;
}


.active_top{
	background-image: url(http://gold.kingdom.or.jp/casino/img/active_bet.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	text-align:left;
	width:800px;
	height:45px;
}



.active_bet_new{
	text-align:left;
	width:800px;
	background:#D0BDBD;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;

	border-bottom-width: 4px;	
	border-bottom-style: solid;	
	border-bottom-color: #D0BDBD;

}




.in_paying_bet_top{
	background-image: url(http://gold.kingdom.or.jp/casino/img/in_paying_bet.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	text-align:left;
	width:800px;
	height:45px;
}


.in_paying_bet_new{
	text-align:left;
	width:800px;
	background:#CFDDCF;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;

	border-bottom-width: 4px;	
	border-bottom-style: solid;	
	border-bottom-color: #CFDDCF;

}



.expired_bet_top{
	background-image: url(http://gold.kingdom.or.jp/casino/img/expired_bet.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	text-align:left;
	width:800px;
	height:45px;
}



.expired_bet_new{
	text-align:left;
	width:800px;
	background:#BDBDD0;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;

	border-bottom-width: 4px;	
	border-bottom-style: solid;	
	border-bottom-color: #BDBDD0;
}




