@charset 'UTF-8';
/*
 * jQuery File Upload UI Plugin CSS 5.0.6
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://creativecommons.org/licenses/MIT/
 */

html, body {
	margin: 0;
}
.body_div{
	width: 100%;
	height: 300px;
	overflow: auto;
}
.fileupload-buttonbar .ui-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 100px 200px;
	opacity: 0;
	filter: alpha(opacity=0);
	-o-transform: translate(250px, -50px) scale(1);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
}

.fileinput-button {
  overflow: hidden;
}

/* Fix for IE 6: */
*html .fileinput-button {
  padding: 2px 0;
}	

/* Fix for IE 7: */
*+html .fileinput-button {
  padding: 2px 0;
}

.fileupload-buttonbar {
  padding: 0.2em 0.4em;
  display: none;
}

.fileupload-buttonbar .ui-button {
  vertical-align: middle;
}

.fileupload-content {
  padding: 0.2em 0.4em;
  margin: 20px;
  border-radius: 10px;
  border: none;
  text-align: center;
}

.fileupload-content .ui-progressbar {
  width: 200px;
  height: 20px;
}

.fileupload-content .ui-progressbar-value {
  background: url(pbar-ani.gif);
}

.fileupload-content .fileupload-progressbar {
  width: 400px;
  margin: 10px 0;
}

#section_div{
	height: 536px;	
}

.files {
	border-collapse: collapse;
	display: inline-block;
	height: auto;
	margin: 10px 0;
	position: relative;
	width: 100%;
}

.files td {
  padding: 5px;
  border-spacing: 5px;
}

.files img {
  border: none;
  width: 100px;
}

.files .name {
  padding: 0 10px;
}

.files .size {
  padding: 0 10px 0 0;
  text-align: right;
  white-space: nowrap;
}

.ui-state-disabled .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ui-state-disabled input {
  cursor: default;
}

.view_fullsize {
	font-size: 12px;	
	text-decoration: none;
}

.selectable_image {
	text-align: center;	
	margin-bottom: 6px;
}

#uploaded_files {
	list-style-type: none;
	padding: 0;
	width: auto;
	margin: 0 auto;
}

#uploaded_files li {
  border: 1px solid lightgrey;
  border-radius: 26px 26px 26px 26px;
  display: block;
  margin: 10px;
  padding: 20px 28px;
  position: relative;
  cursor: pointer;
}

#uploaded_files li:hover {
	background-color: lightgrey;
	font-weight: bold;
	-moz-opacity: 0.7; 
	-webkit-opacity: 0.7; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" ; 
	filter: alpha(opacity=70) ; 
	opacity: 0.7;
}

#uploaded_files li.selected_poi_image, #uploaded_files li.selected_poi_image:hover {
	background-color: lightgrey;	
	-moz-opacity: 1.0; 
	-webkit-opacity: 1.0; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100) ; 
	opacity: 1.0;
}

