/* mwForum Rybka Style 2.15.0 */
/* buttonIcons="0" */


/* Canvas */
html {
	margin: 0 0 1px;
	height: 99%;
	padding: 0;
}
body {
	margin: 0;
	color: #000;
	background-color: #fff;
	padding: 0;
}

/* Base font */
body, table {
	font-size: 12px;
	font-family: verdana, sans-serif;
}

tr, td, th {
	border: none;
}

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

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


/* Generic header cell */
div.hcl {
	font-size: 15px;
	color: #777;
	/*height: 27px;*/
	padding: 0 0px;
	overflow: hidden;
	font-weight: bold;
	/*white-space: nowrap;*/
	line-height: 27px;
}

/* Generic content cell */
div.ccl {
	padding: 8px 12px;
	background-color: #f3f3f3;

}

div.pst div.ccl {
	overflow: visible;
}

div.ccl p {
	margin: 0;
	display: inline;
}
div.ccl:first-child {
	border-top: none;
}
div.ccl p:first-child {
	margin-top: 0;
}

/* Generic button cell */

div.bcl {
	font-size: 11px;
	background: #eee url(stripe-grey.gif);
	background-repeat: repeat;
	line-height: 27px;
	padding: 0;
	white-space: nowrap;
}

/* Button link */
div.bcl a, a.btl {
	color: #000;
	padding: 6px 10px;
	text-decoration: none;
	font-family: Verdana, 'Trebuchet MS', Sans-serif,  Arial;
}

div.bcl a:hover, a.btl:hover {
	background-color: #ddd;
}

td.shr a.btl {
	color: #069;
	padding: 0;
}

td.shr a.btl:hover {
	color: #dd6900;
	background-color: transparent;
}

/* button bar at the top */

div.nbl, div.abl {
	background: #f3f3f3 url(stripe-grey.gif);
}

div.nbl a, div.abl a {
	color: #666;
	padding: 0px 0px 0px 8px;
	font-weight: bold;
}

div.nbl a:hover, div.abl a:hover {
	color: #000;
	background-color: transparent;
}

div.abl {

}

div.abl a {
	color: #c60;
	font-weight: normal;
	font-size: 10px;
}

/* button bar at the top top!*/

div.tpb div.bcl {
	border-radius: 10px 10px 10px 10px;
	background-color: rgb(51, 51, 51);
	background-image: none;
	box-shadow: 0px 0px 2px rgb(153, 153, 153);
	overflow: hidden;
	color: rgb(221, 221, 221);
	text-align: center;
	font-size: 13px;
	list-style: none;
	margin-bottom: 18px;
}

div.tpb div.bcl a {
	color: #ccc;
	padding: 6px 10px;
}

div.tpb div.bcl a:hover, div.tpb a.btl:hover {
	background-color: #444;
}

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

/* Page button link */
span.pln a {
	margin: 0;
	padding: 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: #e0e0e0;
	background-image: url(cellpic1.gif);
	font-weight: bold;
	letter-spacing: 1px;
	height: 29px;
}

/* Table header cell */
table.tbl th {
	text-align: left;
	text-indent: 4px;
	vertical-align: middle;
	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: #efefef;
  font-size: 11px;
}

/* Table content cell */
table.tbl td {
  border: 1px solid #fff;
  padding: 2px 4px;
}

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

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

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

div.tpb div.hcl {
	display:none;
}

/* Error header cell */
div.err div.hcl {
	background-color: #ff8888;
	background-image: url(bg_hclerr.png);
}

/* Error message paragraph */
div.err div.ccl p {
	margin: 5px 0 0 0;
	color: red;
}
div.err div.ccl p:first-child {
	margin: 0;
}

/* Form */
form {
	margin: 0;
	padding: 0;
}
input, button, textarea, select {
	font-size: inherit;
	font-family: inherit;
}
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: red;
}

/* Post header of unread posts */
div.pst.unr div.hcl {
	background-color: #e8ddb0;
	background-image: url(bg_pstunr.png);
}

/* Post header of new posts */
div.pst.new div.hcl {
	background-color: #f4e4a3;
	background-image: url(bg_pstnew.png);
}

/* Post header of target posts */
div.pst.tgt div.hcl {
	background-color: #c0c0c0;
	background-image: url(bg_psttgt.png);
}

/* Quote */
blockquote {
	margin: 0;
	color: gray;
}
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 {

}
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 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 {
	vertical-align: text-top;
	width: 16px;
	height: 16px;
}
div.hcl img.ico {
	margin-top: 5px;
}

/* Flag */
img.flg {
	margin: 2px 0;
	vertical-align: text-top;
	width: 18px;
	height: 12px;
}

/* Header title */
span.htt {

}

/* 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: red;
}

/* Monospace font */
tt {
	font-size: 11px;
	font-family: Courier,'Courier New',sans-serif;
}

/* 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;
	font-size: 10px;
}
div.icr {
/*  border: 1px solid #005A78; */
}
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: center;
	font-size: 85%;
	color: silver;
}

