body, a, ul, li, p, h1, h2, h3, h4, h5 {
    padding:0;
    margin:0;
}
body {
    font-family: Helvetica;
    color: #000000;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}
ul {
    list-style: none;
}
li {
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: 14px;
}
li a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(images/listArrow.png) no-repeat right center;
}
li a:active {
    background-color: #194fdb !important;
    background-image: url(images/listArrowSel.png), url(images/selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}
#toolbar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(transparent));
    border-bottom: 1px solid #fff;
    padding: 10px;
    height: 25px;
    background-color: black;
    
}
#toolbar h1 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    left: 30%;
    margin: 1px 0 0 -75px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    white-space: nowrap;
    width: 300px;
}
.group {
    background: #000;
    border-bottom: 1px solid rgb(153, 153, 153);
    border-top: 1px solid rgb(125, 125, 125);
    color: white;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -2px;
    overflow: ellipsis;
    padding: 1px 10px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
    top: -1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(transparent));

}
.date {
    color:#666;
    font-style: italic;
    font-size: 12px;
    
}

.player_rank_number, .player_name
{
	color: #fff;
}

.description
{
display: block;
font : normal normal 12px Arial, Helvetica, sans-serif;
margin-top: 20px;
margin-left: 5px;
}

.title_nav {
font : normal normal 20px Arial, Helvetica, sans-serif;
}

.button { 
    display:block;
    line-height: 46px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    text-align:center;
    margin: 3px auto;
    color: #000;
    text-shadow: #fff 0px 1px 1px;
    border-width: 0 14px 0 14px;       
    -webkit-border-image:url(images/whiteButton.png) 0 14 0 14; 
}
.shameless-commerce, #footer, #footer0, #footer1, #footer2, #footer3, #footer4, #footer5, #footer6, #footer7, #footer8, #footer9, #footer10, #footer11  {
    text-align: center;
    padding: 10px;
    background-color: black;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(transparent));
}

