html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  }

body {
  background-color: #000000;
  font-family: lucida sans unicode, lucida grande, sans-serif;
  color: #000000;
  font-size: 10px;
  min-width: 930px;
  min-height: 660px;
  }

abbr {
  cursor: help;
  border-bottom: 1px dashed #999;
  }

a, .caption {
	text-decoration: none;
  color: #0066aa;
  }

a:hover, .caption {
	text-decoration: underline;
  }

em {
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  }

img {
  border: 0px;
  }

#canvas {
	position: relative;
  margin: 0px auto 0px auto;
  width: 900px;
  min-height: 660px;
  height: auto !important;
  height: 660px;
  background-image: url(/images/ui/bg-wall.png);
  background-attachment: fixed;
  background-position: top;
  }

.image:hover, .boundingBox:hover, .imageWideMargin:hover {
	border: 1px solid #bb0000;
	}

.image {
  border: 1px solid #555555;
  vertical-align: middle;
  margin: 0px 2px 0px 2px;
	}

.imageWideMargin {
  border: 1px solid #555555;
  vertical-align: middle;
  margin: 3px 2px 4px 2px;
}

.verticalLine {
	position: absolute;
  border-right: 1px solid #000000;
  }

.leftOfLine {
  position: absolute;
  text-align: right;
  line-height: 34px;
	}

.rightOfLine {
  position: absolute;
  text-align: left;
  line-height: 34px;
	}

.boundingBox {
  position: absolute;
  border: 1px solid #000000;
  overflow: hidden;
  width: 32px;
  height: 32px;
  }

.croppedImage {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

.small {
  font-size: 10px;
}

