body {
	background-color: #F2F2F2;
	scrollbar-face-color: #ECECEC;
	scrollbar-highlight-color: #BFBDBD;
	scrollbar-shadow-color: #ECECEC;
	scrollbar-3dlight-color: #ECECEC;
	scrollbar-arrow-color:  #2D9016;
	scrollbar-track-color: #F4F4F4;
	scrollbar-darkshadow-color: #98AAB1;
	margin: 0px 0px 0px 0px; padding: 0px;text-align:center;
}

.logo h2{position: absolute; margin-top: 40px; margin-left: 60px; font-size: 22px; color: #FFFFFF;}

>logo h2{position: fixed; margin-top: 40px; padding-right: 400px; font-size: 22px; color: #FFFFFF;}


/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #2D9016; text-decoration: none;}
a:hover		{ text-decoration: underline; color : #FF6600; }
hr	{ height: 0px; border: solid #ECECEC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #BFBDBD; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #BFBDBD; border:0px #BFBDBD solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #F4F4F4;	border-top: #FFFFFF 1px solid;
		border-left: #FFFFFF 1px solid; }
td.row2	{ background-color: #ECECEC;	border-top: #FFFFFF 1px solid;
		border-left: #FFFFFF 1px solid; }
td.row3	{ background-color: #ECECEC;	border-top: #FFFFFF 1px solid;
		border-left: #FFFFFF 1px solid; }

/*
  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-color: #BFBDBD;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #333333; font-size: 11px; font-weight : bold;
	background-color: #F2F2F2;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#ECECEC; border: #FFFFFF; border-style: solid; height:20px;
}

/*
  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 {

	border-width: 0px 0px 0px 0px;height:20px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #BFBDBD; border-style: solid;height:20px;
}
td.row3Right,td.spaceRow {
	background-color: #ECECEC; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; border-top: #FFFFFF 1px solid;
		border-left: #FFFFFF 1px solid;}
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; border-top: #FFFFFF 1px solid;border-left: #FFFFFF 1px solid;}
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; border-top: #FFFFFF 1px solid;border-left: #FFFFFF 1px solid;}
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; border-top: #FFFFFF 1px solid;border-left: #FFFFFF 1px solid;}
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; border-top: #FFFFFF 1px solid;border-left: #FFFFFF 1px solid;}
th.thTop	 { border-width: 0px 0px 0px 0px; border-top: #FFFFFF 1px solid;border-left: #FFFFFF 1px solid;}
th.thCornerL { border-width: 0px 0px 0px 0px; border-top: #FFFFFF 1px solid;border-left: #FFFFFF 1px solid;}
th.thCornerR { border-width: 0px 0px 0px 0px; border-top: #FFFFFF 1px solid;border-left: #FFFFFF 1px solid;}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #333333;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #333333; }
a.gen,a.genmed,a.gensmall { color: #2D9016; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF6600; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #333333 }
a.mainmenu		{ text-decoration: none; color : #2D9016;  }
a.mainmenu:hover{ text-decoration: underline; color : #FF6600; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #2D9016}
a.cattitle		{ text-decoration: none; color : #2D9016; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #2D9016; }
a.forumlink 	{ text-decoration: none; color : #2D9016; }
a.forumlink:hover{ text-decoration: underline; color : #FF6600; }

/* 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 : #333333;}
a.nav			{ text-decoration: none; color : #2D9016; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #333333; }
a.topictitle:link   { text-decoration: none; color : #2D9016; }
a.topictitle:visited { text-decoration: none; color : #2D9016; }
a.topictitle:hover	{ text-decoration: underline; color : #FF6600; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #333333;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #333333; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #2D9016 }
a.postlink:visited { text-decoration: none; color : #2D9016; }
a.postlink:hover { text-decoration: underline; color : #FF6600}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #ECECEC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #ECECEC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #333333; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #333333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 2px inset#333333;
}

/* The text input fields background colour */
input.post, textarea.post, select {

}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F4F4F4;
	color : #333333;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}
.button1{font-size : 10px;}
form {display:inline;}
/* 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-color: #ECECEC; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
-->
/** Header & Navigation **/
.headbg { background: url(c_04.jpg);height:108px; }
.preheadpic {margin-left: -5px;}
.headpic { background: url(c_02.jpg);height:108px;width:558px; margin:0 auto;}

.navibg{ background: url(c_06.jpg);height:33px; }
.center_navi { margin:0 auto;  }

.nav_middle_pic { background: url(c_11.jpg);height:33px;width:82px; margin:0 auto;  }

.c_user_cp{ background:url(c_07.jpg);float:left;display:block; width:86px; height:33px; }
.c_user_cp a:hover { background:url(ch_07.jpg); }
.c_register{ background:url(c_register.jpg);float:left;display:block; width:86px; height:33px; }
.c_register a:hover{ background:url(ch_register.jpg); }
.c_faq{ background:url(c_08.jpg);float:left;display:block; width:87px; height:33px; }
.c_faq a:hover { background:url(ch_08.jpg); }
.c_member{ background:url(c_09.jpg);float:left;display:block; width:87px; height:33px; }
.c_member a:hover { background:url(ch_09.jpg); }
.c_calendar{ background:url(c_10.jpg);float:left;display:block; width:82px; height:33px; }
.c_calendar a:hover { background:url(ch_10.jpg); }

.c_log_out{ background:url(abm.jpg);float:right;display:block; width:87px; height:33px; }
.c_log_out a:hover { background:url(abmh.jpg); }
.c_log_in{ background:url(log_in.jpg);float:right;display:block; width:87px; height:33px; }
.c_log_in a:hover { background:url(log_inh.jpg); }
.c_menu{ background:url(c_13.jpg);float:right;display:block; width:87px; height:33px; }
.c_menu a:hover { background:url(ch_13.jpg); }
.c_new_posts{ background:url(neu_b.jpg);float:right;display:block; width:87px; height:33px; }
.c_new_posts a:hover { background:url(neu_bh.jpg); }
.u_posts{ background:url(u_posts.jpg);float:right;display:block; width:87px; height:33px; }
.u_posts a:hover { background:url(u_postsh.jpg); }
.c_daily_posts{ background:url(c_14d.jpg);float:right;display:block; width:87px; height:33px; }
.c_daily_posts a:hover { background:url(ch_14d.jpg); }
.c_search{ background:url(c_12.jpg);float:right;display:block; width:82px; height:33px; }
.c_search a:hover { background:url(ch_12.jpg); }
.c_register_right{ background:url(register_right.jpg);float:right;display:block; width:86px; height:33px; }
.c_register_right a:hover{ background:url(register_righth.jpg); }

.c_user_cp_right{ background:url(usercp_right.jpg);float:right;display:block; width:86px; height:33px; }
.c_user_cp_right a:hover { background:url(usercp_righth.jpg); }
.c_user_cp span, .c_register span, .c_member span, .c_calendar span, .c_faq span, .c_search span, .c_new_posts span, .c_menu span, .c_daily_posts span, .c_log_out span, .c_register_right span, .c_user_cp_right span, .c_log_in span, .u_posts span{display:none;}

/** Contentborder **/
.top_borderbg { background: url(c_19.jpg);height:18px; }
.top_border_middle_pic { background: url(c_21.jpg);height:18px;width:184px;font-size:0px; margin:0 auto;  }
.top_border_right_pic { background: url(c_25.jpg);height:18px;width:41px;font-size:0px;float:right; }
.top_border_left_pic { background: url(c_17.jpg);height:18px;width:41px;font-size:0px;float:left; }

.border_left  { background: url(c_27.jpg) repeat-y top left;padding-left:41px; }
.border_right { background: url(c_30.jpg) repeat-y top right;padding-right:41px; }

.bottom_borderbg { background: url(c_37.jpg);height:24px; }
.bottom_border_middle_pic { background: url(c_35.jpg);height:24px;width:314px;font-size:0px; margin:0 auto;  }
.bottom_border_right_pic { background: url(c_39.jpg);height:24px;width:41px;font-size:0px;float:right; }
.bottom_border_left_pic { background: url(c_33.jpg);height:24px;width:41px;font-size:0px;float:left; }

/** Content **/
.forbg { background: url(c_border_05.jpg); height: 34px; }
.forr {  background: url(c_border_06.jpg) no-repeat top right; height: 34px;  }
.forl {  background: url(c_border_left.gif) no-repeat top left; height: 34px;  }

.t_bg {  background: #F7F7F7 url(t_bg.gif) repeat-x top left;}
.t_bg_left {  background: #F7F7F7 url(t_bg_left.jpg) no-repeat top left;}
.t_bg_right {  background: #F7F7F7 url(t_bg_right.jpg) no-repeat top right;}
.t_bg, .t_bg_left, .t_bg_right  {font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;padding:6px 4px 6px 4px;color:#333333;}

.c_border_left  { background: url(c_border_13.jpg) repeat-y top left;padding-left:3px; }
.c_border_right { background: url(c_border_11.jpg) repeat-y top right;padding-right:3px; }

.c_border_bottombg { background: url(c_border_19.jpg); height: 19px; }
.c_border_bottom_left{  background: url(c_border_16.jpg) no-repeat top left; height: 19px;  }
.c_border_bottom-right{  background: url(c_border_21.jpg) no-repeat top right; height: 19px;  }

.fortitel{padding: 13px 0px 0px 52px; font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; }
.frl 

.pib {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF;padding: 3px 3px 3px 3px; }
.pibu { border: 1px solid #C9C9C9;background-color: #EDEDED;margin-top: 2px; }

/** Footer **/
.c_footer { background: url(c_41.jpg);height:29px; }
.c_link { width:50%;font:bold 11px tahoma; }
.footer_middle_pic { background: url(c_44.jpg);height:29px; width:197px; }
.footer_left_pic { background: url(c_40.jpg);height:29px; width:83px; }
.footer_right_pic { background: url(c_47.jpg);height:29px; width:83px; }

.copyright-vbdesigns { font:10px tahoma;padding-top:16px; }
img { border:0; }
