.fm_table
{
	margin: auto auto;
	width: 590px;
	background: #FFF;
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 11px;
}

.fm_td_1
{
	border: 1px solid #AAA;
	width: 20px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.fm_td_2
{
	border: 1px solid #AAA;
	height: 18px;
	line-height: 18px;
	text-align: left;
	padding-left: 10px;
}

.fm_td_3
{
	border: 1px solid #AAA;
	width: 40px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.fm_td_4
{
	border: 1px solid #AAA;
	width: 100px;
	height: 18px;
	line-height: 18px;
	text-align: right;
	padding-right: 5px;
}

.fm_td_5
{
	border: 1px solid #AAA;
	width: 125px;
	height: 18px;
	line-height: 18px;
	text-align: right;
	padding-right: 20px;
}


.files_list
{
	width: 590px;
	max-height: 400px;
	overflow: auto;
	margin: auto auto;
}

.fm_tools_div
{
	width: 584px;
	vertical-align: middle;
	padding: 2px;
	margin: auto auto;
	background: #EDEDED;
}

.fm_path_div
{
	width: 584px;
	height: 18px;
	padding-left: 4px;
	margin: auto auto;
	background: #EDEDED;
	font-size: 11px;
	line-height: 18px;
}

#fm_button_delete
{
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url("delete.gif");
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
}

#fm_button_copy
{
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url("copy.gif");
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
}

#fm_button_paste
{
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url("paste.gif");
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
}

#fm_button_cut
{
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url("cut.gif");
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
}

#fm_button_new_dir
{
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url("new_dir.gif");
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
}

#fm_button_new_page
{
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url("new_page.gif");
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
}

.fm_icons
{
	border: 0;
	margin: 0;
	margin-right: 3px;
	padding: 0;
	float: left;
	text-decoration: none;
}
