#header #mainMenuBar, #header #mainMenuBar .x-panel-body {
    background: #004700 !important;
}

#header #subMainMenuBar, #header #subMainMenuBar .x-panel-body {
    background: #004700 !important;
}

#header #subMenuBar {
    background: #336c33 !important;
}

#header #subMenuBar {
    border-top: 2px solid #80a380 !important;
    overflow: visible;
}

#header #schedmanMenuBar {
    background: #336c33 !important;
    border-top: 2px solid #80a380 !important;
    overflow: visible;
}

#header, #footer {
    box-shadow: 0 0 7px #003d00;
}

/* -------------------- HEADER & Software title -------------------- */
#header {
    font-family: Sans-Serif;
    color: #FFFFFF;
    line-height: 2.4em;
    position: relative;
    z-index: 2000;
}

#header a,#header a:link,#header a:active,#header a:visited,#header a:focus {
    text-decoration: none;
    color: #FFFFFF;
}

#header h1 {
    font-family: Sans-Serif;
    font-size: 1.3em;
    display: inline-block;
}

/* -------------------- HEADER Toolbars -------------------- */
#header .x-toolbar {
    color: white;
    line-height: 2.4em;
    font-size: 1.2em;
    padding: 0 2em 0 0;
}

#header #subMenuBar {
    padding: 2px 0;
}

#header #schedmanMenuBar {
    padding: 2px 0;
}

/* -------------------- HEADER SubMenuBar -------------------- */

.mymenuitem-link, .mymenuitem-link {
    padding: 6px 2px 3px 6px;
}

.x-menu .x-box-inner {
    background-color: #F8FDFF !important;
}

#header .x-toolbar-item {
    margin-left: 1em;
}

#header .x-btn-split-right {
    background-image: url("../extjs-4.1.1a/resources/themes/images/default/button/s-arrow-light.gif");
}

#header .x-form-item-label, #header .x-btn-default-toolbar-small .x-btn-inner {
    color: white;
    font-size: 12px;
}

#header .x-btn-default-toolbar-small-over .x-btn-inner, #header .x-btn-default-toolbar-small-menu-active .x-btn-inner {
    color: #333333;
    text-shadow: none;
}

#header .x-btn-default-toolbar-small-over .x-btn-split-right, #header .x-btn-default-toolbar-small-menu-active .x-btn-split-right {
    background-image: url("../extjs-4.1.1a/resources/themes/images/default/button/s-arrow-noline.gif");
}


/* -------------------- FOOTER -------------------- */
#footer p {
    background-color: #004700;
    color: white;
    text-align: center;
    font-size: 0.8em;
    line-height: 2em;
    box-shadow: 0 0 5px black;
}

#footer a,#footer a:link,#footer a:active,#footer a:visited,#footer a:focus {
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    margin: 0 5px;
}

/* ------------------- ALERT -------------------- */
.x-message-box .x-window-body {
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #A2B1C5;
}

/* ------------------- HEADER PLACEHOLDER -------------------- */
body {
	margin: 0;
    padding: 0;
}

#headerPlaceHolder {
	margin: 0;
	padding: 0;
	box-shadow: 0 0 7px #003055;
}

#mainMenuBarPlaceHolder {
	height: 35px;
	background: none repeat scroll 0 0 #006291 !important;
}

#subMenuBarPlaceHolder {
	height: 26px;
	border-top: 2px solid #1287BB !important;
	background: none repeat scroll 0 0 #0678A6 !important;
}

