.FileManager_FileList
The borders, background colour, height etc. of the main file list on the right hand side for the FileManager.
.FileManager_FileList
{
height: 90%;
border: yellow 10px solid;
background-color: orange;
margin: 10px 10px 10px 10px;
overflow: auto;
}
