﻿body
{
    font-family: Segoe UI,Arial,sans-serif;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 80%;
}

.innerContent
{
    margin-left: 10px;
    margin-right: 10px;
}

.innerContentAll
{
    margin-left: 20px;
    margin-right: 10px;
    padding-top:5px;
    padding-bottom:5px;
    font-weight:700;
}


/* main page styles */
#header 
{
    height:160px;
}

#header .InfoSection 
{
    height:53px;
    margin-left: 400px; 
}

#header .LogSection 
{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;  
}

#header .Logo
{
    float:left;
    margin-left: 15px;
    margin-right: auto;
}


#selectableDriver1 .ui-selecting,
#selectableDriver2 .ui-selecting,
#selectableChassis .ui-selecting,
#selectableMotor .ui-selecting
{
    background: red;
    opacity: 1;
    cursor:pointer;
}
#selectableDriver1 .ui-selected,
#selectableDriver2 .ui-selected,
#selectableChassis .ui-selected,
#selectableMotor .ui-selected
{
    background: red;
    opacity: 1;
    color: white;
    cursor:pointer;    
}
#selectableDriver1,
#selectableDriver2
{
    list-style-type: none;
    margin-left: 15px;
    margin-right: 10px;
    padding: 0;
    width: 700px;
}

#selectableChassis,
#selectableMotor
{
    list-style-type: none;
    margin-left: 15px;
    margin-right: 10px;
    padding: 0;
    width: 700px;
}


#selectableDriver1 li,
#selectableDriver2 li,
#selectableChassis li,
#selectableMotor li
{
    margin: 3px;
    padding: 1px;
    float: left;
    width: 100px;
    height: 145px;
    font-size: 4em;
    text-align: center;
    opacity: 0.6;
    filter: alpha(opacity=40);
    /*zoom: 1;   needed to trigger "hasLayout" in IE if no width or height is set */
    background: darkgrey;
    cursor:pointer;    
}

.hiddenInput
{
    display:none;    
}

.labelRed 
{
    color:red;
    font-style:italic;
}

.tabContentHeader
{
    font-weight :700;
}

.leftTeamContent 
{
    float:left;
    height: 260px;
}
.currentTeam
{
    background: black;
    height: 175px;
    width: 450px;
}

.currentSaldo
{
    border: 1px solid red;
    width: 260px;
    float:left;
    margin-left:10px;
    padding: 5px;
}

.spacer 
{
   clear:both;
}

.currentInnerTeam
{
    float: left;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 10px;
    cursor:pointer;
    text-align:center;
    font-weight:700;
}

.driverBack
{
    background: #000000;
    height: 680px;
    width: 700px;
}

.teamBack
{
    background: #000000;
    height: 380px;
    width: 700px;
}

.selectedImg 
{
   opacity: 0.2;
   filter: alpha(opacity=40);
   /*zoom: 1;   needed to trigger "hasLayout" in IE if no width or height is set */ 
}


.selectedItem 
{
    color:red;
}

.selectedItem img 
{
    border: 2px solid red;
    max-width: 96px;
    max-height: 96px;
}

.transCol
{
    text-align: right;
}

.smallFont 
{
    font-size: 75%;
    padding-left: 10px;
}

.transColRed 
{
    color:red;
}

.loader 
{
    opacity: 0.5; 
    background: #000; 
    width :100%;
    height:100%;
    z-index: 10;
    top: 0; 
    left: 0; 
    position: fixed; 
}

