/* -----------------------------------------------------------------------------
  GALLY 
  Template for Piwigo
  ------------------------------------------------------------------------------
  file: gally/generic.css
  file version: 1.1.0
  ------------------------------------------------------------------------------
  author: grum at grum.dnsalias.com
  << May the Little SpaceFrog be with you >>
  ------------------------------------------------------------------------------
  CSS file for all pages excepted categeroes&pictures pages

  see the release_notes.txt file for more informations
----------------------------------------------------------------------------- */

.errors, .infos {
  z-index:3000;
  position:absolute;
  width:100%;
  top:250px;
}
.errors div, .infos div {
  margin:auto;
  padding:8px;
  text-align:center;
  width:60%;
}

.titrePage h2 {
  font-size:12px;
  margin:0 8px 0 8px;
  padding-bottom:6px;
  padding-top:6px;
}

form {
  margin:8px;
}

#content form li {
  padding:0px;
  margin:0px;
  padding-bottom:1px;
  list-style:none;
}

div.property {
  display:block;
  min-width:275px;
  float:left;
}

/*
  generic 
*/
#content2 {
  margin:8px;
}

/*
  comment list
*/
.commentDetail {
  clear:both;
  display:block;
  min-height:150px;
}
div.illustration {
  float:left;
  margin:4px;
}

.commentList {
  list-style:none;
  padding-left:8px;
}

/*
  help
*/
.pageBottomActions {
  text-align:center;
}

#thePopuphelpPage h1 {
  font-size:24px;
  margin:0px;
  padding-bottom:6px; 
  padding-top:6px;
  text-align:center;
}
