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{
	width:30%;
	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;
}
tbody{
  	background-color: #F2F2F2 ;
}
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 9px;
}
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:0px 0 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;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-khtml-border-radius:20px;
}
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%;
	height:400px;
  	overflow-y: scroll;
	overflow-x: hidden;
	border:1px solid #444;
	color:#444;
	border-width:2px;
}
.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%;
}
.center{
	float:none;
	padding:10px;
}
ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
ul li {
    padding: 8px 15px;
    margin-bottom: 10px;
}
iframe.surf-fc-i{
	margin: -50px -20px -5px -5px;
}
.surf-fc-widget{
	max-width: 98% !important;
}
.widget-container{
	background-color:#FAFAFA !important;
	border: 0 #FAFAFA !important;
	box-shadow: inset 0 0 0 0 #FAFAFA !important;
	width: 110% !important;
}
wid
.surf-fc-widget .content-container{
	position: relative !important;
	box-shadow: inset 0 0 0 0 #FAFAFA !important;
	height: 0 !important;
}
.surf-fc-widget .content-container .heading{
	background-color:#FAFAFA !important;
	color:#444 !important;
}
.err{
	color:red;
	text-align:center;
	font-size:12px;
}
.success{
	color:#00CC00;
	text-align:center;
	font-size:12px;
}

a-lost-pwd{
	display:block;
	float:left;
}
#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=button]{
	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;
}
#upload{
	background-color:transparent;
	width:10vw;
	height:9.3vw;
}
#upload ul{
  	float:right;
	list-style:none;
	margin: 10px 0 0 0;
	padding:0;
	width:15vw;
	height:50px;
}
#upload ul li{
	height:50px;
	position:relative;
}
#upload ul li input{
	display:none;
}
#upload canvas{
	margin-top:12px;
	margin-left:25px;
  width: 1vw;
}
#upload ul li p{
	width:10vw;
  	float:right;
	overflow:visible;
	white-space:nowrap;
  	padding:0;
  	margin:9px 0 0 0;
	color:#444;
	font-size:0.5vw;
	text-align:right;
}
#upload ul li i{
	font-weight:normal;
	font-style:normal;
	color:#444;
  	font-size:8px;
  	top:5px;
	display:block;
	text-align:right;
}
#upload ul li span{
	display:inline;
	width:15px;
	height:13px;
	background:url(../images/icons/icons.png) no-repeat;
	position:absolute;
  	left:0;
  	top:11px;
	cursor:pointer;
  	z-index:15;
}
#upload ul li.working span{
	background-position:0 -12px;
}
#upload ul li.working{
  	width: 15vw;
}
#upload ul li.error{
  	width: 15vw;
  	height: 40px;
}
#upload ul li.error p{
	color:red;
}
#footer{
	bottom:0px;
	margin:0;
	width: 100%;
	opacity:0.4;
	text-align:justify;
}
