* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: "Arial", sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* Misc stuff */
img {
	border: none;
}

a, a:hover {
	color: #08b34d;
	text-decoration: none;
}

/* Layout & style
============================================ */
body {
	background: #70be44 url(images/forum-background.png) repeat-y center top;
}
#logo-row, #content, .navrow {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
}
#logo-row a img { display: none; }
#logo-clear {
	background: url(images/forum-logo.png) no-repeat left top;
	width: 1000px; height: 150px;
}

/* nav */
#logo-registered {
	font-size: 10px;
	text-align: right;
	position: absolute;
	right: 0px;
	top: -40px;
	z-index: 9000;
}
#logo-login {
	font-size: 10px;
	text-align: right;
	position: absolute;
	right: 0px;
	top: -40px;
	z-index: 9000;
	padding: 8px;
}
#logo-login input {
	padding-left: 5px;
}
#logo-row {
	position: relative;
	overflow: visible;
}
.navrow {
	background: #f6801f url(images/forum-nav.png) no-repeat left top;
	text-align: center;
	padding-top: 10px;
	height: 35px; line-height: 35px;
	color: #FFF;
	border-bottom: #D8D8D8;
}
.navrow a {
	color: #FFF;
}
.navrow a:hover {
	text-decoration: underline;
}

/* content */
#content {
	padding: 15px;
	width: 970px;
}
.searchbar {
	overflow: hidden;
	padding: 0 10px; 
}
.searchbar a { color: #000; }
.searchbar a:hover { text-decoration: underline; }

.block-start {
}
.block-start .cap-div,
form.static .block-start .cap-div {
	background: #08b34d url(images/forum-static-head.png) no-repeat left top; color: #FFF;
	height: 31px; line-height: 31px;
	font-weight: bold;
	text-indent: 15px;
}

.cap-div, .cap-left, .cap-right {
	height: 31px;
}
.cap-right {
	-padding-bottom: -30px;
}

.block-start .cap-div a { color: #FFF; font-weight: bold; }
.block-start .cap-div h4.category-subject { background: #000 url(images/forum-box-head.png) no-repeat left top; }
.block-start .cap-div h4.category-subject img { float: left; margin-top: 0; margin-left: 15px; }
.block-start .cap-div h4.category-subject a { color: #FF0000; text-decoration: none; }
.block-start .tablebg { border: solid 1px #000; border-top: 0; clear:both;overflow:hidden;}
.block-start .tablestatic { border: solid 1px #08b34d; border-top: 0; }
.block-start .tablebg th { background: #AAA; color: #FFF; text-align: center; line-height: 30px; font-weight: normal; }
.block-start .tablebg th,
.block-start .tablebg td { border: solid 1px #CCC; border-width: 0 0 1px 1px; }
.block-start .tablebg th:first-child,
.block-start .tablebg td:first-child { border-right-width: 0; }
.block-start .tablebg td { padding: 10px; }
.block-start .tablebg td.row1 { vertical-align: top; }
.block-start .tablebg td.row2 { vertical-align: middle; }

.forumlink { font-weight: bold; color: #08b34d; text-decoration: none; }

.breadcrumb { margin-top: -10px; }
.breadcrumb th { background: #FFF; }
.breadcrumb .breadcrumbs { float: left; margin-left: 10px;  }
.breadcrumb .breadcrumbs a { color: #000; font-weight: bold; }
.breadcrumb .breadcrumbs a:hover { text-decoration: underline; }
.breadcrumb .datetime { float: right; margin-right: 10px; }

br.clearall { display: none; }

#wrapfooter {
	padding: 10px;
	font-size: 10px;
	color: #08b34d;
	text-align: center;
}
.tableinforamtion {
	background: #F2F2F2;
	padding: 5px;
}
.tableinforamtion table {
	margin: 0 auto;
}

/* Forum page
============================================ */
form .block-start .cap-div,
#forum-page .block-start .cap-div { background: #000 url(images/forum-box-head.png) no-repeat left top; color: #FF0000; }
#forum-page .block-start .widget .cap-div { background: #08b34d url(images/forum-static-head.png) no-repeat left top; color: #FFF; }
#pageheader { padding: 0 10px; }
#pagecontent .forum-tools td { padding: 10px; }
#pagecontent .forum-tools td.nav { padding: 10px 0; }
#pagecontent .forum-tools td.gensmall { padding: 10px 0; }
#pagecontent .block-start .cap-div { background: #000 url(images/forum-box-head.png) no-repeat left top; color: #FF0000; }
.linkmcp, .linkmcp a { font-size: 10px; }

.sort-tools {}
.sort-tools table { margin: 10px auto; }

.search-tools { margin: 20px 0; }

.forum-icon-info { background: #F2F2F2; padding: 10px; float: left; }

.block-start .tablebg td .no-padding td { padding: 0; border: 0; }
.block-start .tablebg td .small-padding td { padding: 3px; border: 0; }
.block-start .no-border td,
.block-start .no-border table { border: 0; }
.block-start .tablebg td.pallet-tools td { padding: 5px; }

.posting-meta { background: #F2F2F2; border-bottom: solid 1px #CCC; }
.bb-wrapper { background: #F2F2F2; border: solid 1px #CCC; }
.bb-wrapper .quotetitle,
.bb-warpper .codetitle { font-weight: bold; color: #000; }
.bb-wrapper table tr td.bb-left-top, .bb-wrapper table tr td.bb-right-top, .bb-wrapper table tr td.bb-top, 
.bb-wrapper table tr td.bb-left, .bb-wrapper table tr td.bb-right, 
.bb-wrapper table tr td.bb-left-bot, .bb-wrapper table tr td.bb-right-bot, .bb-wrapper table tr td.bb-bot { padding: 0; border: 0; }
.bb-wrapper table tr td.bb-content { border: 0; }

.block-start .tablebg td .no-padding.poll-box { border: solid 1px #CCC; }
.block-start .tablebg td .no-padding.poll-box td { padding: 2px 5px; }
.block-start .tablebg td .no-padding.poll-box td.poll-max-vote { background: #F2F2F2; border-top: solid 1px #CCC; }
.block-start .tablebg td .no-padding.poll-box td.poll-higlight { background: #F2F2F2; }

#pagecontent .poll,
#pagecontent .poll td { border: 0; padding: 0; }
#pagecontent .poll {
	border: solid 1px #CCC;
}
#pagecontent .poll td {
	padding: 3px 5px;
}

#topbar { width: 100%; height: 41px; background: url(images/forum-topbar.png) repeat-x left top; }
#topbar h1 { width: 1000px; margin: 0 auto; }
#topbar h1 a { display: block; width: 561px; height: 40px; float: left; background: url(images/forum-topbar-logo.png); }

.show-icon img {
	width: 23px;
	height: 28px;
}

.postsubject {
border-bottom: 1px solid #CCC;
height: 20px;
margin-bottom: 10px;
}

#logo-right { position: relative; }
#logo-right a { height: 135px;
left: 10px;
position: absolute;
top: 10px;
width: 565px; }
#logo-right a img { display: none; }
