#smf-wrapper {
	margin-bottom:1px;
	color: #737373;
}
/* The general styles that apply to all elements */
#smf-wrapper * {
	margin:0;
	padding:0;
}
#smf-wrapper .clr {
	clear:both;
}
#smf-wrapper a, a:visited {
	color:#111;
	text-decoration: none;
}
#smf-wrapper a:hover {
	color: #000;
	text-decoration: none;
}
/* (MAIN) LAYOUT */
#smf-wrapper {
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	text-align:center;
	line-height: 1em;
	/*font-size: 0.7em;*/
	/*background: #e4e5d5;*/
}
#smf-wrapper {
	margin: 0 auto;
	width: 95%;
	position: relative;
	text-align: left;
}

#smf-wrapper #header {
	width:100%;
	height: 52px;
	background: #2b8ec9 url(images/custom/header_bg.png) 0 0 repeat-x;
}
#smf-wrapper #header-l {
	background: #2b8ec9 url(images/custom/header_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper #header-r {
	background: #2b8ec9 url(images/custom/header_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper #logo {
	float:left;
	margin-left:0;
}
#smf-wrapper #logo a, #smf-wrapper #logo a:visited {
	color:#fff;
	text-decoration: none;
}
#smf-wrapper #logo a:hover {
	color: #ccc;
	text-decoration: none;
}
#smf-wrapper a.logo {
	display:block;
	margin-top: 1px;
	height:51px;
	width:300px;
	background:transparent url(images/custom/logo.png) no-repeat 0 0;
}
#smf-wrapper a.logo-txt {
	height:52px;
	line-height: 52px;
	font-size: 2em;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* header end */
/* Navigation */
/* main nav */
#smf-wrapper #mainnav {
	height: 31px;
	line-height: 31px;
	padding: 0;
	margin: 0;
	background: #a6c720 url(images/custom/nav_bg.png) 0 0 repeat-x;
}
#smf-wrapper #mainnav-l {
	background: #a6c720 url(images/custom/nav_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper #mainnav-r {
	background: #a6c720 url(images/custom/nav_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper #mainnav ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}
