/*
|------------------------------------------------------------------------------|
fichier de style "SDK_SudokuStyle_S.css"
pour jeu de sudoku ( SudokuInit.js, SDK_SudokuJeu.js et modulesudoku.php )
Tedheu, version 1 (fr) , mise à jour le 17 février 2010
|------------------------------------------------------------------------------|
*/

/* style général  ( division #SDK_cadre ) */
div#SDK_cadre {
	position: relative;
	border: inset 2px;
	width: 336px;
	height: 290px;
    font: 12px verdana,arial,sans-serif;
}
* html div#SDK_cadre {
	width: 340px;
	height: 288px;
}

/* style de la grille  ( division #SDK_grille ) */
div#SDK_grille {
	float: left;
}
div#SDK_grille table {
    padding: 0;
    border: outset 1px;
    background-color: #efefef;
}
div#SDK_grille td.region table {
    padding: 0;
    border: outset 1px;
    background-color: white;
}
div#SDK_grille td.region table td {
    padding: 0;
    border: inset 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    font: bold 17px verdana,arial,sans-serif;
    cursor: crosshair;
}
div#SDK_grille td.case0 {
    color: black;
    background-color: #cfcfcf;
}
div#SDK_grille td.case1 span {
    display: block;
    margin: 0;
    width: 100%;
    height: 18px;
    background-color: #efefef;
}
div#SDK_grille td.case1 span.c1 {
    color: blue;
}
div#SDK_grille td.case1 span.c2 {
    color: red;
}
div#SDK_grille td.case1 span.c3 {
    color: green;
}

/* style du menu vertical  ( division #SDK_menuV ) */
div#SDK_menuV {
	float: right;
	position: relative;
	border: outset 3px;
	width: 88px;
	height: 228px;
}
* html div#SDK_menuV {
	width: 94px;
	height: 234px;
	text-align: center;
}
div#SDK_menuV input.menu {
    display: block;
   	margin: 0 auto 0 auto;
   	padding: 0;
    width: 88px;
    font-size: 13px;
    cursor: pointer;
}
div#SDK_status {
	position: absolute;
	bottom: 50px;
	right: 10px;
	border: inset 2px;
	width: 56px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
    font: bold 15px arial,sans-serif;
    color: purple;
}
* html div#SDK_status {
	width: 60px;
	height: 25px;
}
div#SDK_status span.fin {
    display: block;
    width: 100%;
    height: 100%;
    color: red;
    background-color: yellow;
}
div#SDK_chrono {
	position: absolute;
	bottom: 15px;
	right: 10px;
	border: inset 2px;
	width: 56px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
    font: bold 15px arial,sans-serif;
    color: red;
}
* html div#SDK_chrono {
  	width: 60px;
	height: 25px;
}

/* style du menu horizontal  ( division #SDK_menuH ) */
div#SDK_menuH {
    clear: both;
    margin-left: 2px;
    margin-right: 2px;
}
div#SDK_menuH fieldset {
    position: relative;
    height: 36px;
}
* html div#SDK_menuH fieldset {
    height: 46px;
}
div#SDK_menuH fieldset legend {
    color: blue;
}
div#SDK_menuH input {
    padding: 0;
    width: 20px;
    font-weight: bold;
    font-size: 12px;
    color: navy;
    cursor: pointer;
}
div#SDK_menuH input.gomme {
    width: 30px
}
div#SDK_chx {
	position: absolute;
	top: -3px;
	right: 13px;
	border: inset 2px;
	width: 50px;
	height: 24px;
	text-align: center;
	font-weight: bold;
    font-size: 19px;
    color: blue;
}
* html div#SDK_chx {
	top: 12px;
	right: 5px;
	width: 52px;
	height: 28px;
	vertical-align: middle;
}
div#SDK_chx span.gomme {
	text-align: center;
	font-family: arial-narrow;
    font-size: 11px;
   	vertical-align: middle;
}
div#SDK_chx span.joker {
	text-align: center;;
    font-size: 16px;
    color: green;
 	vertical-align: middle;
}
/*----------------------------------------------------------------------------*/
