ul.thumb {
  clear: both;
  padding: 0 0 3px 0;
  margin: 0 auto;
}
ul.thumb li {
  position: relative;
  display: inline;
  border: solid 1px black;
  padding: 75px 0 1px 0;
  margin: 0 3px 3px 0;
  float: left;
  background: white;
  width: 100px;
  font-family: tahoma, monospace;
  font-size: 12px;
  text-align: center;
}
ul.thumb li:hover { border-color: red; }
ul.thumb li img {
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
}

#exif {
  overflow: hidden;
  width: 5px;
  height: 5px;
  top: 10px;
  left: 10px;
  border: solid 1px black;
  background: white;
  padding: 2px;
  font-size: 0.8em;
  position: absolute;
  text-align: left;
}
* html #exif {
  width: auto;
  height: auto;
}
#exif:hover {
  width: auto;
  height: auto;
}

.adminmenu span {
  cursor: pointer;
}
.adminmenu span:hover {
  color: white;
  background: black;
}

body {
  background: #9c9c9c; 
  text-align: center;
}

table { margin: auto; }

a {
  color: black;
  text-decoration: none;
}

a:visited { color: #000044; }

a:hover { color: red; }

fieldset {
  text-align: left;
  border: solid 1px black;
  background: white;
  padding: 4px;
  width: 400px;
  margin: 20px auto;
}

.admin .selected {
  border-color: blue;
  background: blue;
  color: white;
}

.admin span {
  padding: 0px;
  width: 100px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  border: solid 1px black;
  background-color: white;
  font-family: tahoma, monospace;
  font-size: 12px;
  padding-bottom: 1px;
}

legend {
  border: solid 1px black;
  background: white;
}

.sig { 
  clear: both;
  color: white;
  font-size: 0.6em;
}

.sig a { 
 color: white;
 text-decoration: underline;
}

.time {
  color: silver;
  font-size: 0.6em;
}

#menu {
  border: solid 1px black;
  text-align:center;
  padding:4px;
  margin:auto;
  margin-bottom: 10px;
  background:white; 
  font-family: Tahoma, monospace;
  font-size: 12px;
  width: 640px;
}

#menu a:hover {
  color: white;
  background: black;
}

#prefs {
  border: solid 1px black;
  text-align:center;
  padding:4px;
  margin:auto;
  margin-bottom: 10px;
  background:white; 
  font-family: Tahoma, monospace;
  font-size: 12px;
}

#disp {
  border: solid 1px black; 
}

