﻿HTML {
	HEIGHT: 100%;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

* HTML #index {
	HEIGHT: 100%
}

BODY {
	margin: 0px;
	padding: 0px;
}

div.index {
	MIN-HEIGHT: 100%;
	MARGIN: 0px auto;
	WIDTH: 610px; 
	TEXT-ALIGN: left;
}

div.header {
	background-image:url('images/header.png');
	height: 140px;
	width: 610px;
}
div.menu {
	position: relative;
	top: 51px;
	left: 302px;
}

div.center_top {
	background-image: url('images/center_top.png');
	background-repeat: no-repeat;
	height: 5px;
	width: 610px;
}

div.center {
	background-image: url('images/center.png');
	background-repeat: repeat-y;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	min-height: 300px!important;
}

div.center_bottom {
	background-image: url('images/center_bottom.png');
	background-repeat: no-repeat;
	height: 5px;
	width: 610px;
}

div.footer {
	background-image:url('images/footer.png');
	min-width: 100%;
	height: 22px;
	text-align: center;
	color: white;
	font-family: Verdana;
	font-size: 10px;
}

img{
	border: 0px;
}

a {
	color: #4F7603;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}
a:hover {
	color: #385303;
	text-decoration: underline;
}

a.info {
	color: #4F7603;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	font-family: Tahoma, Arial, Verdana;
}
a:hover.info {
	color: #385303;
	text-decoration: underline;
}

textarea {
	padding: 2px 5px;
	FONT-SIZE: 11px; 
	font-family: sans-serif;
	color: #5F7300;
	border: 1px solid #5F7300;
	background: #C6DD95;
}

input {
	font-family: sans-serif;
	font-size: 11px;
	color: #5F7300;
	font-weight: bold;
	border: 1px solid #5F7300;
	background: #C6DD95;
}

/*Naujienos*/
div.naujienos {
	padding: 5px;
	text-align: justify;
	font-size: 12px;
	font-family: Arial;
	background-color: #E5FECC;
	border-top: 1px dashed #8BA703;
	border-left: 1px dashed #8BA703;
	border-right: 1px dashed #8BA703;
}
div.naujienos_bottom {
	padding: 2px;
	padding-right: 10px;
	text-align: right;
	font-size: 10px;
	font-family: Arial;
	background-color: #91B70B;
	border: 1px solid #8BA703;
}

/*Lenteles*/
.lentele_virsus {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	FONT-SIZE: 11px; 
	FONT-FAMILY: Arial, Tahoma, sans-serif;
}
.lentele_body {
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; 
}

/*Subdomenu redagavimas*/
table.sk {
	border-collapse: collapse;
	line-height: 20px;
	border: 0px;
}

td.sk {
	font-size: 11px;
	border: 0px;
	line-height: 135%;
	font-family: Helvetica, Arial, sans-serif;
}

span.sk {
	text-align: left;
	display: block;
	padding: 10px 10px 10px 70px;
	margin: 0px;	
	color: #5F7300;
	border-top: 3px solid #5F7300;
	border-bottom: 3px solid #5F7300;
	background: #f2f2f2 url('images/info.png') no-repeat 10px 50%;
}

div#ToolTipDiv {
	position: absolute;
	top: 100px;
	left: 100px;
	background: #F1D7BD;
	border: 1px solid #9A4E04;
	color: #9A4E04;
	display: none;
	padding: 5px;
	font-size: 11px;
	font-family: Tahoma;
}