﻿.HeaderSection
{
    background-color: #1d1d1d;
    color: White;
    font-size: 14px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.MenuItem, .MenuItemSelected
{
    font-weight: bold;
    color: White;
    margin-right: 40px;
}
.MenuItemSelected
{
    color: #059fe3;
}
#PagerPanel
{
    display: inline;
    float: left;
    position: relative;
}
#TopMenu
{
    text-align: right;
    padding-top: 10px;
    height: 30px;
}
#Logo
{
/*
    padding-top: 10px;
    padding-bottom: 10px;
    */
}
a
{
    color: #059fe3;
    text-decoration: none;
}
.JSButton
{
    cursor: pointer;
}
.Pager, .PagerOn
{
    border: solid 1px #444444;
    display: inline;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 10px;
}
.PagerOn
{
    background-color: #059fe3;
    border: solid 1px #059fe3;
}
.FooterMenu
{
    padding: 20px 20px 20px 20px;
    float: left;
    width: 300px;
}
.FooterText
{
    color: White;
    padding: 65px 20px 20px 20px;
    float: right;
    text-align: right;
    width: 500px;
}
.FooterMenuItem
{
    font-size: 13px;
    color: White;
}
