div.alert-wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 9990;
}
div.alert-shadow {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000000;
}
div.alert-box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	border: 3px solid #dadada;
	background: #ffffff;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.alert-box-header {
	font: 12px/22px Arial, sans-serif;
	color: #ffffff;
	height: 22px;
	padding-left: 15px;


	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;

	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;

	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.alert-blue {
	background: #668866;
}
.alert-red {
	background: #2f2f2f;
}
div.alert-box-container {
	margin: 15px;
	margin-top: 20px;
	font: 12px/14px Arial, sans-serif;
	color: #2f2f2f;
}
div.alert-box-input {
	margin-top: 15px;
	text-align: right;
}
div.alert-box-input input {
	width: 70px;
	margin-right: 15px;
}
.alert-box-input-text {
	width: 260px;
}
/********** FILE MANAGER *************/
#filemanager {
	height: 90%;
	font: 12px/16px "Trebuchet MS", sans-serif;
}
.file-control {
	clear: both;
	margin:0 auto;
	width: 95%;
	padding-left: 10px;
	margin-top: 1%;
	height: 17px;
	background: #dadada;
	color: #000000;
	font: 12px/16px "Trebuchet MS", sans-serif;
}
.file-control div {
	/*border: 1px solid #cccccc;*/
	float: left;
	width: 9%;
	margin-left: 1%;
	height: 16px;
	overflow: hidden;
	text-align: center;
	cursor: default;
}
.file-control-disabled {
	color: #ffffff;
}
.file-control div:hover {
	background: #999999;
	color: #ffffff;
}
.info_current, .info1_current {
	float:left;
	width: 49%;
	padding: 1px;
	height: 16px;
	background: #000000;
	color: #dadada;
	font: 12px/16px "Trebuchet MS", sans-serif;
	font-weight: bold;
}
.file-info, .file-info1 {
	float:left;
	width: 49%;
	padding: 1px;
	height: 16px;
	background: #cccccc;
	color: #000000;
	font: 12px/16px "Trebuchet MS", sans-serif;
	font-weight: bold;
}
.file-info-panel-header {
	float:left;
	width: 49%;
	padding: 1px;
	height: 16px;
}
.file-panel-first {
	margin-left:5px;
}
.file-panel, .file-info-panel-header {
	background: #000000;
	color: #00ff00;
	float: left;
	width: 49%;
	overflow: auto;
	font: 13px/16px "Trebuchet MS", sans-serif;
}
.file-panel {
	border: 1px solid #dadada;
	height: 94%;
}
.file-panel table, .file-info-panel-header table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	font: 12px/16px "Trebuchet MS", sans-serif;
}
.file-info-panel-header table thead {
	background: #dadada;
	color: #000;
}
.file-panel table thead tr td {
	height: 1px;
}
.file-panel table td, .file-info-panel-header table td {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	cursor: default;
	height:16px;
}
.file-panel-name-long {
	height: 16px;
	width:216px;
	position: relative;
	overflow: hidden;
}
.file-dir {
	color: #dadada;
}
.file-cursor {
	background: #dadada !important;
	color: #000000 !important;
}
.file-selected {
	background: #222222;
	color: #00ff00 !important;
	font-weight: bold;
}
input.file-panel-rename {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: 1px solid #dadada;
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	display: block;
	line-height: 16px;
	font: 13px/16px "Trebuchet MS", sans-serif;
}
.file-panel table thead tr {
	border-left: 1px solid #cccccc;
}
.file-panel-icon, .file-panel-name, .file-panel-type, .file-panel-size, .file-panel-date, .file-panel-attr {
	overflow: hidden;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
}
.file-viewer-image {
	clear: both;
	margin: 0px auto;
}

.file-panel-icon {
	width: 1%;
}
.file-panel-name {
	width: 40%;
}
.file-panel-type {
	width: 10%;
}
.file-panel-size {
	font-size: 11px;
	width: 12%;
}
.file-panel-date {
	
	width: 28%;
}
.file-panel-attr {
	width: 7%;
}

/**********************************************/
.rand-nice-title {
	display: none;
	position: absolute;
	z-index: 8900;
	width: 100px;
	background: #dadada;
	border: 1px solid #cccccc;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font: 12px/14px Tahoma, sans-serif;
}
.rand-nice-title-side {
	position: relative;
	/*z-index: 8910;*/
	float: left;
	/*top: 10px;*/
	margin-left: -24px;
	/*margin-bottom: -10px;*/
	width: 15px;
	height: 15px;
	background: transparent;
	
}
.point {
	float: right;
	clear: both;
	margin: 0 auto;
	width: 1px;
	height: 1px;
	padding: 0px;
	background: #dadada;
	font: 1px/1px serif;
}
.no {
	display: none;
}

.loaderLine {
	width: 208px;
	height: 13px;
	clear: both;
	margin: 3px auto;
}