/* CSS Document */
/*  $Module[name]       = 'gallery.css'; 
    $Module['version']  = '01.00';
    $Module[¨build']    = '0001';
    $Module['created']  = '080121';
    $Module['updated']  = '080121';
    $Module['author']   = 'Josef Kytnar';
    
    01.00.0000  =new file
*/    
/* ---------------    -------------------------------------- GALLERY misc -- */
h1 {
  text-align: center;
  color: red;
  margin-top: 25px;
  }
h2 {
  text-align: center;
  color: yellow;
  font-weight: normal;
  }    
.table-head {
  font-weight: bold;
  }

.table-head a {
  text-decoration: none;
  }
/* ---------------    -------------------------------------- GALLERY NEWS -- */  

#gallery-news {
	text-align: center;
  font-size: 120%;
}

#gallery-news a {
  color: white;
  }
  
#gallery-news .news-table {
	width: 90%; border: 0; margin: auto; 
	margin: auto; 
  padding: 5px; 
  padding-top: 15px;
  padding-bottom: 15px;
  border: 5px solid gray;
}


    
/* ----------------------------------------------------- GALLERY SEMAPHORE -- */    
#gallery-semaphore {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  }

/* ---------------------------------------------------- - GALLERY CONTENT -- */
#gallery-content {
  text-align: center;
  }
  
#gallery-content a {
  color: white;
  margin: auto;
  }    
  
#gallery-content table {
  text-align: center;
  margin: auto;
  margin-top: 20px;
  }  

/* ---------------    -------------------------------------- GALLERY BODY -- */  
#gallery-body {
  text-align: center;
  margin: auto;
  } 
  
#gallery-body .collection-table {
	width: 100%; border: 0; margin: auto; 
	margin: auto; 
  padding: 5px; 
  padding-top: 15px;
  padding-bottom: 15px;
}
.collection-table td {
  padding-left: 5px;
  padding-right: 5px;
  }
  
#gallery-body table img {
  width:16px;height: 16px;
  }