#smf-wrapper #mainnav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(images/custom/nav_div.png) 100% 50% no-repeat;
}
#smf-wrapper #mainnav li a {
	color:#fff;
	text-transform: uppercase;
	padding: 0 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
}
#smf-wrapper #mainnav li a:hover, #smf-wrapper #mainnav li.current a {
	background: url(images/custom/nav_pointer.png) 50% 0 no-repeat;
}
/* mainnav end*/
/* USER BAR / QUICK SEARCH */
#smf-wrapper #userbar {
	height:57px;
	width:100%;
	color: #fff;
	background: #1680be url(images/custom/userbar.png) 0 0 repeat-x;
	margin:0;
	padding:0;
}
#smf-wrapper #userbar a, #smf-wrapper #userbar a:visited {
	color: #a6c720;
}
#smf-wrapper #userbar a:hover {
	color: #fff;
}
#smf-wrapper #userbar-l {
	background: #1680be url(images/custom/userbar_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper #userbar-r {
	background: #1680be url(images/custom/userbar_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper #topbar {
	float:left;
	margin-top:7px;
	padding-left:10px;
	color:#fff;
	position: relative;
}
#smf-wrapper #searcharea {
	float:right;
	margin:7px 10px 0 0;
	position: relative;
}
#smf-wrapper #loggedin {
	float:left;
	margin: 8px 20px 0 0;
}
#smf-wrapper #loggedin2 {
	float:left;
	margin: 8px 20px 0 0;
}
#smf-wrapper #topbar form input, #smf-wrapper #searcharea form input {
	background:#fff;
	margin-top: 10px;
	padding-left:3px;
	width:120px;
	position:relative;
	border:1px inset;
	bottom:2px;
}
#smf-wrapper #topbar form input:focus, #smf-wrapper #searcharea form input:focus {
	background:#fff;
}
#smf-wrapper #topbar form input.submit, #smf-wrapper #searcharea form input.submit {
	width:27px;
	height:18px;
	border:none;
	bottom:-3px;
	padding:0;
}
/* LINKTREE / PATHWAY */
#smf-wrapper .pathway {
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	color: #647a0d;
	font-weight: bold;
	background: #ebebb9 url(images/custom/linktree_bg.png) 0 0 repeat-x;
}
#smf-wrapper .pathway-l {
	background: #ebebb9 url(images/custom/linktree_l.png) 0 0 no-repeat;
	margin: 5px 0;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper .pathway-r {
	background: #ebebb9 url(images/custom/linktree_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper .pathway a, .pathway a:visited {
	color: #647a0d;
	font-weight: normal;
}
#smf-wrapper .pathway a:hover {
	color: #000;
	font-weight: normal;
}
/* FOOTER */
#smf-wrapper #footer {
	height: 30px;
	line-height: 30px;
	padding: 0;
	color: #647a0d;
	font-weight: normal;
	margin: 0;
	background: #ebebb9 url(images/custom/linktree_bg.png) 0 0 repeat-x;
}
#smf-wrapper #footer, #smf-wrapper #footer2 {
	text-align: center;
}
#smf-wrapper #footer-l {
	background: #ebebb9 url(images/custom/linktree_l.png) 0 0 no-repeat;
	margin: 5px 0;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper #footer-r {
	background: #ebebb9 url(images/custom/linktree_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper #footer a, #smf-wrapper #footer a:visited {
	color: #647a0d;
	font-weight: normal;
}
#smf-wrapper #footer a:hover {
	color: #000;
	font-weight: normal;
}
/* BOARDINDEX.TEMPLATE.PHP */
#smf-wrapper .bluebg {
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 5px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	background: #1680be url(images/custom/bluebg.png) 0 0 repeat-x;
}
#smf-wrapper .bluebg a, #smf-wrapper .bluebg a:visited {
	color: #fff;
}
#smf-wrapper .bluebg a:hover {
	color: #ccc;
}
#smf-wrapper .bluebg-l {
	background: #1680be url(images/custom/bluebg_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper .bluebg-r {
	background: #1680be url(images/custom/bluebg_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper .border {
	padding: 0;
	margin: 0;
	background-color: #fff;
}
#smf-wrapper .border-l {
	background: #fff url(images/custom/border_l.png) 0 0 repeat-y;
	padding-left: 5px;
	position: relative;
}
#smf-wrapper .border-r {
	background: #fff url(images/custom/border_r.png) 100% 0 repeat-y;
	padding-right: 5px;
	position: relative;
}
#smf-wrapper .bluebgbottom {
	height: 23px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	background: #1680be url(images/custom/bluebgbottom.png) 0 0 repeat-x;
}
#smf-wrapper .bluebgbottom-l {
	background: #1680be url(images/custom/bluebgbottom_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper .bluebgbottom-r {
	background: #1680be url(images/custom/bluebgbottom_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper .infocenter {
	height: 36px;
	line-height: 36px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #1680be url(images/custom/bluebg.png) 0 0 repeat-x;
}
/* NEWS NEWSFADER */
#smf-wrapper .greenbg {
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 5px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #a6c720 url(images/custom/greenbg.png) 0 0 repeat-x;
}
#smf-wrapper .greenbg a, #smf-wrapper .greenbg a:visited {
	color: #fff;
}
#smf-wrapper .greenbg a:hover {
	color: #737373;
}
#smf-wrapper .greenbg-l {
	background: #a6c720 url(images/custom/greenbg_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper .greenbg-r {
	background: #a6c720 url(images/custom/greenbg_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper .newsfader {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	text-align: center;
}
#smf-wrapper #smfFadeScroller, #smf-wrapper .newsbox {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
#smf-wrapper .greenbgbottom {
	height: 23px;
	line-height: 23px;
	padding: 0;
	margin: 0 0 10px 0;
	background: #a6c720 url(images/custom/greenbgbottom.png) 0 0 repeat-x;
}
#smf-wrapper .greenbgbottom-l {
	background: #a6c720 url(images/custom/greenbgbottom_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper .greenbgbottom-r {
	background: #a6c720 url(images/custom/greenbgbottom_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
