/***********************
 * sortable table
 ***********************/

.sortableTable
{
  padding: 0 0 5px 8px;
	float: left;
}

.buttonsSortableTable
{
	margin: 15px;
	float: left;
}

.buttonsSortableTable input
{
	margin: 2px;
}

/* If using sortableTableContainer, the clear does not work with IE
.sortableTableContainer:after
{
	content: "";
	display: block;
	clear: both;
}
*/
.clear
{
	clear: both;
}

.sortableTable table
{
	border-collapse: collapse;
}

.sortableTable table tr
{
	cursor: pointer;
}

.sortableTable table td
{
	padding: 0;
	font-size:12px;
}

.sortableTable table thead th { 
  font-size:14px;
  background: #f0f0f0;
  font-weight: bold;
  color: #777;
  padding: .5em; 
}

.sortableTable table tr.selected 
{
	/* background-color: #465E2F; */
	background-color: #dddddd;
}

.taskItem
{
	width : 235px;
}

.taskItemCanceled 
{
	width : 235px;
	text-decoration: line-through;
}
