table.data {
	font-size: 0.7em;
	border: 1px solid BurlyWood;
	border-collapse: collapse;
	width: 100%;
}
table.data th, table.data thead td {
	background-color: DarkGoldenRod;
	font-weight: bold;
	text-align: center;
}
table.data td {
	background-color: beige;
	border: 1px solid BurlyWood ;
}
table.data td.floattype {
	text-align:right;
}
table.data td.deactivated {
	color: gray;
}
table.data td.deactivated div {
	visibility: hidden;
}
table.data thead td.orderbyasc {
	background-color: #a38321;
}
table.data thead td.orderbydesc {
	background-color: #5c7cde;
}
table.data tr.aktiv td {
	background-color: #e0e0c1;
}
table.data td.orderby {
	background-color: #e0e0c1;
}
table.data tr.aktiv td.orderby {
	background-color: beige;
}
table.data td.action {
	width: 13px;
}
table.data td.action div {
	width:  13px;
	height: 13px;
	cursor: pointer;
}
div.zoom {background: url(../images/action_zoomto.gif)            center center no-repeat; }
div.move {background: url(../images/action_move.gif)              center center no-repeat; }
div.modi {background: url(../images/action_modify.gif)            center center no-repeat; }
div.verl {background: url(../images/action_verlaengern.gif)       center center no-repeat; }
div.arch {background: url(../images/action_in_archiv.gif)         center center no-repeat; }
div.down {background: url(../images/action_download_pdf.gif)      center center no-repeat; }
div.remo {background: url(../images/action_remove.gif )           center center no-repeat; }
div.stat {background: url(../images/action_stationieren.gif)      center center no-repeat; }
div.zahl {background: url(../images/action_zahlung.gif)           center center no-repeat; }
div.sele {background: url(../images/action_select.gif)            center center no-repeat; }
div.modP {background: url(../images/action_modify_password.gif)   center center no-repeat; }
div.deta {background: url(../images/action_detail.gif)            center center no-repeat; }

.notvis {
	display: none;
}

/*table.data td.action .text {
	position: relative;
	width: 16px;
	height: 16px;
	overflow: hidden;
	visibility:hidden;
	border: 1px solid green;
}*/

table.data {
	border-color: #75b2bd;
	margin-top: 10px;
}
table.data th, table.data thead td {
	background-color: #75b2bd;
	padding-left: 10px;
	padding-right: 10px;
}
table.data td {
	background-color: #edf0f3;
	background-image: none;
	border: 1px solid #c2d8d8 ;
}
table.data thead td.orderbyasc {
	background: #91c2cb url("../images/pfeil_oben.gif") left center no-repeat;
}
table.data thead td.orderbydesc {
	background: #91c2cb url('../images/pfeil_unten.gif') left center no-repeat;
}
table.data td.orderby {
	background-color: #dde1e5;
}
table.data tr.aktiv td {
	background-color: #dde1e5;
}
table.data tr.aktiv td.orderby {
	background-color: #cdd2d7;
}


