/*
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:#464646;
scrollbar-arrow-color:white;
scrollbar-base-color:#343434;
scrollbar-darkshadow-color:#000d00;
scrollbar-face-color:#464646;
scrollbar-highlight-color:#0d0000;
scrollbar-track-color:#343434;
scrollbar-shadow-color:#343434
}

/* 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: silver }

a:hover { color: gray; text-decoration: none }
}

/* HR Colors. An hr is the line that divides the games */

hr { 
color: #232323; 
}

/* This is the main color of the arcade that the text sits on.  */

.arcade1 { background-color: #343434 }

/* Table border. This is the border color of ALL the tables. */

.tableborder { 
border:1px solid #464646;background-color:#464646; padding:0px; margin:0px; width:100% 
}

/* Table Classes */

.tableclass1    { background-color:#232323;padding:6px }

.tableclass2 { vertical-align:middle;font-weight:bold; color:yellow;white; letter-spacing:1px; padding:8px 0px 8px 5px;color:white;background-color: #232323;background-image:url() }

.tableclass2 a:link, .maintitle  a:visited, .maintitle  a:active { text-decoration: none; color: white }
.tableclass2 a:hover { text-decoration: underline }

/* 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: #232323 }

/* 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: orange; 
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: #232323;
color: silver;
border: 2px solid #464646;
}
