﻿/*
Dark Gray: #2F3033
Less Dark Gray: #22415F
Deep Green: #63798F
Light Green: #C7D99C
Gray/Green: #E1F3DC
#D8D8D8
*/

/*Body Styles*/
.::selection         { background:#c3effd; color:#000; /* Safari and Opera */ }
.::-moz-selection  { background:#c3effd; color:#000; /* Firefox */ }

body
{
    min-width: 1000px;
}

    /* pageHeader styles -- see PageHeader.css */
    /* pageNavigation styles -- see PageNavigation.css */
    /* pageTitle styles */
    div.pageNavigationBorder
    {
        clear: both;
        height: 12px;
        line-height: 12px;
        background: #22415F url('/content/img/TitleBottom.jpg') repeat-x bottom left;
    }
    /* pageBreadCrumb styles -- see PageBreadCrumb.css */
    /* pageWorkspace styles */
    #pageWorkspace
    {
        margin: auto;
        padding: 0 25px;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    /* pageMsgBarHolder styles -- see PageMessageBar.css */

