* html #container {
width: expression((document.body.clientWidth > 600) ? '600px' : 'auto');
}
.titletext {
  background-color: #eeeeee;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 18pt;
  text-align: center;
  border: 0px none;
}
.subtext {
  background-color: #eeeeee;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 16pt;
  text-align: center;
  border: 0px none;
}
.gridunlock {
  margin : 0px 0px 0px 0px;
  padding : 3px 3px 3px 3px;
  background-color: #eeeeee;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 18pt;
  text-align: center;
  border: 0px none;
  width: 28pt;
}
.gridlock {
  margin : 0px 0px 0px 0px;
  padding : 3px 3px 3px 3px;
  background-color: #eeeeee;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #0000ff;
  font-size: 18pt;
  text-align: center;
  border: 0px none;
  width: 28pt;
}
.score {
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
  background-color: #444444;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #FF8080;
  font-size: 16pt;
  text-align: center;
  border: 0px none;
}
.instr {
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
  background-color: #444444;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #CCCCCC;
  font-size: 12pt;
  text-align: center;
  border: 0px none;
}
.target {
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
  background-color: #CCCCCC;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #808000;
  font-size: 12pt;
  text-align: center;
  border: 0px none;
}
.bdigit {
  width: 50px;
  height: 30px;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 12pt;
}
.bcontrol {
  width: 80px;
  height: 30px;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 12pt;
}
