HTML, BODY {
	font-size : 8pt;
	font-family: verdana, sans-serif;
	text-align: center;
	background-image: url(gfx/body_bg.png);
	background-color: #ffffff;
	cursor: default;

}

#logo {
display: none;
}
H1#boardname {
display: none;
}
H2#boarddescr {
display: none;
}
#forumname {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
		padding: 0;
}


/*
table.maintable pre.code {
	width: 502px;
	padding: 5px 5px 20px 5px;
}
html>body table.maintable pre.code {
	padding: 5px;
}
table.maintable blockquote.quote pre.code {
	width: 430px;
}

TABLE.maintable TD.postcontent .post {
	overflow: auto;
	font-size : 14pt;
	cursor: auto;
}
*/



#topmenu {
display: none;
	clear: both;
	float: left;
	width: 723px;
	background-image: url(gfx/topmenu_bg.png);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	border: 1px solid #369;
	padding: 3px 0 3px 0;
	margin: 5px 0 0 0;
  visibility : hidden;
}
#topmenu ul {
display: none;
	list-style: none;
}
#topmenu ul li {
display: none;
	display: inline;
}
#topmenu ul li a:link, #topmenu ul li a:visited, #topmenu ul li a:hover {
display: none;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	border-right: 1px solid #369;
}
#topmenu ul li#logout a:link, #topmenu ul li#logout a:visited, #topmenu ul li#logout a:hover {
display: none;
	border-right: 0;
	border-left: 1px solid #369;
}
#topmenu ul li a:link, #topmenu ul li a:visited {
display: none;
	color: #369;
}
#topmenu ul li a:active, #topmenu ul li a:hover {
display: none;
	color: #7F0000;
	background-image: url(gfx/topmenu_bg_reverse.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#topmenu-shadow {
display: none;
	clear: both;
	height: 5px;
	background-image: url(gfx/topmenu_shadow.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	line-height: 100%;
	overflow: hidden;
	margin: 0 0 15px 0;
	width: 100%; /* Be nice to Safari */
}
p.locationbar {
display: none;
	clear: both;
	text-align: left;
	font-style: italic;
	color: #333;
	margin: -10px 0 10px 0;
	padding: 3px;
}
p.locationbar a {
display: none;
	font-style: normal;
}

/* Global styles */

TABLE.maintable, TABLE.confirmform {
	clear: both;
	border-collapse: collapse;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	margin: 0 0 20px 0;
	/*width: 560px;//////////////width580//*/
  
}
table.maintable th, table.confirmform th {
	color: #EBD6AD;
	font-weight: bold;
	background-color: #369;
	background-image: url(gfx/tableheadbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	padding: 4px 6px 4px 6px;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	white-space: nowrap;
}
table.maintable td, table.confirmform td, td.msg {
	background-color: #EFEFEF;
	padding: 6px !important;
	text-align: left;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	vertical-align: middle;
}
table.maintable td a:visited {
	color: #555;
}
td.fieldtitle {
display: none;
	background-color: #E8E8E8 !important;
	width: 25%;
	height: 1%;
	font-weight: bold;
}
td.formcontrols {
	background-color: #E8E8E8 !important;
	text-align: center !important;
	padding: 6px !important;
}
td.formcontrols input {
	font-weight: bold;
}
td.formcontrols a {
	color: #369 !important;
}
td.formcontrols .postformshortcut {
display: none;
	margin-top: 5px;
	color: #666;
	font-size: 7pt;
}
table.maintable th.icon {
	width: 25px;
}
table.maintable td.icon {
	background-color: #E8E8E8;
	width: 25px;
}
table.maintable th.count, table.maintable td.count {
	width: 1%;
	text-align: center;
	white-space: nowrap;
}
table.maintable td.count {
	background-color: #E8E8E8;
	font-weight: bold;
	color: #333;
}
table.maintable th.lastpostinfo, table.maintable td.lastpostinfo {
display: none;
	width: 200px;
}




/* Forumlist styles */



/* Topiclist styles */







/* Topic styles */

TABLE.maintable TR.tr1 TD {
	background-color : white;
}
table.maintable tr.tr2 td {
	background-color: #E8E8E8;
}
table.maintable td.postername {
display: none;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	width: 135px;
	height: 1%;
}
table.maintable td.postername .posternamecontainer {	
display: none;
	overflow: hidden;
	width: 135px;
}
table.maintable td.postinfo {
display: none;
	vertical-align: middle;
		text-align: right;/*chitoku*/
}
table.maintable td.postinfo .postdate {
	color: #444;
}
table.maintable td.postinfo .postlinks {
display: none;
	float: right;
	font-weight: bold;
	color: #999;
}
table.maintable td.posterinfo {
	vertical-align: top;
	text-align: center;
	width: 135px;
}
table.maintable td.posterinfo .avatar {
	margin-top: 10px;
}
table.maintable td.posterinfo .avatar img {
	margin-bottom: 10px;
}
table.maintable td.posterinfo .field {
	color: #444;
}
table.maintable td.postcontent {
	vertical-align: top;
}
TABLE.maintable TD.postcontent .post {
	overflow: auto;
	font-size : 13pt;/*///font13/////*/
	font-family: verdana, sans-serif;
	cursor: auto;
}
table.maintable td.postcontent .signature {
	color: #444;
	font-size: 8pt;
}
table.maintable td.postcontent .editinfo {
	margin: 5px 0 0 0;
	border-top: 1px solid silver;
	padding: 5px 0 0 0;
	color: #444;
	font-size: 8pt;
	font-style: italic;
}
TABLE.maintable TD.postcontent .poster-ip-addr {
	color: #666;
	font-size: 7pt;
	text-align: right;
	padding: 5px 0 0 0;
  visibility : hidden;
}
table.maintable td.postcontent .poster-ip-addr a {
	text-decoration: none;
}
table.maintable td.posterinfo, table.maintable td.postcontent {
	border-bottom: 4px solid #D8D8D8;
}

/* FAQ styles */



/* Active topics styles */



/* Stats styles */



/* */










/*
html { 
page-break-after: always; 
} */
