#sortable_list_id {
	width:100%;
}

ul.sortables { 
	position:inherit;
	list-style-type:none;
}
 
ul.sortables {
	width:300px;
	margin:0;
	padding:0;
}
 
ul.sortables li {
	margin-bottom:1px;
	padding:4px 4px 2px 4px;
	color:#201D42;
	cursor:move;
	list-style:none;
	width:98%;
	background-color:#EFECE9;
}
 
ul.sortables li.inactive {
	background-color:#191E2B;
	color:red;
	font-style:italic;
}

#sortable_list_id .left_text {
	float:left;
	width:85%;
}
#sortable_list_id .right_text {
	float:left;
	width:15%;
	white-space:nowrap;
	text-align:right;
}
#sortable_list_id .dormant {
	background:#C0C0C0 url("../../images/dormant.gif") top left repeat;
	color:#404040;
}

