﻿
/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}

body, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

::-moz-selection {
    background: #0078cc;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0078cc;
    color: #fff;
    text-shadow: none;
}

a {
    color: #57a000;
    text-decoration: none;
}

    a:active {
        color: #777;
    }

    a:focus {
        outline: 1px;
    }

    a:hover, a.remove-link:hover {
        color: #000;
    }

    a.remove-link {
        color: #bb0000;
    }

a {
    color: #0078cc;
}

html {
    font-size: 100%;
    height: 100%;
    margin-bottom: 1px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    background: #f0f0f0 url(../images/bg-body.gif) top left repeat-y;
    font-size: 12px;
}

#body-wrapper {
    background: url(../images/bg-radial-gradient.gif) fixed 230px top no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #222;
    font-weight: bold;
}

h1 {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 31px;
    font-weight: bold;
    color: #fff;
}

h2 {
    font-size: 26px;
    padding: 0 0 20px;
}

h3 {
    font-size: 17px;
    padding: 0 0 20px;
}

h4 {
    font-size: 16px;
    padding: 0 0 15px;
}

h5 {
    font-size: 14px;
    padding: 0 0 15px;
}

h6 {
    font-size: 12px;
    padding: 0 0 15px;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: .85em;
}

pre {
    font-family: monospace;
}

p {
    line-height: 1.6em;
    padding: 5px 0 10px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: Tim James
   ========================================================================== */

.clear {
    clear: both;
}

.align-left {
    float: left;
}

.button {
    font-family: Verdana, Arial, sans-serif;
    display: inline-block;
    background: #459300 url(../images/bg-button-green.gif) top left repeat-x !important;
    border: 1px solid #459300 !important;
    color: #fff !important;
    font-size: 11px !important;
    cursor: pointer;
    padding: 4px 7px !important;
}

    .button:active {
        padding: 5px 7px 3px !important;
    }

/* jQuery timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
/* jQuery timepicker */


/*****************************************************************
Sidebar */

#sidebar {
    background: url(../images/bg-sidebar.gif) top left no-repeat;
    width: 230px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #888;
    font-size: 11px;
}

    #sidebar #sidebar-wrapper {
        margin: 0 0 0 9px;
    }

    #sidebar a, #sidebar a:active {
        color: #ccc;
    }

    #sidebar #sidebar-title {
        margin: 40px 0 40px 15px;
    }

    #sidebar #logo {
        margin: 40px 0;
    }

    #sidebar #profile-links {
        text-align: right;
        line-height: 1.5em;
        padding: 0 15px 20px;
    }

    #sidebar #main-nav {
        width: 206px;
        font-family: Helvetica, Arial, sans-serif;
        margin: 0 0 0 15px;
        padding: 0;
    }

        #sidebar #main-nav li {
            list-style: none;
            padding-bottom: 10px;
            text-align: right;
        }

            #sidebar #main-nav li a {
                background: transparent url(../images/bg-menu-item-green.gif) right center no-repeat;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                padding: 10px 15px;
            }

            #sidebar #main-nav li.selected a {
                background-image: url(../images/bg-menu-item-current.gif) !important;
                color: #333;
                font-weight: bold;
            }

                #sidebar #main-nav li.selected a:hover {
                    color: #333;
                }

        #sidebar #main-nav ul {
            font-size: 12px;
            margin: 0;
            padding: 0;
        }

            #sidebar #main-nav ul li {
                list-style: none;
                text-align: right;
                margin: 0;
                padding: 0;
            }

                #sidebar #main-nav ul li a {
                    display: block;
                    color: #aaa;
                    font-size: 13px;
                    line-height: 1.2em;
                    padding: 8px 15px;
                }

                #sidebar #main-nav ul li.selected a {
                    background: transparent url(../images/menu-current-arrow.gif) right center no-repeat !important;
                }

                #sidebar a:hover, #sidebar #main-nav ul li a:hover, #sidebar #main-nav ul li.selected a, #sidebar #main-nav ul li a.current:hover {
                    color: #fff;
                }

        #sidebar #main-nav li a {
            background: transparent url('../images/bg-menu-item-blue.gif') right center no-repeat;
        }

        #sidebar #main-nav li li a {
            background: none;
        }

        #sidebar #main-nav li ul {
            display: none;
        }

        #sidebar #main-nav li.active ul {
            display: block;
        }
