/* Genan colors */
.lotusFrame .lotusBanner {
background-color: #003246 !important;
}
.lotusFrame .lotusTitleBar {
background-color: #003246 !important;
background-image: none !important;
}
.lotusFrame .lotusTitleBar .lotusTabs li {
background-color: #00465F;
}
.lotusFrame .lotusTitleBar .lotusSearch .lotusBtnImg {
background-color: #003246;
}
.lotusFrame .lotusColLeft .lotusMenu .lotusMenuHeader li.lotusSelected a, .portlet-menu li.lotusSelected a, .lotusColLeft .lotusMenu .lotusMenuHeader h3.lotusSelected, .portlet-menu h3.lotusSelected {
background-color: #003246 !important;
background-image: none !important;
}

/* No frames around diagrams */
.index .sherlockFormTable, .index_log .sherlockFormTable, .index_doc .sherlockFormTable, .processdiagram .sherlockFormTable {
   background-color: transparent;
   border: none;
}
.index .sherlockFormTable > tbody > tr > td, .index_log .sherlockFormTable > tbody > tr > td, .index_doc .sherlockFormTable > tbody > tr > td, .processdiagram .sherlockFormTable > tbody > tr > td {
    background-color: transparent;
}
.index .xspInputFieldRichText, .index_log .xspInputFieldRichText, .index_doc .xspInputFieldRichText, .processdiagram .xspInputFieldRichText {
    border: none;
}
/* New info box in D3 in 8D cust.claim */
.titleD3Info {
    background-color: rgb(51, 102, 102);
    color: #FFFFFF;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 4px;
    border: #c3bfbf solid 1px;
}
.titleD3Info .infoTitle {
    text-decoration: underline;
    display: block;
}
/* New currency info in costs table */
.costsTableCurrencyCell {
  margin-left:10px;
}
.costsTableCurrencyColumn {
  width:50px;
}
/*
.statistics_print table.dataTable {
    width: 80% !important;
}
*/
/* Control size of printed table from statistics */
body.statistics_print table.dataTable {
   zoom: 60% !important;
}