/* colorscheme-esarvhp.css - $Revision: 48691 $

   Color scheme overrides for CORES RMS
*/

div.panelhead h3 {
	background: #ff7a00 url(../images/panelheader_RMS.png) 50% 50% repeat-x;
}

div#header.help {
	border-top-color: #ff7a00;
}

div.progress_meter_container div.progress_meter div.fill {
	background-image: url(../images/progress_meter_rms.png) !important;
}

.section .section .fieldblock ul li {
	background-image: url(../images/icon_dot_small_rms.png);
}

div.element ul.li_no_background_image li {
	background-image: none !important;
}

.panel fieldset .importantBox {
	border-color: #ff7a00;
}

/** hug **/
div#hug_left_container {
	background-image: url(../images/hug-left_repeat-rm.gif);
}

div#hug_left_container.double {
	background-image: url(../images/hug-left-rm.gif);
}

div#hug_left_foot {
	background-image: url(../images/hug-left-foot-rm.gif);
}

div#hug_right_container {
	background-image: url(../images/hug-right-rm.gif);
}

div#hug_right_foot {
	background-image: url(../images/hug-right-foot-rm.gif);
}

a.add {
	background: transparent url(../images/icon_plus_rms.png) center left no-repeat;
	padding-left: 14px;
}

/* doclib plus signs have to match the icons */
.results_object_tree .link_parentheses .plus {
	background-image: url("../images/icon_plus_rms.png");
}

/* arrows for expanding/contracting content */
a.expand {
	background: transparent url(../images/icon_down_rms.png) center left no-repeat;
}

a.contract {
	background: transparent url(../images/icon_up_rms.png) center left no-repeat;
}

a.icon.help {
	background-image: url(../images/icon_help_rms.png);
}

/** Hover Windows **/
.overlibfgclass {
	border-color: #ff7a00;
}

.overlibfgclass a#close {
	background-color: #ff7a00;
}

div.xmloverlib.checkall,
div.xmloverlib.checkall h3 a#close {
	border-color: #ff7a00;
}
/****/

/** Widget Icons **/
div.icon.day { background-image: url(../images/rms_day.png); }
div.icon.light_bulb { background-image: url(../images/rms_light_bulb.png); }
div.icon.message { background-image: url(../images/rms_message.png); }
div.icon.mission { background-image: url(../images/rms_mission.png); }
div.icon.month { background-image: url(../images/rms_month.png); }
div.icon.notification_triangle { background-image: url(../images/rms_notification.png); }
div.icon.profile { background-image: url(../images/rms_profile.png); }
div.icon.schedule { background-image: url(../images/rms_schedule.png); }
/****/

/** Date Picker **/
.datepick-nav {
	background: #ff7a00 url(../images/datepicker_bg_rms.png) repeat-x 50% 50%;
}

.datepick-month td a:hover,
.datepick-month td .datepick-today {
	border: 1px solid #ff7a00;
}

.datepick-month td a.datepick-selected {
	background: #ff7a00 !important;
}
/****/

/** Widget Navigation buttons **/
div.container_nav ul li.prev a {
	background-image: url(../images/widget_nav_left_rms.png);
}

div.container_nav ul li.next a {
	background-image: url(../images/widget_nav_right_rms.png);
}
/****/

/* Side nav tiles */
div#tertiary_nav ul li.system_tile a {
	background-image: url(../images/tile_rms_10.png);
}
