

body, html
{
	width:  100%;
	height: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, form, input
{
	margin:  0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size:   10pt;
	line-height: 14pt;
	font-weight: normal;
}
body
{
	background-color: #FFF;
	color: #000;
}




    /***************/
   /*             */
  /*   Anchors   */
 /*             */
/***************/


a:link, a:visited, a:hover, a:active, a:focus
{
	border: none;
	background-color: transparent;
	color: #00E;
	text-decoration: none;
}
a:hover
{
	border-bottom: 1px solid #00E;
}
a img, img
{
	border: none;
}
a.ext:link, a.ext:visited, a.ext:hover, a.ext:active
{
	background-color: transparent;
	color: #06E;
	text-decoration: none;
}
a.ext:hover
{
	border-bottom: 1px solid #06E;
}




    /****************/
   /*              */
  /*  Hierarchy   */
 /*              */
/****************/


h1, h2
{
	text-align: center;
	font-weight: bold;
}
h2
{
	margin-top:    10px;
	margin-bottom: 10px;
}
h3
{
	text-align: center;
	font-style: italic;
	margin-bottom: 40px;
}
ol, ul, li
{
	margin:  0;
	padding: 0;
	list-style: none;
}
.pad   { padding:  8px;    }
.clear { clear:   both;    }
.crop  { overflow: hidden; }
.left  { text-align: left; }
.col   { width: 320px;     }
.abs
{
	position: absolute;
	top:  0;
	left: 0;
}




    /************/
   /*          */
  /*   Main   */
 /*          */
/************/


#main_pad
{
	position: relative;
	padding: 60px 60px 60px 60px;
	text-align: center;
}
#winnings
{
	position: relative;
	height: 40px;
}
#winnings p
{
	font-size:   30pt;
	line-height: 42pt;
}
#player1wins, #player2wins
{
	position:   absolute;
	z-index:    40;
	top:       -15px;
	left:       50%;
	width:      58px;
	height:     58px;
	text-align: center;
}
#player1wins
{
	margin-left: -160px;
	color: #F00;
}
#player2wins
{
	margin-left: 100px;
	color: #0C0;
}
audio
{
	/* visibility: hidden; */
}




    /**************/
   /*            */
  /*   Paddle   */
 /*            */
/**************/


#paddle_stripes
{
	z-index: 10;
	top:      0;
	left:     0;
	width: 100%;
}
#paddle_score
{
	z-index: 30;
	top: 80%;
	margin-top: -24pt;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #000;
	font-size: 48px;
	font-weight: bold;
}




    /*************/
   /*           */
  /*   Other   */
 /*           */
/*************/


#about_pad
{
	position: relative;
	padding: 20px 40px 60px 40px;
	text-align: center;
}
#victory_pad
{
	position: relative;
	margin-top: -130px;
	padding: 60px;
	text-align: center;
}
.victory_content
{
	width:  100%;
	height: 100%;
	background-color: #FFF;
	text-align: left;
}
#victory_pad h1
{
	font-size:   20pt;
	line-height: 28pt;
}
.copyright
{
	padding-top: 120px;
	text-align: center;
	color: #999;
}




    /***************/
   /*             */
  /*   Buttons   */
 /*             */
/***************/


.buttons
{
	position: relative;
	left: 50%;
	margin-left: -160px;
	margin-bottom: 26px;
	width:  320px;
	height: 120px;
}
.buttons li
{
	position: absolute;
	display: block;
	top:     0;
	left:    0;
	width:  58px;
	height: 58px;
	background-color: #EEE;
	overflow: hidden;
}
.buttons .exclude
{
	background-color: transparent;
	color: #999;
}
.buttons input
{
	margin-top: 3px;
}
.buttons .hover
{
	background-color: #999;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.buttons .selected
{
	background-color: #666;
	color: #FFF;
}
.buttons .active
{
	background-color: #CCC;
	color: #000;
}
.buttons li p
{
	padding-top: 7px;
	text-align: center;
}


.buttons .b_player1up {}
.buttons .b_player1down
{
	top: 60px;
}
.buttons .b_player1bot
{
	top:  120px;
}
.buttons .b_play
{
	left: 70px;
}
.buttons .b_sound
{
	left: 130px;
}
.buttons .b_quit
{
	left: 190px;
}
.buttons .b_pause
{
	left: 70px;
	top:  60px;
	width: 178px;
}
.buttons .b_player2up
{
	left: 260px;
}
.buttons .b_player2down
{
	left: 260px;
	top:  60px;
}
.buttons .b_player2bot
{
	left: 260px;
	top:  120px;
}




    /**************/
   /*            */
  /*   Footer   */
 /*            */
/**************/


#footer
{
	width: 100%;
	color: #BBB;
	filter:alpha(opacity=0);
	opacity: 0.0;
}
#footer .pad
{
	padding: 20px 0 20px 0;
}
#footer a
{
	margin-right: 5px;
	color: #999;
}
#footer a:hover
{
	/* border-bottom: 1px solid #999; */
	border: none;
}
.icon, #donate
{
	margin-bottom: 5px;
	width:  25px;
	height: 25px;
}




    /***************/
   /*             */
  /*   Console   */
 /*             */
/***************/

#console
{
	display: none;
	position: absolute;
	top:  20px;
	left: 20px;
	background-color: #FF0;
	font-family: "Courier New", monospace;
	filter:alpha(opacity=80);
	opacity: 0.8;
}