
*{ margin:0; padding:0; }

body
{
	background-color: white;
	font-family: monospace;
}
ul
{
	margin-left: 15px;
}

hr { margin: 10px; }

/*Global link styling*/
a:link {
	color: #996633;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #cc9966;
	text-decoration: none;
	font-weight: bold;
}
a:hover { text-decoration: underline overline; }


body.gamepage {
	font-family: monospace; 
	font-size: 18px;
	text-align: center;
}

h1.title {
	font-size: 60px;
	padding: 20px;
}
h2.subtitle {
	font-size: 25px;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: normal;
}

a.linkimg {
	display: block;
	text-decoration: none;
}
td.gameimg {
	text-align: center;
}
td.gamename {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding: 5px;
}
table.gametable caption {
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
}
table.gametable th {
	font-size: 22px;
	padding: 10px;
	color: #888888;
}

p{
	text-align: left;
	padding: 10px;
}

span.banner
{
	display: block;
	height: 80px;
}

span.loginbox
{
	font-family: "Lucida Console";
	font-size: 10px;
	border: solid 1px #6699cc;
	background-color: #ddeeff;
	position: absolute;
	width: 200px;
	height: 75px;
	left: 500px;
	top: 4px;
	padding: 2px 1px 2px 8px;
	float: right;
}
input.logintext
{
	color: #336699;
	background-color: #f0f8ff;
	border: solid 1px #6699cc;
	height: 16px;
	font-size: 10px;
	font-family: "Lucida Console";
}
input.loginbtn
{
	font-size: 10px;
	font-family: "Lucida Console";
}


span.linkbar
{
	display: block;
	border: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

a.linkA
{
	text-decoration: none;
	display: inline;
	float: left;
}

span.link0
{
	font-weight: bold;
	display: block;
	border: dotted 1px #000000;
	cursor: default;
	color: black;
	font-family: "Lucida Console" monospace;
	font-size: 15px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 140px;
}

span.link0:hover
{
	background-color: #6699cc;
	/*background-image: url(img/buttonsel.gif);*/
}


iframe.main
{
	position: relative;
	top: 5px;
	/*left: 150px;
	float:right;*/
	height: 80%;
	width: 78%;
	border: dashed 1px black;
	padding: 3px 3px 3px 3px;
}
div.maincontent
{
	position: relative;
	top: 5px;
	/*left: 150px;*/
	//float:right;
	border: dashed 1px black;
	padding: 3px 3px 3px 3px;
}

span.update
{
	display: block;
	border-bottom: solid 2px black;
	margin-bottom: 35px;
}

span.u_date
{
	display: block;
	font-weight: bolder;
	color: #6699cc;
}

span.u_title
{
	display: block;
	font: bold 1.25em Arial;
	text-decoration: underline;
	margin-left: 10px;
	color: #336699;
}

span.u_text
{
	display: block;
	border-left: dotted 1px black;
	border-right: dotted 1px black;
	font-family: Lucida Console;
	font-size: 15px;
	padding: 15px;
}
span.discuss
{
	display: block;
	border-right: dotted 1px black;
	font-size: 13px;
	padding: 5px;
}

input.text
{
	background-color: #eebb88;
	color: #476B8E;
	font-family: "Lucida Console";
	font-weight: bold;
}

div.userdata 
{
	border: solid 1px black;
	padding: 5px;
}

input.nu_box
{
	position: absolute;
	left: 50%;
}

div.nu_area  
{
	border: ridge 3px #5588bb;
	padding: 8px 8px 8px 8px;
}

div.nu_desc
{
	font-size: 12px;
}

span.fboard
{
	border: dotted 1px black;
	display: block;
	border: dotted 1px black;
	padding: 10px 10px 10px 10px;
}

span.fboardtitle
{
	display: block;
	font-family: Arial;
	font-size: 1.2em;
}

span.fboarddesc
{
	display: block;
	text-decoration: none;
	color: black;
	padding: 5px 5px 5px 25px;
}
a.fbt
{
	text-decoration: none;
}

a.fbt:hover
{
	text-decoration: none;
}
span.fboard:hover
{
	text-decoration: none;
	border-style: solid;
}


span.ftopictable
{
	width: 100%;
	display: block;
	position: relative;
}
span.ftopic
{
	width: 99%;
	display: block;
	margin-bottom: 1px;
	border: solid 2px #5588bb;
	position: relative;
}

span.ftopictitle
{
	display: block;
	margin-right: 35%;
	cursor: default;
	padding: 5px 5px 5px 5px;
}

a.ftlink
{
	font-weight: normal;
	text-decoration: none;
	color: Black;
}
a.ftlink:visited {
	font-weight: normal;
	text-decoration: none;
	color: black;
}
a.ftlink:hover{	text-decoration: none; }
span.ftopictitle:hover{	background-color: #99ccff; }

span.ftopicuser
{
	display: block;
	position: absolute;
	left: 79%;
	width: 21%;
	height: 100%;
	padding-top: .5em;
	font-size: .75em;
	text-align: center;
	border-left: dashed 1px #5588bb;
	/*border-bottom: solid 2px #5588bb;
	border-right: solid 2px #5588bb;
	float: left;*/
}

span.ftopicdate
{
	/*display: block;
	width: 18%;
	float: left;*/
	position: absolute;
	left: 65%;
	width: 14%;
	height: 100%;
	padding-top: .4em;
	font-size: .85em;
	text-align: center;
	border-left: dashed 1px #5588bb;
}


table.fmessagetable
{
	width: 100%;
}

td.fmessagespace
{
	height: 15px;
}
td.fmuserinfo
{
	border: solid 2px #5588bb;
	border-right: none;
	text-align: center;
	width: 20%;
}
td.fmessagetext
{
	border: dashed 1px #5588bb;
	border-right: none;
	padding: 10px 10px 10px 10px;
	width: 80%;
}
img.avatar
{
	margin-top: 10px;
	margin-bottom: 10px;
}

span.fmessageuser
{
	display: block;
	margin-bottom: 5px;
}
span.fmessagedate
{	
	display: block;		font-size: 75%;
	margin-bottom: 5px;
}

.newtopic, .showboard
{
	display: block;
	margin: 10px 30px 10px 10px;
}

a.ftlink
{
	text-decoration: none
	color: black;
}

.nt_box
{
	width: 80%;
	font-family: "Lucida Console";
	background-color: #f8f8ff;
	border: solid 1px #6699cc;
	color: #002040;
}
textarea.nt_box
{
	height: 65%;	
}

span.lengthcheck
{
	font-size: .75em;
	color: #C07060;
}

err
{
	border: groove 3px #AA2010;
	background-color: #F26639;
	font-weight: bold;
	font-size: 1.25em;
	display: block;
	padding: 10px 10px 10px 80px;
	margin: 10px 10px 10px 10px;
	background-image: url(img/error.gif);
	background-repeat: no-repeat;
}