.menuButton {
	position: relative;
	float: right;
	width: 24%;
	height: 3em;
	margin: 1.5em 0 1em 1.5%;
	background: url("../images/stripe_bg_repeat.png") #AECAD4;
	border-bottom: 5px solid #007BA4;
	cursor: pointer;
	text-align: center;
	line-height: 3em;
}

.firstMenuButton {
	margin-left: 0;
}

.bottomBorder{
	background: url("../images/bottom_bar_repeat.png");
	width: 100%;
	height: 6px;
}

.menuButton img {
	position: relative;
	width: 2.5em;
	height: 2.5em;
	margin: 0.25em 0.25em 0.25em 0.25em;
	vertical-align: middle;
}

.menuButton span {
	position: relative;
	margin: 0px 0px 0px 0.25em;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	text-shadow: -1px -1px 0px #AAAAAA;
}

.actif {
	background: url("../images/stripe_bg_repeat.png") #39B6E6;
	text-shadow: -1px -1px 0px #949292;
}

.createFolderLink {
	background: url("../images/stripe_bg_repeat.png") #38B6E6;
	border-bottom: 0px;
	padding: 0px;
	cursor: pointer;
	margin-bottom: 1.5em;
}

.createFolderLink img {
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background-color: #007BA4;
	vertical-align: middle;
}

.createFolderLink span {
	position: relative;
	vertical-align: middle;
	font-size: 1.5em;
	font-weight: bolder;
	color: white;
	margin-left: 0.5em;
	text-shadow: -1px -1px 0px #949292;
}

.disclosure {
	position: relative;
	width: 100%;
	margin-bottom: 2.5em;
}

.disclosure > div:FIRST-CHILD {
	background: url("../images/stripe_bg_repeat.png") #38B6E6;
	border-bottom: 0px;
	padding: 0px;
	cursor: pointer;
}

.disclosure > div:FIRST-CHILD img {
	position: relative;
	width: 2.5em;
	height: 2.5em;
	vertical-align: middle;
}

.disclosure > div:FIRST-CHILD img:FIRST-CHILD {
	background-color: #007BA4;
}

.disclosure > div:FIRST-CHILD span {
	position: relative;
	vertical-align: middle;
	font-size: 1.25em;
	font-weight: bolder;
	color: white;
	margin-left: 0.5em;
	top: 0.25em;
	text-shadow: -1px -1px 0px #949292;
}

.disclosure > div {
	position: relative;
	width: 100%;
	background-color: #F9FDFE;
}

.loading {
	min-height: 2.5em;
	line-height: 2.5em;
}

.loading img {
	width: 1.75em;
	height: 1.75em;
	vertical-align: middle;
}

.loading span {
	vertical-align: middle;
	padding: 0.75em;
}

.menulink .gwt-Label {
	cursor: pointer;
}

.menulink .gwt-Label:hover {
	color: #007BA4;
	font-weight: bold;
}

.menulink > div:FIRST-CHILD .gwt-InlineLabel {
	display: inline-block;
	cursor: pointer;
}

.menulink > div:FIRST-CHILD + div .gwt-InlineLabel {
	display: block;
	cursor: pointer;
}

.menulink > div:FIRST-CHILD + div .gwt-InlineLabel:HOVER {
	color: #007BA4;
	font-weight: bold;
}

.menulink .menuMonthSeparator {
	margin: 0.5em 0 0.5em 0;
	border-bottom: 1px dashed;
	font-size: 1.25em;
	cursor: default;
	color: #007BA4;
	font-weight: bold;
}

.menulink .menuMonthSeparator:FIRST-CHILD {
	margin-top: 0px;
}