@font-face
{
font-family: "onestroke";
src: url("fonts/onestroke.ttf");
}

@font-face
{
font-family: "onestroke";
src: url("fonts/onestroke.eot");
}

body
{
position:absolute;
width:800px;
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;font-family:onestroke;font-size:11px;padding:2px;}
td{color:#766FFF;}
td,
td.label{font-size:11px;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
{
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; }

#game_over_div
{
position:absolute;
top:31px;
left:14px;
width:592px;
height:470px;
border:2px solid #000;
border-radius:10px;
background:#fff;
color:#000;
font-size:32px;
padding:15px;
text-align:center;
display:none;
}

#flag_div
{
position:absolute;
top:0px;
left:0px;
width:150px;
height:100px;
cursor:pointer;
z-index:5;
text-align:center;
color:#f00;
font-size:40px;
display:none;
-webkit-transition: -webkit-transform 1s ease-in-out;
-webkit-animation-name: pulse;-webkit-animation-duration: 1.0s;-webkit-animation-iteration-count: infinite;
-moz-transition: -moz-transform 1s ease-in-out;
-moz-animation-name: pulse;-moz-animation-duration: 1.0s;-moz-animation-iteration-count: infinite;
transition: transform 1s ease-in-out;
animation-name: pulse;animation-duration: 1.0s;animation-iteration-count: infinite;
}

@-webkit-keyframes pulse
{
from
 	{
	-webkit-transform: scale(0.5) rotate(50deg);
	}
	50%
	{
	-webkit-transform: scale(1.0) rotate(0deg);
	}
	 to
	{
	-webkit-transform: scale(0.5) rotate(50deg);
	}
}

@-moz-keyframes pulse
{
from
 	{
	-moz-transform: scale(0.5) rotate(50deg);
	}
	50%
	{
	-moz-transform: scale(1.0) rotate(0deg);
	}
	 to
	{
	-moz-transform: scale(0.5) rotate(50deg);
	}
}

@keyframes pulse
{
from
 	{
	transform: scale(0.5) rotate(50deg);
	}
	50%
	{
	transform: scale(1.0) rotate(0deg);
	}
	 to
	{
	transform: scale(0.5) rotate(50deg);
	}
}