/* MODIFIED PAUL SMITH 2009-06-19 */

/* Canvas */
html {
	margin: 0 0 1px;
	height: 100%;
	background-color: #e8e8e8;
	padding: 0
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #e8e8e8;
	margin: 8px 0 0 0
}

/* Base font */
body, table {
	font-size: 13px
}

/* Link */
a {
	color: #660000;
	text-decoration: none
}
a:visited {
	color: #660000
}
a img {
	border: none
}

/* Header & wrapper */
div.centered {
	text-align: center
}
#tkp_header, #tkp_wrapper {
	width: 800px;
	margin: 0 auto; 
	text-align: left
}
#tkp_header td {
	vertical-align: top
}
#tkp_header {
	border-collapse: collapse;
	border-spacing: 0;
	border: none
}
#tkp_header img {
	display: block
	}
#tkp_header tr.tkp_foo td {
	padding-bottom: 5px
	}
#tkp_header tr.tkp_bar td {
	padding-bottom: 2px
	}

/* Generic frame */
div.frm {
	margin-top: 10px
}

/* Generic header cell */
div.hcl {
	height: 18px;
	background-color: #c8d2c8;
	padding: 2px 4px;
	overflow: hidden;
	color: #000000
}

div.hcl a {
	color:#666
}

/* Generic content cell */
div.ccl {
	background-color: #dfe4df;
	padding: 4px
}
div.ccl p:first-child {
	margin-top: 0
}

/* Generic button cell */
div.bcl {
	background-color: #A8C9AC;
	padding: 2px 4px 2px 1px
}

/* Button link */
div.bcl a {
	margin: 1px;
	padding: 0 4px;
	color: white
}
a.btl {
	margin: 1px;
	padding: 0 4px;
	color: #666
}
div.bcl a:hover {
	margin: 1px;
	background-color: #8CBA97
}
td.shr a.btl {
	padding: 0 2px
}

/* Nav button, page link float */
span.nav, span.pln {
	float: right
}

/* Page button link */
span.pln a {
	margin: 0;
	padding: 0
}
span.pln a:hover {
	background-color: inherit;
	margin: 0
}

/* Table frame */
table.tbl {
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show
}

/* Table header row */
table.tbl tr.hrw {
	background-color: #c8d2c8;
	font-weight: bold
}

/* Table header cell */
table.tbl th {
	padding: 2px 4px;
	text-align: left;
	white-space: nowrap
}

/* Table header column cell */
table.tbl td.hco {
	width: 20%;
	font-weight: bold
}

/* Table content row */
table.tbl tr.crw {
	background-color: #dfe4df
}

/* Table content cell */
table.tbl td {
	padding: 2px 4px
}

/* Table short cell */
table.tbl .shr {
	width: 15%;
	white-space: nowrap
}

/* Table icon cell */
table.tbl .icl {
	width: 18px;
	text-align: center
}

/* Top bar frame */
div.tpb {
	margin-top: 0
}

/* Error header cell */
div.err div.hcl {
	background-color: #660000;
	color: white
}
div.err div.hcl * {
	color: white
}
/* Error message paragraph */
div.err div.ccl p {
	margin: 5px 0 0 0;
	color: #660000
}
div.err div.ccl p:first-child {
	margin: 0
}

/* Form */
form {
	margin: 0;
	padding: 0;
}
input, button, textarea, select {
	background-color: #f5f5f5;
	border: 1px solid #666;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	max-width: 99%
}
textarea {
	width: 99%
}

/* Poll result */
td.plv, td.plp {
	padding-left: 15px;
	text-align: right
}

/* Poll result bar */
img.plb {
	margin-left: 10px;
	height: 10px;
	background-color: #bc8989
}

/* Quote */
blockquote {
	margin: 0;
	color: #666
}
blockquote p {
	margin: 0
}

/* User rank and post rating icons */
img.rnk, img.prt {
	margin-top: 1px;
	vertical-align: text-top
}

