/* header color */
div.header { 
	background-color:#fff; border-bottom: 2px solid #0089CF; 
}

/* user menu color */
#header_top ul li a { color:#000; }
/* menu hovers */
.tundra #mainmenu .dijitButton, .tundra #mainmenu .dijitComboButton {
	background-color: #0089CF;
}
/* menu hovers */
.tundra #mainmenu .dijitButtonHover,
.tundra #mainmenu .dijitComboButtonHover {
	background-color:#0089CF;
}
/* menu hovers */
.tundra .dijitMenuItemHover td.dijitMenuItemLabel,
.tundra .dijitMenuItemHover td.dijitMenuArrowCell {
	background-color:#0089CF!important;
	color:#ffffff!important;
}

/* menu popup menu */
.tundra .dijitMenuPopup { border:1px solid #0089CF; }

/* style.css */


/* body bg color & border*/
.body, body.tundra { background-color: #DAE0E8; }
/* module headers */
#dashboard .mod-header { background-color: #0089CF; }
#dashboard .module { 
	border: 1px solid #0089CF;
	box-shadow:inset 0 0 4px #DAE0E8;
	-moz-box-shadow:inset 0 0 4px #DAE0E8;
	-webkit-box-shadow:inset 0 0 4px #DAE0E8;
	 }


/* tooltip.css */

/* tooltip border */
.tundra .dijitTooltipContainer { border:1px solid #0089CF!important; }

/* color.css */


/* module block header en border color */
#dashboard .module .ModuleHeader_color_c0c0c0 {
	background-color: #0089CF;
    border-bottom-color: #0089CF;
}

#dashboard .content .Module_color_c0c0c0 { border-color:#0089CF; }

/* maincontent_menu.css */

/* color of new cust/res button */
#maincontent_menu li a.new { background-color: #0B3A85; }

/* grid.css */

/* filter hover row */
#dashboard .dojoxGrid .dojoxGridRowOver { background-color:#0089CF; }

/* button.css */

/* grid links */
.tundra .filter_booking .tiny .dijitButton .dijitButtonText { color:#0089CF; }

/* filter.css */
/* head and subhead colors*/
.tundra table.filter_booking th.mainhead { background-color: #0089CF; }
.tundra table.filter_booking th.subhead { background-color: #0089CF; }
.tundra .filter_panel_container .HidePanel_ShowPanel .dijitButton .dijitButtonNode .dijitButtonContents { border-color:#0089CF;}


/* topmenu.css */
/* border around menu */
#header_top ul.topmenu { border:1px solid #DAE0E8; }
#header_top ul.top_submenu li a:hover { background-color:#0089CF; }


/* roster.css */
/* roster heading */
.roster_container .dhx_scale_bar {
 	background-color: #0089CF;
    border-left: 1px solid #0089CF;
    color:#fff!important;
    }
/* selected date color */
.roster_container .dhx_cal_navline .dhx_cal_date { color:#0089CF; }
.roster_container .dhx_cal_navline .dhx_cal_today_button:hover { background-color:#0089CF; }

/* config.css */
/* config link hovers */
a.leftmenu:hover { color:#0089CF; }
.tundra .dijitAccordionTitleHover { background-color:#0089CF!important;	}

#header_left { width:325px!important; border:red;}
#header_right {
    width: calc(100% - 325px);
}