body { 
	background: #1F1F1F;
	color: #111;
	font: normal 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	}

a:link,
a:visited { color: #444; }

a:hover { text-decoration: underline; color: #7C7C7C; }

a.spoiler:link,
a.spoiler:visited { text-decoration: none; color: #111111; }

a.spoiler:hover { text-decoration: none; color: #111111; }

p, td	{ color: #111; line-height: 14px; }

hr	{ height: 0; border: 0; border-top-width: 1px; }

/* This is the border line & background colour round the entire page */

.bodyline { background: #F7F7F7; border: 10px #fff solid; }

/* This is the outline round the main forum tables */

.forumline { background: #F5F5F5; border: 0px #D1D7DC solid; }

/* Main table cell colours and backgrounds */

td.row1	{ background: #FDFDFD; }

td.row2	{ background: #fff; } 

td.row3	{ background: #fff; }

td.row_helped { background: #F0EDDE; }

/*

	This is for the table cell above the Topics, Post & Last posts on the index.php page

	By default this is the fading out gradiated silver background.

	However, you could replace this with a bitmap specific for each forum

*/

td.rowpic { background: #fff url(images/cellpic2.jpg) 0 0 repeat-y; }

/* Header cells - the blue and silver gradient backgrounds */

th {
	color: #fff; 
	font-size: 11px; 
	font-weight: bold;
	background:	#444 url(images/cellpic3.gif) 0 0 repeat; 
	}

td.catHead,
td.catSides,
td.catLeft,
td.catRight,
td.catBottom {
	background: #D1D7DC url(images/cellpic1.gif);
	border: 1px solid #fff;
	height: 25px;
	}

/*

	Setting additional nice inner borders for the main table cells.

	The names indicate which sides the border will be on.

	Don't worry if you don't understand this, just ignore it:-)

*/

td.cat,
td.catHead,
td.catBottom { 
	background: url(images/cellpic1.gif); 
	height: 28px;
	}

th.thHead,
th.thSides,
th.thLeft,
th.thRight,
th.thBottom {
	font-weight: bold;
	border: #fff; 
	height: 28px;
	}

th.thCornerL,
th.thTop,
th.thCornerR {
	color: #fff;
	font-weight: bold;
	background: #006699 url(images/cellpic3.gif);
	height: 24px;
	}

td.row3Right,
td.spaceRow { 
	background: #808080 url('images/bg_separator.gif') 0 0 repeat-x;
	border: 1px solid #fff;
	}

th.thHead,
td.catHead { 
	font-size: 12px; 
	border: 0; 
	}

th.thSides,td.catSides,td.spaceRow { border: 0; }

th.thRight,td.catRight,td.row3Right { border: 0; }

th.thLeft,td.catLeft	 { border: 0; }

th.thBottom,td.catBottom { border: 0; }

th.thTop	 { border: 0; }

th.thCornerL { border: 0; }

th.thCornerR { border: 0; }

/* The largest text used in the index page title and toptic title etc. */

.maintitle {
	font: bold 22px "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height: 120%;
	color: #000;
	}

/* General text */

.gen { font-size: 12px; }

.genmed { font-size: 11px; }

.gensmall { font-size: 10px; }

.gensmall img { vertical-align: middle; }

.gen,.genmed,.gensmall { color: #000; }

a.gen,a.genmed,a.gensmall { color: #444; text-decoration: none; }

a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #7C7C7C; }

/* The register, login, search etc links at the top of the page */

.mainmenu { font-size: 11px; color: #444 }

a.mainmenu { font-size: 11px; color: #525252; text-decoration:none; font-weight:bold; padding: 3px; }

a.mainmenu:hover { color:#fff; text-decoration:none; background:#646464; padding: 3px; }

/* Forum category titles */

.cattitle { font-weight: bold; font-size: 12px; letter-spacing: 1px; color: #444}

a.cattitle { text-decoration: none; color: #444; }

a.cattitle:hover { text-decoration: bold; }

/* Forum title: Text and link to the forums used in: index.php */

.forumlink { font-weight: bold; font-size: 12px; color: #444; }

a.forumlink { text-decoration: none; color: #444; }

a.forumlink:hover { text-decoration: bold; color: #7C7C7C; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */

.nav { font-weight: bold; font-size: 11px; color: #000; }

a.nav	{ text-decoration: none; color: #444; }

a.nav:hover { text-decoration: bold; }

/* titles for the topics: could specify viewed link colour too */

.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color: #000; }

a.topictitle:link { text-decoration: none; color: #444; }

a.topictitle:visited { text-decoration: none; color: #5F5F5F; }

a.topictitle:hover { text-decoration: bold; color: #7C7C7C; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */

.name { font-size: 11px; color: #000;}

/* Location, number of posts, post date etc */

.postdetails { font-size: 10px; color: #000; }

/* The content of the posts (body of text) */

.postbody { font-size: 12px; line-height: 18px}
.postsign { font: italic 11px Tahoma, Arial, Verdana; color: #777; }

a.postlink:link { text-decoration: none; color: #444 }

a.postlink:visited { text-decoration: none; color: #5F5F5F; }

a.postlink:hover { text-decoration: bold; color: #7C7C7C; }

/* Quote & Code blocks */

.code {
	font: normal 11 Courier, 'Courier New', sans-serif;
	color: #006600;
	background: #FAFAFA;
	border: #D1D7DC 1px solid;
	}



.quote {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #444; 
	line-height: 125%;
	background:	#FAFAFA; 
	border: #D1D7DC 1px solid;
	}

/* Copyright and bottom info */

.copyright { font: normal 10px Verdana, Arial, Helvetica, sans-serif; color: #444; letter-spacing: -1px; }

a.copyright { color: #444; text-decoration: none;}

a.copyright:hover { color: #7C7C7C; text-decoration: bold;}

/* Form elements */

form { margin: 0; }

form { display: inline; }

input,textarea, select {
	color: #000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	}

/* The text input fields background colour */

input.post, textarea.post, select { background: #fff; }

input.post2, textarea.post2, select { background: #fff; }

/* The buttons used for bbCode styling in message post */

input.button {
	background:	#EFEFEF;
	color: #000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	}

/* The main submit button option */

input.mainoption {
	background:	#FAFAFA;
	font-weight: bold;
	cursor: pointer;
	}

/* None-bold submit button */

input.liteoption {
	background:	#FAFAFA;
	font-weight: normal;
	cursor: pointer;
	}

/* This is the line in the posting page which shows the rollover

	help line. This is actually a text box, but if set to be the same

	colour as the background no one will know ;)

*/

.helpline { background: #DEE3E7; border-style: none; }


/* Highlight bad words for moderators instead of censoring them */

span.badwordhighlight { background: #FFFF00; }

.topbkg { background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x; }

.topnav { 
	font-size:10px; 
	background: #e5ebf3 url(images/cellpic_nav.gif) repeat-x;
	color:#dd6900; 
	height: 21px; 
	white-space: nowrap; 
	text-align: center; 
	border: 0px solid #91a0ae; 
	border-width: 1px 0 1px 0;
	}

.pm { font-size: 11px; text-decoration: none; color: #FF0000 }

.table0 {
	background: #EFEFEF;
	color: #000;
	font-size: 10px;
	}

.pagination {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
   padding-bottom: 4px;
	text-decoration: none;
	}

.pagination a, .pagination a:visited, .pagination a:active {
	background: #FFF;
	color: #000;
	border: #000 1px solid;
	padding: 1px;
	text-decoration: none;
	}

.pagination a:hover {
	background: #FFF;
	color: #444;
	border: #7C7C7C 1px solid;
	text-decoration: none;
	padding: 1px;
	}

.s_pagina { padding: 5px 0; }


#header h1 { margin: 0; padding: 0; }

#header h1 a,
#header h1 a:visited,
#header h1 a:hover {
	height: 150px;
	outline: none;
	text-decoration: none;
	text-indent: -99999px;
	width: 930px;
	}

#menu {
	background: url('images/menu.gif') 0 0 repeat-x;
	height: 26px;
	margin: 0;
	padding: 8px 0 0;
	}

#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu ul.user { float: right; }

#menu li { 
	float: left; 
	padding: 1px 5px;
	}

#forumbody {
	background: #f4f4f4;
	margin: 0 auto;
	padding: 10px 15px;
	width: 930px;
	}

#forumbody table {
	padding: 0;
	}

#forumbody td {
	padding: 5px;
	}

table.forummain,
table.forumsub {
	background: #cfcfcf;
	width: 100%;
	}

table.forumsub { margin-bottom: 10px; }

table.forummain th,
table.forumsub th {
	background: url('images/th_bg.gif') 0 0 repeat-x;
	font-size: 11px;
	padding: 8px 5px;
	text-align: left;
	}

table.forummain a,
table.forummain a:visited,
#online_main a,
#online_main a:visited {
	color: #7d5f4b;
	}

.forumdetails { text-align: left; }

#forumbody td.status_icon { padding-top: 8px; vertical-align: top; width: 45px; }

.last_post {
	white-space: nowrap;
	}

.ignore_check { width: 10px; }

table.forummain .nb_topics,
table.forummain .nb_posts,
table.forumsub .views,
table.forumsub .replies,
table.forumsub .author {
	text-align: center;
	width: 50px;
	}

table.forumsub .author { width: 100px; }

table.forummain .last_post { text-align: center; width: 200px; }
table.forumsub .last_post { text-align: center; width: 150px; }
table.forumsub .icon { width: 19px; }

table.forummain td.status_icon,
table.forumsub td.status_icon,
table.forummain td.forumdetails,
table.forummain td.nb_topics,
table.forummain td.nb_posts,
table.forummain td.last_post,
table.forumsub td.last_post,
table.forumsub td.views,
table.forumsub td.replies,
table.forumsub td.author,
table.forumsub td.topic_title,
table.forumsub td.ignore_check,
table.forumsub td.icon,
table.forumsub td.post_author,
table.forumsub td.post_msg,
table.forumsub td.post_date,
table.forumsub td.pw_title,
table.forumsub td.pw_date,
table.forumsub td.pw_check,
table.posting td {
	background: #f5f5f5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	}
	
table.forummain td.nb_topics,
table.forummain td.nb_posts,
table.forummain td.last_post,
table.forumsub td.last_post,
table.forumsub td.views,
table.forumsub td.replies,
table.forumsub td.post_author,
table.forumsub td.pw_date,
table.forumsub td.pw_check,
table.forumsub td.author {
	background: #efefef;
	}

table.forumsub .topic_title a.topictitle,
table.forumsub .topic_title a.topictitle:visited {
	color: #111;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

table.forumsub .post_author { width: 150px; }
table.forumsub .post_author,
table.forumsub .post_msg {
	vertical-align: top;
	}

table.forumsub td.post_date {
	background: url('images/post_date_bg.gif') 0 0 repeat-x;
	}

table.forummain td,
table.forumsub td {
	border-bottom: 1px solid #e6e6e6;
	}

td.birthdays a,
td.birthdays a:visited {
	text-decoration: none;
	}

table.forummain a.forumname,
table.forumsub a.forumname,
table.forummain a.forumname:visited,
table.forumsub a.forumname:visited {
	color: #111;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

.pw_check { width: 20px; }
table.forumsub .pw_date { 
	text-align: center; 
	width: 120px;
	}

td.forumdetails .desc { 
	color: #666;
	display: block;
	padding: 2px 0;
	}

td.forumdetails p {
	margin: 0;
	padding: 10px 5px 5px;
	}

td.forumdetails p a,
td.forumdetails p a:visited { 
	text-decoration: none;
	}

td.forumdetails p img { margin-right: 5px; vertical-align: middle; }

#top_panel { font-size: 10px; padding: 10px 0; }

#top_panel a,
#top_panel a:visited,
#online_main a,
#online_main a:visited {
	text-decoration: none;
	}

#top_panel .left { float: left; }

#top_panel .left p {
	margin: 0;
	padding: 0;
	}

#top_panel .right { float: right; }

#top_panel .right p {
	margin: 0;
	padding: 0;
	text-align: right;
	}

h2 {
	background: #fff url(images/th_bg.gif) 0 0 repeat-x;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 8px 5px;
	}

h2.post_head_title { 
	background: none;
	font: bold 22px Arial, Helvetica, Verdana, Tahoma, sans-serif;
	}

h2.post_head_title a,  
h2.post_head_title a:visited { 
	text-decoration: none;
	}

h2.post_head_title a:hover { 
	text-decoration: underline;
	}

h2.post_head_title span { color: #111; font-size: 11px; }

#online_main h2 a,
#online_main h2 a:visited { color: #888; }

#online_main h2 a:hover { color: #888; text-decoration: underline; }

#online_main {
	background: url('images/folder_global_announce.gif') 0 50% no-repeat;
	border: 1px solid #cfcfcf;
	}

#online_main p {
	background: #f5f5f5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	line-height: 15px;
	margin: 0 0 0 50px;
	padding: 5px 10px 5px 5px;
	}

#setting_main {
	height: 40px;
	margin: 10px 0;
	}

#setting_main p{
	line-height: 11px;
	margin: 0;
	}	
	
#setting_main form { margin: 0; float: left; }
#setting_main dl {
	float: right; 
	margin: 0;
	padding: 0;
	}

#setting_main dt,
#setting_main dd {
	display: inline;
	margin: 0;
	padding: 0;
	}

#setting_main dt { width: 46px; }
#setting_main dt img { vertical-align: middle; }

table.forummain a:hover,
#online_main a:hover {
	color: #3d2e25;
	}

.post_opt {
	display: block;
	text-align: right;
	}

.message {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0 15px;
	}

blockquote {
	background: #fafafa;
	border: 1px dashed #ccc;
	border-left: 3px solid #cfcfcf;
	margin: 10px 0 10px 10px;
	padding: 0 5px 0 10px;
	}

blockquote p { line-height: 18px; }

.edited {
	color: #888;
	display: block;
	padding: 5px 0;
	text-align: right;
	}

.sign,
.author_details {
	border-top: 1px solid #ddd;
	font-size: 10px;
	padding: 10px 0;
	}

.sign { maargin-bottom: 10px; }

#mailingbox .boxes {
	float: left;
	padding-top: 20px;
	width: 150px;
	}

#mailingbox .list {
	margin-left: 160px;
	}

#mailingbox ul {
	border: 1px solid #C2C6C8;
	border-top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	}

#mailingbox li a,
#mailingbox li strong {
	background: url('images/post_date_bg.gif') 0 0 repeat-x;
	border-top: 1px solid #C2C6C8;
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 130px;
	}

#mailingbox .opt { padding: 5px 0; }

.pw_title a,
.pw_title a:visited {
	color: #111;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

.pw_title a:hover { text-decoration: underline;	}

#forum_msg {
	background: #f5f5f5;
	border: 1px solid #cfcfcf;
	}

#forum_msg p {
	font-size: 12px;
	line-height: 1.5;
	padding: 10px; 
	}

#forum_msg p span {
	color: #888;
	font-size: 11px;
	}

/* =shoutbox on mainpage
----------------------------------------*/

#shoutbox {
	border: 1px solid #cfcfcf;
	margin: 15px auto;
	position: relative;
	margin-left: 56px;
	width: 600px;
	}

#shoutbox iframe {
	border: 0; 
	height: 200px; 
	margin: 0;
	padding: 0;
	width: 600px;
	}

#shoutbox p.shadow,
#shoutbox h2 span { display: none; }

#shoutbox p.rules {
	color: #fff;
	font-size: 10px;
	margin: 0;
	padding: 0;
	position: absolute; top: 10px; right: 5px;
	text-align: right;
	width: 140px;
	}

#shoutbox p.rules a,
#shoutbox p.rules a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}
#shoutbox p.rules a:hover { text-decoration: none; }

#shoutbox .write {
	background: #656565;
	border-top: 1px solid #f2f2f2;
	height: 25px;
	padding: 8px 8px 8px 75px;
	width: 517px;
	}

#shoutbox input.msg {
	background: #f5f5f5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #717171;
	border-bottom: 1px solid #717171;
	color: #333;
	display: block;
	font: normal 11px Verdana,Tahoma,Arial,Helvetica,sans-serif;
	height: 15px;
	float: left;
	margin-right: 3px;
	overflow: hidden;
	padding: 4px 5px;
	width: 334px;
	}

#shoutbox button {
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 25px;
	margin-right: 2px;
	text-indent: -99999px;
	}

#shoutbox button.send {
	background: url('images/shout_send.gif') 0 0 no-repeat;
	width: 81px;
	}

#shoutbox button.refresh {
	background: url('images/shout_refresh.gif') 0 0 no-repeat;
	width: 28px;
	}

/* =senpuu-society-bar
----------------------------------------*/

#senpuu-society-bar {
	background: #101010;
	border-bottom: 3px solid #1B1B1B;
	color: #fcfcfc;
	font: normal 11px Tahoma;
	width: 100%;
	height: 40px;
	}
/* url('http://senpuu.net/images/senpuusociety.jpg') 100% 50% no-repeat */
#senpuu-society-bar .wrap {
	background: #101010;
	margin: 0 auto;
	width: 960px;
	height: 100%;
	}

#senpuu-society-bar .logo {
	float:left;
	width: 186px;
	height: 26px;
	margin: 7px 0;
	margin-right: 10px;
	background: url('images/senpuusociety.png') no-repeat;
}
	
#senpuu-society-bar p {
	color: white;
	}
	

#senpuu-society-bar a,
#senpuu-society-bar a:visited {
	color: #ffa258;
	font-weight: normal;
	padding: 0 5px;
	text-decoration: none;
	}

#senpuu-society-bar a:hover,
#senpuu-society-bar a:focus,
#senpuu-society-bar a:active {
	text-decoration: none;
	}

#senpuu-society-bar p {
	line-height: 13px;
	margin: 0;
	padding: 7px 0;
	}

/* =clearing
----------------------------------------*/

#top_panel:after {
	content: ""; 
	clear: both; 
	display: block; 
	height: 0; 
	overflow: hidden;
	visibility: hidden;
	}
