﻿body
{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #353534;
    background-color: #d7d5c9;
    margin: 0;
    padding: 0;
}

*
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:hover
{
    cursor: pointer;
    text-decoration: none;
    color: #959595;
}

    a:hover
    {
        color: #1796db;
    }

img
{
    border-style: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    vertical-align: top;
}

h1, h2
{
    color: #25a0da;
    font-size: 18px;
    font-family: Arial;
}

h2
{
    font-size: 14px;
}

#main_body
{
    width: 100%;
}

#header_left,
#header_right
{
    height: 100px;
    padding: 10px;
    background-color: #F8F8F8;
    vertical-align: middle;
}

#header_left
{
    font-size: 32px;
    white-space: nowrap;
}

    #header_left img
    {
        margin-right: 15px;
        vertical-align: middle;
    }

#header_right
{
    text-align: right;
}

#menu
{
    background-color: #67625E;
}

#content_container
{
    padding: 15px 10px 15px 10px;
}

#content
{
    background-color: #232222;
    height: 570px;
    width: 100%;
    padding: 5px 10px 5px 10px;
    border: 1px solid #D7D5C9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#footer_container
{
    padding: 0px 10px 0px 10px;
}

#footer
{
    height: 60px;
    background-color: #25a0da;
    text-align: center;
    vertical-align: middle;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFEFA;
}

#WelcomeGuest
{
    font-weight: bold;
    color: #0fc409;
}

#header_right a
{
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

    #header_right a:hover
    {
        color: #13d252;
    }

#header_right p
{
    margin: 2px 0px 2px 0px;
}

.notes
{
    padding: 10px;
    border: thin solid #444;
    background-color: #b8d3e1;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #444444;
}

    .notes p
    {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .notes ul{
        margin-left: 50px;
    }
