﻿#divHeader 
{
    margin:10px;
}  
 
#divSchedule
{ 
    margin: 10px; 
}

#divWebHdr
{
    margin-top:20px;
    margin-bottom:5px;
} 

#divDate
{
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}

#divTitle
{ 
    float:left;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top:15px;
}
    

#divDescription
{ 
    margin-left: 10px; 
}

#divMoreInfo
{ 
    margin-left: 10px; 
    margin-top:7px;
}

.txtWatts
{
    border-style: none;
    width: 27px;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    text-align: right;
}

.txtRating
{
    border-style: none;
    width: 100px;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    text-align: center;
    background-color:#F3F4F5;
    color: #002D62;
}

#divFatigueTable
{
    margin-left:0px;
}

#divButtons
{
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
}

.tabFatigue
{
    border: 1px solid #002D62;
    border-collapse: collapse;
}

.colTitle
{
    border: 1px solid #002D62;
    background-color: #002D62;
    color: White; 
    font-size:14px;
    font-weight:900;
    font-family:Arial;
    text-align:center; 
}

.colRowTitle
{
    border: 1px solid #002D62;
    background-color: #DFDFDF;
    color: #002D62; 
    font-size:12px;
    font-weight:600;
    font-family:Arial;
    text-align:left;
    white-space:nowrap;
}

.colTime
{
    border: 1px solid #002D62;
    background-color:#F3F4F5;
    color: #002D62;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    text-align: right;
    padding-left:5px;
    padding-right:5px;
}

.colWatts
{
    border: 1px solid #002D62;
}

.colRating
{
    border: 1px solid #002D62;
}

#divPercentages
{
    margin-left:85px;
    margin-top:20px;
}

.divReadResults
{
    margin-top:20px;
    margin-left:10px;
}

.colPowerTitle
{
    border: 1px solid #002D62;
    background-color: #002D62;
    color: White; 
    font-size:14px;
    font-weight:900;
    font-family:Arial;
    text-align:center;  
}

.colPercentageTitle
{
    background-color: #DFDFDF;
    color: #002D62; 
    font-size:13px;
    font-weight:600;
    font-family:Arial;
    text-align:center;
}

.tabPercentage
{
    border: 1px solid #002D62;
    border-collapse: collapse;
}

.colPercentage
{
    font-size:13px;
    font-weight:500;
    font-family:Arial;
    text-align:center;
    padding-left:10px; 
    padding-right:10px;
    padding-bottom:5px;
}
