body {
	background-color: #fff;
}

.newEntry .submit {
	width:auto;
	padding:0;
	margin:0 3px;
}

.infotext div {
	display: none;
	position: absolute;/**/
	height : 100%;
	width: 100%;
	background-color: #fff;
	z-index:100;
	top: 0;
	left:0;
}

.infotext {
	position: relative;
	overflow:visible;
	height:auto;	
}

.chart  {
	position:relative;
	height:144px;
	width:290px;
}

.chart * {
	position:absolute;
	height:auto;
	width:auto;
}
.chart img {
	left:0;
	bottom:0;
	display:block;
}
.hideitems *,  .hintLegend .hideitems  {
	display:none;
}
.topLegend, .bottomLegend {
	font-size: 9px;
	padding-left: 1em;
	padding-right: 1em;
	position:absolute;
	background-color: #ccc;
	left: 34px;
}
.topLegend {
	top: 7px;
}
.bottomLegend {
	bottom: 24px;
}
.hintLegend {
	bottom:144px;
	width:100%;
	text-align:center;
}
.chart .hintLegend * {
	position:static;
	background-color: #ccc;
}
.bars {
	position: absolute;
	width: 49px;
	height: 120px;
	right: 7px;
	bottom: 20px;
}
.col0 {
	left:0;
}
.col1 {
	left:13px;
}
.col2 {
	left:26px;
}
.col3 {
	left:39px;
}
.bhv0, .bhv0 div {
	background-color:#f00;
	border-color: #f00;
}
.bhv1, .bhv1 div {
	background-color:#add8e6;
	border-color: #add8e6;
}
.bhv2, .bhv2 div {
	background-color:#90ee90;
	border-color: #90ee90;
}
.bhv3, .bhv3 div {
	background-color:#ff0;
	border-color: #ff0;
}
.bars div {
	height:0;
	width: 8px;
	position:absolute;
	bottom:0px;
	border-width: 1px;
	border-style: solid;
}
.bars div div {
	height:120px;
	left:-1px;
}
.bars div div div {
	height:96px;
	left:0;
	border:none;
}
.bars div div div div {
	height:72px;
}
.bars div div div div div {
	height:48px;
}
.bars div div div div div div {
	height:24px;
}
table {
	empty-cells:show;
}

.errors {
	color: red; font-weight: bold;
}