/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: scroll; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.filewidget {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	max-width: 500px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

/* The Close Button */
.fw-close {
	color: black;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.fw-close:hover,
.fw-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.fw-btn-frame td,th {
	border: none;
}

.fw-header {
	padding: 2px 16px;
	background-color: #e0e0e0;
	color: black;
}

.fw-but {
	min-width: 40px;
	border: 2px solid;
	border-radius:2px;
	box-shadow:1px 1px 1px #7F7F7F;
}

.fw-body {
	padding: 2px 16px;
	background-color: #F8F8F0;
}

.wrapper {
	overflow: scroll;
	height: 320px;
}

.fw-footer {
	padding: 2px 16px;
	background-color: #e0e0e0;
	color: black;
}

.tab_check {
	width: 1em;
}
.table_name {
	position:relative;
	/* margin:0px auto 20px 50px; */
	color: #0000FF
}
.table_name a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.table_sort a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.table_bts {
	position:relative;
	/*margin:0px auto 20px;*/
	text-align: center;
}
.table_bts a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.table_dts {
	width: 4em;
	position:relative;
	text-align: right;
}

.table_cmd {
	width: 2.5em;
	position:relative;
	text-align: center;
}
.table_cmd a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#uploader {
	background-color: #FFFFF0;
}

.direntry, .fileentry { text-decoration: none; 
}

.filetab {
	/*border-collapse: collapse;*/
	text-align: left;
	border-collapse:collapse;
	width: 100%;
}

.filetab .file-select {
	background-color: #C0C0C0;
}

.filetab td,th {
	border: solid 1px #888888;
	color: black;
}

.tinygap {
font-size: 2pt;
}

.inlab {
	float: left;
	vertical-align: middle;
}

.inspan {
	display: block;
	overflow: hidden;
	padding-right: 5px;
}

#fw-name {
	 width: 100%;
}