﻿body
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #000;
    background: #FFF;
}
body, table
{
    border: none;
    margin: 0px;
    padding: 0px;
}
a
{
    color: #369;
    text-decoration: none;
}
a:hover
{
    color: #136;
}
a img
{
    border: none;
}
table#skeleton
{
    width: 850px;
}
table#skeleton tr td.leftshading
{
    background: url(/gui/left-side-shading.jpg) repeat-y;
}
table#skeleton tr td.header
{
    height: 172px;
    border-bottom: solid 1px #000;
}
table#skeleton tr td.header div.company
{
    background: url(/gui/header-img.jpg) no-repeat;
    height: 131px;
    width: 810px;
    margin: auto;
}
table#skeleton tr td.rightshading
{
    background: url(/gui/right-side-shading.jpg) repeat-y;
}
table#skeleton tr td.menu
{
    background: url(/gui/menu-col-background.jpg);
    vertical-align: top;
    padding: 5px 0px;
}
table#skeleton tr td.content
{
    background: url(/gui/content-background.jpg);
    padding: 15px;
    vertical-align: top;
}
table#skeleton tr td.footer
{
    background: url(/gui/footer.jpg) repeat-x;
}
table#skeleton tr td.bottom
{
    vertical-align: bottom;
}
#dblink
{
    display: block;
    float: right;
    margin: 5px 15px 0px 0px;
}

h1, h2, h3
{
    margin: .8em 0 .2em 0;
    padding: 0;
}
p
{
    margin: .4em 0 .8em 0;
    padding: 0;
}
/* Header styles */
#header
{
    clear: both;
    float: left;
    width: 100%;
}
#header
{
    border-bottom: 1px solid #000;
}
#header p, #header h1, #header h2
{
    padding: .4em 15px 0 15px;
    margin: 0;
}
#header ul
{
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
#header ul li
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#header ul li a
{
    display: block;
    float: left;
    margin: 0 0 0 1px;
    padding: 3px 10px;
    text-align: center;
    background: #eee;
    color: #000;
    text-decoration: none;
    position: relative;
    left: 15px;
    line-height: 1.3em;
}
#header ul li a:hover
{
    background: #369;
    color: #fff;
}
#header ul li a.active, #header ul li a.active:hover
{
    color: #fff;
    background: #000;
    font-weight: bold;
}
#header ul li a span
{
    display: block;
}
/* 'widths' sub menu */#layoutdims
{
    clear: both;
    background: #eee;
    border-top: 4px solid #000;
    margin: 0;
    padding: 6px 15px !important;
    text-align: right;
}
/* column container */.colmask
{
    position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}
/* 2 column left menu settings */.leftmenu
{
    background: #FFD8B7;
}
.leftmenu .colright
{
    float: left;
    width: 200%;
    position: relative;
    left: 200px;
    background: #fff;
}
.leftmenu .col1wrap
{
    float: right;
    width: 50%;
    position: relative;
    right: 200px;
    padding-bottom: 1em;
}
.leftmenu .col1
{
    margin: 0 15px 0 215px;
    position: relative;
    right: 100%;
    overflow: hidden;
}
.leftmenu .col2
{
    float: left;
    width: 170px;
    position: relative;
    right: 185px;
}
/* Footer styles */#footer
{
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #000;
}
#footer p
{
    padding: 10px;
    margin: 0;
}

/* Default style sheet for jQuery date picker v3.7.0. */
#datepick-div, .datepick-inline
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: #ddd;
    color: #000;
    width: 15em;
}
#datepick-div
{
    display: none;
    border: 1px solid #777;
    z-index: 100; /*must have*/
}
.datepick-inline
{
    float: left;
    display: block;
    border: 0;
}
.datepick-rtl
{
    direction: rtl;
}
.datepick-dialog
{
    padding: 5px !important;
    border: 4px ridge #ddd !important;
}
.datepick-disabled
{
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.datepick-trigger
{
    width: 25px;
    padding: 0px;
}
img.datepick-trigger
{
    margin: 2px;
    vertical-align: middle;
}
.datepick-prompt
{
    float: left;
    padding: 2px;
}
* html .datepick-prompt
{
    /* IE6 */
    width: 15em;
}
.datepick-control, .datepick-links, .datepick-header, .datepick
{
    clear: both;
    float: left;
    width: 100%;
    color: #fff;
}
.datepick-control
{
    background: #400;
    padding: 2px 0px;
}
.datepick-links
{
    background: #000;
    padding: 2px 0px;
}
.datepick-control, .datepick-links
{
    font-weight: bold;
    font-size: 80%;
}
.datepick-links label
{
    padding: 2px 5px;
    color: #888;
}
.datepick-clear, .datepick-prev
{
    float: left;
    width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev
{
    float: right;
    text-align: right;
}
.datepick-current
{
    float: left;
    width: 30%;
    text-align: center;
}
.datepick-close, .datepick-next
{
    float: right;
    width: 34%;
    text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next
{
    float: left;
    text-align: left;
}
.datepick-header
{
    background: #333;
    text-align: center;
    font-weight: bold;
    min-height: 1.5em;
}
.datepick-header select
{
    background: #333;
    color: #fff;
    border: 0px;
    font-weight: bold;
}
.datepick-header span
{
    position: relative;
    top: 3px;
}
.datepick
{
    background: #ccc;
    text-align: center;
    font-size: 100%;
}
.datepick a
{
    display: block;
    width: 100%;
}
.datepick-title-row
{
    background: #777;
}
.datepick-title-row th
{
    text-align: center;
    font-weight: normal;
}
.datepick-days-row
{
    background: #eee;
    color: #666;
}
.datepick-week-col
{
    background: #777;
    color: #fff;
}
.datepick-days-cell
{
    color: #000;
    border: 1px solid #ddd;
}
.datepick-other-month
{
    background: #fff;
}
.datepick-week-end-cell
{
    background: #ddd;
}
.datepick-title-row .datepick-week-end-cell
{
    background: #777;
}
.datepick-week-over
{
    background: #ddd;
}
.datepick-unselectable
{
    color: #888;
}
.datepick-today
{
    background: #fcc;
}
.datepick-current-day
{
    background: #777;
    color: #fff;
}
.datepick-days-cell-over
{
    background: #fff;
    color: #000;
    border: 1px solid #777;
}
.datepick-status
{
    background: #ddd;
    width: 100%;
    font-size: 80%;
    text-align: center;
}
#datepick-div a, .datepick-inline a
{
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.datepick-inline .datepick-links a
{
    padding: 0 5px !important;
}
.datepick-control a, .datepick-links a
{
    padding: 2px 5px !important;
    color: #eee;
}
.datepick-title-row a
{
    color: #eee;
}
.datepick-control a:hover
{
    background: #fdd;
    color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover
{
    background: #ddd;
    color: #333;
}
.datepick-multi .datepick
{
    border: 1px solid #777;
}
.datepick-one-month
{
    float: left;
    width: 15em;
}
.datepick-new-row
{
    clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover
{
    display: none; /*sorry for IE5*/
    display: /**/ block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}

