#systemOverviewTable td {
	font-family: verdana;
	font-size: 11px;
	vertical-align: middle;
}
#systemOverviewTable tbody td {
	color: #000000;
}
.listRowHead td, .listRowFoot td {
	color: #ffffff;
}
thead .listRow td, tfoot .listRow td {
	color: #ffffff;
}
thead .listRow, tfoot .listRow {
  	background-color: #a71080;
	background-image: url(http://www.hightechcampus.com/interface/web/images/button/header_spacer.gif);
	height: 20px;
	color: #ffffff;
}

.listRow_spacer {
  background-color: #FFFFFF;
  height: 1px;
}
.listCell_spacer {
  background-color: #FFFFFF;
  height: 1px;
}
.listSpacer {
  width: 5px;
  padding: 0px;
}

table.listTreeTableSpacer td {
background-color: #FFFFFF;
  width: 15px;
}

table.listTreeTableSpacer {
	padding: 0px;
	border-collapse: collapse;
	height: 1px;
}

table.listTreeTable td.listTreeSpacer {
  width: 15px;
}
table.listTreeTable td.listTreeSpacer_corner {
  width: 15px;
  background-image: url(http://www.hightechcampus.com/interface/web/images/list/tree_corner.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
table.listTreeTable td.listTreeSpacer_vertical {
  width: 15px;
  background-image: url(http://www.hightechcampus.com/interface/web/images/list/tree_vertical.gif);
  background-position: center center;
  background-repeat: repeat-y;
}
table.listTreeTable td {
	height: 26px;
}
table.listTreeTable td.listTreeSpacer_vertical_split {
  width: 15px;
  background-image: url(http://www.hightechcampus.com/interface/web/images/list/tree_vertical_split.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
table.listTreeTable tr {
	height: 25px;
}
table.listTreeTable {
  height: 25px;
  padding: 0px;
  border-collapse: collapse;
}



.listTreeSpacerRowVertical {
background-color: #FFFFFF;
	background-image: url(http://www.hightechcampus.com/interface/web/images/list/tree_vertical_1px.gif);
  background-position: center center;
  background-repeat: repeat-y;

  width: 15px;
  height: 1px;
}

.listTreeImage_min {
  width: 15px;
  background-image: url(http://www.hightechcampus.com/interface/web/images/list/minus.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.listTreeImage {
  width: 15px;
  background-image: url(http://www.hightechcampus.com/interface/web/images/list/dot.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.listTreeImage_plus {
  width: 15px;
  background-image: url(http://www.hightechcampus.com/interface/web/images/list/plus.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
tbody .listCellButton, tbody .listCellStatus, tbody .listCellIcon, tbody .listCellSmallText {
	width: 24px;
	padding: 0px;
}

tbody .listCellLink {
	padding: 0px;
}

table#systemOverviewTable {
	position: relative;
	width: 100%;
}

#systemOverviewTable tbody {
  background-color: #fbfbfb;
  overflow: auto;
}

tbody tr.listRow, tbody tr.listRowHover, tbody tr.listRowFocus , tbody .listRow tr, tbody .listRowHover tr, tbody .listRowFocus tr {
	height: 25px;
}
tbody tr.listRowHover, tbody .listRowHover tr {
	background-color: #ecb2d8;
}
tbody tr.listRowFocus, tbody .listRowFocus tr {
	background-color: #58ac25;
}

