@CHARSET "UTF-8";

#reworkPrice {
	width: 50px !important;
}

#reworkLimit {
	width: 50px !important;
}

#reworkLimitDays {
  width: 50px !important;
}

#reworkLimitAverage {
  width: 50px !important;
}

.reportLabel {
	float: left;
	width: 250px;
}

.reportValue {
	width: 50px;
	text-align: right;
  float: left;
  font-weight: bold;
  right: 12px;
}

.reportValue.euro {
  right: 0px;
}

#report {
  border-top: 1px solid;
	border-right: 1px solid;
  border-spacing: 0px;
  text-align: center;
  top: 10px;
}

#report th {
  background: none repeat scroll 0 0 #AAAAAA;
  color: #880000;
}

#report tr {
	margin-top: 2px;
}

#report tr.topay {
  background: #ffa;
}

#report th, td {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 4px;
}

#report .order {
  text-align: right;
  padding-right: 10px;
}