/*



******************************************************



PHP-Quick-Arcade 3.0 CSS



     => White Default



*******************************************************



*/











body {



background-color: #FFFFFF;



font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;



font-size: 50.5%;



color: #01203d;



text-align: center;



}







table, tr, td { 



font-family: Verdana, Tahoma, Arial, sans-serif; 



font-size: 11px; 



color: #996633; 



}











/* Link Colors */



a:link, a:visited, a:active { 



text-decoration: underline; 



color: #8F5929; 



}







/* The color of all the insides of the tables. */



.arcade1 { 



background-color: #F5F7F7;



}







/* The borders of the tables */



.tableborder { 



background-color:#01203E; 



border:0px solid #000000; 



padding:0px; 



margin:0px; 



width:100%; 



align: center; 



}











/* Submit and select buttons */



input, select {



background: #FFF; 



background-image:url(Default/input.png);



border: 1px solid #545454;



color: #000;



font-family: Verdana, Helvetica, Sans-Serif;



font-size: 11px;padding: 2px;



vertical-align: middle;



}







/* The "hat" of the table */



.headertableblock { 



vertical-align:middle;



font-weight:bold; 



color:yellow;white; 



letter-spacing:1px



padding:7px 0px 7px 7px;



color: #ffffff;



background-color:#cc6600; 



}







/* Tournament challenge name box */



.challengename{



border:1px solid #000;



text-align:center;



width:150px;



}







/* How many times a game was played. */



.viewedtimes{



font-size:smaller;



color:#996633;



}