﻿/* Overall Page Layout */
body
{
    /* background-color: #333333; */
    /* background-color: #cecbe6; */
    background-color: #333333;
    font-family: Arial;
    font-size: 8pt;
    color: Black;
    padding:0px;
    margin:0px;
}
.SiteContainer
{
    /* background: #bdbce4 url('leftcolumn.gif') repeat-y left top; */
    background-color: White; /* #cecbe6; */
    padding: 4px;
    
    width:975px;
    margin-left:auto;
    margin-right:auto;
}
.SiteSubContainer
{
    /* background: url('left.jpg') no-repeat left top; */
    background-color: #cecbe6;
    padding-top: 10px;
}



/* Navigation Cell */
.NavigationCell 
{
    vertical-align: top;
    background: url('menubg.gif') 2px 8px no-repeat;
    padding: 20px;
    padding-right: 30px;
    padding-bottom: 5px;
    color: White;
}
.LogoutLink
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}
a.NavigationLink {
    color: White;
    font-size: 10pt;
    text-decoration: none;
    display:block;
}




.MenuImage
{
    display:block;
    padding: 6px;
}
.Level2MenuContainer 
{
    display:none;
    text-align: left;
    position:absolute;
    /* background-color: #948dd0; */
    padding: 2px;
    padding-top: 4px;
    margin-left: -10px;
    background-color: #999999;
    color: White;
}
.Level1MenuContainer:hover .Level2MenuContainer 
{
    display: block;
}
.Level2MenuItem {
    /* padding: 4px 30px 4px 10px; */
    color: White;
    display: block;
    /* border-top: solid 1px #a59fc5; */
    text-decoration: none;
    margin: 4px 10px 4px 8px;
    font-size: 9pt;
}












/* In-Page Styles */
.PageTitle
{
    font-size: 12pt;
    color: White;
    font-weight: bold;
    margin-bottom: 10px;
}
.PageSubTitle
{
    font-size: 10pt;
    color: White;
    font-weight: bold;
    margin-bottom: 10px;
}

a {
    color: Blue;
    text-decoration: none;
}

.FatalError
{
    color: Red;
    border: solid 1px red;
    padding: 10px;
    font-size: 10pt;
    background-color: White;
}
.FatalError a
{
    text-decoration: none;
}
.ProminentErrorMessage
{
    margin-top: 10px;
    color: Red;
    display: block;
    border: solid 1px red;
    padding: 15px;
    padding-left: 50px;
    font-size: 10pt;
    margin-bottom: 10px;
    background: white url('Icons/notice-alert.png') no-repeat 10px 10px;
}
.ProminentInformation
{
    margin-top: 10px;
    color: Blue;
    display: block;
    border: solid 1px blue;
    padding: 15px;
    padding-left: 50px;
    font-size: 10pt;
    margin-bottom: 10px;
    background: white url('Icons/notice-info.png') no-repeat 10px 10px;
}

.DVFieldHeader
{
    width: 150px;
    color: Black;
    font-size: 10pt;
    font-weight: bold;
    color: Black;
}
.DVRow > td {
    padding: 10px;
    font-size: 10pt;
    border-top: solid 1px #888888;
}




.GVFullWidth
{
    background-color: White;
    border: solid 1px #999999;
}
.GVHeader, .GVHeader th
{
    background-color: #cccccc;
    border-bottom: solid 1px #999999;
    text-align: left;
    font-weight: normal;
    font-size: 8pt;
}
.GVPager
{
    /* background-color: #cccccc; */
    background: #cccccc url('../../Usercontrols/wbg.gif') left top;
    text-align: center;
    font-weight: normal;
    font-size: 12pt;
}
.GVPager img, .GVPager input, .GVPager select {
    vertical-align: middle;
}

.GVFullWidthRow, .GVFullWidthRow td {
    background-color: White;
    padding: 4px;
}
.GVFullWidthAlternateRow, .GVFullWidthAlternateRow td {
    background-color: #e5e5e5;
    padding: 4px;
}


.GVPreHeader {
    background: #cccccc url('../../Usercontrols/wbg.gif') left top;
    padding: 8px;
    border: solid 1px #999999;
    border-bottom: none;
}




.TextBox_Standard
{
    width: 600px;
}
.TextBox_Narrow
{
    width: 120px;
}
.TextBox_DateEntry
{
    width: 70px;
}
.TextBox_TextArea
{
    width: 600px;
    height: 150px;
}
.RequiredField {
    color: Red;
    font-weight: bold;
    font-size: 16pt;
}


.ScrollingList
{
    height: 145px;
    width: 600px;
    /* overflow: auto; */
    overflow-x: hidden;
    overflow-y: scroll;
    border: solid 1px #cccccc;
}


.HorizontalOnlyScrollingList
{
    /* overflow: auto; */
    overflow-x: scroll;
    overflow-y: hidden;
    /*border: solid 1px #cccccc;*/
}



/* Job Statuses */
.JobStatus_DisplayBox {
    width:10px;
    text-align: center;
}








/* Reporting Toolbars */

    div.Toolbar {
        background-color:#cccccc;
        border: solid 1px #999999;
    }
    
    div.Toolbar_Inner {
        border: solid 1px white;
        border-bottom:none;
    }
    
    div.Toolbar a {
        display: block;
        color: black;
        padding: 3px;
    }
    
    div.Toolbar a:hover {
        padding: 2px;
        border: solid 1px #999999;
        border-style:solid;
    }
    
    div.Toolbar img, div.Toolbar span {
        vertical-align:middle;
    }