﻿div.header
{
}

div.header .top
{
    width: 900px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

div.header .top .logo
{
    width: 300px;
}

div.header .top .auth
{
    width: 600px;
    float: right;
    text-align: right;
}

div.header .top .auth .signin
{
    margin-bottom: 5px;
}

div.header .top .auth .language
{
}

div.header .menu
{
    margin-top: 5px;
}

div.header .menu .background
{
    height: 40px;
    background-image: url(../../Resources/Images/Backgrounds/HeaderMenuBar_1x40.png);
    background-repeat: repeat-x;
    background-position: left top;
}

div.header .menu .shadow
{
    height: 8px;
    background-image: url(../../Resources/Images/Backgrounds/DropShadowDown_1x8.png);
    background-repeat: repeat-x;
    background-position: left top;
}

div.header .menu .items
{
    height: 40px;
    width: 900px;
    margin: auto;
    font-size: 12pt;
    padding-top: 10px;
}

div.header .menu .items .item
{
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: solid 1px white;
    text-align: center;
    vertical-align: middle;
}

div.header .menu .items .item a
{
    color: White;
    font-weight: bold;
}

div.body
{
    width: 900px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

div.footer
{
    width: 900px;
    margin: auto;
    text-align: center;
}

div.footer .background
{
    border-top: dotted 2px #c0c0c0;
}

div.footer .background .items
{
    padding-top: 10px;
    padding-bottom: 20px;
}

div.footer .background .items .item
{
    padding-left: 10px;
    padding-right: 10px;
    border-right: solid 1px black;
    text-align: center;
    vertical-align: middle;
}

div.modalBackground
{
    filter: alpha(opacity=70);
    background-color: gray;
    opacity: 0.7;
}

div.modalDialog
{
    width: 900px;
    border: solid 10px black;
    background-color: #ffffe1;
    padding: 10px;
}

