/* color scheme 0 - Red */
#main-body {
  background: #ffffff url(./image/sbar-bg0.png) left top repeat-y;
}

#main-footer hr,
#topTabsBar,
#intakeLegacyFooter hr.stripe,
#intakeLegacyHeader #topTabsBar {
  background-color: #B94130;
}
.inlineHelp {
 background-color: #E8E8E8;
 color: #000000;
}
.inlineHelp div.title {
    font-size: 14px;
    margin-bottom: .5em;
}
#intakeLegacyFooter hr.stripe {
  height: 3px;
  width: 100%;
}

.tabsWidget {
  border-bottom: #4a5e1f 5px solid;
}

.tabsWidget a.activeTab, .tabsWidget a.activeTab:hover {
  background: #4a5e1f;
}

.tabsWidget a:hover {
    background: #cccc98;
}

#widgetConfigIcon{
    background-image: url('/assets/image/gear-midgray.png');
}

/* Risk Inventory */
#riskinv-steps div.curstep-title {
    background-image: url(/assets/image/tridiv-red.gif);
}
div.riskinv-stepmsg {
    background-color: #E8E8E8;
}
