/*
 * reset
 */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    text-align: left;
    background: transparent;
}

body {
    line-height: 0;
	background-image: url(../pics/bg.gif);
    vertical-align: top;
    text-align: center;
}

td {
    vertical-align: middle;
    text-align: center;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
	text-decoration: none;
	color:#000000;
}

a:hover {
	color:#FFF99F;
}

h1 {
	font-size:32px;
	line-height:32px;
}

/*
 * globals
 */

.action {
	color: #ffffff;
	cursor: pointer;
	font-family: 'Slackey', cursive;
	font-size:16px;
}

.action:hover {
	color: #FFF99F;
}

#msg_box {
	position:absolute;
	width:250px;
	height:40px;
	border:1px dashed #000000;
	color: #000000;
	background-color: #ffffff;
	font-family: 'Slackey', cursive;
	font-size:16px;
	line-height:16px;
	visibility: hidden;
	padding:5px;
	z-index: 20000;
	opacity: 1.0;
	filter:Alpha(opacity=100);
}

#msg_box table {
	width: 100%;
	height: 100%;
}

#msg_box td {
	text-align: center;
	vertical-align: middle;
	font-family: 'Slackey', cursive;
	font-size:16px;
	line-height:16px;
}

#veil {
	position: absolute;
	width: 100%;
	height: 0px;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-color: #000000;
	opacity: 0.75;
	filter:Alpha(opacity=75);
	visibility: hidden;
}

#interact_box {
	position: absolute;
	width: 480px;
	height: 270px;
	left: 50%;
	top: 50%;
	margin-left: -240px;
	margin-top: -135px;
	background-color: #ffffff;
	border: 1px dashed #000000;
	z-index: 20000;
	overflow-x: hidden;
	overflow-y: auto;
	/*overflow: auto;*/
	visibility: hidden;
	font-family: 'Slackey', cursive;
	font-size:16px;
	line-height:16px;
}

.interact_box_button {
	position: absolute;
	width: 120px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top: 155px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	visibility: hidden;
	z-index: 20000;
	cursor: pointer;
}

.interact_box_button table {
	width: 100%;
	height: 100%;
}

.interact_box_button td {
	text-align: center;
	vertical-align: middle;
	font-family: 'Slackey', cursive;
	font-size:16px;
	line-height:16px;
	color: #4f4f4f;
}

#interactBoxButton_0 {
	margin-left: -200px;
}

#interactBoxButton_1 {
	margin-left:-60px;
}

#interactBoxButton_2 {
	margin-left:80px;
}

#savegames_table {
	width: 100%;
	height:;
}

.savegames_row {
	cursor: pointer;
	padding: 5px;
	height: 48px;
}

.savegames_row td {
	text-align: left;
	font-family: 'Slackey', cursive;
	font-size:16px;
	text-align: left;
	vertical-align: top;
	color: #4f4f4f;
	padding: 5px;
}

.savegames_spacer_row {
	height: 2px;
	background-color: #4f4f4f;
}
.savegames_spacer_row td {
	padding:0px;
}
/*
 * site header
 */

#site_header {
	width: 100%;
	height: 32px;
	position: absolute:
	top: 0px;
	left: 0px;
}

#site_header table {
	background-color: #202020;
	border-bottom: 1px solid #000000;
	width: 100%;
	height: 32px;
	color: #efefef;
	font-family: 'Slackey', cursive;
	font-size: 16px;
	line-height: 16px;
}

#site_header input {
	width: 95%;
	height: 24px;
	border: 1px solid #efefef;
	padding-left:2px;
	padding-right:2px;
	font-family: 'Slackey', cursive;
	font-size: 100%;
	vertical-align: middle;
}

#site_header_language table {
	width:100%;
	height: 100%;
	border:0px;
}

#languages {
	position: absolute;
	width:150px;
	height:64px;
	line-height:1;
	visibility: hidden;
}

#languages table {
	width: 100%;
	height: 100%;
	background-color: #202020;
}

#languages td {
	font-family: 'Slackey', cursive;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
}

/*
 * misc
 */

.text {
	font-family: 'Slackey', cursive;
}

.transparent {
	opacity: 0.0;
}

#debug {
	width:250px;
	height:450px;
	top:100px;
	left:1500px;
	border:1px solid #121212;
	position:absolute;
	z-index:1000;
	background-color:#afafaf;
}