/* Avatar image */
img.ava {
	width: 50px;
	height: 50px
}
div.pst img.ava {
	margin-left: 5px;
	float: right
}
form.agl img.ava {
	margin: 2px;
	vertical-align: middle
}

/* Make post cell enclose avatar */
div.pst div.ccl:after {
	content: "."; 
	display: block; 
	visibility: hidden;
	height: 0; 
	clear: both
}

/* Make post cell enclose avatar in IE 5-6 */
* html div.pst div.ccl {
	height: 1px
}

/* Make post cell enclose avatar in IE 7 */
div.pst div.ccl {
	display: inline-block
}
div.pst div.ccl {
	display: block
}

/* Signature */
div.sig, span.sig {
	font-size: 85%
}

/* Board/topic/post/nav icon */
img.ico {
	margin: 2px 0;
	vertical-align: text-top;
	width: 14px;
	height: 14px
}
table.tbl img.ico {
	margin: 1px 0 0 0
}

/* Smiley icon */
img.sml {
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
	height: 14px
}

/* Flag */
img.flg {
	margin: 3px 0;
	vertical-align: text-top;
	width: 16px;
	height: 11px
}

/* Header title */
span.htt {
	font-weight: bold;
	color:#660000
}

/* Sticky topic title */
span.stk {
	font-weight: bold
}

/* Execution message */
span.tbm {
	font-weight: bold;
	color: green
}

/* Highlighted keyword, report/message link */
em {
	font-weight: bold;
	font-style: normal;
	color: #660000
}

/* Monospace font */
tt {
	font-size: 90%
}

/* Float right */
.flr {
	float: right
}

/* Help */
div.hlp h3 {
	margin: 10px 0 0 0;
	font-size: 100%;
	font-weight: bold
}
div.hlp p {
	margin: 5px 0 0 0
}

/* Forum info copyright, mini banner */
div.icr, div.bni {
	margin-top: 10px;
	text-align: center
}
div.bni img {
	margin: 5px
}

/* Board jump form */
form.bjp {
	margin-top: 10px;
	float: right
}

/* Copyright, page timer message */
p.cpr, p.pct {
	text-align: right;
	font-size: 85%;
	color: #c8d2c8
}

/* Forum config */
form.cfg h3 {
	margin: 20px 0 10px 0;
	border-top: 1px solid #c8d2c8;
	padding-top: 10px;
	font-size: 100%;
	font-weight: bold
}
form.cfg h3:first-child {
	margin-top: 0;
	border-top: none
}
form.cfg h4 {
	margin: 10px 0 0 10px;
	font-size: 100%;
	font-weight: bold
}
form.cfg p {
	margin: 5px 0 0 20px;
	width: 90%
}
form.cfg samp {
	color: green;
	font-weight: normal
}
form.cfg dfn {
	color: #666;
	font-style: normal;
	font-weight: normal
}
form.cfg input.ctx {
	width: 50%
}
form.cfg textarea {
	width: 90%
}
form.cfg div.afo {
	background-color: #e8e8e8
}

/* Tag button */
button.tbt {
	margin: 0 3px 3px 0;
	width: 40px;
	border: 1px solid #666;
	background-color: #efefef
}
button.tbt:hover {
	background-color: white
}

/* Invisible table */
table.tiv {
	border-collapse: collapse;
	border: none
}
table.tiv tr {
	border: none
}
table.tiv td {
	border: none;
	padding: 0 5px 0 0;
	vertical-align: top
}
table.tiv .shr {
	width: 15%;
	white-space: nowrap
}

/* Topic tag */
img.ttg {
	vertical-align: text-top
}

/* Image gallery */
table.igl td {
	text-align: center;
	vertical-align: bottom;
	font-size: 85%
}

/* Attachment thumbnail */
img.amt {
	border: 1px solid blue
}

/* Embedded external images */
img.emi {
	max-width: 100%
}

/* Board description */
div.bds {
	font-size: 85%
}
