
div.library_utils_list_library, div.library_utils_list_library_selected {
  list-style-type: none;
  text-align: left;
  padding: 0 0 0 0;
}

div.library_utils_list_library a img, div.library_utils_list_library_selected a img {
  vertical-align: text-bottom;
  border-style:none;
  margin-right: 3px;
}

div.library_utils_list_library a  {
  text-decoration: none;
  color: #666666;
}

div.library_utils_list_library_selected a{
  text-decoration: none;
  font-weight: bold;
  color: #333333;
}

ul.library_utils_list li {
  list-style-type: none;
  text-align: left;
  padding-left: 16px;
}

ul.library_utils_list li a img {
  vertical-align: text-bottom;
  border-style:none;
  margin-right: 3px;
}


ul.library_utils_list li a  {
  text-decoration: none;
  color: #666666;
  margin: 4px 0;
  padding-top: 2px;
}

ul.library_utils_list li.selected a{
  color: #333333;
}

ul.library_utils_list li a.selected{
  font-weight: bold;
  color: #333333;
  margin: 5px 0;
  padding-top: 2px;
}

div.title_domain_list {
  font-weight: bold;
  border-bottom: solid 1px #999999;
}

.library_utils_list_domaine {
  background: url("../../../Local/ajax/folder.gif") no-repeat scroll 0 0 transparent;
  display : block;
  padding-left : 19px;
}

/*----------------------------------------------------------------------------*/
/* File list */

.file_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.file_list li {
  margin: 5px;
  padding: 5px;
  width: 80px;
  height: 120px;
  border: solid 1px #ccc;
  box-shadow: 1px 1px 3px #ddd;
  position: relative;
  background: #fcfcfc;
  float: left;
}
.file_list .doc_name a {
  color: #A1B411;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.file_list .doc_user {
  position: absolute;
  bottom: 3px;
  font-size: 9px;
  right: 3px;
  color: #666;
}