div#gallery
{
  padding: 10px 17px;
  height: auto !important;
  height: 400px;
  min-height: 400px;
}

#paths
{
  margin: 0;
}

#paths span
{
  font-weight: bold;
  color: black;
}

#paths a:link, #paths a:visited, #paths a:hover
{
  text-decoration: none;
  font-style: italic;
  color: #999;
}

#paths span.current_gallery
{
  font-weight: normal;
  color: #444;
}

#tblListGallery
{
  margin: 20px auto 0px auto;
  padding: 0px;
  width: 80%;
  background: white;
  font-family: verdana, sans-serif;
}

#tblListGallery img
{
  padding: 5px;
}

div.gallery_title
{
  /*background: #eee url(immagini/corner_topleft.gif) -10px -10px no-repeat;*/
  padding: 3px;
  width: 180px;
  height: 30px;
  height: auto;
  overflow: hidden;
}

.gallery_title a:link, .gallery_title a:hover, .gallery_title a:visited
{
  color: #236B8E;
  font-weight: bold;
  text-decoration: underline;
}

.gallery_title a:hover
{
  text-decoration: underline;
}

div.gallery_description
{
  margin-top: -15px;
  padding: 3px;
  color: #000;
  width: 180px;
  height: 50px;
  height: auto;
  /*background: #eee url(immagini/corner_bottomright.gif) 164px 38px no-repeat;*/
  padding-top: 5px;
  text-align: center;
  overflow: hidden;
}

div#pages
{
  margin: 20px 0px 0px 10px;
}

div#pages span, div#pages a
{
  margin-right: 5px;
  padding: 2px 4px;
  width: 35px;
  text-align: center;
}

div#pages span
{
  border: 1px solid #ddd;
  background: #f7f7f7;
  color: #aaa;
}

div#pages a:link, div#pages a:hover, div#pages a:visited
{
  border: 1px solid #aaa;
  background: #f0f0f0;
  color: #444;
  text-decoration: none;
}

#tblPictures
{
  width: 90%;
  margin: 40px auto;
  font: normal normal normal 10pt verdana, sans-serif;
}

#tblPictures a
{
  border: none;
}

#tblPictures a img
{
  border: 4px solid black;
  padding: 15px;
  background: white;
}

#tblPictures tr.text
{
  height: 30px;
}

#tblPictures div.name
{
  margin: auto;
  width: 200px;
  word-wrap: break-word;
  text-align: center;
}

#tblPictures span.filename
{
  font: normal normal bold 15pt arial;
  color: #222;
}

#tblPictures .edit_picture
{
  margin-left: 10px;
  cursor: pointer;
}
