/*-------------------------------------------------

  NeoCMS Core File : stylesheet_gallery.tpl

  This is a template file used by
  admin_update_stylesheets.php to generate
  stylesheet_gallery.css.
  That file contains CSS definitions
  that affect the appearance of the Gallery.

  Updated : 12-07-2011 22:39  
  
-------------------------------------------------*/

/*-------------------------------------------------
    Gallery
-------------------------------------------------*/

.g_welcome {
  font-size: 100%;
  text-align: center;
  margin: 10px 0 10px 0;
}

.g_album_table {
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;
}

.g_album_table td.photo {
  text-align: center; 
  width: 100px;
  padding: 2px;
}

.g_album_image {
  font-size: 100%;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  border: solid;
  border-width: 5px 0 5px 2px;
  border-color: #000000;
}

.g_album_name {
  font-size: 80%;
  font-weight: bold;
  padding: 5px 5px 0 0;
  border: solid;
  border-width: 5px 2px 0 0;
  border-color: #000000;
}

.g_album_desc {
  font-size: [SITE_FONT_SIZE_03];
  font-weight: normal;
  padding: 0 5px 5px 0;
  border: solid;
  border-width: 0 2px 5px 0;
  border-color: #000000;
}
