﻿/**
 * This file contains style sheets for the main design
 * for the body and the main content area.
 */


body
{
    background: #f3f3f3;
    background-image: url(../../Images/bg_body.png);
    margin: 0px;
    margin-bottom: 30px;
}


div.ajax__calendar_days table tr td{padding-right: 0px;}
div.ajax__calendar_body{top: 0px; left: 0px; width: 245px;}
div.ajax__calendar_container{width: 245px;}

#main
{
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 1000px;
}

#main.login
{
    margin-top: 100px;
    margin-bottom: 100px;
    width: 267px;
}

#main.RequestPassword
{
    margin-top: 100px;
    margin-bottom: 100px;
    width: 500px;
}

#main-border-shadow
{
    background: #d7d7d7;
    padding: 2px;
}

#main-border
{
    background: white;
    padding: 4px;
}

.main-header
{
    padding: 10px;
    background: #0f4a68;
}

.main-header.noMenu
{
    border-bottom: solid 1px black;
}

#main-menu, #main-footer
{
    border-top: solid 1px black;
    border-bottom: solid 2px black;

    padding: 5px;
    padding-right: 10px;
    
    color: White;
    font-size: 12px;
    background: black;
    background-image: url(../../Images/bg_menu.gif);
}

#main-menu a, #main-footer a
{
    color: #dddddd;
    text-decoration: none;
}

#main-menu a:hover, #main-footer a:hover
{
    color: White;
}

#main-menu .menuItem
{
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #666666;
}

#main-login
{
    float: right;
    margin-top: 1px;
    font-size: 10px;
    font-weight: bold;
}

#main-body
{
    padding: 15px;
    padding-bottom: 15px;
    background: #f8f8f8;
    border-left: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
}

#main-footer
{ 
    text-align: center;
    font-size: 11px;
    padding: 5px;
    background: black;
}

#loginControl
{
    width: 222px;
}

#loginControl input[type="text"], #loginControl input[type="password"]
{
    width: 100%;
}

#loginControl a
{
    font-weight: normal; 
}

.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    background: white;
}
