body
{
	font-family:Arial;
	font-size:12px;
	background:#FFF;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	
}

a
{
	text-decoration:none;
	color:#d70;
}

ul
{
	list-style:none;
	margin:0;
	padding:0;
}


#dirActions {
	margin-right: 5px;
}

#fileActions {
	margin-left: 5px;
}

#wraper
{
	width:100%;
	height:100%;
}

#pnlFileList .selected,#pnlFileList .selected:hover
{
	background-color:#017EC8!important;
	color:#FFF;
}

#pnlDirList .selected,#pnlDirList div.selected:hover
{
	background-color:#DFD!important;
}

.dialog input,#fileUploads
{
	width:97%;
}

.filesize
{
	font-weight:700;
	margin-top:4px;
	display:inline-block;
}

.pnlDragFile,.pnlDragDir
{
	background:#FFF;
	opacity:.8;
	float:left;
	width:auto!important;
}

#pnlStatus
{
	padding:5px;
}

.scrollPane
{
	height:400px;
	overflow:auto;
}

.bottomLine
{
	background:#DDD;
	border-top:1px solid #CCC;
}

.pale
{
	opacity:.5;
}

#txtSearch,#ddlOrder
{
	border:1px solid #CCC;
	border-radius:3px;
}

#ddlOrder
{
	padding-top:4px;
	padding-bottom:4px;
}

#txtSearch
{
	background:url(../images/search.png) no-repeat 132px center;
	width:130px;
	height:20px;
	padding:3px 22px 3px 3px;
}

.pnlDirs
{
	width:280px;
	overflow:auto;
	border-right:1px solid #DDD;
}

#pnlDirList
{
	margin-left:4px;
}

#pnlDirList ul
{
	padding:0 0 0 20px;
}

#pnlDirList .dir
{
	line-height:30px;
	float:left;
	margin-right:5px;
}

#pnlDirList .dirPlus
{
	float:left;
	margin:3px 3px 0 0;
}

#pnlDirList li,#pnlDirList div
{
	float:left;
	clear:both;
	width:98%;
}

#pnlDirList div
{
	cursor:pointer;
	padding:3px;
}

#pnlLoadingDirs
{
	margin-left:5px;
}

.pnlFiles
{
	padding-left:4px;
}

#pnlFileList .icon
{
	float:left;
	margin-right:3px;
}

#pnlFileList li
{
	float:left;
	clear:both;
	width:98%;
	cursor:pointer;
	padding:4px;
}

#pnlFileList li:hover,#pnlDirList li div:hover
{
	background:#C7E1F9!important;
}

#pnlFileList .size
{
	float:right;
	margin-left:20px;
}

#pnlFileList .time
{
	float:right;
	margin-left:15px;
	width:130px;
}

.imgPreview
{
	max-width:300px;
}

.contextMenu
{
	position:absolute;
	background-color:#F1F1F1;
	border:1px solid #979797;
	min-width:100px;
	font-weight:500;
	z-index:1000!important;
	-webkit-box-shadow: 4px 4px 2px -2px rgba(151, 151, 151, 1);
	-moz-box-shadow:    4px 4px 2px -2px rgba(151, 151, 151, 1);
	box-shadow:         4px 4px 2px -2px rgba(151, 151, 151, 1);
	border-radius: 2px;
}

.contextMenu a
{
	background-repeat:no-repeat;
	background-position:6px 7px;
	display:block;
	color:#000;
	text-decoration:none;
	padding:7px 25px 7px 25px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
	margin-right: 1px;
}

.contextMenu a:hover
{
	background-color:#D8D8D8 !important;
	/*color:#FFF;*/
}

hr
{
	color:#AAA;
	margin:0;
}

.actions
{
	padding:3px 0 10px 5px;
}

.actions input
{
	background-repeat:no-repeat;
	background-position:8px center;
	height:29px;
	font-size:11px;
	border:1px solid #CCC;
	background-color:#EEE;
	border-radius:3px;
	margin-bottom:3px;
	margin-right:4px;
	padding:5px 10px 5px 22px;
}

.actions input[type=button]:hover,.actions input.selected
{
	background-color:#DFD;
	cursor:pointer;
}

#btnAddDir,#mnuCreateDir
{
	background-image:url(../images/folder-add.png);
}

#mnuDownloadDir
{
	background-image:url(../images/folder-download.png);
}

#btnDeleteDir,#mnuDeleteDir
{
	background-image:url(../images/folder-delete.png);
}

#btnAddFile
{
	background-image:url(../images/file-add.png);
}

#btnDeleteFile,#mnuDeleteFile
{
	background-image:url(../images/file-delete.png);
}

#btnDeleteFile
{
	margin-right:25px;
}

#btnDownloadFile,#mnuDownload
{
	background-image:url(../images/file-download.png);
}

#btnPreviewFile,#mnuPreview
{
	background-image:url(../images/preview.png);
}

#btnSelectFile,#mnuSelectFile
{
	background-image:url(../images/select.png);
}

#btnThumbView
{
	background-image:url(../images/view-tile.png);
	background-position:8px center;
}

#btnListView
{
	background-image:url(../images/view-list.png);
	background-position:8px center;
}

#btnRenameFile,#btnEditFile,#btnRenameDir,#mnuRenameDir,#mnuRenameFile, .mnuEditFile
{
	background-image:url(../images/rename.png);
}

#mnuDirCut,#mnuFileCut
{
	background-image:url(../images/cut.png);
}

#mnuDirCopy,#mnuFileCopy
{
	background-image:url(../images/copy.png);
}

#mnuDirPaste,#mnuFilePaste
{
	background-image:url(../images/paste.png);
}

ul#pnlFileList.thumbView li
{
	float:left!important;
	clear:none;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	border:1px solid #EEE;
	border-radius:5px;
	position:relative;
	background:#EEE;
	margin:0 6px 6px 0;
	padding:10px;
}

ul#pnlFileList.thumbView .icon
{
	clear:both;
	float:none;
	text-align:center;
	vertical-align:middle;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0!important;
}

ul#pnlFileList.thumbView .size
{
	/*display:block!important;*/
	display: none;
	width:95%!important;
	position:absolute;
	bottom:5px;
	margin:0;
}

ul#pnlFileList.thumbView .name
{
	display: block;
	width:95%!important;
	position:absolute;
	bottom:8px;
}

ul#pnlFileList.thumbView .time
{
	display: none;
}

div.ui-tooltip
{
	max-width:90%;
}

#wraper,#dlgNewDir,#dlgFileProp,#dlgAddFile,#menuDir,#menuFile,#pnlRenameFile,#pnlLoadingDirs,#pnlDirName,#pnlLoading,#pnlEmptyDir,#pnlSearchNoFiles,#pnlFileProp,#pnlDirList ul
{
	display:none;
}

input[type=text]::-ms-clear,ul#pnlFileList.thumbView .name,ul#pnlFileList.thumbView .time {
	display:none;
}