#mainList {
	width: 9em;
	margin-right: 0px;
	padding: 0px 0px;
	vertical-align: top;
}
#Sortable_list li {
	padding-left: 5px;
	height: 20px;
	min-height: 1em;
	width: 250px;
	list-style: none;
	background-color: ##EEEEEE;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	cursor: move;
}

#Sortable_list { margin-top: -2px; }
#Sortable_list li{ margin-top: 4px; }
#Sortable_list .handle{
	float: right;
	margin-top: -20px;
	background-color: #ccc;
	background-image: url(handle.html);
	background-repeat: repeat-y;
	width: 7px;
	height: 20px;
}

.handle {
	cursor: move;
}

.editable{
	cursor: text;
}

.editingSize{
	font-size: 10px;
}


SPAN.report{
	font-family: Verdana, Arial, sans-serif;
	color: #235C93;
}
TABLE.report {
	background: #FFF;
	border-color: #235C93;
	border-style: solid;
	border-width: 1px;
}

SPAN.error{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ff0000;
	text-transform: uppercase;
	vertical-align: middle;
}
TABLE.error {
	/* background: #FBB9B9; 
	border-color: #FE0000;
	border-style: solid;
	border-width: 1px; */
	text-transform: uppercase;
	vertical-align: middle;
}