/* small new_some and new_none description */
#smf-wrapper .new_some {
	margin: 0;
	padding: 4px 0 4px 20px;
	font-size: x-small;
	font-family: verdana, sans-serif;
	background: url(images/new_some.gif) 0 50% no-repeat;
}
#smf-wrapper .new_none {
	margin: 0 0 0 4ex;
	padding: 4px 0 4px 20px;
	font-size: x-small;
	font-family: verdana, sans-serif;
	background: url(images/new_none.gif) 0 50% no-repeat;
}
/* boardindex.template.php end */
/* MESSAGEINDEX.TEMPLATE.PHP */
#smf-wrapper .bluebg2 {
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	background: #1680be url(images/custom/bluebg2.png) 0 0 repeat-x;
}
#smf-wrapper .bluebg2-l {
	background: #1680be url(images/custom/bluebg2_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper .bluebg2-r {
	background: #1680be url(images/custom/bluebg2_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper .whitetop {
	height: 8px;
	line-height: 8px;
	padding: 0;
	margin: 0;
	background: #fff url(images/custom/white_top.png) 0 0 repeat-x;
}
#smf-wrapper .whitetop-l {
	background: #fff url(images/custom/white_top_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper .whitetop-r {
	background: #fff url(images/custom/white_top_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper .whitebox {
	background-color: #fff;
}
#smf-wrapper .whitebox-l {
	background: #fff url(images/custom/white_l.png) 0 0 repeat-y;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper .whitebox-r {
	background: #fff url(images/custom/white_r.png) 100% 0 repeat-y;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper .whitebot {
	height: 8px;
	line-height: 8px;
	padding: 0;
	margin: 0;
	background: #fff url(images/custom/white_bot.png) 0 0 repeat-x;
}
#smf-wrapper .whitebot-l {
	background: #fff url(images/custom/white_bot_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper .whitebot-r {
	background: #fff url(images/custom/white_bot_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#smf-wrapper .buttonbar {
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	color: #647a0d;
	font-weight: bold;
	background: #fff url(images/custom/buttonbar_bg.png) 0 0 repeat-x;
}
#smf-wrapper .buttonbar-l {
	background: #fff url(images/custom/buttonbar_l.png) 0 0 no-repeat;
	margin: 5px 0;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper .buttonbar-r {
	background: #fff url(images/custom/buttonbar_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
/* messageindex.template.php end */
#smf-wrapper .greenbg2 {
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	background: #a6c720 url(images/custom/greenbg2.png) 0 0 repeat-x;
}
#smf-wrapper .greenbg2-l {
	background: #a6c720 url(images/custom/greenbg2_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#smf-wrapper .greenbg2-r {
	background: #a6c720 url(images/custom/greenbg2_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
