:link {
  color:#cccccc;
}
:visited {
  color:#cccccc;
}
a:hover {
  color:#eeeeee;
}
strong {
  font-size:120%;
}
h2 {
  font-weight:bold;
  font-size:120%;
  border-bottom:1px solid #cccccc;
  margin-bottom:4px;
}
body {
  background-color:#000000;
  color:#cccccc;
  font-size:100%;
  font-weight:bold;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  behavior:url(./../csshover.htc);
  padding:0;
  margin:0;
}
#page {
  width:100%;
  min-height:30em;
  margin:auto;
}
#border {
  border:2px dotted #444444;
  height:100%;
}
#middle {
  background-color:#00000;
}
#header .hdrtext {
  margin-left:3em;
  font-size:300%;
}
#header .hdrtext a {
  text-decoration:none;
}
#header {
  background-color:#00000;
  height:5em;
  margin:0;
  padding:1em;
}
#menu {
  width:6em;
  max-width:6em;
  padding:1em;
  float:left;
}
#section {
  min-height:24em;
  margin-left:8em;
  padding:1em;
  background-color:#00000;
}
#footer {
  float:right;
  clear:both;
}
#title {
  font-size:150%;
}
#section-body img {
  margin:0 1em;
}
.button div, .pressedButton {
  margin-bottom:0.5em;
}
.pressedButton {
  background-color:#cccccc;
  color:#000000;
  border:1px dotted black;
}
.button {
  text-decoration:none;
}
.button div {
  background-color:#000000;
  border:1px dotted white;
}
body > .button div {
  display:block;
}
.button:hover div {
  background-color:#cccccc;
  color:#000000;
  border:1px dotted black;
}
.button div, .pressedButton, .disabledButton {
  text-align:center;
  width:5em;
  padding:0.25em;
}
table td {
  white-space:nowrap;
}
.cd div {
  margin-top:2px;
}
.cd div {
  width:252px;
  height:22px;
  background-image:url(/images/cauldrondev.png);
}
* html .cd div {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/cauldrondev.png');
}
.cd:hover div {
  background-image:url(./../images/cauldrondev_hover.png);
  filter:none;
}

