/** The menu bar */
div#rgl-mobile-header-bar,
#rgl-desk-menu {
	background-image: url("images/menuBarBackground.png");
	background-color: #222266;
}

div#rgl-mobile-header-title {
	background-color: #222266;
}

/** The header containing the logo */
div#rgl-page-header {
	background-image: url(images/wcw_logo.png);
	background-color: #ffffff;
}

/** The text next to the session autocomplete inputs */
div#rgl-header-form .rgl-header-form-prompt {
	color: #000000;
}

/** The header potentially containing an action menu */
.rgl-section > .rgl-header:first-child,
.rgl-widget > .ui-widget-header,
.rgl-widget-header {
	background-image: url("images/ui-bg_highlight-soft_75_660000_1x100.png");
	background-color: #660000;
	border-color: #660000;
}

/** Where any content is stored */
.rgl-section,
.rgl-content {
	border-color: #660000;
}

/** Where flyout content is stored */
.rgl-flyout-content {
	border-color: #660000;
}

/** The header of any table such as the line detail on an order */
.rgl-grid-row.rgl-header,
.rgl-table > thead,
thead.rgl-widget-header.rgl-secondary {
	background-color: #b3c3f3;
}

@media all and (max-width: 26.9em){
	.rgl-section > .rgl-header {
		background-color: #b3c3f3 !important;
	}
}

.wcw-select {
        display: inline-block;
}

.wcw-select:before {
        content: url("images/selectlogo.gif");
}

.wcw-target-price {
	xfont-size: 12px;
	color: green;
	font-weight: bold;
}

