
/**
 * stylesheet for profile personalization.
 */
.main {
	position:relative;width:710px;height:540px;margin:auto;
}

.list1 {
	position:absolute;left:0px;height:520px;width:340px;padding:10px 5px 10px 10px;
}

.list2{
	position:absolute;right:0px;height:520px;width:340px;padding:10px 10px 10px 5px;
}

.item {
	background:#fff;margin-bottom:5px;background:#fff;border:solid 0px #57A5FD;
}

.itemContent {
	padding:5px;text-align:center;
}

.itemHandle {
	height:15px;background:#e5ecf9;overflow:hidden;border-top:solid 0px #3366cc;font-weight:bold;cursor:move;
}

.dropCue {
	border:dashed 1px #ff0000;margin-bottom:5px;
}

.emptyList {
	font-weight:bold;text-align:center;
}

.centered {
	margin:auto;
}

.templates {
	visibility:hidden;
}