
span.red {
	color: red;
}

span.blue {
	color: blue;
}

/* Was 930px */
#list_wrapper, .list_wrapper {
	padding: 0 10px 0 10px;
	background-color: #f0f0f0;
	width: 680px;
}


#list {
	font-size: 1.0em;
}

a div.dtEdit {
	background: url("../../images/icon_edit.gif") no-repeat scroll left bottom transparent;
	width: 18px;
	height: 18px;
}

a div.dtDel {
	background: url("../../images/icon_delete.gif") no-repeat scroll left bottom transparent;
	width: 18px;
	height: 18px;
}

.dataTables_wrapper {
	min-height: 317px;
}

/*
table.display{
	width: auto;
}
*/

thead {
	background-color: #D8DADC;
}
