/*
PHP-Quick-Arcade CSS
*/
BODY { 

/* This is the body of the arade. Controls things Background image or color and scrollbar colors */

font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: white; margin:1px 10px 0px 10px;background-color:black;background-image:url();
scrollbar-3dlight-color:#5A6C95;
scrollbar-arrow-color:white;
scrollbar-base-color:#5A6C95;
scrollbar-darkshadow-color:#222F43;
scrollbar-face-color:#222F43;
scrollbar-highlight-color:#222F43;
scrollbar-track-color:#222F43;
scrollbar-shadow-color:#5A6C95;
}

/* Tables - Controls tables and colors */

TABLE, TR, TD {

font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: white; 

}


/* Link Colors */

a:link, a:visited, a:active { 

text-decoration: none; color: #6699FF }

a:hover { color: #D09448; text-decoration: underline }
}

/* HR Colors. An hr is the line that divides the games */

hr { 
color: #5A6C95; 
}

/* This is the main color of the arcade that the text sits on.  */

.arcade1 { background-color: #222F43 }

/* Table border. This is the border color of ALL the tables. */

.tableborder { 
border:1px solid #5A6C95;background-color:#5A6C95; padding:0px; margin:0px; width:100% 

<a href="http://zombieforum.net/">Zombie Forums</a>
}

/* Table Classes */

.tableclass1    { background-color:black;padding:6px }
.tableclass2   { background-color:black;padding:6px }

/* Scoresblock. This is the block you see with the words comments, score, name etc. Set the color and other stuff here */

.scoresblock { font-weight:bold; color:white; padding:7px; margin:0px; background-color: black }

/* Your Shoutbox CSS - Not the whole shoutbox just the part where you enter your name and message.*/

.Shoutbox { 
background-color: black; 
font-size: 15px; 
font-family: Arial;   
color: white;
border: 1;
border-width: 1;
border-bottom-color: #000;
border-left-color: #000; 
border-right-color: #000; 
border-top-color: #000; 
}
/* Colors the buttons */
input , select {
background-color: #222F43;
color: white;
border: 2px solid #5A6C95;
}