/*****************************************************************
Messages */

#messages p, #messages form {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

#messages fieldset {
    margin: 0;
}

#messages textarea {
    margin: 0 0 15px;
}

.column-left {
    width: 48%;
    float: left;
}

.column-right {
    width: 48%;
    float: right;
}

#page-intro {
    font-size: 17px;
    padding: 0 0 20px;
}

#footer {
    border-top: 1px solid #ccc;
    font-size: 12px;
    margin: 40px 0 0;
    padding: 20px 0;
}

/*****************************************************************
Main Content Area */

#main-content section {
    margin: 10px 0 0 0;
}

#messages h4, #main-content ul, #main-content ol {
    padding: 10px 0;
}

ul.content-box-tabs li a:hover, .shortcut-button span:hover {
    color: #57a000;
}

#main-content table { /*width: 100%;*/
    border-collapse: collapse;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    margin-bottom: 20px;
}

    #main-content table th, #main-content table thead th {
        font-weight: bold;
        font-size: 15px;
        border-bottom: 1px solid #ddd;
    }

#main-content tbody {
    border-bottom: 1px solid #ddd;
}

    #main-content tbody tr.alt-row {
        background: #f3f3f3;
    }

#main-content table td, #main-content table th {
    line-height: 1.3em;
    padding: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

#main-content table tfoot td .bulk-actions {
    padding: 15px 0 5px;
}

    #main-content table tfoot td .bulk-actions select {
        border: 1px solid #ccc;
        padding: 4px;
    }

#main-content .pagination {
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 20px 0 5px;
}

#main-content tbody tr, .shortcut-button:hover {
    background: #fff;
}
/*#main-content ul li{ background: url(../images/icons/bullet_black.png) center left no-repeat; padding: 4px 0 4px 20px; }*/
#main-content ol {
    padding: 0 0 0 24px;
}

    #main-content ol li {
        list-style: decimal;
        padding: 4px 0;
    }

#main-content {
    margin: 0 30px 0 260px;
    padding: 40px 0 0;
}

    #main-content ul.checkbox-list {
        list-style: none;
    }

        #main-content ul.checkbox-list li {
            background: none;
        }

            #main-content ul.checkbox-list li input {
                margin: 1px 10px 1px 0;
                float: left;
            }

table td.report-cell {
}

    table td.report-cell span.title {
        float: left;
        padding: 0 20px 10px 0;
        font-weight: bold;
    }

    table td.report-cell dl {
        width: 300px;
        float: left;
        display: block;
    }

    table td.report-cell dt {
        width: 100px;
        float: left;
        margin: 0;
        color: #666;
    }

    table td.report-cell dd {
        width: 194px;
        float: left;
        margin: 0;
        padding: 0 4px 0 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

table.settlement td.report-cell dl {
    width: 350px;
}

table.settlement td.report-cell dt {
    width: 150px;
}

table.settlement td.report-cell dd {
    width: 194px;
}

table.management-overview td.report-cell dl {
    width: 350px;
}

table.management-overview td.report-cell dt {
    width: 250px;
    border-bottom: 1px dashed #ccc;
}

table.management-overview td.report-cell dd {
    width: 78px;
    background: #ccc;
    border: 1px solid #fff;
    text-align: center;
}

table.livebid td.report-cell dl {
    width: 400px;
}

table.livebid td.report-cell dt {
    width: 280px;
    border-bottom: 1px dashed #ccc;
}

table.livebid td.report-cell dd {
    width: 100px;
    background: #ccc;
    border: 1px solid #fff;
    text-align: center;
}

table td.report-cell div.expand {
    height: 50px;
    overflow: hidden;
}

table td.report-cell div.expanded {
    height: auto;
    overflow: hidden;
}

table.management-overview td.report-cell div.expand {
    height: 100px;
    overflow: hidden;
}

table.management-overview td.report-cell div.expanded {
    height: auto;
    overflow: hidden;
}

ul#report-options {
    float: left;
    display: block;
    padding: 0;
}

    ul#report-options li {
        float: left;
        display: inline;
        background: none;
        padding: 0 10px 0 0;
    }

