﻿
.btn {
    border-radius: 4px;
    box-shadow: 4px 4px 4px grey;
}

.ui-dialog-titlebar {
    letter-spacing: 4px;
    text-transform: capitalize;
    font-size: 11px;
    color: darkslategrey;
}

.ui-jqgrid, .ui-jqgrid-view {
    font-size: 11px !important;
}

.ui-jqgrid-titlebar {
    font-size: 12px !important;
}

.ui-jqgrid-title, .ui-jqdialog-title {
    text-transform: capitalize;
    letter-spacing: 4px;
}

.ui-widget {
    font-size: .8em;
    font-family: Verdana, 'Open Sans', Arial, sans-serif;
}

    input, .ui-widget input, .ui-widget textarea, .ui-widget select {
        font-family:  'Source Code Pro', Monaco, monospace;
    }


.ui-datepicker {
    z-index: 99999999 !important;
}

.ui-dialog-content label {
    display: block;
    font-weight: bold;
    margin-top: 4px;
    font-size: smaller;
}

.ui-dialog-content input[type=text], input[type=password] {
    width: 240px;
}

.ui-dialog-content .error {
    color: red;
    font-weight: bold;
}

.PageCopy {
    margin: 0 80px 0 40px;
}

.PageHeader {
    color: #0A1358;
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.PageSubHeader {
    color: #0A1358;
    font-size: 10pt;
    font-weight: bold;
}

.entry-error {
    background-color: red;
    color: white;
}

#divLoginUser a:link, a:hover, a:visited, a:active {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

#watermark {
    position: fixed;
    bottom: 5px;
    right: 5px;
    opacity: 0.5;
    z-index: 99;
    color: black;
    letter-spacing: 10px;
    font-size: 18px;
}

.menubar {
    width: 18px;
    height: 3px;
    background-color: white;
    margin-bottom: 3px;
}

.menuButton {
    width: 200px;
}

iframe[seamless] {
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}
