/* Tabellenkopfbereich */
.comDownloadsDocuments.TableHeader
	{ text-align:center; }
/* Bereich der Spaltenüberschriften */
.comDownloadsDocuments.TableHeader.Columns
	{ font-weight:bold; }
/* Alle Spaltenüberschriften einzeln */
.comDownloadsDocuments.ColumnHeader
	{ float:left; width:150px; margin-right:4px; }

/* Komponentenbereich */
a:focus
	{ outline:none; }
div.comDownloadsDocuments.NoItemsMessage
	{ clear:both; }
img.anscSearchTextInput
	{ width:20px; }	
.comDownloadsDocuments.Border
	{ background-color:#EEEEEE; border:inset 1px; padding:4px; }
/* Bereich der Tabellenausgabe */
.comDownloadsDocuments.TableContent
	{  }
/* Alle Tabellenzellen einzeln */
.comDownloadsDocuments.Cell
	{ float:left; cursor:pointer; margin-right:4px;	width:150px; overflow:hidden; white-space:nowrap; }
/* Alle Tabellenzeilen */
.comDownloadsDocuments.Row
	{ clear:both; padding:6px 0px }
/* Jede erste Tabellenzeile */
.comDownloadsDocuments.Row.FIRST
	{ }
/* Jede zweite Tabellenzeile */
.comDownloadsDocuments.Row.SECOND
	{ }
/* Gerade ausgewählte Tabellenzeile */
.comDownloadsDocuments.Row.HIGH
	{ clear:both; color:#FFFFFF; background-color:#AAAAFF; padding:6px 0px 6px 8px; }

/* Filterelemente */
#hlpPageselectAlpha
	{ background-color:#CCCCCC; padding:2px 0px; margin-top:20px; }
span.hlpPageselectAlphaItem.HIGH
	{ font-weight:bold; text-decoration:underline overline; }
span.hlpPageselectAlphaItem.LOW
	{ }