/* mwForum Atviras.lt Style 2.11.0 by_Virginijus mevvis@gmail.com */
/* buttonIcons="0" */

/* Canvas */
html {
	margin: 0 0 1px;
	height: 100%;
	background-color: white;
	padding: 0;
}

body {
	margin: 10;
	background-color: white;
	padding: 10px;
}

/* Base font */
body, table {
	font-size: 14px;
	font-family: verdana, sans-serif;
}

/* Link */
a {
	color: #547700;
	text-decoration: none;
}
a:visited {
	color: #547700;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a img {
	border: none;
}

/* Generic frame */
div.frm {
	margin-top: 10px;
	border: 1px solid #f1f1f1;
}

/* Generic header cell */
div.hcl {
	height: 15px;
	background-color: #f1f1f1;
/*	background-image: url(juosta_virsus.png); */
	padding: 0px 5px 5px 5px;
	overflow: hidden;
}
/*
/*pranesimo langas*/
div.hnt img {
	float: right;
	vertical-align: baseline;
	
}

div.hnt p {
	margin: 0 0 0 0px;
}

}
div.hnt.exe {
	color: green;
}
div.hnt.err {
	color: red;
}
*/
/* Generic content cell */
div.ccl {
	border-top: 1px solid #9c9c9c;
	background-color: #ffffff;
	padding: 4px;
}
div.ccl:first-child {
	border-top: none;
}
div.ccl p:first-child {
	margin-top: 0;
}

/* Generic button cell */
div.bcl {
	border-top: 3px solid #c1e36b;
	background-color: #ffffff;
	padding: 2px 4px 2px 1px;
}

/* Button link */
div.bcl a, a.btl {
	margin: 1px;
	padding: 0 4px;
}
div.bcl a:hover, a.btl:hover {
	margin: 0;
	border: 1px solid #9c9c9c;
	background-color: #fafafa;
}
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;
}

/* Table frame */
table.tbl {
	margin-top: 5px;
	width: 100%;
	border: 1px solid #f1f1f1;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Table header row */
table.tbl tr.hrw {
	background-color: #f1f1f1;
/*	background-image: url(juosta_virsus.png); */
	font-weight: bold;
}

/* Table header cell */
table.tbl th {
	border: 1px solid #c1e36b;
	padding: 3px 4px;
	text-align: left;
	white-space: wrap;
}

/* Table header column cell */
table.tbl td.hco {
	width: 20%;
	font-weight: bold;
}

/* Table content row */
table.tbl tr.crw {
	background-color: #ffffff;
}	

/* Table content cell */
table.tbl td {
	border: 1px solid #f1f1f1;
	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: #ff8888;
#	background-image: url(juosta_virsus_error.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%;
	background-color: #ffffff;
}

/* Poll result */
td.plv, td.plp {
	padding-left: 15px;
	text-align: right;
}

/* Poll result bar */
div.plb {
	margin-left: 10px;
	height: 10px;
	background-color: #c1e36b;	
}

/* Post header of new posts */
div.pst.new div.hcl {
	background-color: #e8e8c6;
/*	background-image: url(bg_pstnew.png); */
}

/* Post header of target posts */
div.pst.tgt div.hcl {
	background-color: #cdcbe0;
/*	background-image: url(bg_psttgt.png); */
}

/* Quote */
blockquote {
	margin: 0;
	color: gray;
}
blockquote p {
	margin: 0;
}

/* Rank image */
img.rnk {
	margin: 2px 0;
	vertical-align: text-top;
}

/* Avatar image */
img.ava {
	width: 50px;
	height: 50px;
#	border: 1px solid #c1e36b
}
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;
	background-color: #ffffff;
	padding: 5px;
}

/* Signature */
div.sig, span.sig {
	font-size: 85%;
	background-color: #f1f1f1;
}

/* 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: 15px;
	height: 15px;
}

/* Flag */
img.flg {
	margin: 3px 0;
	vertical-align: text-top;
	width: 16px;
	height: 11px;
}

/* Header title */
span.htt {
	font-weight: bold;
}

/* 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: 90%;
	color: #9c9c9c;
}

/* 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.icr {
	border: 1px solid silver;
}
div.bni img {
	margin: 5px;
}

/* Board jump form */
form.bjp {
	margin-top: 10px;
	float: left;

}

/* 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;
}

/* Board description */
div.bds {
	font-size: 85%;

}/* Icon sprites */
.sic {
        vertical-align: text-top;
        width: 14px;
        height: 14px;
        background-image: url(ikonos.png);
}
div.hcl .sic {
        margin-top: 1px;
}
.sic_board_nr { background-position: 0 -1px; }
.sic_board_nu { background-position: 0 -17px; }
.sic_board_or { background-position: 0 -34px; }
.sic_board_ou { background-position: 0 -50px; }
.sic_nav_minus { background-position: 0 -120px; }
.sic_nav_next { background-position: 0 -84px; }
.sic_nav_next_d { background-position: 0 -102px; }
.sic_nav_plus { background-position: 0 -66px; }
.sic_nav_prev { background-position: 0 -137px; }
.sic_nav_prev_d { background-position: 0 -154px; }
.sic_nav_up { background-position: 0 -173px; }
.sic_post_a { background-position: 0 -190px; }
.sic_post_i { background-position: 0 -205px; }
.sic_post_nn { background-position: 0 -222px; }
.sic_post_nr { background-position: 0 -226px; }
.sic_post_nu { background-position: 0 -246px; }
.sic_post_or { background-position: 0 -263px; }
.sic_post_ou { background-position: 0 -281px; }
.sic_topic_l { background-position: 0 -302px; }
.sic_topic_nr { background-position: 0 -318px; }
.sic_topic_nu { background-position: 0 -334px; }
.sic_topic_or { background-position: 0 -350px; }
.sic_topic_ou { background-position: 0 -366px; }
.sic_topic_poll { background-position: 0 -384px; }
.sic_hint_info { background-position: 0 -412px; }
.sic_hint_exec { background-position: 0 -412px; }
.sic_hint_error { background-position: 0 -412px; }


