body
{
  font-family: verdana;
  font-size: 100%;
  background-color: #444444;
}

#Back
{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;

  background-color: #ffffff;
  opacity:0.6;
  filter:Alpha(opacity=60);
}

#Copyright
{
  position: fixed;
  bottom: 0;
  right: 0;
  color: #333333;
  font-size: 10px;
  text-align: right;
}

#Copyright a
{
  color: #333333;
  text-decoration: none;
}

#Copyright a:hover
{
  color: #000000;
}

#Information
{
  display: none;
}

#Info
{
  position: fixed;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  font-size: 14px;
  z-index: 10;
  padding: 3% 3% 3% 3.5%;

  background-color: #ffffff;
  border-width: 3px;
  border-color: #000000;
  border-style: solid;
}


#Sound,
#Interval,
#Chip
{
  position:relative;
  display: block;
  text-decoration: none;
  height: 18%;
  margin-top: 1%;
  overflow:hidden;

  color: #333333;
}

#Sound
{
  margin-top: 6%;
}


#Chip
{
  overflow:visible;
  margin-top: 0;
}


#Interval em,
#Sound em,
#Chip em
{
  position:relative;
  color: #999999;
  font-style: normal;
}

#Interval:hover span,
#Sound:hover span
{
  color: #333333;
}

#LetsPlay
{
  position: fixed;
  bottom: 15.5%;
  left: 13%;
  right: 13%;

  display: block;
  padding: 1%;

  text-decoration: none;
  text-align: center;
  color: #333333;
  background-color: #eeeeee;
  border-width: 1px;
  border-color: #666666;
  border-style: solid;
}

#LetsPlay:hover
{
  background-color: #dddddd;
  border-color: #bbbbbb;
  color: #222222;
}

h1, h2
{
  padding: 0;
  margin: 0 0 4% 0;
  font-size: 17px;
  height: 18%;
  overflow: hidden;
}

.NoWrap
{
  white-space: nowrap;
}



#BigBlind, 
#SmallBlind
{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  color: #888888;
  white-space: nowrap;

  border-width: 3px 0 3px 0;
  border-color: #000000;
  border-style: solid;

  background-color: #ffffff;

  padding: 1.5% 0 2.5% 0;
}
#BigBlindValue, 
#SmallBlindValue
{
  color: #555555;
}

#BigBlind
{
  top: 5%;
}

#SmallBlind
{
  top: 40%;
}


#TimerInfo
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5%;
  text-align: center;
  color: #ffffff;

  opacity:0.6;
  filter:Alpha(opacity=60);
}
