body
{
	background: #000000;
	color: #FFFFFF;
	font-family: Courier, monospace;
}

/* header stuff {{{ */
div#title
{
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 25px;
}

div#subtitle
{
	position: absolute;
	top: 35px;
	left: 40px;
}

div#users
{
	position: absolute;
	top: 53px;
	left: 70px;
   font-size: 9px;
}

div#status
{
	position: absolute;
	top: 20px;
	left: 410px;
	width: 300px;
	height: 20px;
}

div#status_brackets
{
	position: absolute;
	top: 20px;
	left: 350px;
}

div#status_animation
{
	position: absolute;
	top: 20px;
	left: 369px;
}

div#navigation
{
	position: absolute;
	top: 70px;
	left: 60px;
	font-size: 0.8em;
}

hr
{
	width: 95%;
	border: 1px dashed #336699;
}

hr#top
{
	position: absolute;
	top: 85px;
	left: 20px;
}
/* }}}*/

/* boxes {{{ */
div.box
{
	position: absolute;
	border: 1px solid #336699;
	background: #222222;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	display: none;
	z-index: 10;
}

div.box div.padding
{
	padding: 5px;
	font-size: 12px;
}

div.box div.bar
{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	padding: 5px;
	background: #333333;
	border-bottom: 1px dashed #336699;
	margin-bottom: 3px;
}
/* }}} */

/* editbox {{{ */
div#editbox
{
	width: 270px;
	height: 110px;
	text-align: center;
}

div#charmap
{
	display: none;
}
/* }}} */

/* whathow {{{ */
div#whathow
{
	width: 500px;
	text-align: justify;
}
/* }}} */

/* recent {{{ */
div#recent div.padding
{
   font-size: 10px;
}
div#recent table
{
   width: 350px;
}

div#recent table td
{
   text-align: center;
}
/* }}} */

/* charsuggest {{{ */
div#charsuggest
{
	width: 400px;
	text-align: justify;
	z-index: 20;
}
/* }}} */

/* Links {{{ */
a:link, a:visited
{
	color: #5E8BFF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
/* }}} */

/* board {{{ */

table#board
{
	position: absolute;
	top: 100px;
	left: 15px;
	color: #FFFFFF;
	border: 1px dashed #336699;
	padding: 5px;
}

/* Characters */
td.c
{
	border: 1px solid #000000;
	font-family: Courier, monospace;
	text-align: center;
	cursor: pointer;
}
/* }}} */

/* Input */

input, textarea
{
	border: 1px solid #CCCCCC;
	background: #999999;
	font-family: monospace;
}

input#newchar
{
	padding: 5px;
	margin: 2px;
	font-size: 20px;
	text-align: center;
}

div#contact
{
	width: 550px;
}

div#face
{
	font-family: Courier, monospace;
	font-size: 7px;
	float: left;
}

span#sendingcomment, span#sentcomment, span#sendingerror, span#retrysend
{
	display: none;
}

table#previous_images tr td
{
   text-align: center;
}

img.previous
{
   border: 1px dashed #336699;
}

