/* CSS Document */

.uploader-list .row, .videos .row {
	border-radius:5px;
	padding:10px;
	box-shadow:0px 1px 2px rgba(20,20,20,0.4);
	min-height:90px;
	margin-bottom:10px;
	background-color:white;
	background-image:url("/i/dragndrop2.png");
	background-position:right 10px;
	background-repeat:no-repeat;
}


.fileupload-buttonbar {
	width:102%;
}

#ajax-wait {
	position:fixed;
	width:100%;
	height:100%;
	background-color:#888888;
	z-index:5000;
	top:0;
	left:0;
}

.picpick {
	display:inline-block;
	margin:0 4px 4px 0;
}

.picpick a:hover img {
	box-shadow:0 0 5px rgba(0,128,255,0.7);
}

.picviewer {
	width:540px;
	height:300px;
	overflow:auto;
}

.bspace {
	margin-bottom:10px;
}

.subpanel {
	border:1px solid rgb(221, 221, 221);
	border-top:none;
	padding:10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;	
	float:left;
}

.subhead {
	margin:-10px;
	background:linear-gradient(to bottom, white 0%,white 80%,#CCCCCC 100%);
	padding:12px;
	margin-bottom:10px;
	box-shadow:0 -1px 1px rgba(20,20,20,0.4) inset;
}

.pagination {
	margin:0;
}

.upspace {
	margin-top:10px;
}

.panel-divider {
	border-bottom:1px solid rgb(221, 221, 221);
}

#emps_sink {
	width:0;
	height:0;
	border:0;
}

