html {
	height:100%;
	margin-bottom:1px;
	color: #2E8BAA;
}
/* The general styles that apply to all elements */
* {
	margin:0;
	padding:0;
}
.clr {
	clear:both;
}
a, a:visited {
	color:#2E8BAA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* (MAIN) LAYOUT */
body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Tahoma, Arial, sans-serif;
	color: #737373;
	text-align:center;
	line-height: 1em;
	font-size: 0.7em;
	background: #ececec;
}
#wrapper {
	margin: 0 auto;
	width: 80%;
	position: relative;
	text-align: left;
}
/* style selectors end */
/* HEADER */
#header {
	width:100%;
	height: 80px;
	background: #ececec url(./images/img/header.png) 0 0 repeat-x;
}
#header-l {
	background: #ececec url(./images/img/header-l.png) 0 0 no-repeat;
	padding-left: 15px;
	position: relative;
}
#header-r {
	background: #ececec url(./images/img/header-r.png) 100% 0 no-repeat;
	padding-right: 15px;
	position: relative;
}
#logo {
 background: url(images/logo.png) 100% 0 no-repeat;
 padding-left: 10px;
 padding-bottom: 20px; 
} 
/* header end */
/* Navigation */
/* menu */
#menu {
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	background: #ececec url(images/custom/nav_bg.png) 0 0 repeat-x;
}
#menu-l {
	background: #ececec url(images/custom/nav_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#menu-r {
	background: #ececec url(images/custom/nav_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}
#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(images/custom/nav_div.png) 100% 50% no-repeat;
}
#menu li a {
	color:#fff;
	text-transform: uppercase;
	padding: 0 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
}
#menu li a:hover, #menu li.current a {
	background: url(images/custom/nav_pointer.png) 50% 0 no-repeat;
}
/* mainnav end*/
/* USER BAR / QUICK SEARCH */
#userbar {
	height:84px;
	width:100%;
	color: #2E8BAA;
	background: #ececec url(images/custom/userbar.png) 0 0 repeat-x;
	margin:0;
	padding-top: 10px;
}
#userbar a, #userbar a:visited {
	color: #2E8BAA;
}
#userbar a:hover {
	color: #2E8BAA;
}
#userbar-l {
	background: #ececec url(images/custom/userbar_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
#userbar-r {
	background: #ececec url(images/custom/userbar_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#topbar {
	float:left;
	margin-top:7px;
	padding-left:10px;
	color:#2E8BAA;
	position: relative;
}
#searcharea {
	float:right;
	margin:2px 10px 0 0;
	position: relative;
}
#loggedin {
	float:left;
	margin: 8px 20px 0 0;
}
#loggedin2 {
	float:left;
	margin: 8px 20px 0 0;
}
#topbar form input, #searcharea form input {
	margin-top: 15px;
	padding-left:3px;
	width:120px;
	position:relative;
	border:1px inset;
	bottom:2px;
}
#topbar form input:focus, #searcharea form input:focus {
	background:#fff;
}
#topbar form input.submit, #searcharea form input.submit {
	width:27px;
	height:18px;
	border:none;
	bottom:-3px;
	padding:0;
}
/* LINKTREE / PATHWAY */
.pathway {
	height: 33px;
	line-height: 33px;
	padding: 0;
	margin: 0;
	color: #5e5e5e;
	font-weight: bold;
	background: #edeff1 url(images/custom/linktree_bg.png) 0 0 repeat-x;
}
.pathway-l {
	background: #edeff1 url(images/custom/linktree_l.png) 0 0 no-repeat;
	margin: 5px 0;
	padding-left: 10px;
	position: relative;
}
.pathway-r {
	background: #edeff1 url(images/custom/linktree_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
.pathway a, .pathway a:visited {
	color: #5e5e5e;
	font-weight: normal;
}
.pathway a:hover {
	color: #000;
	font-weight: normal;
}
/* FOOTER */
#footer {
	height: 30px;
	line-height: 30px;
	padding: 0;
	color: #5e5e5e;
	font-weight: normal;
	margin: 0;
	background: #ebebb9 url(images/custom/linktree_bg.png) 0 0 repeat-x;
}
#footer, #footer2 {
	text-align: center;
}
#footer-l {
	background: #ebebb9 url(images/custom/linktree_l.png) 0 0 no-repeat;
	margin: 5px 0;
	padding-left: 10px;
	position: relative;
}
#footer-r {
	background: #ebebb9 url(images/custom/linktree_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
