﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #5c87b2;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1
    {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main
{
    min-height: 400px;
    min-width: 800px;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer,
#footer
{
    min-width: 800px;
    background-color: #5c87b2;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px solid #5C87B2;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li
    {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting
        {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a
        {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
        }

            ul#menu li a:hover
            {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active
            {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a
        {
            background-color: #fff;
            color: #000;
        }

.menu
{
    position: relative;
    text-align: right;
    margin: 0 auto;
    padding: 0;
    height: 30px;
    width: 100%;
    display: block;
    background: url("../Content/images/topMenuImages.png") repeat-x;
}

    .menu li
    {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline;
    }

        .menu li a
        {
            float: left;
            padding-left: 15px;
            display: block;
            color: rgb(255,255,255);
            text-decoration: none;
            font: 14px Verdana, Arial, Helvetica, sans-serif;
            cursor: pointer;
            background: url("../Content/images/topMenuImages.png") 0px -30px no-repeat;
            outline: none;
        }

            .menu li a span
            {
                line-height: 30px;
                /*float:left;*/
                display: block;
                padding-right: 15px;
                background: url("../Content/images/topMenuImages.png") 100% -30px no-repeat;
            }

            .menu li a:hover
            {
                background-position: 0px -60px;
                color: rgb(255,255,255);
            }

                .menu li a:hover span
                {
                    background-position: 100% -60px;
                }

            .menu li a.active, .menu li a.active:hover
            {
                line-height: 30px;
                font: 14px Verdana, Arial, Helvetica, sans-serif;
                background: url("../Content/images/topMenuImages.png") 0px -90px no-repeat;
                color: rgb(255,255,255);
            }

                .menu li a.active span, .menu li a.active:hover span
                {
                    background: url("../Content/images/topMenuImages.png") 100% -90px no-repeat;
                }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"],
input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}
*/

table.borderless
{
    border: 0px solid black;
    border-collapse: collapse;
    width: 100%;
}


table.noinnerborder
{
    border-collapse: collapse;
    width: 100%;
}

    table.noinnerborder td, table.noinnerborder th
    {
        border: 0px solid black;
    }

    table.noinnerborder tr:first-child th
    {
        border-top: 0;
    }

    table.noinnerborder tr:last-child td
    {
        border-bottom: 0;
    }

    table.noinnerborder tr td:first-child,
    table.noinnerborder tr th:first-child
    {
        border-left: 0;
    }

    table.noinnerborder tr td:last-child,
    table.noinnerborder tr th:last-child
    {
        border-right: 0;
    }

/* GrayStyle Table */
table.graystyle
{
    text-align: center;
    font-weight: normal;
    color: #fff;
    width: auto;
    background-color: #666;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

    table.graystyle th
    {
        background-color: #666;
        color: #fff;
        padding: 4px;
        text-align: center;
        border-bottom: 2px #fff solid;
        font-size: 14px;
        font-weight: bold;
    }

    table.graystyle td
    {
        background-color: #CCC;
        color: #000;
        padding: 4px;
        text-align: center;
        border: 1px #fff solid;
    }

    table.graystyle input
    {
        color: Silver;
        padding: .15em 1.5em .2em 1.5em;
        background-color: #353535;
        border: 1px solid blue;
        width: 100%;
    }

        table.graystyle input:hover
        {
            color: #CCFFFF;
            padding: .15em 1.5em .2em 1.5em;
            background-color: #666;
            border: 1px solid White;
            width: 100%;
        }

/*TABLE.evaluation
{
    border: 2px groove gray;
    border-collapse: collapse;
    box-shadow: 5px 5px 2px #888888;
    height: auto;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}

    TABLE.evaluation th
    {
        background: -o-linear-gradient(bottom, #0057af 5%, #56aaff 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #56aaff) );
        background: -moz-linear-gradient( center top, #0057af 5%, #56aaff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#56aaff");
        background: -o-linear-gradient(top,#0057af,56aaff);
        background-color: #0057af;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 12px;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    TABLE.evaluation th:hover
    {
        background: -o-linear-gradient(bottom, #0057af 5%, #56aaff 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #56aaff) );
        background: -moz-linear-gradient( center top, #0057af 5%, #56aaff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#56aaff");
        background: -o-linear-gradient(top,#0057af,56aaff);
        background-color: #0057af;
    }

    TABLE.evaluation td
    {
        border-bottom: 1px solid black;
        border-left: 1px solid black;
    }*/

TABLE.evaluation
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 5px 5px 2px #888888;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

    TABLE.evaluation table
    {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    TABLE.evaluation tr:last-child td:last-child
    {
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    TABLE.evaluation table tr:first-child td:first-child
    {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    TABLE.evaluation table tr:first-child td:last-child
    {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    TABLE.evaluation tr:last-child td:first-child
    {
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    TABLE.evaluation tr:hover td
    {
        background-color: #d3e9ff;
    }

    TABLE.evaluation td
    {
        vertical-align: middle;
        background-color: #aad4ff;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 1px;
        font-size: 11px;
        font-weight: normal;
        color: #000000;
    }

    TABLE.evaluation tr:last-child td
    {
        border-width: 0px 1px 0px 0px;
    }

    TABLE.evaluation tr td:last-child
    {
        border-width: 0px 0px 1px 0px;
    }

    TABLE.evaluation tr:last-child td:last-child
    {
        border-width: 0px 0px 0px 0px;
    }

    TABLE.evaluation th
    {
        background: -o-linear-gradient(bottom, #0057af 5%, #56aaff 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #56aaff) );
        background: -moz-linear-gradient( center top, #0057af 5%, #56aaff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#56aaff");
        background: -o-linear-gradient(top,#0057af,56aaff);
        background-color: #0057af;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 13px;
        font-weight: bold;
        color: #ffffff;
    }

        TABLE.evaluation th:hover
        {
            background: -o-linear-gradient(bottom, #0057af 5%, #56aaff 100%);
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #56aaff) );
            background: -moz-linear-gradient( center top, #0057af 5%, #56aaff 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#56aaff");
            background: -o-linear-gradient(top,#0057af,56aaff);
            background-color: #0057af;
        }

    TABLE.evaluation tr:first-child td:first-child
    {
        border-width: 0px 0px 1px 0px;
    }

    TABLE.evaluation tr:first-child td:last-child
    {
        border-width: 0px 0px 1px 1px;
    }

TABLE.standardnss
{
    border-collapse: collapse;
}

    TABLE.standardnss thead
    {
        font-size: larger;
    }

    TABLE.standardnss tr:first-child
    {
        background-color: #5c87b2;
    }

    TABLE.standardnss th
    {
        border-bottom: 1px solid black;
        border-left: 1px solid silver;
        color: white;
        font-size: larger;
        padding: 5px;
    }

        TABLE.standardnss th:first-child
        {
            border-left: 1px solid grey;
        }

        TABLE.standardnss th:last-child
        {
            border-right: 1px solid grey;
        }

    TABLE.standardnss td
    {
        border: 1px solid grey;
        padding: 5px;
    }

        TABLE.standardnss td:first-child
        {
            background-color: lightgrey;
        }

TABLE.textdisplay
{
    border: 0px;
    border-collapse: collapse;
    height: auto;
    width: 100%;
}

    TABLE.textdisplay tr:hover td
    {
        background-color: #d3e9ff;
    }


TD.textdisplaylabel
{
    border-bottom: 1px solid grey;
    font-weight: bold;
    padding: 6px 2px 4px 0px;
    white-space: nowrap;
}

TD.textdisplayfield
{
    border-bottom: 1px solid grey;
    padding: 6px 2px 4px 0px;
    width: 100%;
}

TD.settingdisplaylabel
{
    background-color: #e2e2e2;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    font-weight: bold;
    padding: 6px 2px 4px 2px;
    white-space: nowrap;
}

TD.settingdisplayfield
{
    background-color: #e2e2e2;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
    padding: 6px 2px 4px 2px;
}

TABLE.corrections
{
    border: 0px;
    border-spacing: 0px 0px;
    height: auto;
    width: 100%;
}

TD.correctionlabel
{
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
}

TD.correctionfield
{
    vertical-align: top;
}

DIV.correctioncomment
{
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

nav,
#menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link
    {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited
    {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover
    {
        color: white;
        text-decoration: none;
    }

div.Message
{
    color: Pink;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
    font-weight: bold;
}

.display-field,
.editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

    .text-box.multi-line
    {
        height: 6.5em;
    }

.tri-state
{
    width: 6em;
}

DIV.pager
{
    text-align: right;
    border-top: 2px solid silver;
    padding: .5em 0 0 0;
    margin-top: 1em;
}

    DIV.pager A
    {
        font-size: 1.1em;
        color: #666;
        text-decoration: none;
        padding: 0 .4em 0 .4em;
    }

        DIV.pager A:hover
        {
            background-color: Silver;
        }

        DIV.pager A.selected
        {
            background-color: #353535;
            color: White;
        }

.actionButtons A, INPUT.actionButtons
{
    font: .8em Arial;
    color: White;
    margin: .5em;
    text-decoration: none;
    padding: .15em 1.5em .2em 1.5em;
    background-color: #353535;
    border: 1px solid blue;
}

DIV.screenselection
{
    clear: right;
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

    DIV.screenselection label
    {
        font-weight: bold;
    }

Div.management
{
    color:#B8860B;
    font-family:Arial; 
    font-size:20px;
}

p.data
{
    text-align:right;
}

div.ex1
{
direction:rtl;
unicode-bidi:bidi-override;
}

DIV.screen
{
    border: 3px ridge grey;
    display: block;
    height: auto;
    padding: 1em;
    max-height: 700px;
}

DIV.parts
{
    border-top: 1px solid grey;
    display: block;
    /*float: left;*/
    margin-left: 300px;
    padding: 1em;
}

DIV.partdetail
{
    border: 1px solid black;
    background-color: #5c87b2;
    color: White;
    margin-right: auto;
}

DIV.evaluation
{
    margin: 10px;
    padding: 10px;
}

DIV.evaluationok
{
    background-color: #FFFF99;
    border: 1px solid black;
    display: inline;
    padding: 8px;
}

DIV.evaluationng
{
    background-color: #FFFF99;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
    display: inline;
    margin-left: 10px;
    padding: 8px;
}

DIV.ngreason
{
    background-color: #FFFF99;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    display: inline;
    padding: 8px;
}

DIV.ngcomment
{
    background-color: #FFFF99;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    display: inline;
    padding: 8px;
}

DIV.translation
{
    display: inline;
    margin: 10px;
    padding: 10px;
}

p:not(#foo) > input + label:before
{
    background: url(gr_custom-inputs.png) 0 -1px no-repeat;
    position: absolute;
    z-index: 2;
    left: 16px;
    /*content: "0a00a00a0";*/ /* 3x &nbsp; */
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin: 0 3px 0 -16px;
}

p:not(#foo) > input[type=radio]:checked + label:before
{
    background-position: -32px -73px;
}

input[type=radio]:hover + label:before,
input[type=radio]:focus + label:before
{
    background-position: -32px -19px;
}

input[type=radio]:hover:checked + label:before,
input[type=radio]:focus:checked + label:before
{
    background-position: -32px -91px;
}

input[type=radio]:hover:disabled + label:before,
input[type=radio]:focus:disabled + label:before
{
    background-position: -32px -55px;
}

input[type=radio]:hover:disabled:checked + label:before,
input[type=radio]:focus:disabled:checked + label:before
{
    background-position: -32px -127px;
}

input[type=radio]:active + label:before
{
    background-position: -32px -37px;
}

input[type=radio]:active:checked + label:before
{
    background-position: -32px -109px;
}

.wordwrap
{
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

div.scroll
{
    height: 50px;
    width: 135px;
    overflow: auto;
    border: 1px solid #666;
    background-color: #ccc;
    padding: 2px;
    text-align: left;
}

div.bkclr
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D0D0D0', endColorstr='#006699'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#D0D0D0), to(#006699)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #D0D0D0, #006699); /* for firefox 3.6+ */
    width: auto;
    height: 30px;
}

.ui-resizable-se
{
    bottom: 17px;
}


/* Task Item  
----------------------------------------------------------*/
.taskitem
{
    background-color: #E0E0E0;
    padding: 5px;
    margin: 3px 0px;
    display: inline-block;
}

    .taskitem .tasktitle
    {
        font-weight: bold;
    }

    .taskitem:hover
    {
        background-color: #FF9900;
        color: #FFFFCC;
    }

    .taskitem div
    {
        display: inline;
        margin: 4px;
        padding: 5px 2px 5px 2px;
    }

    .taskitem a
    {
        font-size: medium;
        text-decoration: none;
        background-color: #52A5FF;
        color: #FFFFFF;
        border: 1px solid gray;
        padding: 2px;
    }

        .taskitem a:hover
        {
            background-color: #7AAFFF;
            border: 1px solid white;
        }

.Three-Dee
{
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    line-height: 1em;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 40px;
    text-shadow: 0px 0px 0 rgb(231,231,231),1px 1px 0 rgb(216,216,216),2px 2px 0 rgb(202,202,202),3px 3px 0 rgb(187,187,187),4px 4px 0 rgb(173,173,173),5px 5px 0 rgb(158,158,158), 6px 6px 0 rgb(144,144,144),7px 7px 6px rgba(0,0,0,0.6),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}

.homecontent
{
    min-width: 100px;
    width: auto !important;
    width: 100px;
}

DIV.tasks
{
    float: left;
    padding: 20px;
}

DIV.notifications
{
    float: left;
    padding: 20px;
    width: 300px;
}

DIV.notification
{
    background-color: #e8e8e8;
    border: 1px solid Silver;
    margin: 2px;
}

    DIV.notification:hover
    {
        background-color: #d5fbea;
        border: 2px solid orange;
        padding: 5px;
    }

DIV.notificationitem
{
    display: inline;
    padding: 2px;
    font-weight: bold;
}

A.trash
{
    display: inline;
}

    A.trash img
    {
        border: none;
    }

A.edit
{
    display: inline;
}

    A.edit img
    {
        border: none;
    }

DIV.notificationactions
{
    display: inline;
    visibility: hidden;
}

DIV.notification:hover .notificationactions
{
    display: inline;
    visibility: visible;
}

DIV.message
{
    display: none;
    padding: 5px;
}

DIV.notification:hover .message
{
    display: inline-block;
}

DIV.notifSmryItem
{
    display: block;
}

DIV.notifSmryItem
{
    background-color: #eae4e4;
    border: 1px solid Silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin: 2px;
    padding: 2px;
    position: relative;
    zoom: 1;
}

    DIV.notifSmryItem:hover
    {
        background-color: #444;
        border: 1px solid Silver;
        color: #ccc;
        cursor: pointer;
        font-weight: bold;
        padding: 5px;
    }

.dialogheader
{
    font-weight: bold;
}

DIV.workheader
{
    font-size: large;
    font-weight: bold;
    padding: 10px;
}

DIV.fileitem
{
    padding: 4px 7px 2px 4px;
}

    DIV.fileitem:hover
    {
        background-color: aliceblue;
        border: 1px solid lightgoldenrodyellow;
    }

.right-spinner
{
    display: none;
    margin: 30px 0px 0px 10px;
}

/*Import XML File*/
DIV.xmlfile-item
{
    border: 1px solid grey;
    margin-left: -25px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.xmlfile-header
{
    display: inline-block;
    font-weight: bold;
}

.xmlfile-field
{
    display: inline-block;
    margin-right: 8px;
}

DIV.ridge
{
    border-width: 3px;
    border-style: double;
    border-color: #E1A60A;
    margin: 4px 0px 4px -25px;
    padding: 4px 0px;
}

DIV.status
{
    color: #119c98;
    font-size: large;
    font-weight: bold;
    margin-left: 25px;
}

.displaynone
{
    display: none;
}

DIV.expander
{
    background-color: #666;
    border: 2px #888888 solid;
    color: azure;
    font-size: large;
    margin-top: 10px;
    margin-bottom: 10px;
}

    DIV.expander:hover
    {
        background-color: #168c98;
        color: lightgreen;
    }

.navibuttons:hover
{
    opacity: 0.8;
    vertical-align: middle;
}

.navibuttons img
{
    border-style: none;
}

/* STICKY NOTE   
----------------------------------------------------------*/
.post-it
{
    /*background: #fc00ff;*/
    padding: 10px;
    font-size: 15px;
    max-width: 300px;
    /*-moz-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    box-shadow: 0px 5px 7px #333;
    -moz-box-shadow: 0px 5px 7px #333;
    -webkit-box-shadow: 0px 5px 7px #333;*/
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}