html, body
{
	margin:0px;
	padding:0px;
	text-align:left;
	font:12px tahoma;
}

table
{
	border-collapse: collapse;
	font:12px tahoma;
}


/* --- Begin Search Box ---*/
#searchBox
{
	border:0px solid #C0C0C0;
	padding:2px;
	margin:10px 0px 10px 0px;
	width:100%;
	background-color:#71B544;
}

#SearchFrm
{
	margin:0px;
}

.searchTxtbox
{
	background-color:#FFFFFF;
	border:1px solid #C0C0C0;
	text-align:left;
}

.searchtBnt
{
	background-color:#FFFFFF;
	border:1px solid #C0C0C0;
}
/* --- End Search Box ---*/


#ContentLayout
{
	padding:5px;
	text-align:left;
	border:0px solid #C0C0C0;
	width:590px;
}



H1
{
	margin:0px;
	text-align:left;
	font-size:15px;
	/*border:1px solid #000000;*/
}

#postContentDesc
{
	text-align:left;
}

#postdate,#postbyname,#postbyip,#contentmgrCMD
{
	text-align:left;
	font-size:11px;
	/*border:1px solid #000000;*/
}

#contentmgrCMD a
{
	color:#FF0000;
}

#content
{
	text-align:left;
	/*border:1px solid #000000;*/
}


#commentform
{
	/*border:1px solid #000000;*/
}

table#commentformTB
{
	margin:10px;
	width:500px;
	border-collapse: collapse;
	border:2px solid #000000;
}

.TopCommentFrm
{
	background-color:#89B544;
	border:1px solid #FFFFFF;
	font-weight:bold;
	color:#FFFFFF;
	font-size:15px;
	padding:3px;
}

.LeftTDCommentFrm
{	
	width:100px;
	background-color:#89B544;
	border:1px solid #FFFFFF;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
}

.RightTDCommentFrm
{	
	padding-left:5px;
	background-color:#F0F0F0;
	border:1px solid #FFFFFF;
}

.BottomCommentFrm
{
	border:1px solid #FFFFFF;
	background-color:#FAFAFA;
	padding:5px;
}

.commentFrm
{
	margin:0px;
}

.commentTxtbox
{
	background-color:#FFFFFF;
	border:1px solid #C0C0C0;
	text-align:left;
	vertical-align:middle;
}

.commentBnt
{
	background-color:#FFFFFF;
	border:1px solid #C0C0C0;
}

.captchaIMG
{
	border:1px solid #B0B0B0;
	vertical-align:middle;
}

a#backlinkCC
{
	color:#000000;
}

.contentnotfound,.wrongcaptcha,.errorMessageShow,.PostCommentComplete
{
	font-size:15px;
	color:#AA0000;
	font-weight:bold;
}


.commentTB
{
	width:500px;
	border-collapse: collapse;
	border:2px solid #000000;
	margin-bottom:10px;
}

.LeftTDcommentTB
{	
	width:100px;
	background-color:#91BB55;
	border-right:1px solid #FFFFFF;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	text-align:left;
}

.RightTDcommentTB
{	
	padding-left:5px;
	background-color:#FBFBFB;
	border:1px solid #FFFFFF;
}

.PosterNameShw
{
	color:#AA0000;
	font-weight:bold;
}

.PosterIPShw
{
	font-size:10px;
	color:#A0A0A0;
}

.CommentMessShw
{
	margin:5px 0px 5px 0px;
}

.CommentDTShw
{
	color:#FF3300;
	font-size:10px;
}

#pagebarShw a
{
	color:#000000;
	font-size:10px;
}

#pagebarShw
{
	color:#000000;
	font-size:10px;
}

#navigateBarShw a
{
	color:#000000;
	font-size:11px;
}

#navigateBarShw
{
	color:#000000;
	font-size:11px;
}

#PageViewShw
{
	color:#000000;
	font-size:11px;
}

#devby
{
	margin-top:0px;
	text-align:left;
	color:#A0A0A0;
	font:10px tahoma;
}


/* --- Begin notice box --- */
/*--- Credit Kazamatsuri on irc.webmaster.com #ÊÍ¹·ÓâÎÁà¾¨ ---*/
#captNotmiddleLayer {
	visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:0px;
     text-align:center;
     z-index: 100;
     background-color: #DDDDFF;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#captNottopLayer {
	visibility: hidden;
	left: 0px;
	top: 0px;
	position: absolute;
	width:330px;
	height:170px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border:2px solid #111111;
	padding:0px;
	text-align:center;
	z-index: 200;
}

.IMGCAPTbox
{
	margin:20px 0px 15px 0px;
}

.noticetopic
{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color: #D50000;
	padding:2px;
	height:18px;
}

.NoticeTxtbox
{
	background-color: #FFFFFF;
	border:1px solid #B0B0B0;
	height:21px;
	width:89px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

#captchaNoticeIMG
{
	border:1px solid #B0B0B0;
	vertical-align:bottom;
}

.captCloseBox
{
	right:0px;
	top:0px;
	border:1px solid #FFFFFF;
	position: absolute;
	width:19px;
	font-size:16px;
	color:#FFFFFF;
}

.captCloseBox a
{
	color:#FFFFFF;
	text-decoration:none;
}

.delnoticeBnt
{
	border:1px solid #C0C0C0;
	background-color: #F0F0F0;
	width:80px;
	/*height:16px;*/
	/*padding:2px;*/
	font-weight:bold;
	margin-bottom:10px;
}

.delnoticeBnt a
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.NoticeDelTag,.NoticeDelTag a
{
	font-size:12px;
	color:#D00000;
	font-weight:none;
	/*text-decoration:none;*/
}
#SendNoticeFrm
{
	margin:0px;
}
#ErrShowTxt
{
	color:#0000AA;
	font-weight:bold;
	display:none;
}
/* --- End notice box --- */
.style8 {
font-size: 12px

}