@charset "UTF-8";

div#fileInputContainer {
	width:1px;
	height:1px;
	overflow:hidden;
	position:relative;
	float:right;
	left:0;
	top:0;
}

label.btnFileInput, label.btnFileInput:hover {
	display:inline-block;
	cursor:pointer;
	border: 1px solid #666;
	color: #000;
	background-color: #FAFAFA;
	background-image: url('/forum/styles/we_universal/theme/images/bg_button.gif');
	padding: 4px 5px;
	line-height:15px;
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
}

label.btnFileInput:hover {
	border: 1px solid #BC2A4D;
	background-position: 0px 100%;
	color:#BC2A4D;
}

span.btnFileInput {
	margin-top:1px;
}

div.imgUpThumb {
	display:inline-block;
	width:80px;
	height:80px;
	overflow:hidden;
	text-align:center;
}

.imgUpDelete {
	margin-bottom:5px !important;
}

div.thumbnail {
	background-color:#F9F9F9;
}

div.thumbnail.selected {
	background-color:#D9EDF7 !important;
}

h3.popover-title {
	color:#000;
}

a.imgUpCopy {
	margin-bottom:5px;
}

#imgUpSelectionLinks {
	border:1px solid #fff;
	width:1px;
	height:1px;
	/*display: none;*/
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

img#imgUpLoadingHidden {
	width:1px;
	height:1px;
}

img#imgUpLoading {
	width:32px;
	height:32px;
}

div#imgUpContainer {
	display:none;
}