.file-item {
	width: 70px; 
	height: 80px; 
	padding: 5px; 
	float: left; 
	display: block;
}

.file-item:hover {
}

.file-item:hover > .file-item-caption a {
	color: #d1940c;
	text-decoration: underline;
}

.file-item-icon {
	width: 50px; 
	height: 50px; 
	min-width: 50px; 
	max-height: 50px; 
	margin-bottom: 3px;
}

.file-item-caption {
	color: #666;
	font-size: 9px;
        text-align: center;
}

.file-item-caption a {
	text-decoration: none;
	color: #666;
	padding: 4px;
}

/*Menu*/
ul {
     padding: 0;
     margin: 0;
     list-style: none;
     vertical-align: bottom;
  }

li {
     float: left;
     position: relative;
     width: 12em;
     text-align: center;
     cursor: default;
     background-color: white;
     }

li ul {
	display: none;
	position: absolute;
        float: right;
        width: 11em;
        top: 90%;
        vertical-align: middle;
        font-weight: normal;
        }

li > ul {
          position: absolute;
          top: auto;
          left: 65px;
          }

li:hover ul { 
              display: block; 
              }

li li {
        display: block;
        float: none;
        }

li li a {
          text-decoration: none;
          color: #000;
        }

.filebrowser-forms {
	display: table-cell;
	vertical-align: top;
}

.filebrowser-forms .tableform {
	width: 100%;
}


/* For index.php, normal visitors, above was for Admin purposes */
.filebrowser-location {
	border-bottom: 1px solid #ddd;
	text-align: right;
	margin-bottom: 10px;
}

.filebrowser-item {
        float: left;
        width: 150px;
        text-align: center;
        font-size: x-small;
        padding-top: 0.5em;
        height: 90px;
}
                                                                                                                                          
.filebrowser-date {
        color: #666;
}
                                                                                                                                          
.filebrowser-size {
        color: #999;
}
