h1,h2,h3,div
{
font-family: helvetica, arial, "sans-serif";
color: white;
}
body,table, #helpDiv {
background-image: url("../carpet.gif");
font-family: helvetica, arial, "sans-serif";
font-weight: bold;
color: white;
}

#playingArea {
  height: 650px;
}
table {
  border-collapse:collapse;
}

p {
  padding:2px;
  margin-left:4px;
}
td {
  margin: 0px;
  padding: 0px;
}

a:link {color: #99ffff}
a:visited {color: #c6ffc6}
a:hover {color: #c6ffc6}
a:active {color: #c6ffc6}

.p {
  padding-top:4px;
  padding-bottom:4px;
}

.instr {
  font-style: italic;
  color: yellow;
}

.box {
box-sizing: content-box;
}
.name {
  color: black;
}
.nameLetter {
  padding-right: 5px;
}
.dim {
  border-radius:10px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index:20;
}

input[type=text]  {
  color:black;
}

.noEntry {
  z-index:25;
}
.option {
  display:inline-block;
  font-weight: bold;
}

.blue {
  background-color: blue;
}

.disabled {
  background-color: blue;
  color: white;
  border: 0px;
  font-weight: bold;
}

.centre {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.centreDiv {
  margin-left:auto;
  margin-right:auto;
}

.left {
  text-align:left;
  float:left;
}

.right {
  float:right;
  text-align:right;
}

.textRight {
  text-align:right;
}

.menu {
  vertical-align: middle;
}

.eitherOr {
  vertical-align: middle;
  color: blue;
  height:20px;
  padding-top:4px;
}

.cell {
  border: solid 1px black;
  background-color:white;
  line-height:0;
}
.spacerCell {
  border: solid 1px white;
  background-color:white;
}

.rackIMG {
  border-radius:10px;
  border: solid 1px black;
  background-color: teal;
}

.notHere {
  /* background-image: url('../symbols/NoEntry.png'); */
  background-color:#6e6a6a;
}
.selected {
  border: dotted 2px green;
}
.startOptions {
  border: solid 2px white;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 5px;
}
.dragging {
  border: dotted 2px#008080;
  background-color: #b6acac;
}

.rackSpace {
  border: solid 1px black;
  background-color:white;
}

.swap {
  color: blue;
  font-size:70%;
  font-weight:normal;
  padding:2px;
  line-height:12px;
}

.swapX {
  color: red;
  background-color: white;
  padding:2px;
  width:10px;
  height:10px;
  font-size:70%;
  margin:auto;
}
.swapTile {
  z-index:20;
}

#help {
  top:3px;
  /* position:absolute; */
  right:2px;
  z-index:15;
  display:inline-block;
  border: solid 2px white;
  border-radius: 20px;
  font-size:20px;
  color:white;
  width:25px;
  text-align:center;
  vertical-align:middle;
  padding-top:3px;
  line-height:20px;
}

button {
  height: 1.75em;
  border: solid .125em white;
  padding-bottom:.3em;
  background-color: #00bfff;
  font-family:verdana, sans serif;
  text-align:center;
  vertical-align:middle;
  color:blue;
  position:relative;
  margin-top:.2em;
  font-weight:bold;
  font-size:1em;
  line-height: 80%;
  display:inline;
  border-radius: .25em;
}

.enterKey {
  display: inline-block;
}

.qwirkle {
  display: inline-block;
  padding:2px;
  padding-top:6px;
  font-size:1.5em;
  font-weight: bold;
  vertical-align: middle;
}

.tile {
  width: 25px;
  border: 5px solid black;
}
.black {
  background-color: black;
}
.playerTable {
  float: left;
  margin-right: 4px;
  border-radius: 4px;
  border: solid 2px blue;
}

.pThin {
  margin: 0;
  padding: 4px;
}

.cs0 {
  border-collapse:collapse;
}

.inline {
  display:inline;
}

.inlineBlock {
  display:inline-block;
}

.border {
  border: 1px solid white;
}

.alignTop {
  float:right;
  margin-right:110px;
}

.floatRight{
  float:right;
  display:block;
}

.rack {
  /*
  height: 40px;
  */
  margin-top:10px;
  margin-bottom:5px;
}

.solutionBox {
  margin-left:50px;
}

div.setup {
  padding-top:10px;
}
div.game {
  padding-top:1px;
}

#pickALetter {
  text-align:center;
}

#solution {
  padding-top:5px;
}

#windowStatus {
  z-index:100;
  top:18px;
  left:0px;
  color:black;
  background-color:white;
}

#debug {
  margin-top:1000px;
  /* position:absolute; */
  top:1000px;
  left:0px;
}


