body {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    margin: 0px;
}

body, p, td, input, select, textarea {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

form {
    margin: 0px;
}

#header {
    background-color: #313131;
    background-image: url(images/bgr_header.png);
    background-repeat: repeat-x;
    color: #ffffff;
    text-align: left;
    min-height: 54px;
}

#header h1 {
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0px 0px 5px;
    margin: 0px;
}

#logo {
    float: left;
}

#curUser {
    float: right;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 10px 0px 0px;
    width: 640px;
    text-align: right;
}

#login {
    background-color: #fbfbfb;
    background-image: url(images/lock.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #000000;
    border: 1px solid #cdcdcd;
    text-align: left;
    margin: 15px auto 15px auto;
    padding: 0px 0px 35px 0px;
    width: 550px;
}

#login .inp {
    width: 250px;
}

.content {
    background-color: #fbfbfb;
    color: #000000;
    border: 1px solid #cdcdcd;
    text-align: left;
    margin: 15px auto 15px auto;
    padding: 0px 0px 35px 0px;
    width: 900px;
}

.inner {
    padding: 15px;
}

.content h1 {
    background-color: inherit;
    color: #8e1f1f;
    font-size: 18px;
    font-weight: bold;
}

.content h2 {
    background-color: inherit;
    color: #8e1f1f;
    font-size: 16px;
    font-weight: normal;
}

.content a {
    background-color: inherit;
    color: #0b55c4;
    text-decoration: none;
}

.content a:hover {
    background-color: inherit;
    color: #0b55c4;
    text-decoration: underline;
}

a.overlink {
    background-color: inherit;
    color: #0b55c4 !important;
    text-decoration: none !important;
}

a.overlink:hover {
    background-color: inherit;
    color: #0b55c4 !important;
    text-decoration: underline !important;
}

