tr.even td {
	color:black;
	background-color:rgb(180,225,180);

}

tr.even td a {
	color:black;
	background-color:rgb(180,225,180);
}

tr.odd td {
	color: #000;
	background-color: rgb(200,250,200);
}

tr.odd td a {
	color: #000;
       background-color: rgb(200,250,200);
}


/* tc_edit */


div.tc_edit fieldset {
	text-align: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid black;
}

div.tc_edit legend {
	font-size: 16px;
	border: 1px solid black;
	padding: 5px;
}

div.tc_edit label {
	float: left;
	border-bottom: 1px dotted black;
	width: 120px;
	margin-left: 10px;
}

div.tc_edit label.tc_required {
	font-weight: bold;
}

div.tc_edit textarea {
	margin-left: 130px;
}


div.tc_edit p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}

div.tc_edit p.tc_edit_error {
	margin: 10px;
	padding: 15px 0;
	border: 1px solid red;
        list-style-image: url(/icon/error.png);
}

/* tc_list */

table.tc_list tr th {
	background-color:rgb(0,102,0);
	color: #FFF;
}

table.tc_list td {
        padding: 2px;
        overflow: hidden;
}

/* Bilder-Upload */
tr.tc_image_list {
	border-style: solid;
	border-width: 1Px;
	border-color: #000000;
}

td.tc_image_list {
	border-style: solid ;
	border-width: 1Px;
	border-color: #000000;
}

table.tc_image_list {
	border-style: solid ;
	border-width: 1Px;
	border-color: #000000;
}


/* Video-Funktionen */

div.tc_video_list th {
	background-color:rgb(0,102,0);
	color: #FFF;
}

div.tc_video_list table {
	border: 1px solid black;
	width: 100%;
}


div.tc_video_form table {
	border: 1px solid black;
	width: 100%;
}

/* Table-Controller-Formulare */
td.desc_cell { color: rgb(0,52,0); }
td.value_cell { font-size:12px; color: rgb(0,52,0); }
td.publish_cell { color: rgb(0,102,0); }
th.tc_edit { font-size: 12px; color: #003400; }
td.tc_edit { font-size: 12px; color: black; }

/* Table-Controller-Listen */
table.tc_list { width: 500px; border-width: 2px; border-color:black; border-style:solid; }
tr.tc_list { border: 1px; gray; solid; }
th.tc_list { color: white; background-color:rgb(0,102,0); }
td.tc_list_odd { color:black; background-color:#c8fac8; }
td.tc_list_even { color:black; background-color:rgb(180,225,180); }
