﻿body 
{
    font-family: Arial, Verdana, Times New Roman;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

td
{
    border: solid 1px #ececec;
}

.tdS
{
    border: solid 0px white;
}

.tblG
{
    width: 940px;
    height: auto;
}

.tdG1
{
    width: 940px;
    height: 100px;
}

.tdG2
{
    width: 940px;
    height: auto;
}


.divA
{
    width: 200px;
    height: auto;
    text-align: left;
    float: left;
}

.divB
{
    float: left;
    width: 500px;
    height: auto;
    margin-left: 50px;
}

.finalNote
{
    width: 200px; 
    font-size: 18px;
    color: green;
    font-weight: bold;
    height: auto; 
    border: solid 0px #ffffff;    
    text-align: left;

}


.ticSizeO
{
    width: 80px;
    height: 80px;
}

.ticSizeI
{
    width: 60px;
    height: 60px;
}

.oxPlay
{
    font-size: 36pt; 
    font-family: Eras Bold ITC
}


.dbLogo2
{
    position: absolute; 
    left: 58px;  
    top:45px; 
    border: 0px;
}


.tictactoeDir0
{
    position:absolute;
    left: 690px;
    top: 85px;
    width: 230px; 
    height: 14px;
    font-weight: bold;
    color: #990066;
    font-family:Arial, Verdana, Terminal;
    font-size: 12px;
}

.wordDir0
{
    width: 230px; 
    height: 14px;
    font-weight: bold;
    color: #990066;
    font-family:Arial, Verdana, Terminal;
    font-size: 12px;
}
a
{
    text-decoration: none;
    
}

a:visited
{
    text-decoration: none;
    border: solid 0px #000000;
}

a.ticG
{
    color: #ffffff;
    text-decoration: none;
}

a.ticG:visited
{
    color: #ffffff;
    border: solid 0px #000000;
}

.tbl
{   width: 150px;
    height: 150px;
    text-align: center; 
    vertical-align: middle;
}

.tdBox
{
    border: solid 0px;
}

.sudokuBg
{
    width: 200px; 
    height: auto; 
    float: left; 
    text-align: left;

}

.sdkBg1
{
    width: 150px;
    height: 55px;
    background-image : url('./Images/sudokuButtonBg.png');
    vertical-align: middle;
 
}

.butBg1
{
    font-weight: bold; 
    background-color: Green; 
    color: White;
}

.tBoxA
{
    width: 50px; 
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    border: solid 0px Yellow;
    vertical-align: middle;
    background-image: url('../Sudoku/Images/wordBox00.png');
}

.tBoxB
{
    width: 50px; 
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    border: solid 0px Yellow;
    vertical-align: middle;
    background-image: url('../Sudoku/Images/wordBox01.png');
}

.tBoxC
{
    width: 50px; 
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    border: solid 0px Yellow;
    vertical-align: middle;
    background-image: url('../Sudoku/Images/wordBox02.png');
}

.tInputBox1
{
    width: 30px; 
    height: 30px;
    font-weight: bold;
    font-size: 22px;
    border: solid 0px;
    text-align: center;
    vertical-align: middle;
   
}

.tdCorner
{
    border: solid 2px Yellow;
}

.Footer
{
    text-align: center;
    width: 940px;
    height: 20px;
    text-align: center;
    color:  Gray;
    border: solid 1px  #ececec;
}