
#appContent {
	height: 94%;
	padding-top:30px;
}

#baseContentDiv {
    padding-top:30px;
}

#menubar {
    background-color:white;
	height: 28px;
	margin-left: 50px;
	padding-top:10px;
	position: fixed;
	top: 65px;
    width: 90%;
    z-index: 10;
}

#menu {
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0px;
	width:95%;
	z-index: 100;
}

.toolbarItem {
	float:left;
	height:20px;
	list-style: none;
	font-size: 1.2em;
	color: #324486;
	width:20%;
	z-index: 101;
}

.menuItem {
	visibility: hidden;
	display: block;
	width: 80%;
}

.itemUL {
	background: white !important;
	list-style: none;
	border: 0.5px solid #324486;
	z-index: 103;
}

.itemUL div a {
    color:#324486 !important;
    font-size: 0.85em;
    z-index: 102;
}

.itemUL div a:hover {
	background-color: #324486;
    font-size: 0.85em;
	color:#FFFFFF !important;
}

.itemUL {
	background-color: white !important;
}

.ui-widget-content {
	color: #324486;
}

.menuLine {
	width: 98%;
    margin-left:auto;
    margin-right:auto;
    background-color:#324486;
	padding: 2px;
}

.menuLine td, th {
	padding: 2px;
}

