table.LogBodyFrame
{
    background-color: white;
    margin: 0px;
    width: 100%;
}
table.LogSection
{
    width: 100%;
}
table.LogSection td.LeftPanel
{
    background-color: #DBEAF5;
}
table.LogSection td.LeftPanel ul.Menu
{
    padding: 0px;
    margin: 0px;
}

table.LogSection td.LeftPanel ul.Menu li
{
    list-style: none;
    margin: 0;
}
table.LogSection td.LeftPanel ul.Menu li a
{
    display: block;
    padding: 0.6em 1em 0.6em 1em;
    border-bottom: 1px solid #A8D0EE;
    border-right: 1px solid #A8D0EE;
    text-decoration: none;
    color: #002BB7;
    background-color: #DBEAF5;
    white-space: nowrap;
}
table.LogSection td.LeftPanel ul.Menu li a:hover
{
    background-color: #EDF4FA;
}

table.LogSection td.LeftPanel ul.Menu li.Active a
{
    background-color: white;
    border-right: 1px solid white;
}
table.LogSection td.LeftPanel p.Donate
{
    margin-top: 1em;
    text-align: center;
}
table.LogSection td.LeftPanel p.Donate a:hover
{
    text-decoration: none;
}

table.LogSection td.Content
{
    padding: 0.4em;
    height: 42em;

    width: 100%;
}

img.Button
{
    cursor: pointer;
    padding: 0px 0.2em 0px 0.2em;
}

img.LoadRoutes
{
    padding-left: 0.4em;
    cursor: pointer;
}
tr.IntervalsForm th
{
    text-align:center;
}
tr.IntervalsForm td.Action
{
    width: 5em;
}
td.IntervalHeading
{
    font-weight: bold;
}
tr.ExistingEntry td
{
    background-color: #F4FBFF;
}
tr.NewEntry td
{
    background-color: #F0FFF1;
}
table.ExerciseForm td
{
    border: 0px;
}

div.PaceCalc
{
    padding: 0.25em 0px 0.2em 0.8em;
}
div.PaceCalc span.Label
{

    margin: 0em 0.5em;
}
div.DevicePanel
{
    width: 30em;
    border: 1px solid #336699;
}

div.DevicePanel div.TitleBar
{
    color: White;
    background-color: #336699;
    padding: 0.3em;
}
div.DevicePanel div.TitleBar span
{
    color: white;
}
div.DevicePanel div.Content
{
    padding: 1em;
}
div.DevicePanel div.Action
{
    padding: 0.5em;
    text-align: right;
}

div.DevicePanel div.StatusBar
{
    font-size: 0.8em;
    color: #1F1F1F;
    background-color: #E0E0E0;
    padding: 0.3em;
    border-top: 1px solid #C0C0C0;
}

.Greeting
{
    color: #2F2F2F;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom:0px;
}
.GreetingDate
{
    padding-left: 2em;
    color: #3C3C3C;
    margin:0px;
}

.WebPartInstructions
{
    background-color:#F4FBFF;
    border: 1px solid #DBEAF5;
    width: 58em;
}

table.WeatherWidget td.Location
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.5em;
}
table.WeatherWidget td.Condition
{
    vertical-align: top;
    padding-left: 0.8em;
}
table.WeatherWidget span
{
    white-space: nowrap;
}
table.WeatherWidget td.Current
{
    padding-bottom: 1em;
}
table.WeatherWidget span.CurrentTemp
{
    font-size: 1.8em;
    font-weight: bold;
}
table.WeatherWidget a.Condition
{
    font-size: smaller;
}
table.WeatherWidget td.Forecast
{
    border-top: 1px solid #336699;
    padding-top: 1em;
}
table.WeatherWidget span.Day
{
    font-size: 1.2em;
    font-weight: bold;
}
table.WeatherWidget td.Credit
{
    padding-top: 0.25em;
}
table.WeatherWidget td.Credit a
{
    font-size: smaller;
}
div.ConsecutiveDays
{
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
}
div.Facebook
{
    width: 40em;
    padding: 1em;
    margin: 3em 0em 5em 1em;
}
div.Facebook div.Connect
{
    text-align:center;
    margin-top: 2em;
}
@media print
{
    td.LeftPanel { display: none; }
}