#footer a, #footer a:visited {
	color: #5e5e5e;
	font-weight: normal;
}
#footer a:hover {
	color: #000;
	font-weight: normal;
}
/* BOARDINDEX.TEMPLATE.PHP */
.bluebg {
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 5px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	background: #ececec url(images/catbgc.gif) 0 0 repeat-x;
}
.bluebg a, .bluebg a:visited {
	color: #fff;
}
.bluebg a:hover {
	color: #ccc;
}
.bluebg-l {
	background: #ececec url(images/catbgl.gif) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
.bluebg-r {
	background: #ececec url(images/catbgr.gif) 100% 0 no-repeat;
	padding-right: 8px;
	position: relative;
}
.border {
	padding: 0;
	margin: 0;
	background-color: #edeff1;
}
.border-l {
	background: #fff url(images/borderl.gif) 0 0 repeat-y;
	padding-left: 5px;
	position: relative;
}
.border-r {
	background: #fff url(images/borderr.gif) 100% 0 repeat-y;
	padding-right: 5px;
	position: relative;
}
.bluebgbottom {
	height: 23px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	background: #ececec url(images/bottom.jpg) 0 0 repeat-x;
}
.bluebgbottom-l {
	background: #ececec url(images/bottom.jpg) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
.bluebgbottom-r {
	background: #ececec url(images/bottom.jpg) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
.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 */
.greenbg {
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 5px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #1680be url(images/catbgc.gif) 0 0 repeat-x;
}
.greenbg a, .greenbg a:visited {
	color: #fff;
}
.greenbg a:hover {
	color: #737373;
}
.greenbg-l {
	background: #a6c720 url(images/catbgl.gif) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
.greenbg-r {
	background: #a6c720 url(images/catbgr.gif) 100% 0 no-repeat;
	padding-right: 8px;
	position: relative;
}
.newsfader {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	text-align: center;
}
#smfFadeScroller, .newsbox {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.greenbgbottom {
	height: 23px;
	line-height: 23px;
	padding: 0;
	margin: 0 0 10px 0;
	background: #ececec url(images/bottom.jpg) 0 0 repeat-x;
}
.greenbgbottom-l {
	background: #ececec url(images/bottom.jpg) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
.greenbgbottom-r {
	background: #ececec url(images/bottom.jpg) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
/* small new_some and new_none description */
.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;
}
.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 */
.bluebg2 {
	height: 29px;
	line-height: 29px;
	padding: 0;
	margin: 0;
	background: #1680be url(images/catbgc.gif) 0 0 repeat-x;
}
.bluebg2-l {
	background: #1680be url(images/catbgl.gif) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
.bluebg2-r {
	background: #1680be url(images/catbgr.gif) 100% 0 no-repeat;
	padding-right: 8px;
	position: relative;
}
.whitetop {
	height: 8px;
	line-height: 8px;
	padding: 0;
	margin: 0;
	background: #fff url(images/custom/white_top.png) 0 0 repeat-x;
}
.whitetop-l {
	background: #fff url(images/custom/white_top_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
.whitetop-r {
	background: #fff url(images/custom/white_top_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
.whitebox {
	background-color: #fff;
}
.whitebox-l {
	background: #fff url(images/custom/white_l.png) 0 0 repeat-y;
	padding-left: 10px;
	position: relative;
}
.whitebox-r {
	background: #fff url(images/custom/white_r.png) 100% 0 repeat-y;
	padding-right: 10px;
	position: relative;
}
.whitebot {
	height: 8px;
	line-height: 8px;
	padding: 0;
	margin: 0;
	background: #fff url(images/custom/white_bot.png) 0 0 repeat-x;
}
.whitebot-l {
	background: #fff url(images/custom/white_bot_l.png) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
.whitebot-r {
	background: #fff url(images/custom/white_bot_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
.buttonbar {
	height: 33px;
	line-height: 33px;
	padding: 0;
	margin: 0;
	color: #5e5e5e;
	font-weight: bold;
	background: #ececec url(images/custom/buttonbar_bg.png) 0 0 repeat-x;
}
.buttonbar-l {
	background: #ececec url(images/custom/buttonbar_l.png) 0 0 no-repeat;
	weight: 16px;
	margin: 5px 0;
	padding-left: 10px;
	position: relative;
}
.buttonbar-r {
	background: #ececec url(images/custom/buttonbar_r.png) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
/* messageindex.template.php end */
.greenbg2 {
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	background: #a6c720 url(images/catbgc.gif) 0 0 repeat-x;
}
.greenbg2-l {
	background: #a6c720 url(images/catbgl.gif) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
.greenbg2-r {
	background: #a6c720 url(images/catbgr.gif) 100% 0 no-repeat;
	padding-right: 9px;
	position: relative;
}
/* SMF main styles */
p, div#userbar p {
  margin-top: 0;
  margin-bottom: 5px;
}
hr, .hrcolor {
	height: 1px;
	margin-bottom: 5px;
	border: 0;
	color: #666;
	background: #ccc;
}
/* The headings */
h1, h2, h3, h4, h5 {
	font-weight: 100;
}
/* The tables */
table {
	margin: 0 auto;
}
/* No image should have a border when linked */
a img {
border: 0;
}
.postbuttons img {
	margin-right: 4px;
}
/* A quote, perhaps from another post. */
.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;
}
.quote div.quote {
	background: #F0F8FF url(images/blank.gif) no-repeat bottom right;
}
/* A code block - maybe even PHP ;). */
.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... */
.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;
}
.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;
}
.help {
	cursor: help;
}
.meaction {
	color: red;
}
.editor {
	width: 96%;
}
.highlight {
	background: yellow;
	font-weight: bold;
	color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, tr.windowbg td {
	padding: 5px;
}
.windowbg2,tr.windowbg2 td {
	padding: 5px;
	background: #f6f8fa; 
}
.windowbg3,tr.windowbg3 td {
	padding: 5px;
	background:#edeff1 url(./images/img/windowbg.jpg) 0 0 repeat-x; 
}
/* the today container in calendar */
.calendar_today {

}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: black;
	font-style: normal;
	background: #ececec url(images/titlebg1.png) 0 0 repeat-x;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg img, titlebg2 img {
	font-weight: bold;
	color: black;
	font-style: normal;
}
tr .catbg {
	padding: 4px;
	color: #404040;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
  border: 1px solid #CCC;
}
/* This is used on tables that should just have a border around them. */
.tborder {
  border: 1px solid #CCC;
  padding: 1px;
  background-color: #edeff1;
}
.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
.signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
.error {
	color: red;
}
#helpmain ul, #helpmain ol {
	margin: 0 0 12px 25px;
}
#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;
}
#ajax_center {
	top: 45%;
	width: 105px;
	position: absolute;
	left: 50%;
}
#verificiation_image {
	margin-bottom: 10px;
	background-color: #fff;
}