@CHARSET "UTF-8";

/* ---------------------------------------------
 * -------- TABLE Style ------------------------
 * --------------------------------------------- */

.tableElement {
	/* ME: Erst mal auskommentiert da viele Tabellen wohl bestimmte Breite der Zellen erfordern */
	/* HF: Übergangsweise wieder einkommentiert für's SIR-Modul. Prüfen, ob die Darstellung an anderer Stelle verändert wird. */
	width: 95%;	
}

.tableTop {
	border-right: 1px solid rgb(231, 231, 231);
	border-bottom: 2px solid rgb(231, 231, 231);
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
}
.tableTop * {
	border-width: 0px;
	border-style: none;
}

.tableRow1 {
	height: 20px;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    background-color: #F8F8F8;
    color: #000000;
}
.tableRow1 a {
	color: #000000;
}
.tableRow1 a:hover {
	color: #777777;
}
.tableRow2 {
	height: 20px;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    background-color: #eeeeee;
    color: #000000;
}
.tableRow2 a {
	color: #000000;
}
.tableRow2 a:hover {
	color: #777777;
}

.tableNavi {
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #000000;	
	text-align: right;	
	margin: 0px 6px 10px 35px;
}

a.tableTop:link {
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #888888;
}
a.tableTop:visited {
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #888888;
}
a.tableTop:hover {
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: underline;
    color: #777777;
}
a.tableTop:active {
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #888888;
}

.singleCellSortBySeparator {
    color: #888888;
}
a.singleCellSortBy {
	padding: 0px 0px 0px 5px;
	float: left;
}
a.singleCellSortBy:link {
	font-family: Tahoma;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
    color: #888888;
}
a.singleCellSortBy:visited {
    font-family: Tahoma;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
    color: #888888;
}
a.singleCellSortBy:hover {
    font-family: Tahoma;
    font-size: 12px;
	font-weight: normal;
    text-decoration: underline;
    color: #559429;
}
a.singleCellSortBy:active {
    font-family: Tahoma;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
    color: #888888;
}