﻿body 
{
    background-color: #FFFFFF;
    border: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div#game
{
    width: 432px;
    padding: 0 10px 0 10px;
    height: 568px;
    border: 1px dashed #A2A2A2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
div#playfield
{
    float: left;
    width: 220px;
    height: 396px;
    border: 2px solid #0B4A70;
    z-index: 50;
    position: relative;    
}
div#playfield .blockframe
{
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div#playfield span.blockframe img.fieldblocks
{
    float: left;
    width: 22px;
    height: 22px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div#start
{
    float: left;
    clear: left;
    width: 220px;
    height: 50px;
    border: none;
    text-align: center;
}
h3
{
    font: Bold 22pt Tahoma, Arial, "Century Gothic";
    color: #FFFFFF;
    margin: 15px 0 15px 0px;
    padding-left: 72px;
    text-align: left;
    background-color: #0B4A70;
    
}
h3.bottom
{
    text-align: right; 
    font-size: 10pt; 
    clear: both; 
    padding: 8px 5px 8px 0;
}
span.scoreboard
{
    font: 16pt Tahoma, Arial, "Century Gothic";
    color: #000000;
    width: 65px;
    padding-left: 5px;
    height: 25px;
    float: left;
    clear: left;
    margin-top: -2px;
    
}
div#next
{
    width: 132px;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #D1D1D1;
}
span#next img.fieldblocks
{
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
span.scoretext
{
    width: 100px;
    height: 25px;
    float: left;
    clear: none;
}
span.scoretext input, span#NameEntry input
{
    background-color: Transparent;
    border: 1px solid #485EBA;
    text-align: right;
    padding-right: 3px;
    font-family: Tahoma, Arial, "Century Gothic";
    font-size: 10pt;
}
span#NameEntry input
{
    text-align: left;
    padding-left: 3px;
}
button#startbutton
{
    border: 1px solid gray; 
    margin-top: 14px; 
    background-color: #FFFFFF; 
    color: #000000;
    font: 10pt Tahoma, Arial, "Century Gothic";
}
span#GameOverText
{
    display: none;
    position: absolute;
    left: 8px;
    top: 75px;
    z-index: 100;
}
span#GameOverText
{
    color: #FFFFFF;
    border: 3px solid #000000;
    background-color: #0B4A70;
    font: bold 26pt Tahoma, Arial, "Century Gothic";
    width: 194px;
    text-align: center;
    float: left;
}
span#NameEntry
{
    float: left;
    width: 188px;
    border-left: 3px solid black;
    border-right: 3px solid black;    
    border-bottom: 3px solid black;
    background-color: #FFFFFF;
    padding: 8px 0 8px 6px;
}
span#NameEntry input#submitbutton
{
    border: none;
    background-color: #485EBA; 
    color: #FFFFFF;
    font: 10pt Tahoma, Arial, "Century Gothic";
    width: 45px;
    text-align: center;
}
div#score
{
    width: 178px;
    height: 328px;
    padding-top: 5px;
    float: left;
    clear: none;
    border: 1px solid #0B4A70;
    margin-left: 8px;
}
div#score img
{
    float: left;
}
a:link, a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover, a:active
{
    text-decoration: underline;
}