#report-options a.download, #report-options a.print, #report-options a.search {
    padding-left: 20px;
    background: url(../images/icons/drive-download.png) no-repeat left center;
}

#report-options a.print {
    background-image: url(../images/icons/printer.png);
}

#report-options a.search {
    background-image: url(../images/icons/magnifier.png);
}

dd.collection {
    text-align: center;
}

dd.outstanding {
    background-color: #ccc;
}

dd.before {
    background-color: Orange;
}

dd.after {
    background-color: Red;
}

dd.on {
    background-color: Green;
}

dd.overdue {
    background-color: Red;
    font-weight: bold;
}

dd.daysinwork {
    text-align: center;
}

ul#report-filters {
    float: left;
    display: block;
    padding: 0;
}

    ul#report-filters li {
        float: left;
        display: inline;
        background: none;
        padding: 0 10px 0 0;
    }

        ul#report-filters li label {
            display: inline;
            margin-right: 10px;
        }

.content-box {
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 20px;
}

.content-box-header {
    background: #e5e5e5 url(../images/bg-content-box.gif) top left repeat-x;
    margin-top: 1px;
    height: 40px;
}

    .content-box-header h3 {
        float: left;
        padding: 12px 15px 10px;
    }

ul.content-box-tabs {
    float: right;
    margin: 0 !important;
    padding: 12px 15px 0 0 !important;
}

    ul.content-box-tabs li {
        float: left;
        background-image: none !important;
        margin: 0;
        padding: 0 !important;
    }

        ul.content-box-tabs li a {
            color: #333;
            display: block;
            border-bottom: 0;
            margin: 1px;
            padding: 8px 10px;
        }

            ul.content-box-tabs li a.current {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
            }

.content-box-content {
    font-size: 13px;
    border-top: 1px solid #ccc;
    padding: 20px;
}

ul.content-box-tabs li a:hover {
    color: #0078cc;
}

img.main {
    width: 320px;
}

img.thumb {
    width: 120px;
}

#ims-images img.main {
    width: 100px;
}

#ims-images img.thumb {
    width: 100px;
}

a.vcr {
    display: block;
    width: 226px;
    padding-top: 30px;
    background: url(../images/vcr-report.jpg) no-repeat top left;
}

/*****************************************************************
Pagination */

.pagination a, .pagination span {
    margin: 0 5px 0 0;
    padding: 3px 6px;
}

.pagination span {
    color: #ccc;
}

.pagination a.number {
    border: 1px solid #ddd;
}

.pagination a.current {
    background: #469400 url(../images/bg-button-green.gif) top left repeat-x !important;
    color: #fff !important;
    border-color: #459300 !important;
}

.pagination a.current {
    background: #004a95 url('../images/bg-button-blue.gif') top left repeat-x !important;
    border-color: #004994 !important;
}

/*****************************************************************
Shortcuts */

.shortcut-button {
    border: 1px solid #ccc;
    background: #f7f7f7 url(../images/shortcut-button-bg.gif) top left no-repeat;
    display: block;
    width: 120px;
    margin: 0 0 20px;
}

    .shortcut-button span {
        border: 1px solid #fff;
        display: block;
        text-align: center;
        color: #555;
        font-size: 13px;
        line-height: 1.3em;
        padding: 15px 10px;
    }

        .shortcut-button span img {
            margin-bottom: 10px;
        }

ul.shortcut-buttons-set li {
    float: left;
    background: 0;
    margin: 0 15px 0 0;
    padding: 0 !important;
}

#main-content ul.shortcut-buttons-set li.chart {
    list-style: none;
    background: none;
}

ul.shortcut-buttons-set li.chart span {
    width: 100%;
    text-align: center;
    float: left;
}

#main-content li.chart table {
    width: auto;
}

li.chart div {
    text-align: center;
    display: block;
    width: 116px;
    margin: 0 auto;
}

/*****************************************************************
Forms */

form label {
    display: block;
    font-weight: bold;
    padding: 0 0 10px;
}

form fieldset legend {
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
}

form p small {
    font-size: .75em;
    color: #777;
}

form input.text-input, form select, form textarea, form .wysiwyg {
    font-size: 13px;
    background: #fff url(../images/bg-form-field.gif) top left repeat-x;
    border: 1px solid #d5d5d5;
    color: #333;
    padding: 6px;
}

