.values-sort_container {
	background: transparent url(/sup/img/valuessort/dragcard.gif) no-repeat 170px 215px;
}
.headers {
	height: 50px;
	list-style: none;
	padding: 12px 2px 0 0;
	text-align: center;
				font-weight: bold;
}
	.headers li {
		float: left;
		width: 130px;
	}
		.headers li .help {
			font-size: 0.8em;
						font-weight:normalnormal;
		}

.column { 
	width: 126px; 
	float: left; 
	border: 2px solid #fff;
	background: #CCE0EB;
	padding: 0 2px 100px 0px; 
}
	/* when a column has been filled, it adds this class */
	.column.complete {
		background-color: #65152E;
	}

.portlet { 
	margin: 4px; 
	border: 1px solid #ccc;
	background: white; 
}
	.portlet-header { 
		margin: 0.3em;
		text-align: center;
	}
	.portlet-content { 
		font-size: 0.8em;
		text-align: center;
		padding: 0.4em; 
	}

.ui-sortable-placeholder { 
	border: 1px dotted black; 
	visibility: visible !important; 
	height: 50px !important; 
}
	.ui-sortable-placeholder * { 
		visibility: hidden; 
	}

.values-sort_submit {
	background: transparent url(/sup/img/valuessort/valuesort_button-submitp.jpg) no-repeat left top;
	color: #65152E;
	display: block;
	height: 116px;
	margin-left: 10px;
	margin-top: 14px;
	margin-bottom: 14px;
	overflow: hidden;
	text-indent: -10000px;
	width: 114px;
}