.inp {
    background-color: #ffffff;
    background-image: url(images/bgr_input.png);
    background-repeat: repeat-x;
    color: #000000;
    border: 1px solid #c0c0c0;
    width: 500px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.inp-em {
    background-color: #fff4f4;
}

.btn {
    background-color: #f6f6f6;
    background-image: url(images/bgr_button.png);
    color: #000000;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 25px;
}

.btn:disabled {
    background-color: #dfdfdf;
    color: #ffffff;
    cursor: default;
}

.error {
    background-color: #e6c0c0;
    background-image: url(images/icon_alert.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    color: #cc0000;
    font-weight: bold;
    margin: 15px 0px 15px 0px;
    padding: 10px 10px 10px 40px;
    height: 20px;
    border-top: 2px solid #de7a7b;
    border-bottom: 2px solid #de7a7b;
}

.success {
    background-color: #c3d2e5;
    background-image: url(images/icon_info.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    color: #0055bb;
    font-weight: bold;
    margin: 15px 0px 15px 0px;
    padding: 10px 10px 10px 40px;
    height: 20px;
    border-top: 2px solid #84a7db;
    border-bottom: 2px solid #84a7db;
}

.infobox {
    width: 500px;
}

.infobox2 {
    width: 300px;
}

.searchbox {
    background-image: url(images/bgr_search.png);
    background-repeat: repeat-x;
    color: #333333;
    border: 1px solid #cccccc;
    margin: 15px 0px 10px;
    padding: 5px;
}

.tbl {
    border: 1px solid #cdcdcd;
    width: 100%;
}

.tblhead {
    background-image: url(images/bgr_tbl_header.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    height: 25px;
}

.tblrow1, tr.even td {
    background-color: #f3f3f3;
    color: #131313;
}

.tblrow2, tr.odd td {
    background-color: #ffffff;
    color: #131313;
}

.sel {
    background-color: #d9ebf5 !important;
    color: #333333 !important;
}

.marked, tr.marked td {
    background-color: #ffdfdf;
    color: #333333;
}

.tblrow1 td, .tblrow2 td, .sel td, .marked td {
    padding: 2px 0px;
}

.tblhead a, .tblhead a:hover {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.sitem {
    width: 500px;
    border: 1px solid #e4e4e4;
    background-color: #f3f8ff;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px;
    margin-bottom: 5px;
    cursor: move;
}

div.growlUI {
    background: url("images/checkmark.png") no-repeat 10px 10px;
}

div.growlUI h1, div.growlUI h2 {
    color: white;
    padding: 5px 5px 5px 75px;
    text-align: left;
}

div.growlUI h1 {
    font-size: 18px;
}

div.growlUI h2 {
    font-size: 14px;
}

img {
    border: 0px;
}

.noteInfo {
    border: 1px solid #e4e4e4;
    border-top: 0px;
    padding: 10px;
    background-color: #fff4f4;
    color: #930404;
    font-size: 16px;
    display: none;
}

.noteInfo td {
    font-size: 16px;
}    

.noteTbl {
    margin: auto;
    margin-top: 20px;
    width: 750px !important;
}

.noteTbl td {
    font-size: 12px;
    color: #000000;
}

a.ufoc:focus {
    outline: 0;
}

.toplinks {
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
}

.toplinks a {
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
}

.wrapstr {
    white-space: pre;
    white-space: pre-wrap; 
    white-space: pre-line; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    white-space: -moz-pre-wrap; 
    word-wrap: break-word;
}

.ui-tabs .ui-state-default a, .ui-tabs .ui-state-default a:link, .ui-tabs .ui-state-default a:visited { 
    color: #777777; 
    font-weight: normal; 
}
.ui-tabs .ui-state-active a, .ui-tabs .ui-state-active a:link, .ui-tabs .ui-state-active a:visited { 
    color: #cc0000; 
    color: #222222; 
    font-weight: bold; 
}

.alttabhead {
    background-image: none !important;
    background-color: #013178 !important;
    border: 1px solid #013178 !important;
}
.alttabhead2 {
    background-image: none !important;
    background-color: #2b776b !important;
    border: 1px solid #2b776b !important;
}

th.headerSortUp { 
    background-image: url("images/downarrow.png"); 
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
} 

th.headerSortDown { 
    background-image: url("images/uparrow.png"); 
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
} 

table.grid {
    border-collapse: collapse;
}

table.grid td {
    border: 1px solid #e4e4e4;
}

.pl {
    font-weight: bold;   
}

.pc {
    font-family: Courier, "Courier New", monospace;
    font-size: 14px;
}

.iconic {
    cursor: pointer;
}



.tabs-left { 
    position: relative; 
    padding-left: 6.5em; 
} 
.tabs-left .ui-tabs-nav { 
    position: absolute; 
    left: 0.25em; 
    top: 0.25em; 
    bottom: 0.25em; 
    width: 6em; 
    padding: 0.2em 0 0.2em 0.2em; 
} 
.tabs-left .ui-tabs-nav li { 
    right: 1px; 
    width: 100%; 
    border-right: none; 
    border-bottom-width: 1px !important; 
    -moz-border-radius: 4px 0px 0px 4px; 
    -webkit-border-radius: 4px 0px 0px 4px; 
    border-radius: 4px 0px 0px 4px; 
    overflow: hidden; 
} 
.tabs-left .ui-tabs-nav li.ui-tabs-selected, 
.tabs-left .ui-tabs-nav li.ui-state-active { 
    border-right: 1px solid transparent; 
} 
.tabs-left .ui-tabs-nav li a { 
    float: right; 
    width: 100%; 
    text-align: right; 
}

.spctbl .tblrow1 td, .spctbl .tblrow2 td {
    padding: 7px;
}

.spctbl .tblhead td {
    padding: 0px 7px !important;
}

.ui-autocomplete {
    text-align: left;
}

.searchbox div {
    height: auto !important;
    margin-bottom: 5px;
}

.btn {
    height: auto !important;
    padding: 3px 4px;
}

.ui-widget-header.blue-header-dlg, .dlg-blue-title {
    background-image: none !important;
    background-color: #004276 !important;
    border-color: #00285d !important;
}

.appTypeCol {
    width: 220px;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    text-align: center;
}

.appTypeTitle {
    margin-bottom: 5px;
}

.appTypeList {
    border: 1px solid #e4e4e4;
    padding: 5px;
    min-height: 50px;
}

.appTypeItem {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 3px;
    font-weight: normal;
    cursor: move;
}

#undefList {
    background-color: #fff4f4;
}

.nfl-gr {
    margin-top: 15px;
}

.nfl-gr a {
    font-weight: bold;
}

.nfl-tbl {
    margin: 10px 0px 15px 0px;
    table-layout: fixed;
}

.nfl-tbl a {
    white-space: pre; 
    white-space: pre-wrap; 
    white-space: pre-line; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    white-space: -moz-pre-wrap; 
    word-wrap: break-word;
}

.patfn {
    padding-right: 10px;
}

.nfl-dt {
    font-size: 11px;
    color: #525252;
}

.nfl-rep {
    background-color: #1c5918;
    color: white;
    font-size: 11px;
    padding: 2px;
    cursor: pointer;
}

._nfl-gr {
    margin-top: 15px;
}

._nfl-gr a {
    font-weight: bold;
}

#dlgHl7v3File .code, #dlgHl7v3Ack .code {
    height: 450px;
}

table.tbl-padded td {
    padding: 5px;
}



