@font-face
{
font-family: "onestroke";
src: url("fonts/onestroke.eot");
}

@font-face
{
font-family: "onestroke";
src: url("fonts/onestroke.ttf");
}

body
{
background:#fff;
font-family:onestroke;
font-size:15px;margin:0px;padding:0px;text-align:left;direction:ltr;unicode-bidi:embed;}
h1, h2, h3, h4, h5{font-size:13px;color:#333;margin:0px;padding:0px;}
h1{font-size:14px;margin-bottom:20px;}
h4, h5{font-size:11px;}
a{cursor:pointer;color:#3b5998;-moz-outline-style:none;text-decoration:none;}
a:hover{text-decoration:none;color:#000000;}
select{border:1px solid #BDC7D8;border-radius:3px;font-family:onestroke;font-size:30px;padding:2px;}
td{color:#766FFF;}
td,
td.label{font-size:15px;text-align:left;}
a.tool:hover {background:#ffffff;}
a.tool span {display:none;}
a.tool:hover span{display:inline; position:absolute;background:#ffffff;}

a
{
text-decoration:none;
}

img
{
border:0px;
}

h2
{
font-size: 20px;
font-weight: bold;
margin: 0 0 0px 0;
}

#frontpage_div
{
position:absolute;
top;0px;
left:0px;
width:800px;
height:600px;
text-align:center;
display:none;
}

#game_div
{
position:absolute;
top:0px;
left:0px;
width:800px;
height:600px;
display:none;
overflow:hidden;
}

.popup_big
{
position:absolute;
top:100px;
left:232px;
width:250px;
height:125px;
background:rgba(0,0,255,0.7);
font-size:30px;
color:#fff;
border:1px solid #000;
border-radius:4px;
text-align:center;
padding:20px;
z-index:100;
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; }

#needle_div
{
position:absolute;
top:222px;
left:235px;
width:20px;
height:34px;
border:2px solid #fff;
border-radius:6px;
background:#ccc;
cursor:pointer;
}

#meter_div
{
position:absolute;
top:224px;
left:141px;
width:200px;
height:30px;
border:2px solid #fff;
border-radius:6px;
background-color: #0000ff;
background: -webkit-gradient(linear, left center, right center, from(#00f), to(#f00), color-stop(.5,#fff));
background: -moz-linear-gradient(left, #00f 0%, #fff 50%, #f00 100%);
background: -ms-linear-gradient(left, #00f 0%, #fff 50%, #f00 100%);
color:#fff;
}

#meter_value_div
{
position:absolute;
top:190px;
left:220px;
width:50px;
text-align:center;
}

#score_div
{
position:absolute;
top:-10px;
left:58px;
font-size:25px;
color:#fff;
}

#score_table td
{
font-family:Arial;
font-size:20px;
text-align:center;
margin-right:30px;
vertical-align:bottom;
width:145px;
border:1px solid #000;
border-radius:4px;
color:#000;
}

#score_table
{
border-collapse:separate;
border-spacing:15px;
}

.score_head
{
width:100px;
}

#race_bg
{
position:absolute;
top:0px;
left:0px;
width:800px;
height:600px;
}

#question_div
{
width:446px;
height:271px;
left:145px;
top:100px;
}

.walker
{
position:absolute;
top:220px;
left:10px;
width:69px;
height:134px;
}

.char_walk
{
position:absolute;
top:0px;
left:0px;
display:none;
}

.char_static
{
position:absolute;
top:0px;
left:0px;
}

#result_div
{
top:25px;
left:25px;
width:700px;
height:500px;
border:1px solid #000;
border-radius:4px;
background:#ddd;
font-size:30px;
display:none;
color:#000;
}