/* Futaba */
body {
	margin: 0;	
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
}

blockquote blockquote {
	margin-left: 0;
}

li {
	margin-left: 16px;
}

form, .reply blockquote, blockquote:last-child {
	margin-bottom: 0;
}

form .trap, .tab_content {
	display: none;
}

.nostyle {
	display: none;
}

/* BOARD AND PAGE NAVIGATION */
.adminbar {
	clear: both;
	float: right;
	text-align: right;
}

/* HEADER AREA */
.logo img {
	padding: 0px;
}

.bheader {
	text-align: center;
}

.replyform {
	background: url(bg_replyform.png) transparent repeat;
}

/* POST AREA */
.postarea {
	text-align: center;
}

.postarea table {
	clear:both;
	margin: 0 auto;
	text-align: left;
}

.postarea.rules ul {
	padding-left: 8px;
}

.font_small {
	font-size: 10px;
}

/* POST CLASSES */
.reply .filesize, .highlight .filesize {
	margin-left: 20px;
}

.fooltrip {
	background: none;
	color: #789922;
	font-style: italic;
}

.usertrip {
	background: none;
	color: #997822;
	font-style: italic;
}

.admintrip {
	background: none;
	color: #991199;
	font-style: italic;
}

.modtrip {
	background: none;
	color: #CC1105;
	font-style: italic;
}

.specialtrip {
	background: none;
	font-style: italic;
}

.reflink a {
	color: inherit;
	text-decoration: none;
}

.replylink {
	float: right;
}

/* MISC MESSAGES */
.redirtext {
	font-weight: bold;
	font-size: 32px;
}

.warning {
	color: #CC1105;
}

.errortext {
	color: #CC1105;
	font-weight: bold;
	font-size: 32px;
}

.banned {
	color: #CC1105;
	font-weight: bold;
/*	font-size: 16px; */
}

/* FIRST POST */
span + .highlight { /* First Post highlight hack */
	padding: 8px;
	margin: 4px 2px 8px 2px;
}

.userdelete {
	float: right;
	white-space: nowrap;
	text-align: center;
}

.passvalid td {
	width: 50%;
}

/* IMG CLASSES */
img {
	border-width: 0;
	border-style: none;
}

div.logo img { 
	margin: 5px 0px 5px 0px; 
}

.img_inline {
	vertical-align: bottom;
}

.firstimg, .thumb {
	border: none;
	float: left;
	margin: 2px 20px;
}

.nothumb {
	float: left;
	border: 2px dashed #AAAAAA;
	margin: 2px 20px;
	text-align: center;
	vertical-align: middle;
}

/*
.firstimg, .nothumb {
	background: url(bg_thumb.png) transparent repeat;
}

.reply .nothumb {
	background: url(bg_thumb.png) transparent repeat;
}
*/

.flipbutton {
	text-align:left;
}

.txtarea {
	font-family:Helvetica,Arial,sans-serif;
}