﻿/* http://bluerobot.com/web/layouts/view_css.php?layout=layout1 */

body
{
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #333;
    background-color: #eee;
    font-size: 11px;
}
h1
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
}
h2
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #666;
}
h3
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}
p
{
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}
#Content > p
{
    margin: 0px;
}
#Content > p + p
{
    text-indent: 30px;
}

a
{
    color: #09c;
    font-size: 11px;
    text-decoration: none;
    font-weight: 600;
    font-family: verdana, arial, helvetica, sans-serif;
}
a:link
{
    color: #09c;
}
a:visited
{
    color: #07a;
}
a:hover
{
    background-color: #eee;
}

#Header
{
    margin: 5px 0px 10px 0px;
    padding: 25px 0px 0px 200px; 
    border-style: solid;
    border-color: black;
    border-width: 1px 0px; 
    line-height: 0px;
    background-color: #fff;
    background-image: url("../../Static/Images/Logo.png" );
    background-repeat: no-repeat;
    background-position: 10px;
    height: 60px;
}

#Content
{
    margin: 0px 185px 50px 10px;
    padding: 10px;
    border: 1px solid #000;
    position: absolute;
    top: 100px;
    left: 0px;
    background-color: #fff;
}

#Menu
{
    position: absolute;
    top: 100px;
    right: 10px;
    width: 145px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #000;
    line-height: 17px;
}

@media print
{
    #Menu
    {
        display: none;
    }
    #Content
    {
        margin: 0px;
        padding: 0px;
        border: none;
        left: 0px;
    }
    a
    {
        color: black;
        text-decoration: none;
    }
    a:link
    {
        color: black;
    }
    a:visited
    {
        color: black;
    }
    a:hover
    {
        background-color: black;
    }
    input.Save
    {
        display: none;
    }
    div.User
    {
        display: none;
    }
}
