#explorer_wraper { width: 660px; }
#dir_tree { width: 260px; vertical-align: top; text-align: left; }
#dir_display { width: 400px; vertical-align: top; text-align: left; }
span.btnplus { background-color: white; color: gray; cursor: pointer; font-family: verdana; width: 10px; height: 10px; font-size: 13pt;}
span.btnplus:hover { background-color: #FFDD00; }
span.dirname {
	color: #314BA0;
	cursor: pointer;
	font-size: 14pt;
}
span.dirname:hover { text-decoration: underline; }
img.folder_icon { width: 25px; height: 25px; position: relative; top: 5px; border: 0;}
img.file_icon { width: 18px; height: 22px; position: relative; top: 5px; border: 0; }
a.file_lnk {
	font-size: 12pt;
	color: #314BA0;
}
a.file_lnk:visited {
	color: #314BA0;
}
a.file_lnk:hover {
	color: #314BA0;
}

