.ef-leftcolumn {
    border-right: 1px solid #e7e7e7;
}

/* ------------------------------------------  */
/* These styles concern the tree presentation  */

.ef-tree {
    white-space: nowrap; 
    width: 17em; 
    overflow: auto;
    padding-top: 1em;
    padding-bottom: 2.5em;
}
.ef-tree img {
	border: 0px;
	vertical-align: middle;
}
.ef-tree a.node, .ef-tree .node {
	padding: 1px 2px 1px 2px;
}
.ef-tree a:hover.ef-expand, .ef-tree a:link.ef-expand, .ef-tree a:visited.ef-expand, .ef-tree a:active.ef-expand {
    background: transparent;
    text-decoration: none;
    border: 0px;
}
.ef-tree a.nodeSel, .ef-tree .nodeSel {
	padding: 1px 2px 1px 2px;
	background-color: #c0d2ec;
}


/* ------------------------------------------  */
/* These styles concern the file presentation  */

.ef-newdownload {
    float: right;
}

.ef-filebox {
    width: 100%;
    border: 1px solid #e7e7e7;
}

.ef-filedisplay {
    border: 1px solid white;
    background: white; 
    padding-left: 0.5em;
}

.ef-infobox {
    font-size:9px;
    white-space: nowrap; 
    border-left: 1px solid #e7e7e7; 
    border-bottom: 1px solid #e7e7e7; 
    padding: 0.5em; 
    background: #f7f7f7; 
    margin-left: 0.5em; 
    margin-bottom: 1px;
}

.ef-infobox2 {
    float: left; 
    white-space: nowrap; 
    border-left: 1px solid #e7e7e7; 
    border-bottom: 1px solid #e7e7e7; 
    padding: 0.5em; 
    background: #f7f7f7; 
    margin-left: 0.5em; 
    margin-bottom: 1px;
}

.ef-infobar {
    background: #f7f7f7; 
    padding-left: 0.5em;
}