form .small-input {
    width: 25% !important;
}

form .medium-input {
    width: 50% !important;
}

form .large-input {
    width: 97.5% !important;
    font-size: 16px !important;
    padding: 8px !important;
}

form .medium-large-input {
    width: 92.5% !important;
    font-size: 16px !important;
    padding: 8px !important;
}

form textarea {
    width: 97.5%;
    font-family: Arial, Helvetica, sans-serif;
}

    form textarea.EmailTextarea {
        width: 250px;
    }

form select {
    background: #fff;
    padding: 4px;
}

form input[type=checkbox], form input[type=radio] {
    background: none;
    border: 0;
    padding: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 5px;
}

#editForm {
    width: 400px;
}

    #editForm input {
        width: 390px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
    }

    #editForm select {
        padding: 5px;
    }

    #editForm textarea {
        width: 390px;
        height: 100px;
        padding: 5px;
    }

    #editForm label {
        padding: 0 0 5px;
    }

    #editForm div {
        margin: 0 0 15px;
    }

    #editForm .checkbox {
        clear: left;
        float: left;
    }

        #editForm .checkbox label {
            display: inline;
            width: auto;
            margin: 0 0 0 5px;
        }

        #editForm .checkbox input {
            width: auto;
            height: auto;
            line-height: normal;
        }

#languageSelection table {
    border-top: 0px;
    border-left: 0px;
}

    #languageSelection table tr {
    }

    #languageSelection table td {
        border-bottom: 0px;
        border-right: 0px;
    }

        #languageSelection table td input {
            height: 12px;
            width: 75px;
        }

.language-image {
    height: 75px;
    width: 75px;
}

#loginButton {
    margin-top: 12px;
}

#uploader, #uploader div {
    margin: 0;
}

#uploader_filelist {
    padding: 0;
}

#errorMessages, .errorMessages {
    width: 400px;
    margin: 10px 0;
}

    #errorMessages label, .errorMessages label {
        padding: 5px;
        margin: 0;
    }

.error.padded {
    padding: 5px;
    width: 390px;
    font-weight: bold;
}

/*****************************************************************
Notifications and validation */

.notification {
    position: relative;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 99.8%;
    margin: 0 0 15px;
    padding: 0;
}

.attention {
    background: #fffbcc url(../images/icons/exclamation.png) 10px 11px no-repeat;
    color: #666452;
    border-color: #e6db55;
}

.information {
    background: #dbe3ff url(../images/icons/information.png);
    color: #585b66;
    border-color: #a2b4ee;
}

.success {
    background: #d5ffce url(../images/icons/tick_circle.png);
    color: #556652;
    border-color: #9adf8f;
}

input.error, .error {
    background: #c00;
    color: #fff;
    border-color: #df8f8f;
}

.notification div {
    display: block;
    font-style: normal;
    line-height: 1.5em;
    padding: 10px 10px 10px 36px;
}

.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.input-notification {
    background-position: left 2px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0 0 0 5px;
    padding: 2px 0 2px 22px;
}

.field-validation-error {
    background-position: left 2px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0 0 0 5px;
    padding: 2px 0 2px 22px;
}

.field-validation-error {
    background: url(../images/icons/cross_circle.png) no-repeat left center;
    color: #585b66;
    border-color: #a2b4ee;
}

    .field-validation-error span {
        color: Red;
    }

/*****************************************************************
Login */

#login-wrapper #login-content .notification {
    border: 0;
    background-color: #141414;
    color: #fff !important;
}

body#login {
    color: #fff;
    background: #222 url(../images/bg-login.gif);
}

#login-wrapper {
    background: url(../images/bg-login-top.png) top left repeat-x;
}

    #login-wrapper #login-top {
        width: 100%;
        text-align: center;
        padding: 140px 0 50px;
    }

    #login-wrapper #login-content {
        text-align: left;
        width: 300px;
        margin: 0 auto;
    }

        #login-wrapper #login-content label {
            color: #fff;
            font-weight: normal;
            font-size: 14px;
            font-family: Helvetica, Arial, sans-serif;
            float: left;
            width: 70px;
            padding: 0;
        }

        #login-wrapper #login-content input {
            width: 200px;
            float: right;
            border: 0;
            background: #fff;
            margin: 0 0 20px;
        }

        #login-wrapper #login-content p {
            padding: 0;
        }

            #login-wrapper #login-content p#remember-password input {
                float: none;
                width: auto;
                border: 0;
                background: none;
                margin: 0 10px 0 0;
            }

            #login-wrapper #login-content p .button {
                width: auto;
                margin-top: 20px;
            }

