body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #000;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 500;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

#divLogo {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 10%;
  background-color: #000;
}
#divNav {
  position: absolute;
  left: 0;
  top: 10%;
  width: 20%;
  bottom: 20%;
  background-color: #000;
}
#divNav div {
  margin: 5px 5px 0 5px;
  padding: 10px;
  border: dotted 2px #f00;
  overflow: auto;
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
}
#divNav div ul {
  margin: 0 0 0 10px;
  padding: 0;
}
#divNav div ul li {
  margin: 0 0 0 10px;
  padding: 0;
  list-style-image: url(Images/Ball10.gif);
}
#divGame {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #000;
}
#divMain {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  bottom: 20%;
  background-color: #000;
}
#divMain div.main {
  margin: 5px 5px 0 5px;
  padding: 10px;
  border: dotted 2px #f00;
  overflow: auto;
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
}
#divMain div.collapse {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #000 url(Images/Ball10.gif) no-repeat top left;
  cursor: pointer;
}
#divFooter {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 20%;
  background-color: #000;
}
#divFooter div {
  margin: 5px;
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
}

#txtLogo {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.0em;
}

#linkLogin {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: auto;
  cursor: pointer;
}
#linkLogin:hover, #linkRegister:hover {
  text-decoration: underline;
}

#linkRegister {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: auto;
  cursor: pointer;
}

#linkUser {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: auto;
  cursor: pointer;
  display: none;
}

#linkLogout {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: auto;
  cursor: pointer;
  display: none;
}

#lblError {
  margin: 0 auto;
  padding: 0;
  clear: both;
  color: #F00;
  position: absolute;
  left: 0;
  height: 1.5em;
  right: 0;
  bottom: 5px;
  font-size: 1.5em;
  text-align: center;
}

#divAjaxWarningText {
  display: none;
  position: absolute;
  top: 200px;
  height: 4em;
  width: 95%;
  margin: auto 0;
  text-align: center;
  left: 0;
}

#divAjaxWarningText h3 {
  background-color: #FFF;
  color: #900100;
  font-size: 1.5em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  width: 60%;
  position: absolute;
  left: 20%;
}

#imgAjaxWait {
  float: right;
  visibility: hidden;
}

div.popup {
  display: none;
  position: absolute;
  top: 200px;
  width: 100%;
  margin: auto 0;
  text-align: center;
  left: 0;
  color: #000;
}
div.popup div {
  background-color: #DDD;
  border-top: solid 1px #000;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  border-left: solid 1px #000;
  width: 50%;
  padding: 0 0 2em 0;
  margin: 0 auto;
}
div.popup div div {
  background-color: #DDD;
  border: none 0;
  padding: 0;
  margin: 0;
  width: 100%;
}
div.popup div table {
  margin: 0 auto;
}
div.popup h3 {
  border: solid 1px #900100;
  text-align: left;
  padding: 5px 0 5px 20px;
  margin: 0 0 15px 0;
  color: #FFF;
  background-color: #900100;
}
div.popup div label {
  font-weight: 700;
  text-align: right;
}
div.popup div input.text {
  border: solid 1px #900100;
  padding-left: 5px;
  margin-left: 5px;
}
div.popup div table input.text {
  width: 90%;
}
div.popup div input.smallbutton {
  background-color: #fff;
  border: solid 1px #900100;
  margin-left: 5px;
  margin-top: 10px;
  padding: 0;
}
div.popup div select {
  border: solid 1px #900100;
  width: 90%;
}

#divAbout {
  margin: 10px;
  padding: 10px;
  border: dotted 2px #f00;
  overflow: auto;
  position: absolute;
  left: 20%;
  top: 0;
  right: 20%;
  bottom: 0;
}
