/* Sudoku today stylesheet - (c) 2005 Mark Huckvale */
.sd_digit {
  margin : 0px 0px 0px 0px;
  padding : 3px 3px 3px 3px;
  background-color: #ffffff;
  font-family: arial, verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 12pt;
  text-align: center;
  border: 0px none;
  width: 18pt;
}
.sd_digitlock {
  margin : 0px 0px 0px 0px;
  padding : 3px 3px 3px 3px;
  background-color: #ffffff;
  font-family: arial, verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #006600;
  font-size: 12pt;
  text-align: center;
  border: 0px none;
  width: 18pt;
}
.sd_title {
  margin : 0px 0px 0px 0px;
  padding : 3px 3px 3px 3px;
  background-color: #f8f8f8;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #000080;
  font-size: 11pt;
  text-align: center;
  border: 0px none;
  height:18pt;
}
.sd_bcontrol {
  width: 50px;
  height: 20px;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  background-color: #eeeeee;
  color: #000080;
}
table.sd_puzzle, table.sd_puzzle td {
  border: 1px solid #666666;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
}
.sd_tiny {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 7pt;
  background-color: #f8f8f8;
  color: #000080;
}
.sd_tiny a {
  text-decoration: none;
  font-weight: 800;
}
.sd_tiny a:hover {
  text-decoration: underline;
  font-weight: 800;
}
