@import url("homepage.css");
@import url("instrukcijos.css");

body { background-color: #d2b48c; margin: 10px 2% }
body, table { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }

div#banners { float: right; background-color: white; border: 1px solid #d3d3d3; margin-left: 10px }
div#bnr_content { padding: 0px 10px }
div.bnr_item { margin: 10px 0px }

div#header { background-color: white; padding: 6px }

div#lang { float: right }

div#menu_1 { 
	background-color: #2e8b57;
	/*border-bottom: 1px solid #556b2f;*/
	font-size: x-small;
	letter-spacing: 0.2ex;
	padding: 4px 10px;
	text-align: left;
}
div#menu_1, div#menu_1 a { color: #f5deb3; font-weight: bold } 
div#menu_1 a { text-decoration: none }
div#menu_1 a:hover { color: #fafad2; text-decoration: overline }

div#menu_2 { 
	background-color: #fafad2;
	border-left: 6px solid white;
	border-right: 6px solid white;
	font-size: x-small;
	font-weight: bold;
	letter-spacing: 0.2ex;
	padding: 4px 10px;
	text-align: right;
}
div#menu_2, div#menu_2 a { color: #2f4f4f } 
div#menu_2 a { text-decoration: none }
div#menu_2 a:hover { background-color: #eee8aa; color: #8b0000 }

div#menu_local {
	background-color: #fff5ee;
	border-left: 6px solid #006400;
	border-right: 6px solid #006400;
	font-size: x-small;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	padding: 4px 10px;
	text-align: left;
}
div#menu_local, div#menu_local a { color: #333333 } 
div#menu_local a { text-decoration: none }
div#menu_local a:hover { background-color: #eee8aa; color: #8b0000; }
div#menu_local strong { color: #2f4f4f }

div#content {
/*background: url(../_img/bgr_content.jpg) no-repeat 100% 0%;
border-left: 20px solid #dcdcdc;*/
background-color: #ffffff;
font-size: x-small; padding-left: 10%; padding-right: 10%;
padding-top: 10px;
padding-bottom: 20px;
/*border: 1px solid #1e90ff;*/
}
div#content h1 { color: #006400; font-size: large; font-weight: bold;
/*background: url(../_img/bgr_h1.jpg) no-repeat 100% 0px;*/  }
/*div#content h1:first-letter { color: #228b22; font-family: "Times New Roman", serif }*/

/* IS */
span.i { color: #556b2f }
span.s { color: #483d8b }
span.i, span.s { font-style: italic; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }
/* IS */

div#content h2 {
	background-color: #dcdcdc;
	/*border-top: 1px solid #d3d3d3;*/
	border-left: 20px solid #daa520;
	color: #800000;
	font-size: small;
	padding: 2px 10px;
}

div#content h3 { background-color: #f8f8ff; font-size: x-small; border-top: 1px solid #dcdcdc; border-left: 3px solid #dcdcdc; padding: 2px 10px;  }

div#content h4 { font-size: x-small; margin-left: 3%; margin-right: 3% }

div#content p { text-align: justify; text-indent: 2% }
div#content li { margin-bottom: 0.5em; }

/*div#content p, div#content table.default { margin-left: 3%; margin-right: 3% }*/

p.important {
	padding: 10px; background-color: #ffffe0; border: 1px dashed #daa520;
}
.x-important {
	background-color: #e6e6fa; font-weight: bold; color: black; padding: 10px; border: 2px dashed #4682b4;
}
span.pas_pav { color: #556b2f; font-weight: bold } /* pas_pav - paslaugos pavadinimas  */

table.default { margin-bottom: 16px; border-collapse: collapse; border-bottom: 2px solid #2f4f4f }
table.default caption { color: black; font-size: x-small; font-weight: bold; text-align: left; padding-bottom: 4px; }
table.default th { color: black;  background-color: #ffffe0; }
table.default td { color: black; background-color: #f5f5f5; }
table.default th, table.default td { font-size: x-small; padding: 4px; border: 1px solid #2f4f4f }

acronym { color: #008080; font-weight: bold; font-style: italic }

div#footer {
	background-color: #fafad2;
	border-bottom: 3px solid #2e8b57;
	clear: both;
	color: #2f4f4f;
	font-size: x-small;	
	padding: 4px;
	text-align: center
}