﻿a
{
    color: #3476F9;
}

h1, h2, h3, h4
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1
{
    font-size: 23px;
    color: #1c4286;
    margin: 2px 0px;
}

h2
{
    font-size: 19px;
    color: #1c4286;
    margin-top: 25px;
}

    h2 a
    {
        color: #1c4286;
    }

h3
{
    font-size: 15px;
    color: #999999;
    font-style: oblique;
    margin: 2px 0px;
}

h4
{
    font-size: 13px;
    color: #c99d25;
    display: inline;
    font-weight: bold;
}

table
{
    margin: 5px auto;
    border-collapse: collapse;
}

    table td
    {
    }

div.progressBackground
{
    background-color: #D9D9D9;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40); /*IE*/
    opacity: 0.4; /*FF*/
}

div.progressWrapper
{
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 48px;
    width: 100%;
    z-index: 20;
}

.howto
{
    background-image: url("chat-icon-s.png");
    background-repeat: no-repeat;
    padding: 1px 0px 5px 26px;
    text-decoration: none;
    /*behavior: url("css/PIE.htc");
    -pie-png-fix: true;*/
}

.login ul
{
    list-style-type: square;
    list-style-position: outside;
    margin-left: 20px;
}

.buttonBar
{
    height: 27px;
    position: relative;
}

    .buttonBar .buttonBarRight
    {
        position: absolute;
        top: 0;
        right: 0;
    }

