.statusHead {
 color: #9C3434;
 font-size: 11px;
 font-weight: bold;
}
.statusLine {
 color: #000000;
 font-size: 11px;
 padding: 2px;
 border-top: 2px solid #9C3434;
 border-bottom: 2px solid #9C3434;
 background-color: #FCF2E7;
}


.alert { 
 font-weight: bolder;
 font-size: 13px;
 color: #990000;
} 
.alert a  {
 font-weight: bolder;
 font-size: 13px;
 color: #E17100;
}
table.alertBox  {
 border: 1px solid #990000;
 padding-left: 5px;
 padding-right: 5px;
 background-color: #FFFFFF;
}


.noteText {
 color: #A67032;
 font-size: 11px;
}
.plainTitle {
 color: #0068C9;
 font-weight: bold;
 font-size: 18px;
}
.rowTitle {
 font-weight: bold;
}

.byline {
 font-size: 11px;
}
.infoText {
 font-size: 13px;
 line-height: 150%;
 font-weight: normal;
}

.treeMenu {
 color: #000000;
 font-weight: bold;
 font-size: 13px;
}
.treeMenu a {
 color: #4282E8;
}
a.treeMenuON {
 color: #DB8000;
}
a:hover.treeMenuON {
 color: #4282E8;
}
.treeBoxRoot {
}
.treeBoxOpened {
 font-style: italic;
}
.treeBoxSelected {
 font-weight: bold;
}


table.editorItemBox {
 border: 2px dotted #CC0000;
 padding: 2px;
}
td.editorItemBox {
 font-size: 11px;
 color: #CC0000;
 font-weight: bold;
 background-color: #FFFFFF;
}
table.editorAreaBox {
 border: 2px dashed #0066FF;
 padding: 2px;
}
td.editorAreaBox {
 font-size: 11px;
 color: #0066FF;
 font-weight: bold;
 background-color: #FFFFFF;
}
.editorOff a,
.editorHover a {
 color: #0263BE;
 text-decoration: none;
}
.editorOff a:hover,
.editorHover a:hover {
 color: #B86C01;
 text-decoration: underline;
}
.editorOn a,
.editorOn a:hover {
 color: #FFFFFF;
 text-decoration: none;
}
.editorHover {
 background-color: #FFFFFF;
 padding-left: 7px;
 padding-right: 7px;
 cursor: hand;
}
.editorOff {
 background-color: #F7EEE5;
 padding-left: 7px;
 padding-right: 7px;
}
.editorOn {
 background-color: #FF9411;
 color: #FFFFFF;
 font-weight: bold;
 padding-left: 7px;
 padding-right: 7px;
}
.editorDisabled {
 background-color: #F7EEE5;
 color: #497ED6;
 padding-left: 7px;
 padding-right: 7px;
}
.editorTitle {
 color: #006AFF;
 font-size: 14px;
 padding-right: 7px;
 font-weight: bold;
}
.editorBorder {
 background-color: #E7C29A;
}
.editorInfoRow {
 color: #9B682F;
 font-size: 8pt;
}


.subnavOff a,
.subnavHover a {
 color: #0263BE;
 text-decoration: none;
}
.subnavOff a:hover,
.subnavHover a:hover {
 color: #B86C01;
 text-decoration: underline;
}
.subnavOn a,
.subnavOn a:hover {
 color: #FFFFFF;
 text-decoration: none;
}
.subnavHover {
 background-color: #FCF2E7;
 padding-left: 7px;
 padding-right: 7px;
 cursor: hand;
}
.subnavOff {
 background-color: #FFFFFF;
 padding-left: 7px;
 padding-right: 7px;
 border-right: 1px solid #3E9AF0;
}
.subnavOn {
 background-color: #3E9AF0;
 color: #FFFFFF;
 font-weight: bold;
 padding-left: 7px;
 padding-right: 7px;
}
.subnavDisabled {
 background-color: #DBE7F9;
 color: #497ED6;
 padding-left: 7px;
 padding-right: 7px;
 border-right: 1px solid #3E9AF0;
}
.subnavTitle {
 color: #DEA872;
 font-size: 14px;
 padding-right: 7px;
 font-weight: bold;
}
.subnavHilite {
 font-weight: bold;
}
table.subnavBox {
 border-top: 1px solid #3E9AF0;
 border-left: 1px solid #3E9AF0;
 border-bottom: 1px solid #3E9AF0;
}


.listBoxAlpha {
 background-color: #E8F4FF;
 color: #BEBEBE;
 text-align: center;
}
.listBoxAlphaOn {
 color: #000000;
 font-weight: bold;
}
.listBoxAlpha a {
 color: #145AF2;
 text-decoration: none;
 font-weight: bold;
}
.listBoxAlpha a:hover {
 color: #DB6E00;
 text-decoration: underline;
}

input.submit {
 background-color: #FCF2E7;
 border: 2px outset #FCF2E7;
 color: #0068C9;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 11px;
 padding-top: 1px;
 padding-bottom: 1px;
}
input.submitDelete {
 background-color: #FCF2E7;
 border: 2px outset #FF0000;
 color: #A70000;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 11px;
 padding-top: 1px;
 padding-bottom: 1px;
}

