.menu {
	background-image: none;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-style: italic;
	font-size: 9pt;
	color: #333333;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	line-height: 100%;
	height: 20px;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background-color: #DFE590;
	border-left: #BECA22 10pt solid;
	border-bottom: #BECA22 1pt solid;
	z-index: 99999;
}

.menu_button {
	width: 40px;
	font-size: 6pt;
	padding: 2px;
	padding-top: 3px;
	border-right: 1px #466F82 solid;
	border-bottom: 1px #466F82 solid;
	background-color: #f3f3f3;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	letter-spacing: 3px;
}

.inputLabelClass {
	margin-right: 5px;
	margin-left: 5px;
}

.inputLabelClass:hover{
	cursor: hand;
}

.navigationDivClass {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}

.numberDivClass {
	display: inline;
	margin-right: 10px;
	margin-left: 30px;
}

.inlineWithMarginTop {
	margin-top: 5px;
	display: inline;
}

.arrowClass {
	cursor: pointer;
	overflow: visible;
	position: absolute;
	width: 15px;
	height: 15px;
	background-position: top right;
	background-color: transparent;
	background-repeat: no-repeat;
	border-style: none;
	margin-right: 20px;
}

.arrowUp {
	background-image: url("../img/menubar_arrow_up.gif");
	margin-left: 5px;
}

.arrowDo {
	background-image: url("../img/menubar_arrow_down.gif");
	margin-left: 25px;
}

.validities-header {
    color: #0026FF;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-bottom: 6px;
    margin-top: 10px;
    border-top: 1pt dashed #0026FF;
    border-left: 1pt dashed #0026FF;
    border-right: 1pt dashed #0026FF;
    background-color: #f3f3f3;
}

.validities-footer {
    color: #0026FF;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 6px;
    margin-bottom: 10px;
    border-bottom: 1pt dashed #0026FF;
    border-left: 1pt dashed #0026FF;
    border-right: 1pt dashed #0026FF;
    background-color: #f3f3f3;
}