/* ------------------------------------------------------------------ */
/* --- CSS Document [-------.lt] ------------------------------------ */
/* ------------------------------------------------------------------ */
/* --- Includes: ---------------------------------------------------- */
/* ------- ie.css [IE stuff] ---------------------------------------- */
/* ------- layout.css [layout] -------------------------------------- */
/* ------- behaviors.css [IE stuff] --------------------------------- */
/* ------------------------------------------------------------------ */
/* --- Author: [mp] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
* {
	margin:0;
	padding:0;
}
html, body {
	font-family: arial, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #444444;
	background-color: #CCC;
}
img {
	border: none;
}

/* ------------------------------------------------------------------ */
/* --- Links -------------------------------------------------------- */
/* ------------------------------------------------------------------ */
a:link, a:visited, a:active {
	color: #666;
/*	border-bottom: 1px dotted #666666;*/
	text-decoration: underline;
}
a:hover {
/*	border-bottom: none;*/
	text-decoration: none;
}

/* --- [For imges] -------------------------------------------------- */
a:link img, a:visited img, a:active img {
	border: none;

}
a:hover img {
	border: none;
}

/* ------------------------------------------------------------------ */
/* --- Defaults ----------------------------------------------------- */
/* ------------------------------------------------------------------ */
h1 {
	font-size: 1.75em;
	line-height: 2.4em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size:1.8em;
	line-height: 2em;
	margin: 0 0 0em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
	color:#000;
}

h3 {
	font-size:1.4em;
	line-height: 1.6em;
	margin: 0 0 0em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
	color:#000;
}
p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 1em 0 1em 0;
}

blockquote, .pastaba {
	color: #333333;
	border-left: 4px solid #000;
	line-height: 1.4em;
	padding-left: 1em;
	margin: .5em 0 .5em 0;
}
.hr {
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: none;
	margin:1em 0; padding:0;
	display: block;
	height: 1px;
	background-color: transparent;
}
fieldset {
	border: 1px solid #000;
	padding: 1em;
	margin: .5em 0;

}
legend {
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
}

pre {
	font-family: "Courier New", Courier, monospace;
	border: 1px dashed #000000;
	overflow: auto;
}
strong, b {
	font-weight: bold;
}
.news {
	background-color: #DCEDF8;
	border:1px solid #96B215;
	padding: 0 7px;
}
/* --- Lists -------------------------------------------------------- */
ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

dl {
	list-style-image: none;
	list-style-type: none;
	margin: 1em;
	padding: 0;
}

ol {
	list-style-position: inside;
	margin: 1em;
	padding: 0;
}

ul li {
	background-image: url(/images/icon_dot.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	margin-left: 1em;
	padding-left: 1em;
	white-space: normal;
	line-height: 180%;
	margin-bottom: 0.22em;
}

ul ul {
	margin: 0;
}
ul li li {
	background-image: url(/images/icon_dot.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}
dl dt {
	text-decoration: underline;
}

dl dd {
	background-image: url(/images/icon_dot.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-left: 1em;
	padding-left: 1em;
	line-height: 1.4em;
}
ol ul, ol ol {
	margin: 0;
}
ol li {
	margin-left: 1em;
	line-height: 1.4em;
}
ol li li {
	margin-left: 2em;
}
label {
	display: block;
	cursor: pointer;
}
.svarbu {
	color: #FF0000;
	font-weight: bold;
}
/* ------------------------------------------------------------------ */
/* --- Meniu [] ----------------------------------------------------- */
/* ------------------------------------------------------------------ */

/* --- SubMeniu [] -------------------------------------------------- */



/* ------------------------------------------------------------------ */
/* --- Pager  ------------------------------------------------------- */
/* ------------------------------------------------------------------ */
.navigation_pages {
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
}
.navigation_pages a {
	margin: 0 3px;
}
a.p-prev {
	border: none;
	background-image: url(images/icons/icon_prev.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0 0 0 8px;
}
a.p-next {
	background-image: url(images/icons/icon_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin: 0 0 0 12px;
}
/* ------------------------------------------------------------------ */
/* --- [table style] ------------------------------------------------ */
/* ------------------------------------------------------------------ */
.lenta {
	width: 100%;
	border-collapse: collapse;
	margin: .5em 0;
}
.lenta th, .lenta_header {
	color: #000;
	background-color: #CCC;
	text-align: center;
	font-weight: bold;
	border-top: 4px solid #000;
	border-bottom: 1px solid #333;
	padding: 4px 0;
}
.lenta td {
	text-align: center;
	padding: 4px 0;
	border-bottom: 1px solid #333;
}
/* ------------------------------------------------------------------ */
/* --- [Form style] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
.forma {
	padding: 1em;
	margin: 1em 0;
	width: 260px;
	border: 1px solid #999999;
}
.forma .idiv {
	margin: 6px 0;
	padding-bottom: 6px;
}
.forma label {
	text-transform: none;
	font-size: 1em;
	color: #333333;
	display: block;
	cursor: pointer;
}
.forma input {
	border: 1px solid #000;
	background-color: #ccc;
	width: 255px;
	padding: 3px;
	font-size: 11px;
}
.forma input.button {
	width: auto;
	color: #000;
	background-color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 10px;
	cursor: pointer;
}
.forma textarea {
	border: 1px solid #000;
	background-color: #ccc;
	font-size: 11px;
	width: 255px;
	overflow: auto;
	padding: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------------------ */
/* --- [Hover effect] ----------------------------------------------- */
/* ------------------------------------------------------------------ */
.hover-hold {
	position: relative;
}
a.place {
	cursor: pointer;
}
span.over {
	position: relative;
	float: left;
	width: 240px;
	height: auto;
	display: block;
	padding: 5px;
	border: 1px solid #999;
	margin: 0 10px 10px 0;
}
span.over .img-block {
	display: block;
	background-color: #dedede;
	border: 1px solid #FFF;
	width: 80px;
	height: 60px;
	float: left;
	margin-right: 10px;
}
span.over .heading, span.over .date, span.over .aprasymas {
	position: relative;
	white-space: normal;
}
a.place:link, a.place:visited, a.place:active, a.place:link span.over, a.place:visited span.over, a.place:active span.over {
	color: #000000;
	text-decoration: none;
}
a.place:hover, a.place:hover span.over {
	background-color: #999;
	color: #000000;
	text-decoration: none;
}
/* --- hover styles 4 seperite classes ------------------------- */
a.place:hover span.over {
	border:1px solid #000;
}
a.place:hover span.img-block {
	border:1px solid #FFCC00;
}
a.place:hover span.date {
	color: #FFCC00;
}
a.place:hover span.heading {
	color: #FFCC00;
}
a.place:hover span.aprasymas {
	text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* --- CSS menu ----------------------------------------------------- */
/* ------------------------------------------------------------------ */
#cssmenu {
	position: relative;
	margin: 0; padding: 0;
}
#cssmenu ul#f-level {
	margin: 0; padding: 0;
	background-image: none;
}
#cssmenu ul#f-level li {
	background-image: none;
	margin: 0; padding: 3px;
	display: block;
	width: 10%;
	float: left;
	border: 1px solid #666666;
	background-color: #999999;
}

