/* Style sheet tabellen */
.ce_table table, .mod_pmlist table {
	width:99%;
	margin-left:1px;
	border:0px solid #aaa;
	border-collapse:collapse;
}

.ce_table table td, .ce_table table th, .mod_pmlist table td, .mod_pmlist table th {
	padding:5px 9px 5px 6px;
	text-align:left;
	vertical-align:top;
	border:1px solid #aaa;
	border-collapse:collapse;
}

.mod_formdatalisting th.head {
	padding-right:18px;
	background-image:url("gfx/layout/sort_default.gif");
	background-repeat:no-repeat;
	background-position:right 10px;
}

.mod_formdatalisting th.col_last { background-image:none; }

.mod_formdatalisting th.desc {
	background-image:url("gfx/layout/sort_desc.gif");
	background-repeat:no-repeat;
}

.mod_formdatalisting th.asc {
	background-image:url("gfx/layout/sort_asc.gif");
	background-repeat:no-repeat;
}

#main .col_last a { border-bottom:0px; }

.col_6 { width:60px; }

