/* Active on every 2nd drawn TR of the overview list */
.l2 {
  background-color: #efefef;
}

/* Hardcoding of icon size is necessary because of the PNG-hack for IE<7 */
.statusIcon {
  width: 24px;
  height: 24px;
  border: 0;
}

/* Opacity on mouseover directly over a img tag - Currently only supported in Firefox */
.statusIcon:hover, .statusIcon:hover {
	opacity: 0.5;
	filter:alpha(opacity=50); 
}

.overviewHeader {
  padding-left: 10px;
}

.overviewText {
  /* text-decoration: underline; */
  color: black;
}
