@font-face
{
font-family: "korinna";
src: url("fonts/korinnabold.ttf");
}

body
{
background:#fff;
font-family:korinna;
font-size:15px;margin:0px;padding:0px;text-align:left;direction:ltr;unicode-bidi:embed;
overflow:hidden;
}

a
{
text-decoration:none;
}

img
{
border:0px;
}

h2
{
font-size: 20px;
font-weight: bold;
margin: 0 0 0px 0;
}

#main_div
{
position:absolute;
top:0px;
left:0px;
}

#frontpage_div
{
position:absolute;
top:0px;
left:0px;
width:635px;
height:500px;
background:#fff;
text-align:center;
font-size:26px;
z-index:1;
display:none;
}

#game_div
{
position:absolute;
top:0px;
left:0px;
width:635px;
height:500px;
background:#fff;
display:none;
font-family:Impact, Charcoal, sans-serif;
}

#board_div
{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
}

.board_square
{
background:#00f;
border:1px solid #000;
border-radius:6px;
width:200px;
height:71px;
text-align:center;
color:yellow;
font-size:55px;
text-shadow:2px 2px #000;
cursor:pointer;
}

.board_header
{
font-size:25px;
color:#fff;
}

#bet_value
{
font-family:Impact, Charcoal, sans-serif;
text-align:center;
width:100px;
border:1px solid #000;
outline:none;
font-size:30px;
}

#question_div
{
position:absolute;
top:0px;
left:0px;
width:636px;
height:100%;
background:#00f;
color:#fff;
text-shadow:4px 4px #000;
font-size:40px;
text-align:center;
text-transform:uppercase;
font-family:korinna;
display:none;
}

.button, .button:visited
{
background: #222 url(images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}

.button:hover { background-color: #111; color: #fff; }
.button:active { top: 1px; }
.small.button, .small.button:visited { font-size: 11px; padding: ; }
.button, .button:visited,
.medium.button, .medium.button:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.button, .large.button:visited { font-size: 20px; padding: 8px 14px 9px; }

.grey.button, .grey.button:visited { background-color: #e2e2e2; }
.grey.button:hover { background-color: #e2e2e2; }
.green.button, .green.button:visited { background-color: #91bd09; }
.green.button:hover { background-color: #749a02; }
.blue.button, .blue.button:visited { background-color: #2daebf; }
.blue.button:hover { background-color: #007d9a; }
.red.button, .red.button:visited { background-color: #e33100; }
.red.button:hover { background-color: #872300; }
.magenta.button, .magenta.button:visited { background-color: #a9014b; }
.magenta.button:hover { background-color: #630030; }
.orange.button, .orange.button:visited { background-color: #ff5c00; }
.orange.button:hover { background-color: #d45500; }
.yellow.button, .yellow.button:visited { background-color: #ffb515; }
.yellow.button:hover { background-color: #fc9200; }

.flash
{
animation: flasher 1s linear infinite;
}

@keyframes flasher
{ 
50% { opacity: 0; }
}

#score_div
{
position:absolute;
top:461px;
left:0px;
width:100%;
font-size:30px;
}

#popup_close
{
position:absolute;
top:3px;
right:5px;
font-weight:bold;
font-size:14px;
cursor:pointer;
}

#result_popup
{
display: none;
width: 420px;
margin-left: -210px;
height: auto;
position: absolute;
top: 100px;
background: #fff;
border-radius: 4px;
border: 1px solid #000;
left: 50%;
text-align: center;
font-size: 36px;
padding: 30px 0px 30px 0px;
z-index:101;
}

.popup_big
{
position:absolute;
top:100px;
left:232px;
width:250px;
height:125px;
background:rgba(0,0,255,0.5);
font-size:17px;
color:#fff;
border:1px solid #000;
border-radius:4px;
text-align:center;
padding:20px;
z-index:100;
display:none;
}