#fileman ul .folder
{
	background:url('images/folder_ico.gif') 5px 5px no-repeat;
}

#fileman ul .file
{
	background:url('images/file_ico.gif') 5px 5px no-repeat;
}

#fileman ul li
{
	list-style-type:none;
	float:left;
	width:200px;
	height:40px;
	margin:0px 10px 3px 0px;
	padding:10px 0px 0px 45px;
	vertical-align:middle;
	text-align:left;
	border:1px solid white;
}

#fileman ul li:hover, .fileCellActive, .fileCellSelected
{
	background-color:white !important;
	border:1px solid #CCCCCC !important;
}

.fileCellSelected #caption
{
	color:white !important;
	background-color:#000066 !important;
}

#fileman_url, 
#fileman_filename
{
	height:30px;
}

#fileman_url table, 
#fileman_filename table
{
	width:100%;
}

#fileman_filename #file_label 
{
	min-width:90px;
}

#fileman_url #file_url, 
#fileman_filename #file_name
{
	width:100%;
}

#fileman_url #file_url input, 
#fileman_filename #file_name input
{
	width:100%;
	font-family:Tahoma;
	font-size:11px;
}

#fileman_url #prev_folder, 
#new_folder
{
	text-align:right;
	width:30px;
}

#fileman_filename #extension
{
	text-align:right;
	width:60px;
}

#fileman
{
	height:100%;
}
