.explorer{
border:1px outset #CCC;
background:#CCC;
padding:2px;
color:black;
overflow:auto;
}
.explorer_title{
background:#233c7f;
color:#FFF;
padding:2px;
font-weight:bold;
}
.explorer_menu{
margin-top:1px;
border:2px groove #EEE;
padding:2px;

}
.explorer_buttons{
border:2px groove #EEE;
border-top:none;
overflow:auto;
}

.button A{
padding:2px;
height:22px;
float:left;
display:block;
border: 1px outset transparent;
}
.button A:hover{
border:1px outset #EEE;
}

.explorer_folders{
background:#FFF;
border:1px inset #FFF;
width:30%;
float:left;
margin-right:2px;
height:400px;
overflow:auto;
}
.explorer_folders_header{
background:#CCC;
border:1px outset #CCC;
font-weight:bold;
}

.explorer_files{
margin-left:31%;
background:#FFF;
border:1px inset #FFF;
height:400px;
}

.explorer_table{
padding:0;
margin:0;
}
.explorer_table thead th{
background:#CCC;
border:1px outset #CCC;
}


.description{
	color:#999;
	font-size:x-small;
	font-style:italic;
	display:block;
}





