
#FileManager
{
	background: #4C4C4C;
	/*border: 1px solid #382b2b;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	height: 100%;
	overflow: auto;
	z-index: 1001;
}

#FileManager a.cfg
{
	background: transparent url('/images/fileManager/cfg.png') center center no-repeat;
}
#FileManager a.add
{
	background: transparent url('/images/fileManager/add.png') center center no-repeat;
}
#FileManager a.home
{
	background: transparent url('/images/fileManager/home.png') center center no-repeat;
}
#FileManager a.asearch
{
	background: transparent url('/images/fileManager/asearch.png') center center no-repeat;
}

#FileManager a.cfg, #FileManager a.home, #FileManager a.add, #FileManager a.search, #FileManager a.asearch
{
	padding: 10px 16px 16px 16px;
	opacity: 0.8;
} #FileManager a.cfg:hover, #FileManager a.add:hover, #FileManager a.home:hover, #FileManager a.search:hover, #FileManager a.asearch:hover {opacity:1;}

#FileManager a.search
{
	background: transparent url('/images/fileManager/search.png') center center no-repeat;
	padding-top: 16px;
}


#FileManager h2
{
	color: white;
	font-size: 20px;
}

#FileManager .toolBar
{
	margin: 10px 0;
	padding: 10px;
	/*background: #959595;*/
	background: #fbfbfb url(../img/gr-1.png) 0 0 repeat-x; background-position: bottom;
	/*border: 1px solid #382b2b;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#FileManager .toolBar .icons, #FileManager .toolBar div.search
{
	float: left;
	width: 50%;
} #FileManager .toolBar .search {text-align: right;}

#FileManagerFileList
{
	background: white;
	border: 1px solid white;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: auto;
	padding: 20px;
	height: 70%;
	
}


#FileManager td
{
	vertical-align: middle;
	padding: 4px 0px;
}

#FileManager td code.more
{
	font-size: 11px;
	display: block;
}

#FileManager td p.more
{
	margin:0;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: 12px;
}

#FileManager td.ico
{
	/*width: 32px; */
}

#FileManager td a.filename
{
	font-size: 13px;	
	color: black;	
	font-weight: bold;
} 

#FileManager td a.filename:hover {color:#8a0000;}

#FileManager td a.edit
{
	font-size: 11px;
	
	color: #555555;
	
	
} #FileManager td a.filename:hover {color:#8a0000;}



#FileManagerUploader {display:none;}





* a.filemanager {}
* input.filemanager {display: none;}

#FileManagerBackground
{
	position: fixed;
	z-index: 110;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.6;
	width: 100%;
	height: 100%;
}

#FileManagerPopUp
{
	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	z-index: 1101;
	opacity: 1;
}

#FMlocked
{
	opacity: 0.6;
	background: black url("/images/fileManager/progress.gif") center center no-repeat;
	position: absolute;
	z-index: 150;
}

#FileManagerList
{
	height: 200px;
	background: white;
	overflow: auto;
}

* .FileManagerToolTip
{
	position: absolute;
	display: none;
	background: #fefefe;
	padding: 10px;
	border: 1px solid black;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
} * .FileManagerToolTip:hover {display: block;}

.FileManagerPaginator
{
	margin: 2px;
	text-align:center;
	font-size:12px;
	color: #333;
	padding: 2px;
	background: #f3f3f3;
	font-weight: bold;
	border: 1px solid black;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#FMsearchDebug {text-align:left;position:absolute;top:0;left:0;width:100%;height:200px;overflow:auto;background:white;color:black;opacity:0.8;z-index:5000;font-size:14px;}
#FMsearchDebug pre {background: transparent; opacity: 1;font-weight:bold;}