/*****************************************************************
Facebox */

#facebox .b {
    background: url(../images/b.png);
}

#facebox .tl {
    background: url(../images/tl.png);
}

#facebox .tr {
    background: url(../images/tr.png);
}

#facebox .bl {
    background: url(../images/bl.png);
}

#facebox .br {
    background: url(../images/br.png);
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

    #facebox .popup {
        position: relative;
    }

    #facebox table {
        border-collapse: collapse;
    }

    #facebox td {
        border-bottom: 0;
        padding: 0;
    }

    #facebox .body {
        background: #fff;
        width: 370px;
        padding: 10px;
    }

    #facebox img {
        border: 0;
        margin: 0;
    }

    #facebox .footer {
        border-top: 1px solid #DDDDDD;
        padding-top: 5px;
        margin-top: 10px;
        text-align: right;
    }

    #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
        height: 10px;
        width: 10px;
        overflow: hidden;
        padding: 0;
    }

#facebox_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}

#facebox .loading, #facebox .image {
    text-align: center;
}

/*****************************************************************
WYSIWYG */

div.wysiwyg {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    width: 97.5% !important;
    padding: 5px;
}

    div.wysiwyg * {
        margin: 0;
        padding: 0;
    }

    div.wysiwyg ul.panel {
        border-bottom: 1px solid #cccccc;
        float: left;
        width: 100%;
        padding: 0 0 5px;
    }

        div.wysiwyg ul.panel li {
            list-style-type: none;
            float: left;
            background: #ffffff;
            background-image: none !important;
            margin: 0 2px;
            padding: 0 !important;
        }

            div.wysiwyg ul.panel li.separator {
                height: 16px;
                border-left: 1px solid #cccccc;
                margin: 0 4px;
            }

            div.wysiwyg ul.panel li a {
                display: block;
                width: 16px;
                height: 16px;
                background: url(../images/icons/jquery.wysiwyg.gif) no-repeat -64px -80px;
                border: 0;
                cursor: pointer;
                padding: 0 !important;
            }

                div.wysiwyg ul.panel li a.active {
                    background-color: #f9f9f9;
                    border: 1px solid #cccccc;
                    border-left-color: #aaaaaa;
                    border-top-color: #aaaaaa;
                    padding: 0;
                }

                div.wysiwyg ul.panel li a.bold {
                    background-position: 0 -16px;
                }

                div.wysiwyg ul.panel li a.italic {
                    background-position: -16px -16px;
                }

                div.wysiwyg ul.panel li a.strikeThrough {
                    background-position: -32px -16px;
                }

                div.wysiwyg ul.panel li a.underline {
                    background-position: -48px -16px;
                }

                div.wysiwyg ul.panel li a.justifyLeft {
                    background-position: 0 0;
                }

                div.wysiwyg ul.panel li a.justifyCenter {
                    background-position: -16px 0;
                }

                div.wysiwyg ul.panel li a.justifyRight {
                    background-position: -32px 0;
                }

                div.wysiwyg ul.panel li a.justifyFull {
                    background-position: -48px 0;
                }

                div.wysiwyg ul.panel li a.indent {
                    background-position: -64px 0;
                }

                div.wysiwyg ul.panel li a.outdent {
                    background-position: -80px 0;
                }

                div.wysiwyg ul.panel li a.subscript {
                    background-position: -64px -16px;
                }

                div.wysiwyg ul.panel li a.superscript {
                    background-position: -80px -16px;
                }

                div.wysiwyg ul.panel li a.undo {
                    background-position: 0 -64px;
                }

                div.wysiwyg ul.panel li a.redo {
                    background-position: -16px -64px;
                }

                div.wysiwyg ul.panel li a.insertOrderedList {
                    background-position: -32px -48px;
                }

                div.wysiwyg ul.panel li a.insertUnorderedList {
                    background-position: -16px -48px;
                }

                div.wysiwyg ul.panel li a.insertHorizontalRule {
                    background-position: 0 -48px;
                }

                div.wysiwyg ul.panel li a.h1 {
                    background-position: 0 -32px;
                }

                div.wysiwyg ul.panel li a.h2 {
                    background-position: -16px -32px;
                }

                div.wysiwyg ul.panel li a.h3 {
                    background-position: -32px -32px;
                }

                div.wysiwyg ul.panel li a.h4 {
                    background-position: -48px -32px;
                }

                div.wysiwyg ul.panel li a.h5 {
                    background-position: -64px -32px;
                }

                div.wysiwyg ul.panel li a.h6 {
                    background-position: -80px -32px;
                }

                div.wysiwyg ul.panel li a.cut {
                    background-position: -32px -64px;
                }

                div.wysiwyg ul.panel li a.copy {
                    background-position: -48px -64px;
                }

                div.wysiwyg ul.panel li a.paste {
                    background-position: -64px -64px;
                }

                div.wysiwyg ul.panel li a.increaseFontSize {
                    background-position: -16px -80px;
                }

                div.wysiwyg ul.panel li a.decreaseFontSize {
                    background-position: -32px -80px;
                }

                div.wysiwyg ul.panel li a.createLink {
                    background-position: -80px -48px;
                }

                div.wysiwyg ul.panel li a.insertImage {
                    background-position: -80px -80px;
                }

                div.wysiwyg ul.panel li a.html {
                    background-position: -48px -48px;
                }

                div.wysiwyg ul.panel li a.removeFormat {
                    background-position: -80px -64px;
                }

                div.wysiwyg ul.panel li a.empty {
                    background-position: -64px -80px;
                }

    div.wysiwyg iframe {
        border: 0;
        clear: left;
        width: 97.5% !important;
        margin: 5px 0 0;
    }

