comDownloadsStepsheet .Iteminfo {
	font-size:9pt;
	font-weight:normal;
	padding:4px 0px 0px 12px;
	text-decoration: none;
	float:left;
}
comDownloadsStepsheet .Searchcounter {
	padding: 8px 0px;
}
comDownloadsStepsheet .TableContent {
	clear:both;
}
comDownloadsStepsheet .SearchArea {
	border:solid 1px;
}
comDownloadsStepsheet .SearchAreaInnert {
	border:solid 1px #808080;
	text-align: center;
	margin-top:-24px;
	padding-top:24px;
}

/* Suchfelder */
#ResetBtn { }
#SearchBtn { }
#SearchOptionsBtn { margin-left:4px; }
#SearchText { width: 300px;}
#SearchTitel, #SearchAuthor, #SearchMusic { margin-top: 16px; }
comDownloadsStepsheet label.Checkbox {
	margin-right: 24px;
}

/* Seitenauswahlelemente */
#hlpPageselectAlpha {
	font-size: 12pt;
	padding-top: 16px;
	text-align:center;
}
hlpPageselectNumeric {
	margin-top:24px;
}
/* Tabellenzeilen und spalten einrichten */
comDownloadsStepsheet .ColumnHeader {
	float:left;
	font-weight:bold;
	padding-top: 16px;
}
comDownloadsStepsheet .ColumnHeader.colName {
	width: 200px;
}
comDownloadsStepsheet .ColumnHeader.colAuthor {
	width: 200px;
}
comDownloadsStepsheet .Row {
	clear: both;
	text-decoration:none;
}
comDownloadsStepsheet .RowHIGH {
	background-color: #0000C0;
	border-bottom:solid 2px #0000FF;
	border-top:solid 2px #0000FF;
	font-weight:bold;
	font-size:10pt;
	padding:4px 0px;
	height: 40px;
}
comDownloadsStepsheet .RowLOW {
	padding:4px 0px;
	height:15px;
	overflow:hidden;
}
comDownloadsStepsheet .Cell {
	float:left;
	overflow: hidden;
	padding-left: 8px;
	white-space:nowrap;
}
comDownloadsStepsheet .Cell.colNumber {
	display: none;
}
comDownloadsStepsheet .Cell.colName {
	width: 200px;
	padding-left: 4px;
}
comDownloadsStepsheet .Cell.colAuthor {
	width: 200px;
}
comDownloadsStepsheet .Cell.colDescription {
}
