html {
	height: 100%;
	margin-bottom: 1px;
}

/* Normal, standard links. */
a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #000000;
	text-decoration: none;
}

a.nav:hover {
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table {
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
/*body, td, th , tr {
	color: #666666;
	font-size: 12px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}*/

/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #666;
	font-size: 12px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

/*Content table*/
.gTable{
        background-color: #BDB;
}

.gTableTop, .gTableSubTop, .forumNameTd, .forumLastPostTd, .threadNametd, .threadLastPostTd{
        padding-left: 3px;
        padding-right: 3px;
}

.gTableTop{
        background: -webkit-linear-gradient(top, white 50%, #ACA);
        background:      -o-linear-gradient(top, white 50%, #ACA);
        background:    -moz-linear-gradient(top, white 50%, #ACA);
        background:     -ms-linear-gradient(top, white 50%, #ACA);
        background:         linear-gradient(top, white 50%, #ACA);
}

/* The main body of the entire forum. */
body {
	background: #e5e5e5;
	margin: 0;
	padding: 0;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input, button {
	font-size: 90%;
}

textarea {
	font-size: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check {}

/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #868686;
	background-color: #878787;
}

/* No image should have a border when linked */
a img {
	border: 0;
}

/* No lines around buttons in Firefox! */
a {
	outline: none;
}

/* A quote, perhaps from another post. */
.quote {
	color: #5c5c5c;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 1px;
	padding: 5px;
	font-size: 11px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code {
	color: #525252;
	background-color: #f9f9f9;
	font-family: "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border-top: 2px solid #757575;
	border-bottom: 2px solid #757575;
	margin: 1px auto 1px auto;
	padding: 2px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader {
	color: #3f3f3b;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
	padding: 4px;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help {
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction {
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor {
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, .windowbg2 {
	background: #eee;
}

.windowbg3 {
}

/* the today container in calendar */
.calendar_today {
	background-color: #fff;
}

/* 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, tr td.titlebg {
	background: #282828 url(../images/titlebg.png) 0 0 repeat-x;
	color: #fff;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 28px;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: #fff;
	font-style: normal;
}

.titlebg2 a:link, .titlebg2 a:visited {
	color: #fff;
	font-style: normal;
	text-decoration: underline;
}

.titlebg a:hover, .titlebg2 a:hover {
	text-decoration: underline;
}

.titlebg2 td, td.titlebg tr td {
	color: white;
}

td.titlebg tr {
	height: 28px;
}

tr.titlebg td img {
	padding: 6px;
}

/* This is used for topnav, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	color: #444;
	border-bottom: 3px solid #888;
	font-size: 15px;
}

.catbg2 , tr.catbg2 td {
	color: #444;
}

.catbg, .catbg2, .catbg3 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	color: #444;
	font-weight: bold;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #444;
	text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #454545;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background: #eee;
	border: 1px solid #fff;
	padding: 0;
}

/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 0px;
	border: 1px solid #fff;
	background-color: #eee;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext, small {
	font-size: 11px;
}

.middletext {
	font-size: 12px;
}

.normaltext {
	font-size: 16px;
}

.largetext {
	font-size: 18px;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error {
	color: red;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	vertical-align: top;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;	
	padding: 5px;
}

.maintab_first,.mirrortab_first {
	 display: none;
}

.maintab_back,.mirrortab_back {}

.maintab_last,.mirrortab_last {
	display: none;
}

.maintab_active_first, .mirrortab_active_first {
	display: none;
}

.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}

.maintab_active_last, .mirrortab_active_last {
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #333;
	text-decoration: none;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	text-decoration: underline;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#body-bg {
	background: #444 url(../images/body-bg.png) 0 0 repeat-x;
}

#background {
	padding-top: 10px;
}

#header {
	height: 100px;
	position: relative;
}

#logo a {
	width: 200px;
	height: 70px;
	position: absolute;
	top: 15px;
	left: 10px;
	display: block;
}

#userbox {
	background: url(../images/userbox.png) 0 0 repeat-x;
	border: 1px solid #fff;
	height: 120px;
	padding: 0 10px;
	position: relative;
}

#time-stats {
	position: absolute;
	top: 30px;
	right: 25px;
	color: #666;
	font-size: 11px;
}

#time-stats span {
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	color: #333;
}

#searchbox {
	background: url(../images/searchbox.png) no-repeat;
	position: absolute;
	bottom: 25px;
	right: 20px;
	border: none;
	width: 300px;
	height: 36px;
}

#searchbox input#searchbutton {
	background: none;
	position: absolute;
	top: 4px;
	right: 4px;
	border: none;
	width: 40px;
	height: 28px;
	cursor: pointer;
}

#searchbox input.searchinput {
	position: absolute;
	top: 10px;
	left: 15px;
	background: transparent;
	color: #333;
	border: none;
	width: 235px;
	font-size: 13px;
	overflow: hidden;
}

#memb-login {
	position: relative;
	width: 380px;
	height: 100px;
	float: left;
	margin-top: 20px;
}

#memb-login a:link, #memb-login a:visited {
	font-weight: bold;
}

.memb-avat {
	float: left;
	padding: 0 15px 0 10px;
}

.memb-avat img {
	height: 80px;
	width: 80px;
}

.memb-login form {
	padding: 0;
	margin: 0;
}

#memb-login li.memb-name {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

#memb-login ul {
	padding: 4px 0 0;
	margin: 0;
	list-style: none;
}

#log-username {
	background: url(../images/log-username.png) no-repeat;
	position: absolute;
	width: 200px;
	height: 30px;
	left: 10px;
	top: 6px;
	border: none;
}

#log-password {
	background: url(../images/log-password.png) no-repeat;
	position: absolute;
	width: 200px;
	height: 30px;
	left: 10px;
	top: 46px;
	border: none;
}

.log-input {
	background: transparent;
	color: #333;
	padding: 0;
	border: none;
	margin: 8px 0 0 15px;
	width: 175px;
	font-size: 13px;
}

#loginbutton {
	background: url(../images/loginbutton.png) no-repeat;
	width: 60px;
	height: 70px;
	border: none;
	position: absolute;
	left: 220px;
	top: 6px;
	cursor: pointer;
}

#register {
	display: block;
	width: 60px;
	height: 70px;
	position: absolute;
	left: 290px;
	top: 6px;
}

#help {
	background: url(../images/help.png) no-repeat;
	width: 60px;
	height: 70px;
	position: absolute;
	left: 360px;
	top: 6px;
}

#profile {
background: url(../images/profile.png) no-repeat;
	display: block;
	width: 60px;
	height: 70px;
	position: absolute;
	left: 20px;
	top: 6px;
}

#ls {
background: url(../images/lc.png) no-repeat;
	display: block;
	width: 60px;
	height: 70px;
	position: absolute;
	left: 90px;
	top: 6px;
}

#exit {
background: url(../images/exit.png) no-repeat;
	display: block;
	width: 60px;
	height: 70px;
	position: absolute;
	left: 160px;
	top: 6px;
}

#toolbar {
	background: url(../images/toolbar.png) 0 0 repeat-x;
	height: 80px;
}

#topnav {
	padding: 0;
	margin: 0;
	height: 80px;
}

#topnav ul {
	padding: 0;
	margin: 0;
}

#topnav li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	list-style: none;
}

#topnav li a {
	display: block;
	color: #444;
	text-decoration: none;
	padding: 24px 22px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

#topnav li a span {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	display: block;
}

#topnav li.chosen a {
	color: #fff;
}

#topnav li.chosen a span {
	color: #ddd;
}

#topnav li li {
	width: 180px;
	padding: 0;
	margin: 0;
}

#topnav li li a, #topnav .chosen li a, #topnav li:hover li a, #topnav li.sfhover li a, #topnav li:hover li li a {
	background: none;
	display: block;	
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	width: 140px;
	float: none;
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

#topnav li ul li:hover a, #topnav li li ul li:hover a {
	text-decoration: none;
}

#topnav ul li a.subchild {
	background: url(../images/topnav-arrow.png) 96% 50% no-repeat;
}

#topnav li ul {
	background: url(../images/topnav-dropbg.png) 0 100% no-repeat;
	position: absolute;
	height: auto;
	width: 190px;
	left: -999em;
	z-index: 100;
	padding: 0 10px 5px 0;
}

#topnav li ul ul {
	margin: -30px 0 0 170px;
}

#topnav li:hover ul ul, #topnav li.sfhover ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul {
	left: auto;
}

#content-wrap {
	padding: 20px 0;
}

#main-content {
	background: url(../images/ctbox.png);
	border: 1px solid #fff;
	padding: 8px;
}

.pathway {
	color: #555;
	font-size: 11px;
	margin: 0;
	padding: 4px 0;
	font-weight: bold;
}

.pathway a:link, .pathway a:visited {
	color: #777;
	font-weight: normal;
}

#copyright {
	text-align: center;
	color: #555;
	padding: 25px 0;
	font-size: 12px;
}

#footer {
	background: #e5e5e5;
	border-top: 1px solid #fff;
}

#footer-img {
	background: url(../images/footer-img.jpg) 50% 0 no-repeat;
}

#copyright a:link, #copyright a:visited {
	color: #666;
	font-size: 12px;
	font-family: arial, sans-serif;
}

.show-board-desc {
	padding-left: 10px;
}

#smfNews {
	padding-bottom: 10px;
}

#smfFadeScroller
{
	padding: 4px;
	text-align: center;
}

.who-view {
	padding: 5px 15px;
}

#infocenter {
	padding-top: 10px;
}

.brdbox {
	background: #eeeeee;
	border: 1px solid #fff;
	padding: 8px;
	margin-bottom: 5px;
}

.titlebar {
	background: url(../images/titlebg.png) 0 0 repeat-x;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 15px;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.titlebar td, .titlebar td a {
	color: white;
	font-size: 12px;
	font-weight: normal;
	line-height: 34px;
}

.cathead {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 32px;
	padding: 0 5px;
}

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

.brdtitle {
	font-size: 14px;
	font-weight: bold;
}

.sticky-topic {
	color: #555;
	font-weight: bold;
}

.profilebg {
	padding: 0 6px;
	color: #3f3f3f;
	text-align: center;
}

.clr {
	clear: both;
}

.popuptext {
	color: #555;
}

/*PagesInfo*/
.pagesInfo{
background: #d8d8d8;
border-radius: 5px;
}

.switchActive{
background: #ddd;
border-radius: 3px
}