
.List {
	width: 100%;	/* table width will be 99% of this*/
	height: 100%; 	/* must be greater than tbody*/
	overflow: auto;
	z-index:1;
}

.ListHeaderRow	{
	position:relative;
	top: expression(offsetParent.scrollTop); /*IE5+ only*/}
	
.ListHeaderCell {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
	padding: 2px 4px 2px 4px;
	background-color: #8596b6;
}	
	
.ListHeaderCellLast {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
	padding: 2px 4px 2px 4px;
	background-image: url(../../layout/images/bg_list_blue.gif);
	background-position: bottom right;
}	
	
.ListContent {  /* child selector syntax which IE6 and older do not support*/
	overflow: auto; 
	height: 0px;
	overflow-x: hidden;
}
	
.ListContentRow {
	height: 0px;
	background-color: ;
}
	
.ListContentRowAktiv {
	height: 0px;
	background-color: #e4e6f4;
}

.ListContentCell {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #3E3E3E;
	padding: 4px;
	background-color: ;
}
.ListContentCell:last-child {
	padding-right: 20px;
	background-color: ;
}

.ListContentCellBlue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #6B7BA0;
	padding: 4px;
	background-color: ;
}
.ListContentCellBlue:last-child {
	padding-right: 20px;
	background-color: ;
}

.ListContentCellGreen {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #7dc27c;
	padding: 4px;
	background-color: ;
}
.ListContentCellGreen:last-child {
	padding-right: 20px;
	background-color: ;
}

.ListContentCellAktiv {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #3E3E3E;
	padding: 4px;
	background-color: #e4e6f4;
}
.ListContentCellAktiv:last-child {
	padding-right: 20px;
	background-color: #e4e6f4;
}

.ListContentCellInaktiv {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
	padding: 4px;
}
.ListContentCellInaktiv:last-child {  /*prevent Mozilla scrollbar from hiding cell content*/
	padding-right: 20px;
}

.ListTrennlinie {
	height: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3E3E3E;
	line-height: 1px;
	font-size: 1px;
	background-image: url(../../layout/images/bg_glue_horz.gif);
}

.ListFooter {
	position: relative; 
	overflow-x: hidden;
	top: expression(parentNode.parentNode.offsetHeight >= offsetParent.offsetHeight ? 0 - parentNode.parentNode.offsetHeight + offsetParent.offsetHeight + offsetParent.scrollTop : 0); /*IE5+ only*/	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	padding: 0px 4px 0px 4px;
	background-image: url(../../layout/images/bg_list_blue.gif);
	background-position: bottom right;
}

.ListFilter {
	position: relative;
	overflow-x: hidden;
	overflow: visible;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3E3E3E;
	font-weight: normal;
	line-height: 18px;
	height: 20px;
	padding: 5px;
	border: solid 1px #8596b6;
	background-color: #eeeeee;
}

.ListFilter2 {
	position: relative; 
	overflow-x: hidden;
	overflow: visible;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3E3E3E;
	font-weight: normal;
	line-height: 18px;
	height: 20px;
	padding: 5px;
	border-left: solid 1px #8596b6;
	border-right: solid 1px #8596b6;
	border-bottom: solid 1px #8596b6;
	background-color: #eeeeee;
}

.ListActions {
	position: relative; 
	overflow-x: hidden;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3E3E3E;
	font-weight: normal;
	line-height: 27px;
	height: 27px;
	padding: 4px 4px 3px 4px;
	border-left: solid 2px #8596b6;
	border-right: solid 2px #8596b6;
	border-top: solid 2px #8596b6;
	background-color: #eeeeee;
}

.ListField {
	display: block;
	height: 18px;
}
