html, body {
  margin: 0px;
  padding: 0px;
}

h1 {
  text-align: center;
  margin-bottom: 0.5em 0;
}

h2 {
  text-align: center;
  font-weight: normal;
  margin: 0.5em 0;
}

hr {
  margin: 20px auto;
}

.atom, .bond, .arrow, .wall {

  position: absolute;

  padding: 0px;
  margin: 0px;
  overflow: hidden;

}

.center {text-align: center;}


#loading {
  font-size: xx-large;
  color: red;
  overflow: hidden;
}


table {
   margin: 20px;
}

td {
  vertical-align: top;
}

#arena-container {
  padding: 20px;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#arena {
  position: relative;
  padding: 0px;
  margin: 0px;
}
.arena-border {
  border: thick ridge grey;
}

#molecule-container {
  padding: 15px;
  margin: 15px;
  border: thick ridge grey;
}

#molecule {
  position: relative;
  padding: 0px;
  margin: 0px;
  cursor: move;

}


#headbar {
  background-color: black;
  color: white;
  font-size: smaller;
  font-weight: bold;
  padding: 0.25em;

}

#headbar a {
    color: white;
}

#controls {
  padding: 0;
  margin-top: 20px;
  text-align: center;

}

#controls p {
  margin: 0px;
  padding: 0px;
}

#selectors {

}

#move-controls {
 text-align: center;
 margin-bottom: 20px;
}

#blurb {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#after-main {
  position: relative;
}

#footer {
  font-size: smaller;
  width: 99%;
  padding-bottom: 1em;
}

.hide-selector {
  display: none;
}
#levelset-credits {
  text-align: center;
  font-weight: bold;
  font-size: smaller;
}

.inactive-arrow {
  opacity:0.4;
  filter:Alpha(opacity=40);
  zoom: 1;
}

.active-arrow {
  cursor: pointer;
}

a, a:visited, a:link {
  color: #0000ff;
}

a:hover {
  color: #000099;
}

.button, a.button, .button.disabled:hover {
  border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    padding: 6px 12px;
  font-size: 150%;
  background-color: #cccccc;
    color: #202020;
  text-decoration: none;
}

.button:hover {
  background-color: #bbbbbb;
  border-color: #666666;
}

.button.disabled, .button.disabled:hover {
  cursor: default;
  background-color: #cccccc;
  color: #aaaaaa;
  outline: 0;
}

#controls .button { font-size: 100%; }

#success-dialog h4 { font-size: 125%; }
#success-dialog-next-level { font-size: 125%; }

/*  Modal Dialogs */

/*
  This element is dynamically created. There is only one per page.
  xModalDialog assumes this class name. It is used to grey out
  the page when modal dialogs are displayed.
*/
.xModalDialogGreyElement, .xShieldElement{
  position: absolute;
  overflow: hidden;
  width: 10px; height: 10px;
  left: -10px; top: -10px;
  z-index: 100;
  opacity: .3; /* CSS3 */
  background-color: #000;
  filter: alpha(opacity=30);
}

.xxModalDialog {
  position: absolute;

  overflow: auto;
  left: -50000px;
  top: 0px;

  width: 400px;
  padding: 2em 1em;
  color: #BF8660;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #BF8660;
  z-index: 99;
  text-align: center;
}

#success-dialog {
  position: absolute;
  left: -50000px;
}


#ajax-dialog {
  position: absolute;
  left: -50000px;
}

#bookmark-dialog {
  position: absolute;
  left: -50000px;
}

.solutions-table {
  margin: auto;
}

.solutions-table td, .solutions-table th {
  border: 1px #ccc solid;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
}

.solutions-table tr {
	border: hidden;
}

tr.no-border, tr.no-border td {
  border: hidden;
}

#lastupdated {
  font-size: smaller;
  text-align: center;
  font-style: italic;
}

#sdf-promotion {
  font-size: large;
  font-weight: bold;
}

.recent-status-img {
  margin: 0px;
  padding: 0px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
}

.emblem {
	height: 22px;
	width: 22px;
}