/* ------------------------------------------------------------------ */
/* --- 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, Helvetica, sans-serif;
	font-size: 14px;
	color: #404040;
	background-color: #FFF;
}
img {
	border: none;
}
#m-content img {
	border:8px solid #e1e1e1;
}
img.image {
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
}
.fl {
	float: left;
}

/* ------------------------------------------------------------------ */
/* --- Links -------------------------------------------------------- */
/* ------------------------------------------------------------------ */
a:link, a:visited, a:active {
	color:#d40f00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

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

/* --- [more link] -------------------------------------------------- */
a.more:link, a.more:visited, a.more:active {
	background-image: url(/images/icons/link_more.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
a.more:hover {}

/* --- [navi link] -------------------------------------------------- */
a.totop {
	background-image: url(/images/icons/icon_2top.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
a.toback {
	background-image: url(/images/icons/icon_2back.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
a.tohome {
	background-image: url(/images/icons/icon_2home.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
a.toprint {
	background-image: url(/images/icons/icon_print.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.gallery_previous {
	background-image: url(/images/icons/icon_2back.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	float:left;
}

a.gallery_next {
	background-image: url(/images/icons/icon_2back1.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	float:right;
	text-align:right;
}
#pagecontrol {
	clear: both;
	margin: 20px 0px 5px 0px;
}

/* ------------------------------------------------------------------ */
/* --- Defaults ----------------------------------------------------- */
/* ------------------------------------------------------------------ */
h1 {
	font-size: 30px;
	line-height: 32px;
	margin: 11px 0 11px 0;
	padding: 0 0 0 38px;
	font-weight: normal;
	letter-spacing: normal;
	color: #47606b;
	background-image: url(/images/h1.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
h2 {
	background-image: url(/images/h2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size:14px;
	line-height: 16px;
	margin: 0 0 12px 0;
	padding: 0 0 0 16px;
	font-weight: bold;
	letter-spacing: normal;
	color: #47606b;
}
h3 {
	position: relative;
	background-image: url(/images/h3.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size:14px;
	line-height: 24px;
	margin:11px 0 11px 0;
	padding:0 0 0 7px;
	font-weight: bold;
	letter-spacing: normal;
	color:#000;
}
h3 span {
	display: block;
	background-image: url(/images/h3_span.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 24px;
	line-height: 24px;
	font-size: inherit;
	font-weight: inherit;
	padding:0; margin:0;
}

p {
	font-size: 14px;
	line-height: 20px;
	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:6px 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 {
}
/* --- Lists -------------------------------------------------------- */
ul {
	list-style-image: none;
	list-style-type: none;
	margin: 1em;
	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/dot.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-left: 1em;
	padding-left: 1em;
	white-space: normal;
	margin-bottom:8px;
	line-height: 20px;
}

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

dl dd {
	background-image: url(images/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  ------------------------------------------------------- */
/* ------------------------------------------------------------------ */


/* ------------------------------------------------------------------ */
/* --- [table style] ------------------------------------------------ */
/* ------------------------------------------------------------------ */
.lenta, #m-content table {
	width: 100%;
	border-collapse: separate;
	margin: 0 0 1em 0;
	border:1px solid #cfdee3;
	border-right: none;
}
.lenta th, .lenta_header, #m-content table th {
	color: #404040;
	font-size: 14px;
	background-color: #cfdee3;
	text-align: center;
	font-weight: bold;
	border-top: none;
	border-bottom: none;
	padding: 4px 0;
	border-right:1px solid #fff;
}
.lenta td, #m-content table td {
	text-align: left;
	padding: 4px 4px;
	border-top: 1px solid #cfdee3;
	border-right: 1px solid #cfdee3;;
}
/* ------------------------------------------------------------------ */
/* --- [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;
}
.cts1 {
	border-right:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
}
.cts2 {
	border-bottom:1px dotted #CCCCCC;
}
.cts3 {
	border-right:1px dotted #CCCCCC;
}
.cts4 {
}

div.video {
	background-color:#E1E1E1; 
	width:425px; 
	height:350px; 
	padding:8px;
}

.news_link {
	display: block;
	font-size: 14px;
	font-weight: bold;
	background-image:none;
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
}

img.news {
	margin-bottom:13px;
}

.news_date {
	color:#6A6A6A;
	font-size:11px;
}

.news_text {
	line-height:20px;
}

#m-content img.partners {border:none; padding:0;}

.clear {overflow:hidden; height:1px; display:block; clear:both; margin-top:-1px;}

.gallery_puslapiavimas_num {
	width:23px;
	height:17px;
	padding:3px 0 0 0;
	background-image:url(/images/pagenum_bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
	margin:0 5px 0 0;
	font-size:12px;
}
.gallery_puslapiavimas_num_right {
	width:23px;
	height:17px;
	padding:3px 0 0 0;
	background-image:url(/images/right_arrow.gif);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
	margin:0 5px 0 0;
	font-size:12px;
}
.gallery_puslapiavimas_num_left {
	width:23px;
	height:17px;
	padding:3px 0 0 0;
	background-image:url(/images/left_arrow.gif);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
	margin:0 5px 0 0;
	font-size:12px;
}

.gallery_puslapiavimas_num a, .gallery_puslapiavimas_num_right a, .gallery_puslapiavimas_num_left a {
	padding:3px 0 0 0;
	width:23px;
	height:17px;
	display:block;
	margin:-3px 0 0 0;
	text-decoration:none;
}


div.gallery_album {
	float:left; 
	height:125px; 
	width:125px; 
	margin:15px 9px 0 9px; 
	background-color:#E1E1E1; 
	padding:5px;
}

span.gallery_album {
	height:125px; 
	width:125px; 
	cursor:pointer; 
	display:block; 
	background-position:top center; 
	background-repeat:no-repeat;
}

div.gallery_albumlist {
	float:left; 
	margin:10px 10px 0 10px; 
	width:285px; 
	height:220px;
}

span.gallery_albumlist {
	height:160px; 
	width:275px; 
	cursor:pointer; 
	display:block; 
	background-position:center; 
	background-repeat:no-repeat;
}

div.gallery_albumlist div {
	width:275px; 
	height:160px;
	background-color:#E1E1E1; 
	padding:5px;
}