﻿body, html {
    font-family: Calibri;
    font-size: 12pt;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body.fullFrame, html.fullFrame {
    font-family: Calibri;
    font-size: 12pt;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
body.noScroll {
    font-family: Calibri;
    font-size: 12pt;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.fullFrame {
    height: 100%;
    width: 100%
}

a, a:visited {color: #0000cc;}
a:hover {color: #cc0000;}
a.disabled {pointer-events: none; cursor: default;}
.timeOut {
    position: fixed;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    height: 22px;
    width: 230px;
    border: 0px;
    z-index: 101;
    display: none;
}
tr.hide {
    display: none;
}
tr.show {
    display: table-row;
}
td.hide {
    display: none;
}
td.show {
    display: table-cell;
}
div.hide {
    display: none;
}
div.block {
    display: block;
}

/* Main */

table.main {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px solid #0182C3;
    border-spacing: 0px;
}
.panStaging {
    position: fixed;
    overflow: hidden;
    top: 0px;
    left: 0px;
    height: 22px;
    width: 100%;
    padding: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0px;
    background-color: #ff6a00;
    text-align: center;
    z-index: 100
}

/* Main Header */

table.header {
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    background-color: #0182c3;
    vertical-align: middle;
}
tr.header, td.header {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    height: 80px;
}
td.headerTitle {
    font-family: Calibri;
    font-size: 20pt;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding: 0 20px;
    color: white;
    white-space: nowrap;
    background-color: #0182c3;
}
td.headerInfo {
    font-family: Calibri;
    font-size: 11pt;
    vertical-align: middle;
    margin-left: auto;
    padding: 0 20px;
    color: white;
    width: 250px;
    background-color: #0182c3;
}
td.headerShow {
    display: table-cell;
}
td.headerHide {
    display: none;
}
td.DefaultLogo {
    height: 80px;
    width: 300px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background-color: #0182c3;
    border-spacing: 0px;
    background-repeat: no-repeat;
    background-position: left, center;
    background-image: url("dcnr_logo.png");
}
td.GrantsLogo {
    height: 107px;
    width: 700px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background-color: #0182c3;
    border-spacing: 0px;
    background-repeat: no-repeat;
    background-position: left, center;
    background: url("Grants.png") no-repeat;
}

/* Main Menu */

div.admMenu {
    height: 40px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    border: none;
    border-bottom: 1px solid #206719;
    border-spacing: 0px;
    background-color: #40873A;
    background: url("menubkg.png") repeat-x;
}
table.menu {
    height: 40px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    border-top: 1px solid #206719;
    border-spacing: 0px;
    background-color: #40873A;
    background: url("menubkg.png") repeat-x;
}
tr.menu, td.menu {
    height: 40px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    text-wrap: none;
    border: none;
    border-bottom: 1px #999999 solid;
    border-spacing: 0px;
}
tr.menuFrame, td.menuFrame {
    width: 100%;
    height: 40px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    text-wrap: none;
    border: none;
}
div.menuFrame {
    text-align: center;
    display: inline;
}
td.menuLeft {
    text-align: left;
}
td.menuCenter {
    text-align: center;
}
td.menuRight {
    text-align: right;
}
span.menu {
    border-radius: 5px;
}
a.menu, a:visited.menu {
    margin: 0px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    border-spacing: 0px;
    border-radius: 5px;
}
a:hover.menu {
    background: #40873A;
    color: #dcd93f;
}
a.menuW {color: white;}
a.menuR {color: darkred;}
.menuB{border-left: 1px solid #999999;}
.menuE{border-right: 1px solid #999999;}

/* Sub Menu */

table.submenu {
    height: 40px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    border-top: 1px solid #206719;
    border-spacing: 0px;
    background-color: #5fae4a;
}
tr.submenu, td.submenu {
    height: 40px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: center;
    text-wrap: none;
    border: none;
    border-bottom: 1px #999999 solid;
    border-spacing: 0px;
}
span.submenu {
    border-radius: 5px;
}
a.submenu, a:visited.submenu {
    color: white;
    margin: 0px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    border-spacing: 0px;
    border-radius: 5px;
}
a:hover.submenu {
    background: #40873A;
    color: #dcd93f;
}
.submenuL{border-left: 1px solid #999999;}
.submenuR{border-right: 1px solid #999999;}

/* Options Menu */

table.optmenu {
    height: 40px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    border-top: 1px solid #206719;
    border-spacing: 0px;
    background-color: #cccccc;
}
tr.optmenu, td.optmenu {
    height: 40px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: center;
    text-wrap: none;
    border: none;
    border-bottom: 1px #999999 solid;
    border-spacing: 0px;
}
span.optmenu {
    border-radius: 5px;
}
a.optmenu, a:visited.optmenu {
    color: white;
    margin: 0px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    border-spacing: 0px;
    border-radius: 5px;
}
a:hover.optmenu {
    background: #40873A;
    color: #dcd93f;
}
.optmenuL{border-left: 1px solid #999999;}
.optmenuR{border-right: 1px solid #999999;}

/* Main iFrame */

table.frmFrame {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
table.frmContent {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #0082C3;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
td.frmContent {
    vertical-align: middle;
    text-align: center;
    width: 300px;
}
td.alignMiddle {
    vertical-align: middle;
}
tr.frame, td.frame {
    height: 100%;
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    background-color: #ffffff;
}
iframe.frame {
    width: 100%;
    height: 100%;
    border: 0px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}
div.frame {
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
}

/* Content Title */

div.title {
    margin: 0px;
    padding: 5px;
    height: 30px;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    border-spacing: 0px;
    background-color: #cccccc;
    border-bottom: 1px solid #999999;
}

/* Content Menu */

div.menu {
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 45px);
    width: 220px;
    border-right: 1px solid #999999;
}
div.list {
    margin: 0px;
    border-spacing: 0px;
    vertical-align: top;
    width: 100%;
    height: 20px;
    text-wrap: none;
}
div.list1 {
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
}
div.list2 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-style: italic;
    padding-left: 20px;
}
div.list3 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-style: italic;
    padding-left: 40px;
}
span.list {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    border-spacing: 0px;
    text-wrap: none;
}
a.list {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    border-spacing: 0px;
    text-wrap: none;
}
a.list2 {
}
a.list3 {
}

/* Content iFrame */

div.scroll {
    height: 100%;
    width: 100%;
    display: block;
    overflow-x: auto;
    overflow-y: scroll;
}
div.content {
    padding: 10px;
    display: block;
    overflow: visible;
}
div.panel {
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(100% - 45px);
    width: calc(100% - 230px);
}
div.subpanel {
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(100% - 90px);
    width: calc(100% - 20px);
    padding: 5px;
    margin: 0px;
    vertical-align: middle;
}
div.fullpanel {
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(100% - 45px);
    width: calc(100% - 5px);
}
iframe.frame {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
}

/* Content Help */

td.help {
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 100%;
    border-spacing: 0px;
    vertical-align: top;
}
div.panHelp {
    color: #333333;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    padding: 3px;
    margin: 0px;
}
div.pageHelp {
    color: #333333;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

/* Content Section */

.section
{
    color: #333333;
    background-color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    margin: 0px;
}
.sectionNoBorder {
    color: #333333;
    background-color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
.sectionHeader
{
    color: #ffffff;
    background-color: #4479BA;
    font-family: inherit;
    font-size: large;
    font-weight: bold;
    border-color: #0082C3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-bottom: 1px solid #0082C3;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 2px;
    padding-left: 10px;
}
.sectionInfo {
    color: #000000;
    background-color: #cccccc;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #0082C3;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    border-left: 0px solid #0082C3;
    border-right: 0px solid #0082C3;
}
.sectionTitle {
    font-size: large;
    font-weight: bold;
    text-decoration: none;
}
.sectionIFrame {
    padding: 0px;
}
a.sectionToggle, a.sectionToggle:visited, span.sectionToggle {
    color: #ffffff;
    font-size: large;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
    a.sectionToggle:hover, span.sectionToggle:hover {
        color: #dddddd;
    }
a.sectionToggleNo, span.sectionToggleNo {
    color: #ffffff;
    font-size: large;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}
.sectionBody{
    padding: 10px;
}
.sectionContent {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.sectionBreak {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    background-color: #e5e5e5;
    font-family: inherit;
    font-size: large;
    font-weight: normal;
    border-color: #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    /*
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    background-repeat: repeat-x;
    */
}
.sectionHelp{
    display: inline-block;
    float: right;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url("../CRM365/help.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    text-decoration: none;
}
.sectionTable { 
    width: 100%;
}
td.sectionMenu {
    background-color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    margin: 0px;
    width: 200px;
    overflow: auto;
    vertical-align: top;
}
td.sectionMenuImage {
    background-color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}
td.sectionMenuLink {
    background-color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}
td.sectionForm {
    background-color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    margin: 0px;
    overflow: auto;
    vertical-align: top;
}
a.sectionMenu, a:visited.sectionMenu {
    color: #0000cc;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    text-decoration: none;
    border-spacing: 0px;
}
a:hover.sectionMenu { 
    color: #990000; 
}
.sectionMenuL{border-left: 1px solid #999999;}
.sectionMenuR{border-right: 1px solid #999999;}
a.sectionActive, a:visited.sectionActive {
    color: #006837;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    text-decoration: none;
    border-spacing: 0px;
}
a:hover.sectionActive {
    color: #cc0000;
}
iframe.sectionIFrame {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 1px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}
table.docDefinitions {
    width: 100%;
    border-spacing: 0px;
    margin-bottom: 10px;
}
table.docExisting {
    width: 100%;
    border-spacing: 0px;
    margin-bottom: 10px;
}
tr.docOdd {
    background-color: #ffffcc;
}
tr.docEven {
    background-color: #aae6fa;
}
td.defHeader {
    color: #000000;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    text-decoration-color: none;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
}
td.defItem {
    color: #000000;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    text-decoration-color: none;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
}
td.docHeader {
    color: #000000;
    background-color: #cccccc;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    text-decoration-color: none;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
}
td.docRecord {
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    text-decoration-color: none;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
}
td.docIndicator{ 
    vertical-align: top;
    padding: 0px;
    padding-right: 5px;
}
a.docLink, s.docLink:visited {
    color: #000099;
    text-decoration-color: none;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
}
    a.docLink:hover {
        color: #990000;
    }

/* Option */

div.Option {
    margin-left: 10px;
    vertical-align: middle;
    white-space: nowrap;
    text-wrap: nowrap;
    display: inline-flex;
}
span.Option {
    margin: 0px;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 2px;
    padding-right: 2px;
}

input.Option, select.Option {
    margin: 0px;
    margin-left: 5px;
    padding: 2px;
    vertical-align: middle;
    white-space: nowrap;
    border-color: #0082C3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
}
span.OptionLabel {
    margin: 0px;
    margin-left: 5px;
    margin-right: 2px;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
}
.OptionText
{
    color: #333333;
    background-color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 0px;
    margin-left: 2px;
    margin-right: 8px;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 2px;
    padding-right: 2px;
}

/* Button */

div.Button {
    float: right;
    margin-top: 0px;
    margin-left: 50px;
    margin-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
    width: 150px;
    text-align: right;
}
.ActionButton, .ActionButton:visited
{
    display: inline-block;
    white-space: nowrap;
    width: auto;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
    color: #ffffff;
    background-color: #4479BA;
    border-width: 1px;
    border-style: solid;
    border-color: #20538D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
input.ActionButton:hover, a.ActionButton:hover
{
    color: goldenrod;
}

/* Filter */

div.Filter {
    float: left;
    margin-left: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

/* Search */

div.Search {
    float: right;
    padding: 0px;
    margin-right: 20px;
    vertical-align: middle;
    white-space: nowrap;
    text-wrap: nowrap;
    display: flex;
}
.SearchText
{
    color: #333333;
    background-color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 0px;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 2px;
    padding-right: 2px;
}
input.SearchButton {
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
    vertical-align: middle;
    white-space: nowrap;
    border-color: #0082C3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
}
a.SearchButton, a.SearchButton:visited
{
    display: inline-block;
    white-space: nowrap;
    width: auto;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    margin-left: 8px;
    margin-right: 8px;
    color: #ffffff;
    background-color: #4479BA;
    border-width: 1px;
    border-style: solid;
    border-color: #20538D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
a.SearchButton:hover
{
    color: goldenrod;
}

.HelpButton, .HelpButton:visited
{
    display: inline-block;
    white-space: nowrap;
    width: auto;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    margin-left: 8px;
    margin-right: 8px;
    color: #ffffff;
    background-color: #4479BA;
    border-width: 1px;
    border-style: solid;
    border-color: #20538D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.HelpButton:hover
{
    color: goldenrod;
}

/* Manual */

div.manualFrame {
    color: #333333;
    background-color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    margin: 0px;
    height: calc(100% - 2px);
    width: calc(100%);
}
div.manualHeader {
    color: #ffffff;
    background-color: #4479BA;
    font-family: inherit;
    font-size: larger;
    font-weight: bold;
    border-color: #0082C3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-bottom: 1px solid #0082C3;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 2px;
    padding-left: 10px;
}
table.manualFrame {
    height: calc(100% - 28px);
    width: calc(100%);
    margin: 0;
    padding: 0;
}
tr.manualShow {
    display: table-row;
}
tr.manualHide {
    display: none;
}
td.manualIndex {
    height: calc(100% - 28px);
    width: calc(300px);
    margin: 0;
    padding: 5px;
    vertical-align: top;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    background-color: #eeeeee;
}
div.manualIndex {
    height: calc(100% - 20px);
    width: calc(100%);
    margin: 0;
    padding: 0;
    overflow: auto;
}
div.manualTOC {
    font-family: Calibri;
    font-size: 12pt;
    font-weight: bold;
    width: calc(100%);
    text-align: center;
}
td.manualContent {
    height: calc(100% - 2px);
    margin: 0;
    padding: 0;
    vertical-align: top;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
}
td.manualToggle {
    height: 16px;
    width: 16px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}
td.manualTopic {
    height: 16px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
a.manualTopic, a:visited.manualTopic {
    font-family: Calibri;
    font-weight: normal;
    font-size: 11pt;
    text-decoration: none;
}
iframe.manualContent {
    height: 100%;
    width: 100%;
    border: 0;
}
div.manualTitle {
    font-family: Calibri;
    font-size: 14pt;
    font-weight: bold;
    border-bottom: 1px solid #0082C3;
    display: block;
    width: calc(100% - 10px);
    background-color: lightgray;
    padding: 5px;
}
div.manualContent {
    padding: 10px;
    height: calc(100% - 28px);
    width: calc(100% - 20px);
    overflow: auto;
}

/* Generic */

.indicator {
    color: #000000;
    padding-right: 2px;
    margin: 0px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 100px;
    overflow: hidden;
}
.infoPanel {
    color: #000000;
    background-color: #cccccc;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.instructPanel {
    color: #333333;
    background-color: #a0d557;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    padding-left: 10px;
    padding-right:10px;
    margin: 0px;
    margin-bottom: 10px;
}
.notifyPanel {
    color: #333333;
    background-color: #aae6fa;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    padding-left: 10px;
    padding-right:10px;
    margin: 0px;
    margin-bottom: 10px;
}
p.attentionPanel, div.attentionPanel, span.attentionPanel {
    color: #ffffff;
    background-color: #aa0000;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    margin-bottom: 10px;
}
a.attentionPanel, a.attentionPanel:visited {
    color: #ffffff;
}
    a.attentionPanel:hover {
        color: #ffffcc;
    }
    a.attentionPanel.disabled {
        pointer-events: none;
        cursor: default;
    }
div.outagePanel {
    color: #ffffff;
    background-color: #aa0000;
    font-family: inherit;
    font-size: 13pt;
    font-weight: normal;
    text-align: center;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 20px;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.attentionText { color: #990000; font-weight: bold; }
td.top { vertical-align: top; }

.requiredAsterisk:before {
    content: "* ";
    color: #990000;
}
.dotList { padding-left: 10px; }
.dotHelp { margin-left: 10px; }
.dotRed { height: 12px; width: 12px; margin-right: 10px; border-radius: 50%; display: inline-block; background-color: #990000; }
.dotYellow { height: 12px; width: 12px; margin-right: 10px; border-radius: 50%; display: inline-block; background-color: #FFE933; }
.dotGreen { height: 12px; width: 12px; margin-right: 10px; border-radius: 50%; display: inline-block; background-color: #009900; }
.dotBlue { height: 12px; width: 12px; margin-right: 10px; border-radius: 50%; display: inline-block; background-color: #000099; }
.dotGray { height: 12px; width: 12px; margin-right: 10px; border-radius: 50%; display: inline-block; background-color: #999999; }
.Response { color: #990000; }

.hidden { display: none; }

/* Form Specific */

div.panPrint {
    display: inline;
    height: 35px;
    margin-top: 10px;
    margin-right: 30px;
    float: right
}
div.panPhoto {
    padding: 5px;
    display: inline-block
}
.lLabel {
    text-align: left;
    width: 100px;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
}
.iLabel {
    text-align: left;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    padding-left: 12px;
    color: #990000;
}
.lTitle {
    font-size: large;
    font-weight: bold;
}

.scoreCard {
    text-align: left;
    width: 100%;
    font-size: large;
    font-weight: bold;
}
.critTitle {
    text-align: left;
    width: 100%;
    font-weight: bold;
}
.critInstr {
    text-align: left;
    width: 100%;
    font-weight: normal;
}

div.resource {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
    vertical-align: middle;
    display: block;
}
span.resourceDate {
    font-size: smaller;
    color: #666666;
}

.locLink, .locLink:visited {
    white-space: nowrap;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    color: #0000cc;
    cursor: pointer;
}
    .locLink:hover {
        color: #cc0000;
    }
div.locTitle {
    margin: 0px;
    margin-bottom: 10px;
    padding: 5px;
    height: 30px;
    width: calc(100% - 10px);
    vertical-align: middle;
    overflow: hidden;
    border-spacing: 0px;
    background-color: #cccccc;
    border-bottom: 1px solid #999999;
}
span.locTitle {
    margin: 0px;
    padding: 5px;
    font-weight: bold;
    font-size: larger;
}

form.mapForm {
    height: 100%;
}
div.mapSection {
    height: calc(100% - 10px);
}
div.mapFrame {
    height: calc(100% - 50px);
}
iframe.mapFrame {
    position: relative;
    top: 0px;
    left: 0px;
    height: calc(100% - 130px);
    min-height: 350px;
    width: calc(100% - 5px);
    padding: 0;
    border: 0px solid blue;
    border-radius: 5px;
}

div.checkPanel {
    padding: 5px;
    margin: 0px;
    vertical-align: middle;
}
div.checkPrint {
    display: inline;
    margin-right: 10px;
    float: right;
}
a.checkPrint, a.checkPrint:visited {
    color: #ffffff;
    padding-right: 2px;
    margin-left: 0px;
    text-decoration-color: none;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}
    a.checkPrint:hover {
        color: #990000;
    }
.checkSection {
    color: #333333;
    background-color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border-color: #0082C3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}
.chekName {
    color: #000000;
    padding-right: 2px;
    margin-left: 5px;
    font-weight: bold;
    text-decoration-color: none;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}
a.chekName, a.chekName:visited {
    color: #000099;
    padding-right: 2px;
    margin-left: 0px;
    text-decoration-color: none;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}
    a.chekName:hover {
        color: #990000;
    }
.checkInstruction {
    color: #000000;
    padding-right: 2px;
    margin-left: 5px;
    text-decoration-color: none;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    overflow: auto;
}
.checkResponse {
    color: red;
    padding-right: 2px;
    margin-top: 0px;
    margin-left: 5px;
    text-decoration-color: none;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    display: block;
    overflow: auto;
}

.hold {
    font-size: large;
    font-weight: bold;
    color: #ff0000;
    border-color: #0082C3;
}
.payment {
    font-size: large;
    font-weight: bold
}
table.history {
    margin-left: 50px;
    border: 1px solid #666666;
}
td.history {
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
td.historyHeader {
    font-size: larger;
    font-weight: bolder;
    border-bottom: 1px solid #666666;
    background-color: #cccccc;
}
td.historyLabel {
    font-weight: bold;
}
td.historyValue {
    text-align: right;
}
td.disburseInfo {
    vertical-align: top;
    text-wrap: none;
}
td.disburseInstruct {
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
}
.disburseSecure {
    color: #990000;
}