#menuBar {
  position:relative;
  line-height:0;
  /* top:0;
  left:0;
  */
  background-color: black;
  /* z-index:4; */
  height:35px;
}

.lastGame {
  position: relative;
  float:right;
  display:inline;
}

.mTable {
  /* position:absolute; */
  margin-top:5px;
  left:0px;
  float:left;
}

#settings {
  top:3px;
  position:absolute;
  right:2px;
  z-index:15;
}

.letterText{
  font-weight:bold;
  font-family:verdana, sans serif;
  color:white;
  background-color:blue;
  border: solid 3px #00bfff;
}

.lightBlue {
  color: #00bfff;
}
.ml5 {
  margin-left: 5px;
}

#home {
  /* position:absolute; */
  top:2px;
  left:0px;
  z-index:15;
}

.blankHome {
  width:40px;
  height:35px;
}

.marginAuto {
  margin:auto;
}

#error_div {
  position:fixed;
  top:0px;
  left:50px;
  padding:5px;
  background-color:white;
  opacity:1;
  z-index:5;
}

.winning {
  color: blue;
  font-weight: bold;
}

ol {
   list-style-position: inside;
}

.noPad {
 padding-left: 2px;
}
.padL20 {
 padding-left: 20px;
}
.padLR {
 padding-left: 1.25em;
 padding-right: 1.25em;
}
.padL10 {
 padding-left: 10px;
}

#nudgeExtra {
  width:250px;
}
#nudgeText {
  background-color:white;
  color:black;
  font-weight:normal;
  padding-left:5px;
}
.big {
  width:40px;
  font-size:20px;
  margin-left:5px;
  margin-right:5px;
}

#phpError {
  top:30px;
  left:0;
  z-index:10;
}

.showAll {
  font-size:8px;
}

#showAll td {
  border: 1px solid white;
}

.resColumn {
  width: 100px;
}

.olScore {
  padding: 4px;
}

.green {
  background-color: green;
}

.red {
  background-color: red;
}

.orange {
  background-color: orange;
}
.background {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;

}

.w20 {
  width: 20px;
  text-align: center;
}

.whiteLetter {
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.settingsInput {
  width: 50px;
  color: black;
}


.Red { color: red; }
.Orange { color: orange; }
.Green { color: green; }

.ulCompact {
 margin-top:2px;
 margin-bottom:2px;
 margin-left:30px;
}

.recycle {
  border-radius:6px;
  vertical-align:middle;
  border: 2px solid #ddd;
}

.returnKey {
  border-radius:4px;
  height:15px;
  vertical-align:middle;
  border-top: 2px solid #ddd;
  border-left: 2px solid #bbb;
  border-right: 2px solid #777;
  border-bottom: 2px solid #555;
}

.hasTile {
  background-color: black;
}

#bumpDiv {
  position: absolute; 
  top: 0px;
  background-color: white;
  color: red;
  padding:3px;
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
  border: 2px solid red;
  border-radius:5px;
  width: 300px;
  height: 25px;
  opacity:1;
}

#onlineDiv {
  font-size: .8em;
  padding:4px;
}

#version {
  font-size: .5em;
  padding:.25em;
  left:0;
  z-index:20;
  /* position:absolute; */
  bottom:.9em;
}

.hands {
  height: 15px;
}
