/* SUDOKU CSS Document */
@import url(default.css); 
@import url(editorial.css);

/* BARVY PODLE AKTUALNI SEKCE */
      #untop div.menu a.sudoku  { border-top: solid 4px; margin-top: 0; border-color: #FA9792 /* #FA9792; */} /* HOVER nad odkazem aktivni */
      #untop div.menu-barva         { background-color: #DB2D1A /*#EA180B;*/ }
      div.lpanel div.menu a       { background-color: #DB2D1A; }
      div.lpanel div.menu a:hover { background-color: #FA9792; }
      div.lpanel div.menu a.gray  { background-color: #757575; }
      h3 { color: #DB2D1A; }
      #ofdiv { background: white; border: 1px solid #DB2D1A; color: black; }

div.sudoku-vysl { width: 510px; margin: 0 auto; padding-left: 20px; }

table.sudoku,table.sudoku-small { margin-left: 5px; font-family: verdana; border-width: 3px; border-collapse: collapse; border-color:#DB2D1A; border-style: solid; text-align: center; background-color: #eee; margin: 0 auto; }
 table.sudoku td ,table.sudoku-small td {border-width: 1px; border-color:#DB2D1A; border-style: solid; width: 25px; height: 25px}
 table.sudoku tr.horni td ,table.sudoku-small tr.horni td {border-top-width: 3px; }
 table.sudoku tr.dolni td,table.sudoku-small tr.dolni td {border-bottom-width: 3px; }
 table.sudoku td.leve,table.sudoku-small td.leve {border-left-width: 3px; }
 table.sudoku td.prave,table.sudoku-small td.prave {border-right-width: 3px; }
 table.sudoku tr.noborder,table.sudoku-small tr.noborder    { border: 0px  }
 table.sudoku tr.noborder td,table.sudoku-small tr.noborder td { border: 0px  }
 table.sudoku tr td.noborder,table.sudoku-small tr td.noborder { border: 0px  }


table.sudoku td {width: 50px; height: 50px; background-color: #FFF }
table.sudoku td input {font-size: 19px; _font-size: 15px; _font-weight: bold; text-align: center; border: 0px solid #DDD}
table.sudoku td input.vpisky { display: block; width: 20px; font-size: 10px; text-align: center; margin: 0px; background-color: #f0f0f0; border: 0px solid #f0f0f0; }
table.sudoku td span.vysledek { font-size: 18px; }

table.sudoku-small td {width: 20px; height: 20px; background-color: #FFF }

div.sudoku-time { padding-left: 5px; background-color: #F5F5F5; width: 210px; height: 30px; line-height: 30px; }
div.sudoku-time #cas { font-weight: bold; font-size: 12px; }
div.sudoku-time img { cursor: hand; border: 0; vertical-align: middle; padding-bottom: 4px; }

div.restime { margin: 0 auto; height: 25px; line-height: 25px; width: 300px; background-color: #FDD7D5; border: solid 1px #DB2D1A;  }

.line-v { background-color:#FF6600; }
.line-h { background-color:#006633; }
.spacer { width:15px; }

