.menuebar, .noscriptMenuebar{
	float:right;
	font-size: 90%;
	margin-right: 2%;
}
.menuebar, .noscriptMenuebar a{
	float: right;
	margin-top: 14px;
	margin-bottom: 6px;
}
.statusbar {
	margin-top: -7px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 57px;
	clear: both;
}
.status{
	align: middle;
	font-size: 90%;
	width: 120px;
	padding-top: 35px;
	text-align: center;
	float: left;        
}
.active{
	font-weight: bold;
}
.todo{
	background: url('../img/grey_line.jpg') top transparent;
	color: #808080;
}
.done{
	background: url('../img/green_line.jpg') top transparent;
	color: #808080;
	font-weight: bold;
}
.end{
	width: 1px;
	background: url('../img/grey_line_end.jpg') top center no-repeat transparent;
}
.separator{
	height: 3px;
	width: 100%;
	margin-bottom: 7px;
	clear: both;
}
.separator hr {
  display: none;
}