/* Navbar CSS Properties */
nav li {
    display: inline;
    margin-left: 0px;
    margin-right: 15px;
}

#toolbar {
	z-index: 999;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	background-color: #869D7C;
	color: #090C08;
	font-family: sans-serif;
	font-size: smaller;
	border-bottom: 1px solid #EFF2EE;
}

.maximized {
	width: 100%;
}

.minimized {
	left: -1500px;
	background: #5d7c50;
}

#toolbar .boxdata {
	width: 45%;
	text-align: right;
	float: right;
	font-weight: bold;
}

#toolbar .boxdata h1 {
	float: auto;
}

#toolbar .boxaction {
	width: 45%;
	text-align: left;
}

#toolbar a {
	cursor: pointer;
	color: #090C08;
	font-weight: bolder;
	text-decoration: none;
	left: auto;
}

#toolbar a:hover {
	color: #EFF2EE;
}

#toolbar a#hide {
	background: #5d7c50;
}
