/* LISTS */
ul.editable {
}
ul.editable input.f {
	border:none;
	background:#FFF7BF;
	width:300px;
}
div.tasks {
	border-top:1px solid #EF5400;
	border-bottom:1px solid #EF5400;
	margin:3px 0;
	padding:5px 0;
}
div.task-r {
	margin:0 0 .8em 0;
	padding:2px 0;
}
table.reports {
	background:#666;
	width:99%;
}
table.reports tr td {
	background:#fff;
}
table.reports tr td.project {
	background:#eee;
}
table.reports tr td.total {
	background:#000;
	color:#fff;
	text-align:right;
	font-weight:bold;
}
div.ticket {
	border:1px solid #999;
	margin:6px 0;
	padding:10px;
}
tr.faded td {
	filter: alpha(opacity=35);
	opacity:.35;
}
tr.head td {
	color:#fff;
	background:#999;
	font-weight:bold;
}