﻿HTML {
	height: 100%;
	background-image: url('images/bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #141414;
}

* HTML #index {
	height: 100%;
}

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

div.index {
	min-height: 100%;
}

div.center{
	min-height: 100%;
	margin: 0px auto;
	width: 842px;
	font-size: 12px;
	font-family: Tahoma;
	color: #141414;
}

img {
	border: 0px;
}

div.hsp {
	height: 20px;
}

div.header {
	height: 62px;
	padding-top: 12px;
	width: 100%;
	background-image: url('images/h_bg.png');
	background-repeat: repeat-x;
	text-align: center;
}

a.btn {
	margin-left: 32px;
}

div.footer {
	height: 20px;
	padding-top: 9px;
	width: 100%;
	background-image: url('images/footer.png');
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

a.w_link {
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.w_link {
	text-decoration: underline;
}

div.main_t {
	width:641px;
	height:16px;
	background-image: url('images/main_t.png');
	background-repeat: no-repeat;
}
div.main {
	width: 607px;
	background-image: url('images/main_c.png');
	background-repeat: repeat-y;
	padding: 5px 17px 5px 17px;
}
div.main_b {
	width:641px;
	height:16px;
	background-image: url('images/main_b.png');
	background-repeat: no-repeat;
}

div.menu_t {
	width:181px;
	height:16px;
	background-image: url('images/menu_t.png');
	background-repeat: no-repeat;
}
div.menu {
	width: 147px;
	background-image: url('images/menu_c.png');
	background-repeat: repeat-y;
	padding: 0px 17px 0px 17px;
}
div.menu_b {
	width:181px;
	height:16px;
	background-image: url('images/menu_b.png');
	background-repeat: no-repeat;
}

/*Naujienos*/
div.naujienos {
	padding: 5px;
	text-align: justify;
	font-size: 12px;
	font-family: Arial;
	background-color: #EAEAEA;
	border-top: 1px dashed #4E4E4E;
	border-left: 1px dashed #4E4E4E;
	border-right: 1px dashed #4E4E4E;
}
div.naujienos_bottom {
	padding: 2px;
	padding-right: 10px;
	text-align: right;
	font-size: 10px;
	font-family: Arial;
	background-color: #A0A0A0;
	border: 1px solid #4E4E4E;
}

/*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: #4E4E4E;
	border-top: 3px solid #4E4E4E;
	border-bottom: 3px solid #4E4E4E;
	background: #f2f2f2 url('images/info.png') no-repeat 20px 50%;
}

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

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

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

input {
	font-family: sans-serif;
	font-size: 11px;
	color: #4E4E4E;
	font-weight: bold;
	border: 1px solid #4E4E4E;
	background: #F8F8F8;
}

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

a.menu {
	width: 100%;
	display: block;
	color: #4E4E4E;
	line-height: 25px;
	height: 25px;
	text-align: center;
}

a.menu:hover, a.menu:active, a.menu:focus {
	color: #FFFFFF;
	text-decoration: none;
	background: #4E4E4E;
}
