@charset "utf-8";
/* CSS Document */

.list_table {
	border: 1px solid #DB844F;
}
.list_table thead th {
	font-weight: bold;
	background-color: #DB844F;
	text-align: left;
	padding: 5px;
}
.list_table tbody td {
	padding: 5px;
}
.list_table .noitems {
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	padding: 20px;
}
.list_table .bg1 {
	background-color: #fffaf7;
}
.list_table .bg2 {
	background-color: #ffede3;
}

.list_table .bghover {
	background-color:#F7D7D8;
}

.list_table .button  {
	text-align: right;
}

.list_table .button a {
	font-size: 11px;
	color: #222222;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.list_table .button a img {
	margin-bottom:-1px;
	margin-right: 5px;
}

.list_table tfoot td, .list_table tfoot .pageing td {
	background-color: #DB844F;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.list_table tfoot a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 30px;
	color: #000000;
}
.list_table tfoot .pageing td {
	text-align: center;
}
.list_table tfoot .pageing a {
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
.list_table tfoot .pageing .inactive {
	color: #666666;
	margin-left: 15px;
	margin-right: 15px;
}

/* Beraterbewertungen Weiter / Zurueck Navi */
.polling tfoot .pageing td {
	text-align: center;
	padding:10px;
}
.polling tfoot .pageing a {
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
}
.polling tfoot .pageing .inactive {
	color: #666666;
	margin-left: 15px;
	margin-right: 15px;
}

.list_table .datetime {
	font-size: 11px;
}
