﻿body
{
    margin: 0;
    padding: 0;
}

form
{
     margin: 0px;
     padding: 0px;
}

.page
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.subtitle
{
}

.leftColumn
{
    float: left;
    width: 150px;
    min-height: 500px;
    margin-bottom: 4px;
}

.middle
{
    clear:both;
}

.mainContent
{
    margin-bottom: 4px;
    overflow: auto;
    min-height: 500px;
}

.menuItem
{
    padding: 4px 4px 4px 4px;
}

.menuItemSeparator
{
    font-size: .9em;
    padding: 2px 4px 2px 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.menuItemSection
{
    padding: 4px 4px 4px 4px;
    font-size: .9em;
    font-weight: bold;
}

.menuItemHighlight
{
    cursor: pointer;
}

.menuItemActive
{
    cursor: default;
}

.content
{
    background-color: White;
}

.poweredBy
{
    font-size: .8em;
}

.poweredBy a
{
    text-decoration: underline;
}

.windowCaption
{
    font-size: .9em;
}
