@charset "UTF-8";
/* GTR2 Race Results */

body{
    padding: 5px 10px 300px 10px;
    margin: 0;
    line-height: 1em;
    font-family: Verdana, Sans-serif;
    font-size: 15px;
    text-align: left;
    color: black;
    background: #CCCCCC;
    }

h1{
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana, Sans-serif;
    font-variant: small-caps;
    color: #000000;
    line-height: 1em;
    padding: 5px 0 0 7px;
    margin: 3px 0;
    border-bottom: 1px solid #000000;  
    }

h2{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana, Sans-serif;
    margin: 0;
    padding: 5px 0 0 0;
    border: none;
    line-height: 1.5em;
    color: #000000;
    }

p{
    line-height: 1.2em;
    color: #036;
    font-family: Arial, Sans-serif;
    margin: 0 0 0 10px;
    padding: 0;
    }

p.information{
    margin: 3px 0 0 75px;
    text-indent: -60px;
    padding: 0;
    font-family: Verdana, Sans-serif;
    }

p.legends{
    background: #036;
    padding: 3px 0 3px 5px;
    display: block;
    width: 250px;
    }

div{
    margin  : 0 5px 0 10px;
    }
    
#QUALIFYING{
    }

#RACE_RESULTS{
    }

#FASTEST{
    }

#LAP_CHART{
    }

table{
    border-collapse : collapse;
    border: 1px solid #FFFFFF;
    empty-cells: show;
    margin: 0 5px 5px 5px;
    padding: 0;
    font-size: 14px;
    color: white;
    background: #036;
    background-repeat: no-repeat;
    background-position: center center;
    }

#SUMMARY{
    margin: 1em 0 0 15px;
    }
#SUMMARY td{
    padding: 3px 5px;
    }

#ORDER_CHART table{
    text-align: center;
    }

#ORDER_CHART img{
    margin-top: 5px;
    margin-left: 5px;
    }

td{
    border: 1px solid #FFFFFF;
    padding: 2px 2px;
    }

td.center{
    text-align: center;
    }

td.left{
    text-align: left;
    padding-right: 5px
    }

td.right{
    text-align: right;
    padding-left: 5px
    }

td a{
    color: orange;
    text-decoration: none;
    }

td a:hover{
    text-decoration: underline;
    }

tr.t_head{
    background: #069;
    }
#LAP_CHART tr.t_head{
    text-align: center;
    }

.fastest{
    color: yellow;
    }

.top{
    color   : red;
    }

.cut{
    color: #F33;
    }
.smal{
    font-size: 0.8em;
    }

#SERIES{
    }

#SERIES table{
    text-align  : center;
    }
#SERIES table.player_result{
    float: left;
    margin-right: 1em;
    width: 550px;
    }

#SERIES .col_posi{
    }
#SERIES .col_name{
    }
#SERIES .col_tota{
    width: 50px;
    }
#SERIES .col_poin{
    }