/* Forum config */
form.cfg h3 {
	margin: 20px 0 10px 0;
	border-top: 1px solid silver;
	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-family: verdana, sans-serif;
	font-weight: normal;
}
form.cfg dfn {
	color: gray;
	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 gray;
	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%;
}
a.url img.emi {
	border: 1px solid blue;
}

/* Board description */
div.bds {
	font-size: 11px;
	font-weight: normal;
}

/* DJ Additions */


div#wrapper {
	float:left;width:100%; 
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	/* width: 40em;	<-- use this for a set width */
/*	background-color: #eeeeee; */
}
 	
div#contentw {
	margin: 0 170px 0 0;
}

#content {
	margin-top: 20px;
}

#lb {

}

#rb {

}

div#navigation{
	float:left;
	width:170px;
	margin-left:-100%
}

div#extra {
	float:left;
	width:170px;
	margin-left:-170px
}

/* text url links*/
a.url {
	color: blue;
	text-decoration: none;
}
a.url:visited {
	color: blue;
}
a.url:hover {
	color: red;
}

div#header h1 {
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #006;
	color: #fff
}
div#footer {
	background: #00b;
	color: #fff;
}
div#footer p {
	margin:0;
	padding:5px 10px
}

/* Post header of normal posts */
div.pst div.hcl {
	background-color: #ddd8c3;
	background-image: url(cellpic1.gif);
	height:29px;
	color: #000;
	padding: 0 8px;
	font-size: 12px;
}

div.sta {
	font-size: 10px;
}

tr.crw td.shr {
	background-color: #e8e8e8;
	background-image: none;
}

tr.crw td.shr + td.shr {
	background-color: #e3e3e3;
	background-image: none;
}

tr.crw td.shr + td.shr + td.shr {
	background-color: #e0e0e0;
	background-image: none;
}

tr.crw {
	height: 22px;
}


.board_show tr.crw td {
	font-size: 12px;
}

.board_show tr.crw td.shr {
	font-size: 10px;
}

.forum_show table.tbl tr.crw {
  font-weight: bold;
  height: 40px;
}
/* Table icon cell */
.forum_show tr.crw td.icl {
	background-color: #efefef;
	background-image: none;
}

.forum_show tr.crw td {
	vertical-align: middle;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background-image: url(cellpic2.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.forum_show tr.crw td.shr {
	background-image: none;
	font-weight: normal;
}

div.bcl img.ico {
	vertical-align: -15%;
}

div.ccl div span {
	font-size: 10px;
}

div.hcl a {
	color:#07b;
}

div.hcl a:hover {
	color:#dd6900;
}

div.hcl img {
	vertical-align: text-bottom;
}

/* Google sitesearch */
form.ggl {
	float: left;
	margin-top: 10px;
}

div.nbl a+a:before, div.abl a+a:before {
	content: "\2022";
	color: #dd6900;
	padding-right: 8px;
}
div.nbl span.pln a+a:before, div.abl span.pln a+a:before {
	content: "";
	padding-right: 0;
}

/* Icon sprites */
.sic { 
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	background-image: url(icons.png);
}
div.hcl .sic {
	margin-top: 1px;
}
.sic_board_nr { background-position: 0 -1px; } 
.sic_board_nu { background-position: 0 -18px; } 
.sic_board_or { background-position: 0 -35px; } 
.sic_board_ou { background-position: 0 -52px; } 
.sic_nav_minus { background-position: 0 -69px; } 
.sic_nav_next { background-position: 0 -86px; } 
.sic_nav_next_d { background-position: 0 -103px; } 
.sic_nav_plus { background-position: 0 -120px; } 
.sic_nav_prev { background-position: 0 -137px; } 
.sic_nav_prev_d { background-position: 0 -154px; } 
.sic_nav_up { background-position: 0 -171px; } 
.sic_post_a { background-position: 0 -188px; } 
.sic_post_i { background-position: 0 -205px; } 
.sic_post_nn { background-position: 0 -222px; } 
.sic_post_nr { background-position: 0 -239px; } 
.sic_post_nu { background-position: 0 -256px; } 
.sic_post_or { background-position: 0 -273px; } 
.sic_post_ou { background-position: 0 -290px; } 
.sic_sml_lol { background-position: 0 -307px; } 
.sic_sml_neg { background-position: 0 -324px; } 
.sic_sml_ooh { background-position: 0 -341px; } 
.sic_sml_pos { background-position: 0 -358px; } 
.sic_sml_tng { background-position: 0 -375px; } 
.sic_sml_wnk { background-position: 0 -392px; } 
.sic_topic_l { background-position: 0 -409px; } 
.sic_topic_nr { background-position: 0 -426px; } 
.sic_topic_nu { background-position: 0 -443px; } 
.sic_topic_or { background-position: 0 -460px; } 
.sic_topic_ou { background-position: 0 -477px; } 
.sic_topic_poll { background-position: 0 -494px; }
.sic_hint_info { background-position: 0 -511px; } 
.sic_hint_exec { background-position: 0 -528px; }
.sic_hint_error { background-position: 0 -545px; } 