@charset "utf-8";
/* CSS Document */

.betbutton_grey
	{
		width: 64px;
		height: 50px;
		font-weight: bold;
		font-size: 36px;
		font-family: calibri;
		color: #FFFFFF;
		text-shadow: 1px 1px 2px #111;
		text-align: center;
		background: #141414;
		background: -moz-linear-gradient(top, #646464, #141414);
		background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#141414));
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#646464', endColorstr='#141414');
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#646464', endColorstr='#141414')";
		border-top: 2px solid #444;
		border-bottom: 2px solid #111;
		border-right: 2px solid #111;
    	border-left: 2px solid #444;
		padding-right:2px;
		padding-bottom:2px;
	}
.betbutton_avail
	{
		width: 64px;
		height: 50px;
		font-weight: bold;
		font-size: 36px;
		font-family: calibri;
		color: #ff64ff;
		text-shadow: 1px 1px 2px #111;
		text-align: center;
		background: #ffff64;
		background: -moz-linear-gradient(top, #ffff96, #ffff64);
		background: -webkit-gradient(linear, left top, left bottom, from(#ffff96), to(#ffff64));
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffff96', endColorstr='#ffff64');
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffff96', endColorstr='#ffff64')";
		border-top: 2px solid #444;
		border-bottom: 2px solid #111;
		border-right: 2px solid #111;
    	border-left: 2px solid #444;
		cursor: pointer;
		padding-right:2px;
		padding-bottom:2px;
	}
.betbutton_avail:hover
	{
		color: #ff96ff;
		background: #ffff96;
		background: -moz-linear-gradient(top, #ffff64, #ffff96);
		background: -webkit-gradient(linear, left top, left bottom, from(#ffff64), to(#ffff96));
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffff64', endColorstr='#ffff96');
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffff64', endColorstr='#ffff96')";
		border-top: 2px solid #111;
		border-bottom: 2px solid #444;
		border-right: 2px solid #444;
    	border-left: 2px solid #111;
	}
.betbutton_selected
	{
		width: 64px;
		height: 50px;
		font-weight: bold;
		font-size: 36px;
		font-family: calibri;
		color: #ffff64;
		text-shadow: 1px 1px 2px #111;
		text-align: center;
		background: #96ff96;
		background: -moz-linear-gradient(top, #64ff64, #96ff96);
		background: -webkit-gradient(linear, left top, left bottom, from(#64ff64), to(#96ff96));
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#64ff64', endColorstr='#96ff96');
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#64ff64', endColorstr='#96ff96')";
		border-top: 2px solid #111;
		border-bottom: 2px solid #444;
		border-right: 2px solid #444;
    	border-left: 2px solid #111;
		cursor: pointer;
		padding-right:2px;
		padding-bottom:2px;
	}
.gameslot
	{
		opacity: .6;
		filter: alpha(opacity=60);
	}
.bonusbutton1
	{
    	height: 30px;
		font-weight:bold;
		font-size:14px;
		font-family:calibri;
		color:#FFFFFF;
		text-shadow: 1px 1px 2px #111;
		background: #007dff;
		background: -moz-linear-gradient(top, #00afff, #007dff);
		background: -webkit-gradient(linear, left top, left bottom, from(#00afff), to(#007dff));
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00afff', endColorstr='#007dff');
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00afff', endColorstr='#007dff')";
		border-top: 1px solid #666;
		border-bottom: 1px solid #111;
		border-right: 1px solid #111;
    	border-left: 1px solid #666;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		cursor: hand;
	}
.bonusbutton1:hover
	{
		color:#FFFFC8;
		background: #00afff;
		background: -moz-linear-gradient(top, #007dff, #00afff);
		background: -webkit-gradient(linear, left top, left bottom, from(#007dff), to(#00afff));
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#007dff', endColorstr='#00afff');
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#007dff', endColorstr='#00afff')";
        border-top: 1px solid #111;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
    	border-left: 1px solid #111;
	}
.bonusbutton2
	{
    	height: 30px;
		font-weight:bold;
		font-size:14px;
		font-family:calibri;
		color:#FFFFFF;
		text-shadow: 1px 1px 2px #111;
		background: #7d00ff;
		background: -moz-linear-gradient(top, #af00ff, #7d00ff);
		background: -webkit-gradient(linear, left top, left bottom, from(#af00ff), to(#7d00ff));
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#af00ff', endColorstr='#7d00ff');
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#af00ff', endColorstr='#7d00ff')";
		border-top: 1px solid #666;
		border-bottom: 1px solid #111;
		border-right: 1px solid #111;
    	border-left: 1px solid #666;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		cursor: hand;
	}
.bonusbutton2:hover
	{
		color:#FFFFC8;
		background: #af00ff;
		background: -moz-linear-gradient(top, #7d00ff, #af00ff);
		background: -webkit-gradient(linear, left top, left bottom, from(#7d00ff), to(#af00ff));
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7d00ff', endColorstr='#af00ff');
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7d00ff', endColorstr='#af00ff')";
        border-top: 1px solid #111;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
    	border-left: 1px solid #111;
	}
.bonusbutton3
	{
    	height: 30px;
		font-weight:bold;
		font-size:14px;
		font-family:calibri;
		color:#FFFFFF;
		text-shadow: 1px 1px 2px #111;
		background: #ff7d00;
		background: -moz-linear-gradient(top, #ffaf00, #ff7d00);
		background: -webkit-gradient(linear, left top, left bottom, from(#ffaf00), to(#ff7d00));
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffaf00', endColorstr='#ff7d00');
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffaf00', endColorstr='#ff7d00')";
		border-top: 1px solid #666;
		border-bottom: 1px solid #111;
		border-right: 1px solid #111;
    	border-left: 1px solid #666;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		cursor: hand;
	}
.bonusbutton3:hover
	{
		color:#FFFFC8;
		background: #ffaf00;
		background: -moz-linear-gradient(top, #ff7d00, #ffaf00);
		background: -webkit-gradient(linear, left top, left bottom, from(#ff7d00), to(#ffaf00));
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff7d00', endColorstr='#ffaf00');
   		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff7d00', endColorstr='#ffaf00')";
        border-top: 1px solid #111;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
    	border-left: 1px solid #111;
	}