/* mwForum Default2 Style 2.22.0 */
/* buttonIcons="1" */

/* Body */
body {
	margin: 0;
	background-color: white;
	padding: 10px;
}

/* Base font */
body, input, textarea, select, button {
	font-size: 13px;
	font-family: verdana, sans-serif;
}

/* Monospaced */
code, pre {
	font-size: 90%;
}

/* Emphasized */
em {
	color: red;
	font-weight: bold;
	font-style: normal;
}

/* Link */
a {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
}
a:hover {
	color: red;
}
a img {
	border: none;
}

/* Frame */
div.frm {
	margin-top: 10px;
	box-shadow: 2px 2px 2px silver;
	-moz-box-shadow: 2px 2px 2px silver;
	-webkit-box-shadow: 2px 2px 2px silver;
}

/* Header cell */
div.hcl {
	border-bottom: 1px solid #d0e0ee;
	background: #d0e0ee;
	background: linear-gradient(#dfefff, #d0e0ee);
	background: -moz-linear-gradient(#dfefff, #d0e0ee);
	background: -webkit-gradient(linear, left top, left bottom, from(#dfefff), to(#d0e0ee));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#dfefff, endColorStr=#d0e0ee);
	zoom: 1;
	padding: 3px 4px;
}

/* Content cell */
div.ccl {
	background: #efffff;
	padding: 4px;
	word-wrap: break-word;
}
div.ccl + div.ccl {
	border-top: 1px solid #e6efff;
}
div.ccl > *:first-child {
	margin-top: 0;
}
/*div.ccl > *:last-child {
	margin-bottom: 0;
}*/

/* Button cell */
div.bcl {
	background-color: #e6efff;
	padding: 3px 4px 3px 1px;
}
div.abl {
	margin-top: 2px;
}

/* Button link */
div.bcl a {
	margin: 0 4px;
	white-space: nowrap;
}
td.shr a.btl {
	margin: 0 2px;
}

/* Page button link */
span.pln {
	float: right;
}
span.pln a {
	margin: 0;
	padding: 0;
}

/* Navigation */
span.nav {
	float: right;
}

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

/* Table header cell */
table.tbl th {
	background: #d0e0ee;
	background: linear-gradient(#dfefff, #d0e0ee);
	background: -moz-linear-gradient(#dfefff, #d0e0ee);
	background: -webkit-gradient(linear, left top, left bottom, from(#dfefff), to(#d0e0ee));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#dfefff, endColorStr=#d0e0ee);
	padding: 3px 4px;
	text-align: left;
	font-weight: bold;
}

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

/* Table content cell */
table.tbl td {
	border-top: 1px solid #d0e0ee;
	background: #efffff;
	background: linear-gradient(left, #efffff, #e6efff);
	background: -moz-linear-gradient(left, #efffff, #e6efff);
	background: -webkit-gradient(linear, left top, right top, from(#efffff), to(#e6efff));
	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.frm.tpb {
	margin-top: 0;
}

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

/* Hint cell */
div.hnt img {
	float: left;
	vertical-align: baseline;
	margin-left: 2px;
}
div.hnt p {
	margin: 0 0 0 25px;
}
div.hnt.exe {
	color: green;
}
div.hnt.err {
	color: red;
}

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

/* Copyright, page timer */
p.cpr, p.pct {
	text-align: center;
	font-size: 85%;
	color: silver;
}
p.cpr a {
	color: silver !important;
}	

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

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

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

/* Poll result */
td.plv, td.plp {
	padding-left: 15px;
	text-align: right;
}
div.plb {
	margin-left: 10px;
	height: 10px;
	font-size: 1px;
	background: #00bb00;
	background: linear-gradient(lime, green);
	background: -moz-linear-gradient(lime, green);
	background: -webkit-gradient(linear, left top, left bottom, from(lime), to(green));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='lime', endColorStr='green');
}

/* Unread and new post */
div.pst.unr div.hcl {
	border-bottom: 1px solid #bbe4bb;
	background: #bbe4bb;
	background: linear-gradient(#d9f0d9, #bbe4bb);
	background: -moz-linear-gradient(#d9f0d9, #bbe4bb);
	background: -webkit-gradient(linear, left top, left bottom, from(#d9f0d9), to(#bbe4bb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#d9f0d9, endColorStr=#bbe4bb);
}
div.pst.new div.hcl {
	border-bottom: 1px solid #e4e4bb;
	background: #e4e4bb;
	background: linear-gradient(#f0f0d9, #e4e4bb);
	background: -moz-linear-gradient(#f0f0d9, #e4e4bb);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0d9), to(#e4e4bb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f0f0d9, endColorStr=#e4e4bb);
}

/* Focused post */
div.pst.fcp div.hcl {
	border-bottom: 1px dotted blue;
}
div.pst a.psl:focus {
	outline: none;
}

/* User rank and badge icon */
img.rnk, img.ubs {
	margin-top: 1px;
	vertical-align: text-top;
}
img.uba {
	vertical-align: middle;
}

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

/* Avatar */
div.pst img.ava {
	margin-left: 5px;
	float: right;
}
form.agl img.ava {
	margin: 2px;
	vertical-align: middle;
}
form.agl label {
	white-space: nowrap;
}

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

/* Signature */
div.ccl.sig {
	font-size: 85%;
}

/* Tag button */
div.tbb {
	vertical-align: top;
}
button.tbt, button.snp {
	margin: 0 3px 3px 0;
	border: 1px solid #d0e0ee;
	background-color: #e6efff;
}
button.tbt:hover {
	background-color: white;
}

/* Attached or embedded image */
img.ami, img.amt, img.emi {
	vertical-align: bottom;
}
img.amt, a.url img.emi {
	border: 1px solid blue;
}

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

/* Image page */
p.ims, p.imc {
	text-align: center;
}

/* 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 */
div.bni {
	margin-top: 10px;
	text-align: center;
}
div.bni img {
	margin: 5px;
}

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

/* Icon sprite */
.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; } 

