html{
    background-color:#ffffff;
}
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:auto;
	height:100%;
	margin:0 auto;
	overflow:hidden;
	min-height:900px;
	line-height:20px;
	vertical-align:baseline;
}
h1{
	color:#444;
	font-size:24px;
	z-index:5;
	text-align:center;
	position:relative;
	-o-transition:margin-left .2s ease-out;
	-ms-transition:margin-left .2s ease-out;
	-moz-transition:margin-left .2s ease-out;
	-webkit-transition:margin-left .2s ease-out;
	transition:margin-left .2s ease-out;
}
h2{
	color:#444;
	font-size:24px;
	z-index:5;
	position:relative;
	text-align:left;
	-o-transition:margin-left .2s ease-out;
	-ms-transition:margin-left .2s ease-out;
	-moz-transition:margin-left .2s ease-out;
	-webkit-transition:margin-left .2s ease-out;
	transition:margin-left .2s ease-out;
}
h3{
	color:#444;
	font-size:16px;
	z-index:5;
	position:relative;
	text-align:left;
	margin:0;
}
a{
	color:#444;
	font-size:14px;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition:0.15s color ease;
	-moz-transition:0.15s color ease;
	-ms-transition:0.15s color ease;
	-o-transition:0.15s color ease;
	transition:0.15s color ease;
	z-index:5;
	position:relative;
}
a:hover{
	opacity:0.7;
}
i{
	color:#444;
	font-size:14px;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition:0.15s color ease;
	-moz-transition:0.15s color ease;
	-ms-transition:0.15s color ease;
	-o-transition:0.15s color ease;
	transition:0.15s color ease;
	z-index:5;
	position:relative;
}
p{
	color:#444;
	font-size:14px;
  	line-height: 120%;
	text-align:justify;
	z-index:5;
}
table{
	position:relative;
	width:100%;
	left:0px;
}
hr{
	border: 0;
  	height: 0;
  	border-top: 1px solid rgba(0, 0, 0, 0.1);
  	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
tr{
	outline:0;
	border:0;
}
/* 1st Column:File */
th{
  	font-size:14px;
	color:#444;
	text-align:left;
  	width:1%;
}
th.indexcolicon img{
  	margin: 5px 0 0 5px;
}
th.indexcollastmod img{
  	margin: 5px 0 0 5px;
}
th a{
  	padding:0 0 0 5px;
}
/* 2nd Column:Type */
th + th{
	width:35%;
}
/* 3rd Column:Size */
th + th + th{
  	width:15%;
}
/* 4th Column:Date */
th + th + th + th{
	width:5%;
}
/* 5th Column:Delete */
th + th + th + th + th{
	width:5%;
}
tr td:first-of-type{

}
td{
  	color: #444;
  	font-size: 14px;
	padding:0 5px 0 5px;
	outline:0;
	border:0;
	vertical-align:middle;
	text-align:left;
	-webkit-transition:background 300ms ease;
	   -moz-transition:background 300ms ease;
	    -ms-transition:background 300ms ease;
	     -o-transition:background 300ms ease;
	        transition:background 300ms ease;
}
td a{
	display:block;
  	color: #444;
  	font-size: 14px;
  	margin: 5px 0 0 5px;
}
tr.parent a[href^="/"]{
	color:#9099A3;
}
	.parent a[href^="/"]:hover{
		color:#2281d0;
	}
pre{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	z-index:5;
	text-align:left;
}
small{
	display:block;
	margin-top:15px;
	padding-top:15px;
	color:#333;
	font-size:0.85em;
	z-index:5;
	border-top:1px dashed #ccc;
	-webkit-text-size-adjust:none;
}
button{
	border:0px;
	width:300px;
	padding:5px 40px;
	margin:5px 0px;
	cursor:pointer;
	color:#444;
	background:#CCC;
	font-size:15px;
	-webkit-transition:0.15s background ease, all 0.3s ease-out;
	   -moz-transition:0.15s background ease, all 0.3s ease-out;
	    -ms-transition:0.15s background ease, all 0.3s ease-out;
	     -o-transition:0.15s background ease, all 0.3s ease-out;
	        transition:0.15s background ease, all 0.3s ease-out;
}
button:hover{
	background:#999;
	}
button:active{
	}
button+button{
	margin-left:5px;
}
#content{
	position:relative;
	width:80%;
	margin:0 auto;
	vertical-align:baseline;
	z-index:0;
}
#warper{
	width:100%;
	height:100%;
	margin-top:40px;
}
#warper2{
  	background-color: #FAFAFA;
	width:100%;
	min-height:200px;
  	overflow-y: scroll;
}
.left{
	float:left;
	width:75%;
	margin-bottom:50px;
}
.right{
	float:right;
	width:25%;
	margin-bottom:50px;
}
.st_description-form{
	position: relative;
	text-align: center;
	width: 50%;
	height:300px;
	left: 50%;
	margin: 20% 0 0 -25%;
}
#dropbox{
	margin-top:35px;
	float:right;
	width:10vw;
	height:9.3vw;
}
#drop{
	color:#444;
	width: 10vw;
	height: 9.3vw;
	border-width: 5px;
	border-style:dashed;
  text-align:center;
	float:right;
}
input[type=text]{
	border:1px solid #444;
	background:transparent;
	color:#444;
  	width:50%;
	height:1px;
  	padding:5px;
  	margin:10px 15px;
	border-width:2px;
	text-align:center;
}
input[type=submit]{
	color:#444;
	background-color:transparent;
	padding-top: 4vw;
 	font-size: 1.5vw;
	font-weight:900;
	display:inline-block;
	border:none;
	cursor:pointer;
	text-align:center;
	-webkit-transition:all 0.3s ease-out;
  	-moz-transition:all 0.3s ease-out;
  	-o-transition:all 0.3s ease-out;
  	transition:all 0.3s ease-out;
}
input[type=submit]:hover{
	opacity:0.8;
}
label{
	width:180px;
}
textarea{
	border:1px solid #444;
	background:transparent;
	color:#444;
  	padding:10px;
  	margin:10px 0px;
	border-width:2px;
}
td.cell {
  	padding-right: 0.6em;
	border:1px solid #444;
	color:#444;
	height:50px;
	padding:10px;
	margin:10px 0px;
	border-width:2px;
}
td.label {
  	color: #333;
  	font-weight: bold;
	text-transform:uppercase;
  	text-align: right;
}
.title {
  	font-size:20px;
  	font-weight:bold;
}
.hint {
  	color: #999999;
}
.error {
  	color: #cc0000;
}