﻿@import url('privacyblock.css');
body
{
    background-color: #ffffff;
    font-family: 'Asap' , Calibri, Tahoma, Arial, Sans-Serif;
    font-size: 10pt;
    margin: 0px;
    color: #505050;
}

h1
{
    font-size: 2.0em;
    margin: .75em 0em .75em 0em;
}
h2
{
    font-size: 1.5em;
    margin: .75em 0em .75em 0em;
}
h3
{
    font-size: 1.25em;
    margin: .75em 0em .75em 0em;
}
h4
{
    font-size: 1.1em;
    margin: .75em 0em .75em 0em;
}
h5
{
    font-size: 1.05em;
    margin: .75em 0em .75em 0em;
}
h6
{
    font-size: 1em;
    margin: .75em 0em .75em 0em;
}

h1, h2, h3, h4, h5, h6
{
    color: #254674;
}
a
{
    color: #254674;
}

@media screen
{

    div#headertop
    {
        background-color: #202020;
        color: #f0f0f0;
        text-align: right;
        padding: .5em;
    }
    div#headertop a
    {
        font-weight: bold;
        color: #f0f0f0;
    }
    div#header
    {
        background-color: #244572;
        height: 102px;
        background-image: var(--management-header);
        background-position: top left;
        background-repeat: repeat-x;
    }
    div#header a#logo
    {
        outline: 0px;
    }
    div#header a#logo img
    {
        margin-left: 3em;
        border: none;
    }
    div#body
    {
        background-image: var(--management-body);
        background-repeat: repeat-x;
        background-position: left top;
    }
    div#breadcrumbs
    {
        padding: .5em .5em .5em 4em;
        font-weight: bold;
        font-size: 8pt;
        height: 40px;
    }
    div#bodycontent
    {
        margin: 0em 2em 2em 2em;
    }
    .BreadCrumb
    {
        cursor: pointer;
        color: #5F82E6;
    }
    .godmode
    {
        background-color: #C9D6FF !important;
    }
    #editbox
    {
        font-size: 10pt;
    }
    div.ui-dialog-content table#Order, div.ui-dialog-content table#Order table#OrderCart
    {
        width: 100%;
    }
    ul.tree, ul.tree ul
    {
        list-style-type: none;
        background: var(--vline) repeat-y;
        margin: 0;
        padding: 0;
    }
    ul.tree ul
    {
        margin-left: 10px;
    }
    ul.tree li
    {
        margin: 0;
        padding: 0 12px;
        line-height: 20px;
        background: var(--node) no-repeat;
        color: #369;
    }
    ul.tree li.lastnode
    {
        background: #fff var(--lastnode) no-repeat;
    }
    span.ui-button-text
    {
        color: inherit;
    }
}

@media print
{
    div#Header, div#BreadCrumb, .noprint
    {
        display: none;
    }

}

/**********************************************************************/
/* STYLES FOR MANAGEMENT LANDING PAGES                                */
.subheading
{
    border-bottom: 1px solid #a0a0a0;
    padding: 1em .0em .5em 0em;
    font-weight: bold;
    font-size: 13pt;
    color: #0C4B7B;
}
.item
{
    border-bottom: 1px solid #e0e0e0;
    padding-left: 1.5em;
    padding-bottom: 5px;
}
.item img
{
    border: none;
    text-decoration: none;
}
.item span.description
{
    font-size: 8pt;
    line-height: 2.5em;
    padding-left: 2em;
}


/*******************************************************************/
/* BASE STYLE FOR A LIST TABLE USED THROUGHOUT THE ADMIN INTERFACE */
.list
{
    border-collapse: collapse;
    width: 100%;
}
.list td
{
    padding: .35em;
    border-bottom: 1px solid #F0F0F0;
}
.list td, .list td *
{
    font-size: 9pt;
}
.list thead td, .list thead th
{
    font-weight: bold;
    border-bottom: 1px solid #a0a0a0;
    background-color: #f0f0f0;
}
.list tbody tr:hover
{
    outline: #C0C0C0 dotted 1px;
}
.list tbody tr:hover td
{
    background-color: #FFF7F7;
}
.list tr.even td
{
    background-color: #F9F9F9;
}
.list tr.odd td
{
    background-color: #FFFFFF;
}
    .list tr.discontinued td {
        color: #933;
        font-style: italic;
    }

.list input[type=text], .list input[type=button], .list input[type=submit], .list select
{
    font-size: 8pt;
}

/** THE FOLLOWING IS FOR AN AUTOSUGGEST BOX **/
.suggestion_list
{
    background: white;
    border: 1px solid;
    padding: 4px;
}

.suggestion_list ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.suggestion_list a
{
    text-decoration: none;
    color: navy;
}

.suggestion_list .selected
{
    background: navy;
    color: white;
}

.suggestion_list .selected a
{
    color: white;
}

#autosuggest
{
    display: none;
}

#ui-datepicker-div
{
    display: none;
}
