body {
	font: 70%/133% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	margin: 8px;
}
address, blockquote, form, h1, h2, h3, h4, h5, h6, p, table, ul, ol, dl {
	margin: 0 0 1em;
	font-size: 100%;
	line-height: 130%;
}
h1, h2, h3, h4, h5, h6 { 
	clear: both;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 150%;
	margin: 5px 0 5px 0;
	padding: 0px 0 5px 0;
	line-height: 1,5em;
	border-bottom: 1px solid #808080;
}
h2 {
	font-size: 125%;
	font-weight: normal;
	font-family: Verdana, Arial;
}
h3 { font-size: 110%;font-weight: bold; }

ul, ol { padding-left: 3em; clear: left; }
  
img {
	margin: 0;
	border: 0;
}
img.left {
	float: left;
	margin: 0;
	border: 0;
}

a:link    { color: #003366; }
a:visited { color: #004080; }
a:focus   { color: #004080; }
a:hover   { color: #004080; }
a:active  { color: #004080;}

table {
	border-collapse: collapse;
	border: none;
	border-top: 1px solid #003366;

}
table.none {
	border-collapse: collapse;
	border: none;
}
table.none td, th { padding: .0em .0em;}
thead {
	display: table-header-group;
}

caption { text-align: left; padding: 0 0 .5em; }

td, th { padding: .3em .5em;}
tr {
	vertical-align: top;
}

tbody th {
	text-align: left;
	border-bottom: 1px solid #F47A3A;
}
tbody tr.sbg {
	background-color: #F4E9DE;
}

dd { margin-left: 3em; }

fieldset {
	margin: 0;
	padding: 0;
}

textarea { display: block; overflow: auto; }

.radio label, .check label {
	display: block;
	margin-bottom: .5em;
	padding-left: 18px;
}

.radio br, .check br { display: none; }

.radio label br, .check label br { display: inline; }

.radio label input, .check label input {
	float: left;
	margin-left: -18px;
}

img, input, select, textarea, button {
	vertical-align: middle;
	font: 100% Arial, Helvetica, sans-serif;
}

button, input.button {
	overflow: visible;
	padding: .1em .5em;
}

tr.right, th.right, td.right, p.right { text-align: right; }

img.right {
	float: right;
	margin: 0 0 10px 10px;
}



/* -------------------------------------------------------------------------------------------------
   --------------------------------------------NETAISYTA--------------------------------------------
   ------------------------------------------------------------------------------------------------- */


/**
 * Su shitais reikalais atskira kalba,
 * browseriai renderina kaip kas nori :).
 * Rekomanduojama, jei ymanoma, naudoti simbolius &sup2;, &sup3;, etc.
 * IE palaikymas ishvis mistinis:
(kodo gabalelis ish http://www.nordea.lt/css/iefix.css) */
sup {
	font-size: 109%;
	line-height: 1.2em;
	vertical-align: middle;
	padding-bottom: .5em;
	display: inline-block;
}
sup, sub { font-size: 90%; line-height: 90%; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
/* */

 
/**
 * IE „abbr“ nepalaiko
 */

abbr, acronym {
	border-bottom: dotted 1px #000;
}


/**
 * 
 */
.nowrap { white-space: nowrap; }


/* BLOCKQUOTE */

blockquote {
	margin: 0 0 1em 2.5em;
	behavior: expression(!this.before ? this.before = this.innerHTML = '<span class="blockquote__">&#8220;</span>' + this.innerHTML : null);
}

/**
 * Prie blokines citatos pridedamos stilizuotos kabutes
 * IE reikalingas scriptas, bo nepalaiko tokiu dalyku
 */

blockquote:before, .blockquote__ {
	content: "\201C";
	font-size: 400%;
	line-height: 130%;
	margin: -.3em 0 -1em -.6em;
	display: block;
	font-weight: bold;
	color: #ccc;
}

/**
 * Blokines citatos pabaigoje esantis cite permetamas y deshine
 */
blockquote div { text-align: right; }

/**
 * Inlajnines citatos ir internacionalines kabutes
 * IE reikalingas scriptas, bo nepalaiko tokiu dalyku
 * safari palaiko tiktai vieno tipo (open|close)-quote = "
 * + nepalaiko :lang selecto
 */
q:before { content: open-quote; }
q:after { content: close-quote; }
q:lang(lt) { quotes: "\201E" "\201C" "\201E" "\201C" }
q:lang(en) { quotes: '\0022' '\0022' "\0027" "\0027" }
q:lang(no) { quotes: "\00AB" "\00BB" '\0022' '\0022' }
q:lang(ru) { quotes: "\00AB" "\00BB" "\2039" "\203A" }

/**
 * Safari palaikymuj
 */
.lt q:before, q.lt:before { content: "\201E"; }
.en q:before, q.en:before { content: "\0022"; }
.no q:before, q.no:before { content: "\00AB"; }
.ru q:before, q.ru:before { content: "\00AB"; }
.lt q:after, q.lt:after { content: "\201C"; }
.en q:after, q.en:after { content: '\0022'; }
.no q:after, q.no:after { content: "\00BB"; }
.ru q:after, q.ru:after { content: "\00BB"; }
.lt q q:before, q.lt q:before { content: "\201E"; }
.en q q:before, q.en q:before { content: "\0027"; }
.no q q:before, q.no q:before { content: "\0022"; }
.ru q q:before, q.ru q:before { content: "\2039"; }
.lt q q:after, q.lt q:after { content: "\201C"; }
.en q q:after, q.en q:after { content: "\0027"; }
.no q q:after, q.no q:after { content: '\0022'; }
.ru q q:after, q.ru q:after { content: "\203A"; }


/**
 * Kabuchiu unicodines reishkmes
 *	"	0022
 *	'	0027
 *	‹	2039
 *	›	203A
 *	«	00AB
 *	»	00BB
 *	‘	2018
 *	’	2019
 *	“	201C
 *	”	201D
 *	„	201E
 */