body {
  color: #00003c;
  width: 100%;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  font-family: Verdana,sanf-serif;
  background-image: url(/img/bg.png);
  /* tetris */
}
body a {
  color: grey;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body h1, body h2, body span.number {
  font-family: "Times New Roman",serif;
}
body #menu {
  padding: 20px;
}
body #menu a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  float: left;
  margin: 5px;
  background-color: white;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
}
body #menu a:hover {
  background-color: #00003c;
  text-decoration: none;
}
body table {
  margin-top: 20px;
  margin-bottom: 20px;
}
body table tr th {
  font-weight: bold;
}
body table tr td {
  padding: 2px;
  border: 1px solid black;
}
body div.previewList {
  width: 100%;
}
body article.tetris {
  width: 850px;
  margin-left: 100px;
  margin-top: 50px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background-color: white;
  padding: 12px;
}
body article.tetris #tetris {
  width: 100%;
  margin: auto;
  background: url(/img/tetris.png) right bottom no-repeat;
  background-color: #d7d7d7;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
body article.tetris #tetris #tetrisScreen {
  width: 884px;
  height: 550px;
  padding-top: 40px;
  margin: auto;
}
body article.tetris .scoreTable {
  font-size: 9px;
  width: 405px;
  padding: 6px;
  overflow: hidden;
  float: left;
  background-color: #d7d7d7;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  margin: 26px 0px 8px 8px;
}
body article.tetris .scoreTable table, body article.tetris .scoreTable tr {
  margin: 0;
  padding: 0;
}
body article.tetris .scoreTable td {
  padding: 1px;
  text-align: center;
}
body article.tetris .scoreTable table {
  width: 100%;
}
body article.tetris .scoreTable.first {
  margin: 26px 8px 8px 0px;
}
body article.tetris .scoreTable.alltime {
  width: 100%;
  margin-right: 0;
  width: 838px;
  margin: 0;
  margin-top: 26px;
}
body article.tetris #pleaseWait {
  position: absolute;
  top: 70px;
  left: 12px;
  height: 594px;
  width: 849px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 56px;
  margin: auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  display: none;
}
body article.tetris #pleaseWait p {
  line-height: 60px;
}
body article.tetris #pleaseWait .first {
  margin-top: 172px;
  padding-bottom: 40px;
  padding-left: 80px;
}
body article.tetris #pleaseWait .second {
  margin-left: 110px;
  margin-top: 22px;
}
body article.tetris #pleaseWait a {
  color: white;
  text-decoration: underline;
}
body article.tetris .button {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  width: 230px;
  margin: 13px;
  padding: 6px;
  float: left;
  background-color: white;
}
body article.tetris .button.first {
  margin-left: 36px;
}
body article.tetris .button.last {
  margin-right: 0;
}
body article.tetris .button.active, body article.tetris .button:hover {
  background-color: #00003C;
}
body #content {
  width: 96%;
  margin: 2%;
  clear: both;
}
body #content article {
  position: relative;
}
body #content article span.number {
  position: absolute;
  font-size: 250px;
  left: 303px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 0.7;
}
body #content article .justify {
  text-align: justify;
}
body #content article span.readmore {
  float: right;
}
body #content article h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
body #content article h1 {
  font-size: 32px;
  margin-bottom: 16px;
}
body #content article div.topleft {
  position: absolute;
  background: url(/img/begin.png) 0 0 no-repeat;
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
}
body #content article div.bottomright {
  position: absolute;
  background: url(/img/end.png) 0 0 no-repeat;
  height: 50px;
  width: 50px;
  left: 701px;
  margin-top: -23px;
}
body #content article.preview {
  width: 400px;
  margin: 16px;
  float: left;
  padding: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background-color: white;
  cursor: pointer;
}
body #content article.preview div.preview {
  min-height: 150px;
}
body #content article.full {
  width: 750px;
  margin-left: 200px;
  margin-top: 30px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background-color: white;
  padding: 12px;
}
body #content article.full span.number {
  display: block;
  top: -1px;
  left: 774px;
}
body #content article.full span.info {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  color: #c8c8c8;
  padding-left: 16px;
}
body #content article.full h1 {
  margin-bottom: 0px;
}
body #content article.full div.text {
  position: relative;
  padding: 20px;
  padding-bottom: 15px;
}
body #content article.full div.text p {
  margin-top: 12px;
}
body #content article.full div.text img {
  display: block;
  margin: auto;
}
body #content article.full div.text pre {
  font-family: monospace;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  background-color: black;
  color: white;
  padding: 4px 8px 4px 8px;
  overflow-x: auto;
}
body #content #ajax article.full {
  margin-left: 17px;
}
body #content #comments {
  clear: left;
}
body #content #comments div.row {
  clear: left;
  margin-bottom: 4px;
  margin-left: 8px;
}
body #content #comments div.row div.img {
  width: 20px;
  float: left;
  margin: 0px 4px 4px 4px;
}
body #content #comments div.row div.img img {
  margin: auto;
  height: 16px;
}
body #content #comments div.row div.msg {
  margin-left: 33px;
}
body #content #comments div.row div.msg span.delete {
  float: right;
  height: 16px;
  width: 16px;
}
body #content #comments div.row div.msg span.delete img {
  display: none;
}
body #content #comments div.row .deleteComment {
  cursor: pointer;
}
body #content #comments div.row div.msg:hover .delete img {
  display: block;
}
body #content #addComments {
  margin-top: 20px;
}
body #content #addComments textarea {
  height: 16px;
  display: block;
  margin-bottom: 8px;
  width: 750px;
}
body #content #addComments .submitButton {
  float: left;
  width: auto;
  display: none;
}

.toolTipArticleFull {
  background-color: #000;
  border: 1px solid #fff;
  padding: 10px 15px;
  width: 200px;
  display: none;
  color: #fff;
  text-align: left;
  font-size: 12px;
  /* outline radius for mozilla/firefox only */
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
}

.tooltip {
  background-color: #000;
  border: 1px solid #fff;
  padding: 10px 15px;
  width: 200px;
  display: none;
  color: #fff;
  text-align: left;
  font-size: 12px;
  /* outline radius for mozilla/firefox only */
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
}
