/* uploader
 --------------------------------------------------------------------------------------- */
#ubpfattach { margin: 20px 0; }

#ubpfattach-message,
#ubpfattach-list,
#ubpfattach-process{ display: none;}

#ubpfattach-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
}
#ubpfattach-button span {
	display: inline-block;
	border: 1px solid #112D34;
	background: #112D34 repeat-x;
	color: #7DB73C;
	border-radius: 20px;
	line-height: 1;
	padding: 5px 20px;
}
#ubpfattach-button:hover span { 
	border-color: #112D34;
	color: #E8B848;
}
#ubpfattach-button input {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	padding: 100px !important;
	font-size: 100px !important;
	cursor: pointer;
}

#ubpfattach-process img { vertical-align: middle; margin-top: -3px; }

#ubpfattach-info {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #112D34;
	vertical-align: top;
	display: inline-block;
	line-height: 24px;
	
}
#ubpfattach-info strong{
	color: #DCF478;
	font-weight: normal !important;
}

#ubpfattach-message {
	background: DCF478;
	border: 1px solid #DCF478;
	color: #DCF478;
	padding: 5px 10px;
	border-radius: 4px;
	margin: 15px 0;
}
#ubpfattach-message.err {
	border:none;
	background: #F63617;
	color: #DCF478;
	padding: 5px 10px;
	border-radius: 4px;
}

#ubpfattach-target, 
#ubpfattach-form { width: 0; height: 0; visibility: hidden; position: absolute;}

/* filelist
 --------------------------------------------------------------------------------------- */ 
table.ubpfattach-filelist {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	clear: both;
	position: relative;
	width: auto !important;
	margin: 15px 0 !important;
	border: 1px solid #ddd !important;
	background: #112D34!important;
}
table.ubpfattach-filelist td {
	line-height: 1;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #DCF478;
	padding: 6px 8px !important;
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	vertical-align: middle !important;
}
table.ubpfattach-filelist td:hover {
color: #DCF478;
}
table.ubpfattach-filelist tr.even td {
	background: #7DB73C!important;
}
table.ubpfattach-filelist td a {
	color: #DCF478;
	text-decoration: none;
}
table.ubpfattach-filelist td a:hover {
color: #DCF478;        
text-decoration: underline;
}
table.ubpfattach-filelist td.links {
	padding-left: 50px !important;
	text-align: right;
}

table.ubpfattach-filelist.processing td.links a{
	visibility: hidden;
}
table.ubpfattach-filelist .pipe {
	color: #DCF478;
}
table.ubpfattach-filelist td.thumb {
	padding: 0 !important;
	position: relative;
	width: 25px;
}
table.ubpfattach-filelist td.thumb.empty {
	width: 0;	
}
table.ubpfattach-filelist img.thumb {
	width: 25px !important;
	height: 25px !important;
	max-width: none !important;
	max-height: none !important;
	margin: -1px;
}
.post-content table.ubpfattach-filelist tr:hover img.thumb {
	width: 100px !important;
	height: 100px !important;
	position: absolute;
	top: -75px;
	left: 0;
	z-index: 2;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
}
.post-content table.ubpfattach-filelist tr:hover td{
	background: #E8B848!important;
color: #DCF478;
}

