﻿body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Verdana;
    font-size: 11px;
}

input[type=button], input[type=submit], input[type=reset] {
    font-size: 12px;
    background-color: #0078D4;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

    input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        background-color: #106EBE;
    }

    input[type=button]:disabled, input[type=submit]:disabled {
        color:lightgray;
    }


input[type=text], input[type=date], input[type=password], input[type=email], input[type=number], input[type=file], input[type=tel] {
    font-size: 12px;
    font-family: Verdana;
    border: 1px solid lightgrey;
    height: 17px;
}

    input[type=text]:hover, input[type=date]:hover, input[type=password]:hover, input[type=email]:hover, input[type=number]:hover, input[type=file]:hover, input[type=tel]:hover {
        font-size: 12px;
        font-family: Verdana;
        border: 1px solid grey;
        height: 17px;
    }

    input[type=text]:focus, input[type=date]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=file]:focus, input[type=tel]:focus {
        font-size: 12px;
        font-family: Verdana;
        height: 17px;
        outline: 1px solid grey;
    }

textarea {
    font-size: 12px;
    font-family: Verdana;
    border: 1px solid lightgrey;
    /*height: 21px;*/
}

select {
    font-size: 12px;
    font-family: Verdana;
    border: 1px solid lightgrey;
    height: 21px;
}

td, th {
    font-size: 12px;
    font-family: Verdana;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.row {
    background-color: White;
}

.arow {
    background-color: White;
}

.hrow {
    background-color: #e0e0e0;
}

    .hrow a {
        color: white;
        font-weight: bold;
        text-decoration: none;
    }

.centered {
    width: 400px;
    height: auto;
    border: 5px solid #0099CC;
    text-align: left;
    position: fixed;
    top: 40%;
    left: 40%;
    margin-left: -70px;
    margin-top: -50px;
    background-color: White;
}

.loading {
    width: 150px;
    height: 100px;
    border: 5px solid #0099CC;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -100px;
    background-color: White;
    vertical-align: middle;
}

.grid {
    border-bottom: 1px solid #eeeeee;
}

    .grid td {
        border-bottom: 1px solid #eeeeee;
    }

    .grid th {
        background-color: #a0a0a0;
        color: Black;
        font-weight: bold;
        padding: 2px 2px 2px 2px;
        padding-left: 9px;
        border-bottom: 1px solid #eeeeee;
    }

        .grid th a {
            color: black;
        }

.gridHeader {
    background-color: #a0a0a0;
    color: Black;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
}

    .gridHeader a {
        color: Black;
    }

#title {
    border-radius: 5px;
    background: #e0e0e0;
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.sectionheader {
    background: #666666;
    font-weight: bold;
    color: white;
    /*padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;*/
    padding: 5px 5px 5px 5px;
}

.box {
    background: #FFFFFF;
    padding-bottom: 20px;
    width: 100%;
}

.left {
    font-weight: bold;
    text-align: right;
    padding-right: 3px;
    width: 150px;
}

.attrib {
    font-weight: bold;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.title {
    font-size: 14px;
    font-weight: bold;
}

.panel {
    margin-left: 5px;
    margin-right: 5px;
}

.normal {
    border-left: 2px solid lightgrey;
    border-right: 2px solid lightgrey;
    border-top: 2px solid lightgrey;
    border-bottom: 2px solid black;
    cursor: hand;
}

.selected {
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-top: 2px solid black;
    cursor: hand;
}

.empty {
    border-bottom: 2px solid black;
}

.aright {
    text-align: right;
}

#dhtmltooltip {
    position: absolute;
    width: auto;
    border: 2px solid black;
    padding: 2px;
    background-color: white;
    visibility: hidden;
    z-index: 100;
}

.strike {
    text-decoration: line-through;
}

.db-header {
    padding: 0.4em 0.4em 0.4em 0.8em;
    margin-bottom: 0.5em;
    position: relative; /*cursor: move;*/
    cursor: move;
    background-color: #007fff;
    color: White;
    font-size: medium; /*border: 1px solid black;*/
}

.spacer {
    height: 15px;
}

#topBar {
    width: 100%;
    background-color: black;
    color: white;
    height: 23px;
    padding-top: 5px;
    z-index: 9999;
    position: relative;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 200px;
}

.zTop {
    z-index: 999;
}

.ui-dialog {
    z-index: 1000 !important;
}
