/* CSS Document */

.BoxAlert {
	margin: 4px;
	padding: 4px;
	color:#FFFFFF;
	
	border: thin solid #FFFFFF;
	background-color:#000099;

	float:left;
	filter:alpha(opacity=70);
	-moz-opacity:.80;
	opacity:.90;
	border-radius: 15pt 15pt;
	-webkit-border-radius: 8px;
}
.CustomAlert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: black 3px 3px;
}
.Box2 {
	margin: 2px;
	padding: 2px;
	border: thin solid #FFFFFF;
	background-color: #000000;
	float:center;
filter:alpha(opacity=99);
-moz-opacity:.99;
opacity:.99;

}
.RedButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: white;
	text-shadow: black 2px 2px;
}

.ScoreBoxAlert {
	margin: 4px;
	padding: 14px;
	color:#FFFFFF;
	
	border: thin solid #FFFFFF;	
	background-color:#663333;
	float:left;
	filter:alpha(opacity=70);
	-moz-opacity:.80;
	opacity:.90;
	border-radius: 15pt 15pt;
	-webkit-border-radius: 8px;
}
.HighScoreBox {
align:center
	margin: 4px;
	padding: 4px;
	color:#FFFFFF;
	
	border: thin solid #FFB164;
	background-color:#663333;
	opacity:.9; 
	float:left;
	border-radius: 15pt 15pt;
	-webkit-border-radius: 8px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-shadow: black 3px ;
}
.AlertBoxWithButtons {
    align:center;
	margin:4px;
	padding:4px;
	color:#FFB164;	
	border: thin solid #FFB164;
	
	background-image:url(images/bg2.jpg);
	opacity:.9; 
	z-index:150;
	float:left;
	border-radius: 15pt 15pt;
	-webkit-border-radius: 8px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow: black 3px ;
	
}

.InstructionBox {
	align:center
	margin: 4px;
	padding: 4px;
	color:#FFCB00;
	border: thin solid #FFCB00;
	background-image:url(../images/bg2.gif);
	opacity:.7; 
	float:left;
	border-radius: 15pt 15pt;
	-webkit-border-radius: 8px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-shadow: black 3px ;
}



.Instructioncolor {align:center;color: #FFFFFF; font-family: "Times New Roman", Times, serif; }
.QuickTipText {color: #FF0000;font-weight: bold;}
/* For game.html page */
.Scorecolor{font-weight: bold;color: #FFFF00;}

/* For index page */
.TextStyle {font-size: 12;color: #FFFFFF}

.Headings {
	color: #FF0000;
	font-weight: bold;
}


/* For game.html page 
.backGroundDiv{position:absolute; left:0px; top:0px; width:320px; height:417px;visibility: visible;background-image:url(images/board.gif);}
.BallDiv{position:absolute;left:145px;top:70px;width:161px;height:33px;}
.QuickbetButton{position:absolute;left:235px;top:380px;width:69px;height:25px;background-image:url(images/quickbet.GIF);cursor:pointer;}
.EraseAllButton{position:absolute;left:16px;top:381px;width:69px;height:25px;background-image:url(images/erase.GIF);cursor:pointer;}
.PlayOneButton{background-image:url(images/playone.gif);position:absolute;left:88px;top:381px;width:45px;height:24px;cursor:pointer;}
.PlayFiveButton{background-image:url(images/palyfive.gif);position:absolute;left:137px;top:381px;width:45px;height:24px;cursor:pointer;}
.PlayTenButton{background-image:url(images/palyten.gif);position:absolute;left:187px;top:380px;width:45px;height:24px;cursor:pointer;}
.ScoreDiv{position:absolute; left:244px; top:112px; width:76px; height:21px; color: #FFFF00;}
.BalanceDiv{position:absolute; left:66px; top:112px; width:79px; height:19px; color: #FFFF00;}
.RoundsDiv{position:absolute; left:67px; top:357px; width:79px; height:19px; color: #FFFF00; font-weight: bold;}
.HitsDiv{position:absolute; left:253px; top:358px; width:63px; height:19px; color: #FFFF00; font-weight: bold;}
*/