a.dHistory
{
    position: relative;
}

    a.dHistory:hover
    {
        z-index: 25;
    }

    a.dHistory div
    {
        display: inline;
    }

    a.dHistory span
    {
        display: none;
        position: absolute;
        top: -1em;
        right: 5em;
        padding: 5px;
        white-space: pre;
        color: #333;
        background-color: #ECECEC;
        border: 1px solid #000000;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

    a.dHistory:hover span
    {
        display: block;
    }

    a.dHistory table.dHistory
    {
        width: 100%;
    }

    a.dHistory table.dHistory tr.dHistory td.left
    {
        text-align: left;
    }

    a.dHistory table.dHistory tr.dHistory td.right
    {
        text-align: right;
    }

    a.dHistory table.dHistory tr.dHistory td.dHistory
    {
        background-color: transparent;
    }

table.searchBar
{
    /*position: relative;*/
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #2D2D2D;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    /*behavior: url("css/PIE.htc");*/
}

table.grid
{
    width: 100%;
}

    table.grid tr.gridHeader
    {
        /*position: relative;*/
        /*background-color: #2D2D2D;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2D2D2D), to(#1E1E1E));
    background: -moz-linear-gradient(#2D2D2D, #1E1E1E);
    background: linear-gradient(#2D2D2D, #1E1E1E);*/
    }



        table.grid tr.gridHeader th
        {
            /*position: relative;*/
            height: 23px;
            line-height: 23px;
            padding: 5px 5px;
            text-align: left;
            color: #000000;
            /*color: #EDCB5F;*/
            font-size: 14px;
            border-bottom: 2px solid #000000;
        }

            table.grid tr.gridHeader th a
            {
                color: #000000;
                /*color: #EDCB5F;*/
                text-decoration: none;
            }

    table.grid tr.gridRow td
    {
        /*text-align: left;*/
        padding: 3px 5px;
        color: #444;
        font-size: 14px;
    }

        table.grid tr.gridRow td span.gridLineWrap,
        table.grid tr.gridRowAlt td span.gridLineWrap
        {
            word-wrap: break-word;
            width: 300px;
            display: block;
        }

    table.grid tr.gridRowAlt td
    {
        /*text-align: left;*/
        padding: 3px 5px;
        background-color: #ECECEC;
        color: #444;
        font-size: 14px;
    }

    table.grid tr.gridRow:hover td,
    table.grid tr.gridRowAlt:hover td
    {
        background-color: #D4D4D4;
        color: #222;
    }

    table.grid tr.gridHeader tr.HideIE6,
    table.grid tr.gridRow td.HideIE6,
    table.grid tr.gridRowAlt td.HideIE6,
    table.grid tr.gridHeader tr span.HideIE6,
    table.grid tr.gridRow td span.HideIE6,
    table.grid tr.gridRowAlt td span.HideIE6
    {
        _display: none;
    }

span.HideIE6
{
    _display: none;
}

table.grid tr.gridHeader tr span.ShowIE6,
table.grid tr.gridRow td span.ShowIE6,
table.grid tr.gridRowAlt td span.ShowIE6
{
    display: none;
    _display: normal;
}

table.grid tr.gridHeader tr.HideIE7,
table.grid tr.gridRow td.HideIE7,
table.grid tr.gridRowAlt td.HideIE7,
table.grid tr.gridHeader tr span.HideIE7,
table.grid tr.gridRow td span.HideIE7,
table.grid tr.gridRowAlt td span.HideIE7
{
    *display: none;
}

table.grid tr.gridHeader tr span.ShowIE7,
table.grid tr.gridRow td span.ShowIE7,
table.grid tr.gridRowAlt td span.ShowIE7
{
    display: none;
    *display: normal;
}

table.grid tr.gridRowSelect td
{
    /*text-align: left;*/
    padding: 3px 5px;
    background-color: #D4D4D4;
}

table.grid tr.gridPager
{
    background-color: #ECECEC;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}

    table.grid tr.gridPager td table
    {
        width: auto;
    }

    table.grid tr.gridPager td span
    {
        color: #000;
    }

    table.grid tr.gridPager td a
    {
        color: #999;
        text-decoration: none;
    }

        table.grid tr.gridPager td a:hover
        {
            color: #666;
            text-decoration: underline;
        }

table.grid tr.gridHeader th.gridRight, table.grid td.gridRight
{
    text-align: right;
}

div.treeView table
{
    margin: 0px;
    font-size: 14px;
}

table.fullWidth
{
    width: 100%;
}

div.form
{
    padding: 10px 20px;
}

table.form
{
    border-collapse: collapse;
    margin: 0px auto;
    font-size: 14px;
    font-family: Verdana, Arial, Sans-Serif;
    padding: 0px 0px;
}

    table.form tr td table
    {
        margin: 0px;
    }

div.formTitle,
div.formTitleRed
{
    margin: 5px 0px;
    padding: 5px;
    color: #E1E1E1;
    font-size: 16px;
    text-align: center;
    background-color: #2D2D2D;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2D2D2D), to(#1E1E1E));
    background: -moz-linear-gradient(#2D2D2D, #1E1E1E);
    background: linear-gradient(#2D2D2D, #1E1E1E); /**/
}

table.form td.formTitle,
table.form td.formTitleRed
{
    padding: 5px;
    color: #E1E1E1;
    font-size: 16px;
    text-align: center;
    background-color: #2D2D2D;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2D2D2D), to(#1E1E1E));
    background: -moz-linear-gradient(#2D2D2D, #1E1E1E);
    background: linear-gradient(#2D2D2D, #1E1E1E);
}

table.form td.formHeader,
table.form td.formHeaderRed
{
    background-color: #B9B9B9;
    padding: 5px;
    color: #FBFBFB;
    text-align: center;
    font-weight: bold;
}

div.formSummaryHeader,
table.form td.formSummaryHeader
{
    padding: 10px 5px 5px 5px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #000;
}

div.formSummarySubHeader,
table.form td.formSummarySubHeader
{
    padding: 10px 5px 5px 5px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #000;
}

table.form td.formSummaryLabel
{
    font-weight: bold;
}

table.form td.formSummaryLabel,
table.form td.formLabel,
table.form td.formLabelRed
{
    text-align: right;
    min-width: 50px;
    padding: 5px 10px 5px 0px;
}

div.formTitleRed,
table.form td.formTitleRed,
table.form td.formLabelRed
{
    color: #E60000;
}

table.form td.formField
{
    padding: 5px 5px 5px 0px;
    color: #444;
    text-align: left;
}

textarea,
input
{
    padding: 2px;
    background-color: transparent;
    color: #333;
    border: 1px solid #AAA;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

select
{
    padding: 2px;
    background-color: transparent;
    color: #333;
    border: 1px solid #AAA;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

option
{
    padding-right: 10px;
}

textarea:hover,
textarea:focus,
select:hover,
select:focus,
input:hover,
input:focus
{
    background-color: #FFF;
}

textarea[disabled='disabled'],
select[disabled='disabled'],
input[disabled='disabled']
{
    background-color: #FFF;
    cursor: default;
    color: #9F9F9F;
}

textarea,
input[type='text'],
input[type='password']
{
    padding: 2px 3px;
}

input[type='radio'],
input[type='checkbox']
{
    margin: 0px 5px 0px 10px;
}


a.hypButton,
input[type='submit'],
input[type='button']
{
    cursor: pointer;
    display: inline-block;
    padding: 4px 15px;
    margin: 2px 2px;
    font-size: 14px;
    font-weight: bold;
    color: #562c0a;
    text-decoration: none;
    -webkit-box-shadow: #9E9E9E 0px 3px 3px;
    -moz-box-shadow: #9E9E9E 0px 3px 3px;
    box-shadow: #9E9E9E 0px 3px 3px;
    border: none;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    *padding: 4px 0px;
}

input[type='button']
{
}

    a.hypButton:hover,
    input[type='submit']:hover,
    input[type='button']:hover
    {
        color: #000;
    }

    input[type='submit'][disabled='disabled'],
    input[type='button'][disabled='disabled']
    {
        cursor: default;
        background-color: #FFF;
        color: #9F9F9F;
    }


/*GOLD*/
a.hypButton,
input[type='submit'],
input[type='button']
{
    background-color: #f4d34b;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f4d34b), to(#f9b734));
    background: -moz-linear-gradient(#f4d34b, #f9b734);
    background: linear-gradient(#f4d34b, #f9b734);
    -pie-background: linear-gradient(#f4d34b, #f9b734);
}

/*GREEN*/
.saveButton[type='submit'],
.saveButton[type='button']
{
    color: #402107;
    background-color: #72E572;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9FDF9F), to(#66CC66));
    background: -moz-linear-gradient(#9FDF9F, #66CC66);
    background: linear-gradient(#9FDF9F, #66CC66);
    -pie-background: linear-gradient(#9FDF9F, #66CC66);
}

/*YELLOW*/
.newButton[type='submit'],
.newButton[type='button']
{
    background-color: #FFFF99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFF99), to(#EEEE00));
    background: -moz-linear-gradient(#FFFF99, #EEEE00);
    background: linear-gradient(#FFFF99, #EEEE00);
    -pie-background: linear-gradient(#FFFF99, #EEEE00);
}

a.static,
input[type='submit'].static,
input[type='button'].static
{
    position: relative;
    z-index: 0;
    /*behavior: url("css/PIE.htc");*/
}

input[type='image']
{
    background-color: transparent;
    cursor: pointer;
}

    input[type='image']:hover,
    input[type='image']:focus
    {
        background-color: #999;
        cursor: pointer;
    }


div.download
{
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #009900;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: #9E9E9E 0px 3px 3px;
    -moz-box-shadow: #9E9E9E 0px 3px 3px;
    box-shadow: #9E9E9E 0px 3px 3px;
    /*behavior: url("css/PIE.htc");*/
}

div.submitted
{
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #3476F9;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: #9E9E9E 0px 3px 3px;
    -moz-box-shadow: #9E9E9E 0px 3px 3px;
    box-shadow: #9E9E9E 0px 3px 3px;
    /*behavior: url("css/PIE.htc");*/
}

div.incomplete
{
    position: relative;
    width: 19px;
    height: 19px;
    background-color: #FFF;
    border: 1px solid #666;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: #9E9E9E 0px 3px 3px;
    -moz-box-shadow: #9E9E9E 0px 3px 3px;
    box-shadow: #9E9E9E 0px 3px 3px;
    /*behavior: url("css/PIE.htc");*/
}

div.complete
{
    position: relative;
    width: 19px;
    height: 19px;
    /*background-color: #f4d34b;*/
    background-color: #f4d34b;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f4d34b), to(#f9b734));
    background: -moz-linear-gradient(#f4d34b, #f9b734);
    background: linear-gradient(#f4d34b, #f9b734);
    -pie-background: linear-gradient(#f4d34b, #f9b734);
    /*border: 1px solid #666;*/
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: #9E9E9E 0px 3px 3px;
    -moz-box-shadow: #9E9E9E 0px 3px 3px;
    box-shadow: #9E9E9E 0px 3px 3px;
    /*behavior: url("css/PIE.htc");*/
}

.ReqInfoRed
{
    display: block;
    background-color: #FF8080;
    padding: 3px 10px;
    border: 1px solid #FF4D4D;
    color: #000;
}

.ReqInfoGreen
{
    display: block;
    background-color: #9FDF9F;
    padding: 3px 10px;
    border: 1px solid #66CC66;
    color: #000;
}

.ReqInfoYellow
{
    display: block;
    background-color: #FFFF99;
    padding: 3px 10px;
    border: 1px solid #EEEE00;
    font-size: 18px;
    font-style: italic;
    color: #000;
}


tr.subjectTop
{
    background-color: #EBEBEB;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

tr.subjectBottom
{
    background-color: #EBEBEB;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

.noteWidget
{
    margin: 7px 0px;
}

.noteWidgetTitle
{
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    color: #0644C1;
    text-decoration: underline;
}

.noteWidgetNew
{
    padding: 0px 10px;
    text-decoration: none;
    font-size: 14px;
}

.noteWidgetBody
{
    padding: 0px 20px 0px 20px;
    display: none;
    font-size: 14px;
}

    .noteWidgetBody table
    {
        margin: 0px;
    }

    .noteWidgetBody td
    {
        vertical-align: top;
        padding: 2px 2px;
    }

.noteWidgetForm
{
    padding: 0px 0px 0px 20px;
    display: none;
}
