@charset "UTF-8";
	
/* CSS Document */

#gp-content {
	margin:5px;
	padding:5px;
	}
#gp-gallery {
	margin-top: 5px;
}

#gp-collection {
	width: 610px;
}
#gp-draggables {
	display:block;
	border: 1px solid #69C;
	padding: 5px 5px 0 5px;
	height: 150px;
	max-height:150px;
	width:625px;
	list-style-type: none;
	margin:0 0 4px 0;
	overflow:scroll;
	white-space: nowrap;
	clear:both;
}
#gp-draggables li {
	display:inline;
	width: 100px;
	height: 120px;
	margin: 2px;
	overflow:hidden;
}
#gp-draggables li div {
	display:inline-block;
}
#gp-draggables p {
	margin-top: 2px;
}
/* #gp-draggables li {
	background-color: #gp-CCC;
	border: 1px solid #gp-600;
} */

#gp-sortable {
	display:block;
	list-style-type: none;
	margin: 0px 0px 4px 0px;
	padding: 5px 0 5px 0;
	width: 600px;
	border: 1px solid #69C;
	overflow:hidden;
}
#gp-sortable li {
	display:block;
	margin: 3px 0px 3px 0;
	padding: 2px;
	float: left;
	width: 100px;
	height:120px;
	text-align: center;
	overflow:hidden;
}
#gp-sortable li span {
	color: white;	
}
#gp-sortable p {
	display: none;
}
#gp-sortable span {
	font-size: 9px;
	border: 1px solid white;
	background-color: #69C;
	margin: 0px;
	padding: 1px;
	position: absolute;
	-moz-border-radius: 2px;
}

#gp-draggables p {
	font-size: 12px;
	color: #69C;
	font-family:Arial, Helvetica, sans-serif;
}
.gp-engaged {
	background-color: rgb(240,240,255);
}
.gp-bluebg {
	background-color: #69C;
}

#gp-addfiles {
	padding-top: 4px;
}

#gp-sorter {
	width: 400px;
	height: 200px;
	float: right;
	border: 1px solid #69C;
}

#gp-arraybox {
	clear:both;
	margin: 4px;
	padding-top: 15px;
	color: rgb(210,210,210);
}

.gp_external {
	margin:0;
	margin-top:-50px;
	margin-bottom:-20px;
	padding:0;
}
.ui-draggable div {
	width:120px;
	white-space:normal;
	vertical-align:top;
}