﻿.FieldContainer {
    clear: left;
    width: 100%;
}

#main-canvas {
    margin-top: 75px;
    min-width: 625px;
    max-width: 625px;
}

#menu-content {
    background: transparent;
    filter:;
    border-bottom: 0;
}

#main-page {
    min-height: 200px;
}


.ButtonContainer {
    border: 0;
    text-align: right;
    padding-right: 20px;
}

#user-control-panel, #main-navigation-menu {
    display: none;
}

#main-header {
    background: #d0e5ed;
    background: -moz-linear-gradient(top, #d0e5ed 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0e5ed), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #d0e5ed 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #d0e5ed 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #d0e5ed 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #d0e5ed 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e5ed', endColorstr='#ffffff',GradientType=0 );
}

#main-page-bottom-text {
   color: #bbb;
}
#main-page-bottom-text a {
   color: #ebb5d3;
}