.loader img
{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loader span
{
  position: fixed;
  top: 50%;
  left: 50%;
  padding-top: 22px;
  margin-left: -22px;
}


.firstTd 
{
    width:150px;
}

.secondTd 
{
    width:100px;
}

.subtotalTd 
{
    border-top: 1px solid #000000;
   padding-top: 6px;
}

.totalTd 
{
    border-top: double #000000;
    padding-top: 6px;
}

p.subHead 
{
    text-decoration: underline;
} 

table.tableStyle01 
{
    border: 1px solid #fff;
    width:400px;
    border-collapse: collapse; 
    border-spacing: 0; 
}


table.tableStyle01 th,
table.tableStyle02 th,
table.tableStyle03 th
{
    font-weight:bold; 
}

table.tableStyle01 tr:nth-child(even),
table.tableStyle02 tr:nth-child(even),
table.tableStyle03 tr:nth-child(even)
{
    background-color: #4C4C57;   
}

table.tableStyle01 td
{
    text-align:center; 
}

table.tableStyle03 td
{
    text-align:right; 
    min-width: 50px;
}

table.tableStyle01 td:first-child,
table.tableStyle02 td:first-child
{
    font-weight:bold;
}

table.tableStyle02 
{
    width: 700px;
    border-collapse: collapse; 
    border-spacing: 0;
    border: 0px;
}

table.tableStyle02 th,
table.tableStyle02 td,
table.tableStyle03 th,
table.tableStyle03 td
{
    border: 0px;
}

table.tableStyle02 th:first-child,
table.tableStyle03 th:first-child
{
    text-align:left;
}

table.tableStyle02 td:nth-child(3),
table.tableStyle02 td:nth-child(4)
{
    text-align:right;
}

table.tableStyle02 td:nth-child(5),
table.tableStyle02 td:nth-child(6) {
    text-align: center;
}

table.tableStyle03
{
    border-collapse: collapse; 
    border-spacing: 0;
    border: 0px;
}

table.tableStyle03 td:first-child
{
    text-align:left;
}

.statusOpen 
{
    color:#00FF00;
    font-weight:bold;
}

.statusClosed 
{
    color:#FF0000;
    font-weight:bold;
}

.selImg 
{
    height:100px;
    width:100px;
}

#AgendaTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 600px;
}

#AgendaTable th {
    font-weight: bold;
    text-align: left;
}

#AgendaTable tr:nth-child(even) {
    background-color: #4C4C57;
}


#AgendaTable tr.agdRaceHead {
    cursor: pointer;
}


#AgendaTable .currentRace {
    font-weight: bold;
    color: #FFFFFF;
    background: #B80007;
    background: #b80007 url(images/ui-bg_inset-soft_30_b80007_1x100.png) 50% 50% repeat-x;
}




#currentStatus 
{
    margin-left: 400px;
}

#currentStatus table td:first-child
{
    text-align:left;
    font-weight:bold;
}

#currentRace 
{
    margin-top: 8px;
    font-weight: normal;
    overflow:visible; 
    width:350px;    
}

#currentRace .bold 
{
    font-weight: bold;
}


/* News section */
.NewsTable
{
    width: 600px;
    border: 2px solid #4C4C57;
    box-shadow: 5px 5px 2px #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.NewsTable th
{
   color: #FFFFFF;
    background: #B80007;
    background: #b80007 url(images/ui-bg_inset-soft_30_b80007_1x100.png) 50% 50% repeat-x ;
    font-weight:bold;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;   
}


.NewsTable tr
{
    background-color: #FFFFFF;   
}


.NewsTable td {
    border-bottom: 1px solid black;
    color:#0065C8;
    padding: 5px;
    background: rgb(228, 228, 228);
}

.NewsTable td span,
.NewsTable td a
{
    font-weight:bold;
    color:#0065C8;
}



/* BonusTable section */
#BonusHistoryTable tr:nth-child(even)
{
    background-color: #4C4C57;   
}

#BonusHistoryTable .answerok 
{
    background-color:Green;
    padding-left: 2px;
    padding-right: 2px; 
}

#BonusHistoryTable .answernok
{
    background-color:#B80007;
    padding-left: 2px;
    padding-right: 2px; 
}

#BonusHistoryTable td:first-child
{
    text-align:left;
    font-weight:bold;
}

/* HallOfFame section */
.HallOfFame
{
    border: 2px solid #4C4C57;
    box-shadow: 5px 5px 2px #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    width:300px;
    float:left;
}


.HallOfFame th
{
    color: #FFFFFF;
    background: #B80007;
    background: #b80007 url(images/ui-bg_inset-soft_30_b80007_1x100.png) 50% 50% repeat-x ;
    font-weight:bold;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;   
    font-weight: bold;
}


.gold
{
    color:#FFD700;
    font-size:16px;
    font-weight:bold;
}

.silver
{
    color:#C0C0C0;
}

.bronze 
{
    color:#CD7F32;
}



/* login page styles */
.loginDialog
{
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    min-width: 300px;
}

.loginLogo
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.loginButton
{
    float: right;
    margin-right: 10px;
    margin-top: 6px;
}

.jackpotCounter,
.jackpot
{
    font-family: Orbitron;
    font-size: 28pt;
    font-weight: bold;
}