/*
******************************************************
PHP-Quick-Arcade 3.0 CSS
     => White Default
*******************************************************
*/


body {
background-color: #c7edff;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 50.5%;
color: #000;
text-align: center;
}

table, tr, td { 
font-family: Verdana, Tahoma, Arial, sans-serif; 
font-size: 11px; 
color: #000; 
}


/* Link Colors */
a:link, a:visited, a:active { 
text-decoration: underline; 
color: #800000; 
}

/* The color of all the insides of the tables. */
.arcade1 { 
background-color: #98daf0;
}

/* The borders of the tables */
.tableborder { 
background-color:#000000;
border:1px solid #000; 
padding:0px; 
margin:0px; 
width:75%; 
align: center; 
}


/* Submit and select buttons */
input, select {
background: #c7edff;
border: 1px solid #000000;
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; 
letter-spacing:1px
padding:7px 0px 7px 7px;
color:#000000;
background-color:#8dcadf;
}

/* 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:#000000;
}
