table,tr,td,div
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

b
{
    /*color: #FFFFFF;
    font-weight: bold;  */
}




#Content,#Footer
{
    width: 100%;
    margin: 0 0;
}
 /*
#PageTitle
{
    font-family: Segoe UI, Arial;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 33px;
}
  
a
{
    color: #FFAEAE;
    text-decoration: none;
}

a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
    */
#Content
{
    float: left;
}


#sudokuBoard
{
    width: 426px;
    margin-left: 100px;
    float: left;
    /*box-shadow: 10px 10px 15px rgb(64,64,64);   */
    /*-moz-box-shadow: 0px 0px 30px rgb(81,81,81);
    -webkit-box-shadow: 0 0 30px rgb(81,81,81);   */
}

#Column2
{
    height: 420px;
    width: 150px;
    margin-left: 70px;
    padding: 0 20px 0 20px;
    float: left;   
}

#Footer
{
    margin-top: 600px;
    color: #910502;
}

#FooterDetails
{
    float: left;
    font-size: 11px;
}

#Copyright
{
    float: right;
    font-size: 10px;
}

td.boardCellGroupA,td.boardCellGroupB
{
    background-color: rgb(220,20,60);
}

td.boardCellGroupA td.boardCell
{
    width: 44px;
    height: 44px;
    border: 0px solid #0000ff;
    background-color: rgb(195,195,195);       user-select: none;
}

td.boardCellGroupB td.boardCell
{
    width: 44px;
    height: 44px;
    border: 0px solid #00ff00;
    background-color: rgb(214,214,214);     user-select: none;
}

.staticValue
{
    font-family: Segoe UI, Arial;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    color: #6C0000;
}

.staticValue,.editValue
{
    width: 44px;
    height: 44px;
    padding: 0px;
    margin: 0px;
    outline: 4px none DA0603;
}

.editValue:hover
{
    background: #940302;
}

label
{
    position: relative;
    top: 0px;
    line-height: 24px;
    font-size: 14px;
    color: #000000;
}

select
{
    font-family: Arial;
    color: rgb(16,16,16);
    font-weight: normal;
    font-size: 14px;
    border: solid 1px #000000;
    margin: 0px 0 20px 0;
    width: 100%;
    background: #FDFDFD;
}

#timeFinished
{
    font-family: Segoe UI, Arial;
    font-size: 46px;
    font-weight: bold;
    line-height: 40px;
}

.finishedLabel,#timeFinished
{
    color: #FBF2A8;
}

.editValue input
{
    font-family: Segoe UI, Arial;
    font-size: 28px;
    color: #FFFFFF;
    width: 44px;
    height: 44px;
    padding: 0px;
    border: 0px;
    background: none !important;
    text-align: center;
    /*vertical-align: middle;     */
    position: relative;
    left: 0px;
    top: 0px;
}

input[type="submit"]
{
    font-family: Arial;
    font-size: 12px;
    /*color: #FFFFFF;
    text-transform: uppercase;       */
    border: 1px;                   
    width: 180px;
    min-height: 34px;
    /*background: url('images/submitBackground.png') repeat-x;   */
    margin: 0px;
    cursor: pointer;
}

input[type="submit"].gameControls
{
    font-family: Arial;
    font-size: 14px;
    color: #FFF;
    border: 0px;
    width: 100%;
    min-height: 28px;
    background: rgb(220,20,60);
    /*background: url('images/submitSmallBackground.png') repeat-x;   */
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    outline: none;
}

.gameControlSet
{
    height: 140px;
    /*position: relative;*/
    top: 0px;
}


#youWon
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url('images/shade.png') repeat;
}

#youWon div
{
    width: 400px;
    background: #940302;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    padding: 40px;
    margin: 100px auto 0px auto;
}

small
{
    font-size: 14px;
    color: #FFFD7B;
}

.noErrors
{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.errorsFound
{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.error
{
    outline: 2px solid rgb(255,191,0);
}