.bodycopy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 15px;
    font-weight: normal;
    font-variant: normal;
    color: #1D1D1D;
}

.deftext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #1B4356;
}

.redtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: red;
}

.bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #1B4356;
}

.headlinehome {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bolder;
    color: #1B4356;
}

.headred {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bolder;
    color: #941D1F;
}

.dynamic {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #660000;
    font-style: italic;
}

.headlinewhite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bolder;
    color: white;
}

table.selectable {
    table-layout: fixed;
    border: 0;
    width: 100%;
    visibility: hidden;
}

tr.odd, td.odd, tr.def, td.def {
    background: white;
    cursor: pointer;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #135578;
    font-weight: normal;
    height: 14px;
}

tr.even, td.even {
    background: #E0F0FF;
    cursor: pointer;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #135578;
    font-weight: normal;
    height: 14px;
}

tr.hover, td.hover {
    background: #B0B0B0;
    cursor: pointer;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    font-weight: normal;
    height: 14px;
}

tr.selected, td.selected {
    background: #316AC5;
    cursor: pointer;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    font-weight: normal;
    height: 14px;
}

th.header, td.header {
    background: #135578;
    border-left: 1px solid white;
    border-right: 1px solid white;
    cursor: default;
    text-align: left;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    font-weight: bold;
    height: 15px;
}

td.datacell {
    padding-left: 1px;
    padding-right: 1px;
    height: 14px;
}

.spanheader {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
}

select.defselect {
    border: #1B4356 1px solid;
    color: #1B4356;
    background-color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

input.definput {
    color: #1B4356;
    font-weight: normal;
}

input.form-autocomplete {
    color: #1B4356;
    font-weight: normal;
    background: url('../Images/throbber.gif') no-repeat 100% 2px;
}

input.throbbing {
    background-position: 100% -18px;
}

.overflow {
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.overflowouter {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.celltext {
    width: 100%;
    overflow: hidden;
    word-spacing: normal;
    text-indent: 5px;
    display: block;
}

/* --- AUTOCOMPLETE CSS --- */

.autocomplete {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    color: #333;
    background-color: #fff;
    border: 1px solid #666;
    overflow: hidden;
}

.autocomplete ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

.autocomplete li {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #fff;
}

.autocomplete li.selected {
    background-color: #cef;
    border-top: 1px solid #9bc;
    border-bottom: 1px solid #9bc;
}