/* Color menu */

#header, 
#loginForm input[type=button], 
#loginForm .error, 
#planningNotifications .title x {
	background:#000000;
}

#planningNotifications x {
	border: 1px solid #000000;
}

hr {
	border-top: 1px solid #000000;
}





/* color submenu */

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default,
#submenu,
.tableBottom,
.tableHolder .styledTable tr:nth-child(odd),
.tableHolder .styledTable th,
.planningWeekDay .title,
.tableSubTitle,
.tableTitle a,
a.button,
#topDiv .dateHolder input[type=text],
.monthTable .dayHeader td,
#topDiv .planningLayoutHolder a.light,
.bgSub {
	background:#bd9e57;
}

.planRule.add:hover {
	border:1px solid #bd9e57;
}

.monthTable .fill, .monthTable .afterFill {
	border-left:1px solid #bd9e57;
}



/* color menu active */

#header #menu ul li a.active {
	background:#bd9e57;
}




/* color submenu active */

a.button,
.ui-widget-content,
#login,
#topDiv .planningLayoutHolder,
.tableHolder,
.planRule.add,
#topDiv .planningLayoutHolder,
.tableBottom.relative,
input[type=text],
input[type=password],
.ui-state-default {
	border: 1px solid #9c803d;
}

.ui-widget-header,
#submenu ul li a.active,
#login .loginKop,
#topDiv .planningLayoutHolder a.active,
.planRule.add:hover,
.tableTitle,
.tableBottom a {
	background:#9c803d;
}

.planRule.add {
	color:#9c803d;
}

.monthTable .dayCell,
.monthTable .afterFill.last {
	border-left:1px solid #9c803d;
}

.monthTable .dayCell,
.monthTable .afterFill {
	border-top:1px solid #9c803d;
}



/* Corrigate logo width */
#topDiv {
	margin-right:127px;
}