	
	/* TinyMCE zurücksetzen */
	table.mceLayout td { padding: 0 !important; border-bottom-width: 0 !important; }
	table.mceLayout tr.mceLast td { border-bottom-width: 1px !important; }
	
	/* CTS System */
	div.editBox { border: 1px solid #dfdfdf; padding: 3px 5px; margin: 0 0 1px 0; background: #fff; min-height: 14px; }
	img.flag { float: right; margin-top: 1px; }
	
	div.editLink, div.editStatus, div.authorInfo, div.editLock { margin: 2px 0 1px 0; }
	div.editLink, div.editLock { padding: 0 0 0 0; }
	div.editLock { font-size: 11px; color: #666; background: url(../img/cts/lock.gif) no-repeat 4px 2px; padding: 0 0 0 18px; }
	div.editStatus { float: right; font-size: 11px; font-weight: bold; }
	div.editBox { cursor: pointer; }
	
	div.authorInfo { color: #999; font-size: 9px; text-align: right; }
	
	/* Links unterhalb der Boxen */
	a.ctslink { font-size: 11px; text-decoration: none; color: #666; background-repeat: no-repeat; 
		background-position: 4px 2px; padding: 0 4px 0 18px; }
	a.ctslink:hover { background-color: #efefef; }
	
	a.update { background-image: url(../img/cts/edit_out.gif); }
	a.update:hover { background-image: url(../img/cts/edit_over.gif); }
	
	a.restore { background-image: url(../img/cts/restore_out.gif); }
	a.restore:hover { background-image: url(../img/cts/restore_over.gif); }
	
	/* Status der Übersetzung */
	div.editStatus span { background: #333; color: #fff; padding: 0px 4px; text-transform: uppercase; }
	div.editStatus span.approved { background: #3a7911; }
	div.editStatus span.outofdate { background: #d87a0c; }
	div.editStatus span.untranslated { background: #BF8F8F; }
	div.editStatus span.pending { background: #a04ac4; }
	div.editStatus span.inprogress { background: #353D8F; }
	div.editStatus span.declined { background: #d11e1e; }
	
	/* Position */
	span.position { padding: 0 5px; }
	div.id { float: right; color: #888; }
	
	/* Flaggenauswahl */
	select.flag { width: 180px; }
	select.flag, select.flag option { background-repeat: no-repeat; background-position: 2px 2px; padding: 0 0 0 22px; }
	select.flag { background-position: 3px 3px; }
	
	/* Allgemeine Klassen */
	.noHand { cursor: default !important; }