dl,dt {
	font: 10px;
}


.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

#overlay {
	background: #666;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

#overlay #preloader {
	background: url(loader_bg.gif) no-repeat;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin: -25px 0 0 -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
}

#overlay #preloader img {
	margin: 11px 0 0 0;
	vertical-align: middle;
}

.ui-sortable {
	background-color: #FFF;
	border: 1px solid #555;
	color: #222;
	margin: 0 15px 15px 0;
	padding: 0 10px 10px;
	width: 360px;
}

h2.sortheader {
	background-color: #555;
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
	color: #FFF;
	font-size: 11px;
	line-height: 2;
	padding: 0 10px;
	margin: 0;
}

div.sortheader {
	width: 360px;
	float:left;
	margin-bottom:0px;
}
div.sortdivider {
	width: 17px;
	float:left;
	height:40px;
	margin-bottom:0px;
	background-color: #FFFFFF;
}

dl.sort {
	color: #222;
	margin: 10px 0;
	width: 340px;
}

#uidemo dl.first {
	margin-top: 0;
}

#uidemo dl.last {
	margin-bottom: 0;
}

dl.sort dt {
	background-color: #666;
	color: #FFF;
	cursor: move;
	height: 2em;
	line-height: 2;
	padding: 0 6px;
}

dl.sort dd {
	background-color: #f7eddc;
	margin: 0;
	padding: 3px 6px;
}

.ui-sortable-helper {
	width: 340px;
}

.placeholder {
	border: 1px dashed #AAA;
}

span.options {
	cursor: default;
	font-size: 1px;
	line-height: 1px;
	position: absolute;
}

span.options a {
	background-color: #FFF;
	cursor: pointer;
	display: block;
	float: left;
	text-indent: -9000px;
}

dl.sort dt span.options {
	right: 5px;
	top: 5px;
	width: 27px;
}

dl.sort dt span.options a {
	height: 12px;
	width: 12px;
}

dl.sort dt span.options a.up {
	margin-right: 3px;
}

dl.sort dt span.options a.disabled {
	background-color: #555;
	cursor: default;
}

#editorcontainer {
	position:relative;
	top:-2px;
	margin-top:0px;
	float: left;
	font-size: 10px;
	width: 100%;
	height: 420px;
	overflow-y: scroll;
}

#source {
	float: left;
	width: 340px;
}

#target {
	float: left;
	width: 340px;
}

#trashcan {
	float: left;
}

#trashcan p {
	margin: 0;
}

#articleadd
{
     padding: 10px;
	font: 14px Arial;
}
