/* CSS Document */
.galleryList {
  font-family: Tahoma;
  size: 12px;
  margin: 0 auto;
  text-align: left;
}

.galleryList td {
  font-weight: normal;
  background: #f0f0f0;
  font-size: 12px;
  width: 750px; 
}

.galleryList th {
  font-weight: bold;
  background: #eeeeaa;
  font-size: 14px;
}


body {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  background-color: yellow;
}

a {
  text-decoration: none;
  color: blue;
  font-weight: bold;
}

select {
  border: 1px solid #ccc;
  background: #eeeeee;
  padding: 5px;
}

.arrow {
  width: 33px;
  height: 33px;
  font-size: 17px;
  font-weight: bold;  
}

#printed {
  margin: 0 auto;
}

#help {
  float: right;
}

#thumbs {
  margin: 0 auto;
}

#pages {
  margin: 0 auto;
  font-family: Courier;
  font-size: 17px;
  font-weight: bold;  
}

#mark {
  background-color: green;
}

#pages td, #thumbs td, #printed td {
  background: #ffffdd;
}

#thumbs img {
  width: 200px;
}

#pagination {
  float: left;
}

#menu a {
   font-weight:bold;
   text-decoration: none;
   font-size: large;
   color: #019be1;
}


select {
  font-family: Courier;
  font-size: 15px;
  font-weight: bold;
}

.but {
  font-family: Courier;
  font-size: 17px;
  font-weight: bold;
}

#detail-page {
  width: 900px;
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
}

#main-photo {
  width: 900px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#back-to-thumbs {
  position: absolute;
  top: 0;
  left: 0;
}