/*Tabellenlayout fŸr contenttable-0 - Noch nicht formatierte Zellen mŸssen weiter hinzugefŸgt werden*/
/*Einzelne Reihen start 
	Es wird in gerade und ungerade Reihen / 2. Zelle unterschieden.
	die erste Zelle wird Ÿber das Tabellenlayout formatiert.
*/
.dmmjobcontrol_list_table { width: 100%; font-size: 120%;border: 1px solid #ccc; }
.dmmjobcontrol_list_table th { width: 50%; };


tr.dmmjobcontrol_list_tr td {

}

tr.dmmjobcontrol_list_tr_alt td {
	background-color: #fff;
}

.contenttable p { margin: 0; }

/*###############################*/
/*Einzelne Reihen end*/
/*.contenttable tr td {
	font-weight:normal;
	font-size:1.1em;
	padding:0.3em 0.6em 0.3em 0.6em;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
 	vertical-align:top;
}*/

/* this is for the different coloured headers of all layouts */
/*.contenttable-0 tr td.td-0,
.contenttable-11 tr td.td-0 {
	background-color:#9EC4D2;
	color:#fff;
	width: 30%;
}

.contenttable-11 tr.tr-0 td {
	background-color:#0080AE;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	padding:0.3em 0.6em 0.3em 0.6em;
}


.contenttable-11 tr td.td-0 {
  width: 40%
}

.contenttable-0 tr td.td-1 {
width: 70%;
}

.contenttable-11 tr td.td-1,
.contenttable-11 tr td.td-2 {
 width: 30%
}

.contenttable-1 tr td.td-0 {
	background-color:#999999;
	color:#fff;
}
.contenttable-2 tr td.td-0 {
	background-color:#FFD9A5;
}

.contenttable-3 tr td.td-0 {
	background-color:#9EC4D2;
	color:#fff;
}


.contenttable-0 td {
        text-align: left;
}
.contenttable-0 .td-0 {
        text-align:left;
}

.contenttable-1 tr.tr-0 td {
	background-color:#666;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	padding:0.3em 0.6em 0.3em 0.6em;
}
.contenttable-2 tr.tr-0 td {
	background-color:#FFA832;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	padding:0.3em 0.6em 0.3em 0.6em;
}
.contenttable-3 tr.tr-0 td {
	background-color:#0080AE;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	padding:0.3em 0.6em 0.3em 0.6em;
}



.contenttable-0, .contenttable-1, .contenttable-2, .contenttable-3 {
	border-collapse:collapse;
	margin-bottom:2em;
	margin-top:0em;
	width:100%;
}

caption {
	background-color:#0080AE;
	color:#fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-weight:bold;
	font-size:1.1em;
	padding:0.3em 0.6em 0.3em 0.6em;
}

.contenttable ul {
  list-style-type: none;
}*/