@import url(clean.css);
body {
padding:0;
margin:0px;
background-color: #000; /*#EFC519;*/ /* background color for the entire page */
}
table {
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF; /* font type, size, color for the header row (name, score, date) */
width: 310px;
background-color: #FF6300;  /* background color for the header row (name, score, date) */
padding:0 0 0 0;
margin:0 0 0 0;
border-width: 0px 0px 0px 0px;
border-spacing: 0px;
border-style: hidden hidden hidden hidden;
border-collapse: collapse;
}

#banner{
width:310px;
height:111px;
background-image: url('default_banner.jpg');
}
#footer{
width:310px;
height:45px;
background-image: url('default_footer.gif');
}
/* PLEASE DO NOT EDIT THIS "ADS" SECTION */
#ads{
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
position:absolute;
left :400px;
top :20px;
}
.header{
float: center;
clear: both;
font-family: Arial, Helvetica, Sans-serif;
font-size: 14px;
font-weight: bold;
width: 100%;
height: 20px;
margin:0px auto 0 auto;
padding:0 0 0 0 
}

/* tr1 is the first alternating color for the highscore table rows */
.tr1{
background-color: #FE7C30;
text-align:left;
}

/* tr0 is the second alternating color for the highscore table rows */
.tr0{
background-color: #FF3300;
text-align:left;
}

/* the active section defines the attributes used in the currently selected tab
at the top of the scoreboard (either "today" or "all time").  */
.active {
text-align: center;
width:155;
font-size: 14px;
font-weight: bold;
background-color:#FE7C30;

}

/* the inactive section defines the attributes used in the tab
at the top of the scoreboard that is not currently selected (either "today" or "all time").  */
.inactive {
text-align: center;
width:155;
font-size: 14px;
font-weight:normal;
background-color:FF6300;
}

/* The following sections define the appearance of the link text
within the "today" and "all-time" tabs at the top of the scoreboard */
a:link {
color:#FFFFFF;
text-decoration:none;
}

a:visited {
color:#FFFFFF;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:underline;
}

a:active {
color:#FFFFFF;
text-decoration:none;
}