/* SMF main styles */
#smf-wrapper p, #smf-wrapper div#userbar p {
  margin-top: 0;
  margin-bottom: 5px;
}
#smf-wrapper hr, #smf-wrapper .hrcolor {
	height: 1px;
	margin-bottom: 5px;
	border: 0;
	color: #666;
	background: #ccc;
}
/* The headings */
#smf-wrapper h1, #smf-wrapper h2, #smf-wrapper h3, #smf-wrapper h4, #smf-wrapper h5 {
	font-weight: 100;
}
/* The tables */
#smf-wrapper table {
	margin: 0 auto;
}
/* No image should have a border when linked */
#smf-wrapper a img {
border: 0;
}
#smf-wrapper .postbuttons img {
	margin-right: 4px;
}
/* A quote, perhaps from another post. */
#smf-wrapper .quote {
	color: #000000;
	background: #F0F8FF url(images/quote.gif) no-repeat bottom right;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 4px solid #8394B2;
	font-size: 10px;
	line-height: 1.4em;
	padding: 8px;
}
#smf-wrapper .quote div.quote {
	background: #F0F8FF url(images/blank.gif) no-repeat bottom right;
}
/* A code block - maybe even PHP ;). */
#smf-wrapper .code {
	color: #000000;
	background: #FFF8F5 url(images/code.gif) no-repeat bottom right;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 4px solid #FF6600;
	padding: 8px;
	font-size:  10px;
	line-height: 1.4em;
	font-family: "courier new", helvetica, "times new roman", serif;
	white-space: nowrap;
}
/* The "Quote:" and "Code:" header parts... */
#smf-wrapper .quoteheader {
	background: #E4EAF2;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 8px;
}
#smf-wrapper .codeheader {
	background: #FDDBCC;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #FF6600;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 8px;
}
#smf-wrapper .help {
	cursor: help;
}
#smf-wrapper .meaction {
	color: red;
}
#smf-wrapper .editor {
	width: 96%;
}
#smf-wrapper .highlight {
	background: yellow;
	font-weight: bold;
	color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
#smf-wrapper .windowbg, #smf-wrapper tr.windowbg td {
	padding: 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #eee;
	line-height: 20px;
}
#smf-wrapper .windowbg2,#smf-wrapper tr.windowbg2 td {
	padding: 5px;
	background: #fcfcfc;
	border-bottom: 1px solid #eee;
}
#smf-wrapper .windowbg3,#smf-wrapper tr.windowbg3 td {
	padding: 5px;
	background: #eee;
}
/* the today container in calendar */
#smf-wrapper .calendar_today {

}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
#smf-wrapper .titlebg, #smf-wrapper tr.titlebg th, #smf-wrapper tr.titlebg td, #smf-wrapper .titlebg2, #smf-wrapper tr.titlebg2 th, #smf-wrapper tr.titlebg2 td {
   margin-bottom: 10px;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	padding: 4px;
	background-color: #fff;
}
#smf-wrapper .titlebg img, #smf-wrapper titlebg2 img {
	vertical-align: middle;
}
#smf-wrapper tr .catbg {
	padding: 4px;
	background-color: #fff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
#smf-wrapper .bordercolor {
  border: 1px solid #CCC;
}
/* This is used on tables that should just have a border around them. */
#smf-wrapper .tborder {
  border: 1px solid #CCC;
  padding: 1px;
  background-color: #fff;
}
#smf-wrapper .smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}
#smf-wrapper .middletext {
	font-size: 90%;
}
#smf-wrapper .normaltext {
	font-size: small;
}
#smf-wrapper .largetext {
	font-size: large;
}
#smf-wrapper .post, #smf-wrapper .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
#smf-wrapper .signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
#smf-wrapper .error {
	color: red;
}
#smf-wrapper #helpmain ul, #smf-wrapper #helpmain ol {
	margin: 0 0 12px 25px;
}
#smf-wrapper #ajax_in_progress {
	background: #FFF url(images/ajaxloading.gif) no-repeat 10%;
	color: #000;
	text-align: left;
	font-size: 18px;
	font-family: "Trebuchet MS", sans-serif;
	padding: 10px;
	padding-left: 65px;
	position: absolute;
	left: -105px;
	width: 105px;
   border: 1px solid #D0D0D0;
}
#smf-wrapper #ajax_center {
	top: 45%;
	width: 105px;
	position: absolute;
	left: 50%;
}
#smf-wrapper .collapse_img img {
	float: right;
	margin: 10px 10px 0 0;
}
#smf-wrapper #verificiation_image {
	margin-bottom: 10px;
	background-color: #fff;
}
