html, body
{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  color: #999999;
  margin: 0;
  padding: 0;
  height: 100%;
}

.content_wrapper
{
  overflow: hidden;
  min-height: 100%;
  min-width: 1030px;
  background-color: #000000;
}

.inner_wrapper
{
  margin: 15px;
}

.center
{
  text-align: center;
}

.title
{
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 100;
}

.controlTable
{
  position: relative;
  z-index: 100;
  display: inline-block;
}

.canvas_wrapper
{
  display: inline-block;
  position: relative;
  width: 1000px;
  height: 700px;
  text-align: center;
}

#canvas
{
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 700px;
  z-index: 100;
  cursor: none;
  visibility: hidden;
}

#upgradeScreen
{
  display: none;
}

#controlBox
{
  visibility: hidden;
}

#commandLine
{
  visibility: visible;
  text-align: left;
  color: #ffffff;
  font-family: "Lucida Console", Monospace;
  font-size: 20px;
  line-height: 22px;
  height: 660px;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}

#CMD_Input
{
  border: 0;
  background: #000000;
  color: #ffffff;
  font-family: "Lucida Console", Monospace;
  font-size: 20px;
  width: 500px;
  outline: none;
}

.circle
{
  background: #000000;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  float: left;
  position: absolute;
  top: 343px;
  left: 493px;
  margin-left: 2px;
  z-index: 10;
}
.bubbleTable tr
{
  margin: 0;
  padding: 0;
}

.bubbleTable tr td
{
  margin: 0;
  padding: 0;
}

.textBubble
{
  background: #ffffff;
  border: solid 2px #000000;
  border-radius: 10px;
  width: 956px;
  display: inline-block;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  padding: 15px;
  margin: 0;
  line-height: 35px;
}

.button
{
  background: #cccccc;
  border: solid 2px #555555;
  border-radius: 25px;
  width: 455px;
  display: inline-block;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  padding: 15px;
  margin: 5px;
  color: #555555;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.leftLineTop
{
  margin-left: -9px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-top-right-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 500px;
  background: transparent !important;
  z-index: 3;
}

.rightLineTop
{
  margin-left: 1px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  border-top-left-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 500px;
  background: transparent !important;
  z-index: 3;
}

.leftLineBottom
{
  margin-left: -9px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-bottom-right-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 500px;
  background: transparent !important;
  z-index: 3;
}

.rightLineBottom
{
  margin-left: 1px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  border-bottom-left-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 500px;
  background: transparent !important;
  z-index: 3;
}

.line
{
  display: inline-block;
  position: absolute;
  left: 500px;
  margin-left: 1px;
  border: solid 1px #cccccc;
  height: 0;
  width: 0;
  background: transparent !important;
  z-index: 3;
}

.downArrow
{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid #cccccc;
  display: inline-block;
  position: absolute;
  top: 337px;
  left: 497px;
  margin-left: -1px;
  background: transparent !important;
  z-index: 3;
}

.upArrow
{
  width: 0;
  height: 0;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-bottom: 6px solid #cccccc;
  display: inline-block;
  position: absolute;
  top: 357px;
  left: 497px;
  margin-left: -1px;
  background: transparent !important;
  z-index: 3;
}

.active
{
  background: #eeeeee;
  color: #000000;
  border-color: #000000;
  z-index: 4;
}

#soundButton
{
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
  z-index: 110;
  display: none;
}

#musicButton
{
  position: absolute;
  top: -40px;
  right: 40px;
  cursor: pointer;
  z-index: 110;
  display: none;
}

#antiCircle
{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

#noChrome
{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  background: #999;
  color: #fff;
  font-size: 20px;
  z-index: 200;
}

#noChrome a
{
  text-decoration: none;
  color: #00f;
}