.align-right, #login-wrapper #login-content p#remember-password {
    float: right;
}

.button:hover, .pagination a.current:hover {
    text-decoration: underline;
}

.button {
    background: #004a95 url('../images/bg-button-blue.gif') top left repeat-x !important;
    border-color: #004994 !important;
}

.action-button span:hover {
    color: #0078cc;
    0;
}

/******************************************************************************
jqueryui buttons fix */

#main-content table tr td button.ui-button-icon-only {
    width: 2em;
}

    #main-content table tr td button.ui-button-icon-only .ui-button-text {
        padding: 0;
    }

#main-content table tr td a.ui-button-icon-only {
    width: 2em;
}

    #main-content table tr td a.ui-button-icon-only .ui-button-text {
        padding: 0;
    }

/******************************************************************************
jqueryui tabs fix */

#main-content ul.ui-tabs-nav {
    padding: .2em .2em 0;
}

#main-content li.ui-state-default {
    padding: 0;
    border: 1px solid #00a2cf;
    background: #004285 url(../images/ui-bg_highlight-soft_50_004285_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}

#main-content li.ui-state-hover {
    border: 1px solid #00a2cf;
    background: #007cb9 url(../images/ui-bg_highlight-soft_75_007cb9_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}

#main-content li.ui-tabs-selected {
    padding: 0;
    padding-bottom: 1px;
    border: 1px solid #cccccc;
    border-bottom: none;
    background: #cccccc url(../images/ui-bg_highlight-hard_50_cccccc_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #000000;
}

/* ==|== jquery ui alert/instruct widget ============================================= */
.ui-alert-widget, .ui-instruct-widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 20px;
}

    .ui-alert-widget p, .ui-instruct-widget p {
        padding: 0;
    }

    .ui-alert-widget strong, .ui-instruct-widget strong {
        color: #fff;
    }

/******************************************************************************
non-cross browser styles */
.button, #main-content table tfoot td .bulk-actions select, .pagination a.number, form input.text-input, form textarea, form .wysiwyg, form select, .dp-popup {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.content-box, .content-box-header, ul.content-box-tabs li a.current, .shortcut-button, .notification {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.content-box-header {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.closed-box .content-box-header {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

ul.content-box-tabs li a.current {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.shortcut-button span {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

div.wysiwyg ul.panel li a {
    opacity: 0.6;
}

    div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {
        opacity: 0.99;
    }

/* ==|== non-semantic helper classes ======================================== */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

/* ==|== print styles ======================================================= */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}
