@import url("chess.css");

html, body { margin: 0; padding: 0; position: relative; overflow: hidden; height: 100%; }
body, table { font: 15px arial,sans-serif; }

a, a:visited { color: #00f; }
a:hover { color: #c64; }

#site {
  background-color: #fff;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#site td { padding: 0 1em; }

h1 {
  border-bottom: 1px solid #777;
  font-size: 25px;
  background-color: #ccc;
  margin-top: 0;
  padding: 20px 0 20px 70px;
}

h1 .ChessPiece {
  position: absolute;
  top: 16px;
  left: 20px;
}

h2 { font-size: 20px; color: #768; }

img { border: 0; }

.GalImgPreview {
  padding: 3px;
}

.GalImgPreview:hover {
  padding: 1px;
  border: 2px solid #b9d;
  -moz-border-left-colors: #000 #b9d;
  -moz-border-top-colors: #000 #b9d;
  -moz-border-right-colors: #000 #b9d;
  -moz-border-bottom-colors: #000 #b9d;
  -moz-border-radius: 3px;
  background-color: #ff3;
}

.GalImgOverlay {
  display: none;
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: #220;
  z-index: 10000;
  opacity: 0;
  filter: alpha(opacity=0);
}

.GalImgDisplay {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 10010;
  padding: 5px;
  border: 2px solid #000;
  -moz-border-left-colors: #000 #777;
  -moz-border-top-colors: #000 #777;
  -moz-border-right-colors: #000 #777;
  -moz-border-bottom-colors: #000 #777;
  margin-top: -7px; margin-left: -7px;
}

.GalImgDisplay img.final {
  position: absolute;
  top: 5px; left: 5px;
}


.rightcol { width: 300px; }

.click-here a {
  display: block;
  padding: 5px;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  background-color: #ffa;
  border: 1px solid #c64;
}

.click-here a:hover { background-color: #ff0; }

.copyright {
  margin-top: 1em;
  border-top: 1px solid #777;
  background-color: #ccc;
  padding: 1em;
  color: #435;
  font-size: 90%;
}
