.selected{       
       text-decoration:underline;
       color:#336633;
}
.fileman{
	height: 352px;
	/*width: 614px;*/
	border: 1px black solid;
	margin: auto;
}
.fileman .folders{
	width: 200px;
}

div.folders{
	overflow: scroll;
	width: 200px;
	height: 350px;
	/*border: 1px red solid;*/
	background-color:#FFFFFF;
	position: relative;
	padding: 3px;
}
.folder{
	position: relative;
	font-size: 10px;
	display: block;
	padding-top: 2px;
	/*border: 1px green solid;*/
}
.folder .prop{
	height: 12px;
	width: 1px;
	/*border: 1px red solid;*/
}
.folder .expand_collapse{
	position: absolute;
	left:0px;
	top:0px;
	/*border: 1px red solid;*/
}
.folder .icon{
	position: absolute;
	left:12px;
	top:0;
}
.folder .name{
	position: absolute;
	left: 26px;
	top:-2px;
	line-height: 11px;
	/*border: 1px red blue;*/
}
.folder .subfolders{
	position: relative;
	left: 12px;
	top: 0px;
	/*border: 1px red solid;*/
}


.files{
	overflow: scroll;
	width: 400px;
	height: 350px;
	/*border: 1px black solid;*/
	background-color:#FFFFFF;
	position: relative;
	padding: 3px;
}

.file{
	position: relative;
	font-size: 10px;
	display: block;
}
.file .prop{
	height: 13px;
	width: 1px;
	/*border: 1px red solid;*/
}
.file .name{
	position: absolute;
	width: 236px;
	height: 13px;
	/*border: 1px green solid;*/
	left: 14px;
	top:-2px;
	overflow: hidden;
}
.file .name:hover{
	text-decoration: underline;
	color:#336633;
}
.file .icon{
	position: absolute;
	left:0;
	top:0;
}
.file .size{
	position: absolute;
	/*border: 1px red solid;*/
	width: 50px;
	height: 13px;
	left:255px;
	top:-2px;
	overflow: hidden;
	text-align: right;
}
.file .mime{
	position: absolute;
	left:0;
	top:0;
	display: none;
}
.file .type{
	position: absolute;
	left:312px;
	top:-2px;
	/*border: 1px blue solid;*/
	width: 70px;
	height: 13px;
	overflow: hidden;
}
div.file_details{
	position: absolute;
	left: 0px;
	top: 0px;
	border: 2px outset;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Helvetica;
	display: none;
	z-index: 5;
}

div.context{
	position: absolute;
	left: 0px;
	top: 0px;
	border: 2px outset;
	background-color: #D4D0C8;
	font-size: 11px;
	font-family: Helvetica;
	display: none;
	z-index: 5;
	width: 125px;
}
div.context .menu{
	width: 125px;
}
div.context a{
	color: #000000;
	display: block;
	width: 100%;
}
div.context a:hover{
	color: #FFFFFF;
	background-color: #0A246A;
	text-decoration: none;
}
div.context .menu td{
	display: block;
}
div.context .menu td.break{
	padding: 0;
}
