* { 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

pre { 
    font-family: courier;
    font-size: 10pt;
}

label { 
}

body { 
}

input, textarea, select { 
    margin-left: 6px;
}

.at-select-radio { 
    height: 22px;
}

.at-select-checkbox { 
    height: 22px;
}

.at-select-menu { 
    height: 20px;
}

.at-button { 
    height: 22px;
}

.at-table-link { 
    border-color: #BED6F8;
    color: #000000;
}

.at-link { 
    border-color: #BED6F8;
    color: #000000;
}

.at-pdf-link { 
    border-width: thin;
    border-color: #BED6F8;
    color: #000000;
    text-decoration: none;
}

.at-commandlink A:link { 
    text-decoration: none;
}

.at-commandlink A:visited { 
    text-decoration: none;
}

.at-commandlink A:active { 
    text-decoration: none;
}

.at-commandlink A:hover { 
    text-decoration: underline;
    color: red;
}

form { 
    padding: 0px;
    margin: 0px;
}

.at-label-dataLabel { 
    vertical-align: text-top;
    color: #666666;
    padding: 6px;
    font-weight: bold;
}

.at-td-label { 
    vertical-align: text-top;
    color: #666666;
    padding: 6px;
    font-weight: bold;
}

.at-td-field { 
    vertical-align: text-top;
}

.at-td-border { 
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
}

.at-table-w-border { 
    border-top: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}

.at-input-dataRequired { 
    height: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: darkgray;
}

.at-tableInput-dataRequired { 
    height: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: darkgray;
}

.at-input-dataOptional { 
    height: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: darkgray;
}

.at-tableInput-dataOptional { 
    height: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: darkgray;
}

.at-inputArea-dataOptional { 
    border-width: 1px;
    border-style: solid;
    border-color: darkgray;
}

.at-inputArea-dataRequired { 
    border-width: 1px;
    border-style: solid;
    border-color: darkgray;
}

.at-select-dataSelectOneMenu { 
    padding: 1px;
}

.at-output-textView { 
    height: 16px;
    border-width: 1px;
    border-color: gray;
    border-style: none;
    padding: 2px;
}

.at-output-textViewWrap { 
    height: 16px;
    border-width: 1px;
    border-color: gray;
    border-style: none;
    padding: 2px;
    white-space: normal;
}

.at-output-textBullet { 
    height: 16px;
    border-width: 1px;
    border-color: gray;
    border-style: none;
    padding: 2px;
}

.at-output-textAreaView { 
    border-width: 1px;
    border-color: gray;
    border-style: none;
    padding: 2px;
}

.at-div-appTitle { 
    font-size: 16pt;
    font-style: italic;
}

.at-div-tabTitle { 
    font-size: 12pt;
    margin-top: 8px;
    margin-bottom: 8px;
}

.at-div-sectionTitle { 
    font-size: 10pt;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
}

.at-div-tabBodyTopMargin { 
    margin-top: 10px;
}

.at-div-tabBody { 
    margin-bottom: 10px;
}

.at-div-tabBodyBold { 
    font-weight: bold;
    margin-bottom: 10px;
}

.at-feedTitleBold { 
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
}

.at-feedColumnClass { 
    border-top: 0px solid #D0D0D0;
    border-right: 0px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-left: 0px solid #D0D0D0;
    padding: 4px;
    padding-bottom: 6px;
    white-space: normal;
}

.at-panelGridClass { 
    border-collapse: collapse;
}

.at-panelGridColumnClass { 
    border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    padding: 2px;
    white-space: nowrap;
}

.at-panelGridColumnClassWrap { 
    border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    padding: 2px;
    white-space: normal;
}

.at-panelGridColumnClassNoBorder { 
    border-top: 0px solid #D0D0D0;
    border-right: 0px solid #D0D0D0;
    border-bottom: 0px solid #D0D0D0;
    border-left: 0px solid #D0D0D0;
    padding: 1px;
}

.at-panelGridColumnTopClass { 
    border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    padding: 2px;
    vertical-align: text-top;
}

.at-panelGridColumnNoBorderClass { 
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    padding: 2px;
}

.at-dataTable-headerClass { 
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    height: 16px;
    padding: 2px;
}

.at-dataTable-headerClass1 { 
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    padding: 2px;
    white-space: normal;
}

.dr-table-subheadercell { 
    border-right: solid 1px #C0C0C0;
    padding: 4px 4px 4px 4px;
    text-align: center;
    font-size: 11px;
    color: #000;
    font-family: Arial, Verdana, sans-serif;
    white-space: normal;
}

.dr-table-footer { 
    border: solid 1px #C0C0C0;
}

.at-dataTable-columnClass { 
    font-size: 11px;
}

.at-dataTable-DescriptionColumnClass { 
    font-size: 11px;
    text-align: left;
}

.at-tree-node-selectedClass { 
    padding: 1px 1px 1px 4px;
    border: 0;
}

.at-tree-node-highlightedClass { 
    text-decoration: none;
    color: #000000;
}

.at-output-note-title { 
    text-decoration: underline;
    font-weight: bold;
}

.at-output-note { 
    text-decoration: none;
}

.at-help-menu-item { 
    text-decoration: none;
    color: black;
    font-weight: normal;
}

.at-print-enabled-menu-item { 
    text-decoration: none;
    color: black;
    font-weight: normal;
}

.at-print-disabled-menu-item { 
    text-decoration: none;
    color: #808080;
    font-weight: normal;
}

.errorClass { 
    display: block;
    padding-left: 10px;
    font-size: 8pt;
    font-weight: bold;
    color: #AD1F23;
}

.infoClass { 
    display: block;
    padding-left: 10px;
    font-size: 8pt;
    font-weight: bold;
    color: #006600;
}

.globalErrorClass { 
    color: #AD1F23;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 23px;
    background: #F7E7EA url(../img/error.gif) no-repeat 4px 4px;
    border: 1px solid #AD1F23;
    list-style-type: none;
}

.globalInfoClass { 
    color: #006600;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 23px;
    background: #f0fff0 url(../img/information.gif) no-repeat 4px 4px;
    border: 1px solid #006600;
    list-style-type: none;
}

.messagesListClass { 
    border-spacing: 10px;
}

.at-popup-panelRowClass { 
    height: auto;
}

#titlePanel.dr-pnl, #titlePanel_body.dr-pnl-b, #globalPanel.dr-pnl, #globalPanel_body.dr-pnl-b { 
    border: none;
    padding: 0px;
    margin: 0px;
}

.linkWithoutBorder { 
    text-decoration: none;
}

.at-panelGridColumnClassNoBorderBottom { 
    border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 0px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    padding: 2px;
    white-space: nowrap;
}

.at-ddmenu-label-select { 
    background-color: #FFFFFF;
    border-color: #C0C0C0;
    border-width: 1px;
    border-style: solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
}

