/* ------------------------------------------------------------------ */
/* --- CSS Document [-------.lt] ------------------------------------ */
/* ------------------------------------------------------------------ */
/* --- Includes: ---------------------------------------------------- */
/* ------- ie.css [IE stuff] ---------------------------------------- */
/* ------- layout.css [layout] -------------------------------------- */
/* ------------------------------------------------------------------ */
/* --- Author: [mp] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
* {
	margin:0;
	padding:0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #d4d4d4;
	background-color: #000;
}
img {
	border: none;
}

/* ------------------------------------------------------------------ */
/* --- Links -------------------------------------------------------- */
/* ------------------------------------------------------------------ */
a:link, a:visited, a:active, .linkas1 {
	color: #ffbf30;
	text-decoration: underline;
}
a:hover, .linkas1:hover, .linkas1.hover {
	color: #ffbf30;
	text-decoration: none;
}
/* --- [Hover effect] ----------------------------------------------- */
a.place {
	cursor: pointer;
}

/* --- [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: 10px;
}
a.toback {
	background-image: url(/images/icons/icon_2back.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
a.tohome {
	background-image: url(/images/icons/icon_2home.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
/* --- [top links] --------------------------------------------------- */
#h-holder #home a:link, #h-holder #home a:visited, #h-holder #home a:active {
	display: block;
	width: 30px; height: 30px;
	line-height: 30px;
	text-decoration: none;
	background-image: url(/images/icons/icon_home.gif);
	background-position: top;
}
#h-holder #home a:hover {
	background-image: url(/images/icons/icon_home.gif);
	background-position: bottom;
}
#h-holder #email a:link, #h-holder #email a:visited, #h-holder #email a:active {
	text-decoration: none;
	display: block;
	width: 25px; height: 25px;
	line-height: 25px;
	background-image: url(/images/icons/icon_email.gif);
	background-position: top;
}
#h-holder #email a:hover {
	background-image: url(/images/icons/icon_email.gif);
	background-position: bottom;
}

/* ------------------------------------------------------------------ */
/* --- Defaults ----------------------------------------------------- */
/* ------------------------------------------------------------------ */
h1 {
	font-size: 1.8em;
	line-height: 2em;
	margin: 0 0 0em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
}
h1 span { 
	border-bottom: 2px solid #ccc;
}
h2 {
	background-image: url(/images/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:15px;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	font-weight: normal;
	letter-spacing: normal;
	color: #CCCCCC;
}
h2 span {
	border-bottom: 1px solid #ccc;
}
h3 {
	font-size:1.2em;
	line-height: 1.4em;
	margin: 0 0 0em 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: normal;
	color:#fff;
}
h3 span {
	border-bottom: 1px solid #ccc;
}
#content_heading h1 {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0;
	padding: 19px 0 10px 60px;
}
#content_heading h2 {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	margin: 17px 0 0 37px;
	padding: 0 0 0 15px;
}
h1.rh1 {
	position: relative;
	top: -11px;
	left: 60px;
	background-image: url(/images/remejai_title2.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	padding-left: 30px;
	letter-spacing: normal;
	margin: 0;
	padding-top: 7px;
	display: block;
	width: 210px;
	height: 33px;
}
h1.rh1:hover {
	background-image: url(/images/remejai_title3.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	color: #d4d4d4;
	margin: .5em 0 .5em 0;
}
blockquote, .pastaba {
	color: #d4d4d4;
	border-left: 4px solid #fff;
	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 #606060;
	padding: 1em;
	margin: .5em 0;
}
legend {
	border: 1px solid #606060;
	color: #d4d4d4;
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
}
pre {
	font-family: "Courier New", Courier, monospace;
	border: 1px dashed #000000;
	overflow: auto;
}
strong, b {}
/* ------------------------------------------------------------------ */
/* --- images styles ------------------------------------------------ */
/* ------------------------------------------------------------------ */
.img_left {
	display: block;
	float: left;
}
.img_right {
	display: block;
	float: left;
}
.img_left img, .img_right {
	border: 1px solid #434343;
	margin-top: 3px;
	margin-right: 7px;
	margin-bottom: 3px;
}
.image {
	background-color: #242424;
	border: 1px solid #434343;
	padding: 5px;
}

/* --- 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;
	line-height: 1.4em;
}
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;
	padding: 0 0 7px 0;
}
ol li li {
	margin-left: 2em;
}

/* --- data --------------------------------------------------------- */
.data, .date {
	font-size: 0.92em;
	color: #fff;
}
/* ------------------------------------------------------------------ */
/* --- [forms control] ---------------------------------------------- */
/* ------------------------------------------------------------------ */
.svarbu {
	color: #FF0000;
	font-weight: bold;
}
.error {
}
.error_msg {
	font-weight: bold;
	text-align: center;
	color: #CC0000;
	padding: 3px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.good_msg {
	font-weight: bold;
	color: #ffbf30;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #ffbf30;
	border-bottom: 1px solid #ffbf30;
}

label {
	cursor: pointer;
}
.r-logai {
	padding-left: 30px;
}
.r-logai img {
	margin-right: 7px;
	margin-bottom: 7px;
}

/* ------------------------------------------------------------------ */
/* --- [table style] ------------------------------------------------ */
/* ------------------------------------------------------------------ */
.lenta {
	width: 100%;
	border-collapse: collapse;
	margin: .5em 0;
/*	font-size: 0.92em;*/
	border-bottom: 3px solid #606060;
}
.lenta th, .lenta_header {
	color: #000;
	background-color: #ffb000;
	font-weight: bold;
	border-bottom: 1px solid #606060;
	padding: 5px 0 5px 10px;
}
.lenta tr:hover, .lenta tr.trover, .lenta tr.hover {
	background-color: #4c4c4c;
}
.lenta td {
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #606060;
}
.lenta2 {
	width: 100%;
	border-collapse: collapse;
	margin: .5em 0;
/*	font-size: 0.92em;*/
	border-bottom: 2px solid #606060;
}
.lenta2 th, .lenta_header2 {
	color: #ffb000;
	background-color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #606060;
	padding: 5px 0 5px 10px;
}
.lenta2 td {
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #333333;
}
/* ------------------------------------------------------------------ */
/* --- Pager  ------------------------------------------------------- */
/* ------------------------------------------------------------------ */
.navigation_pages {
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 15px;
}
.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;
}
/* ------------------------------------------------------------------ */
/* --- [Form style] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
.forma {
	padding: 1em;
	margin: 1em 0;
	width: 260px;
	border: 1px solid #606060;
}
.forma .idiv {
	margin: 6px 0;
	padding-bottom: 6px;
}
.forma label {
	text-transform: none;
	font-size: 1em;
	color: #d4d4d4;
	display: block;
	cursor: pointer;
}
.forma input {
	border: 1px solid #000;
	background-color: #ccc;
	width: 255px;
	padding: 3px;
	font-size: 11px;
}
.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;
}

/* --- default button ----------------------------------------------- */
input.button {
	width: auto;
	color: #000;
	border-top:1px solid #FFDA30;
	border-bottom: 1px solid #DC9800;
	border-left: 1px solid #DC9800;
	border-right: 1px solid #FFDA30;
	background-color: #FFBF30;
	font-size: 1em;
	font-weight: normal;
	padding: 0px 5px;
	cursor: pointer;
}

/* ------------------------------------------------------------------ */
/* --- Antraste [index] --------------------------------------------- */
/* ------------------------------------------------------------------ */
#index-title {
	width: 419px;
	padding-top: 18px;
	height: 22px;
	text-align: center;
}
#index-title img {}
#index-title span {
	display: none;
	font-family: impact;
	font-size:18px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

/* ------------------------------------------------------------------ */
/* --- Meniu [] ----------------------------------------------------- */
/* ------------------------------------------------------------------ */
#meniu {
	display:block;
	background-image: url(/images/mainmeniu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 66px;
}
#index #meniu {
	height: 48px;
}
#meniu-holder {
	margin: 0 auto;
	width: 991px;
}
#meniu-holder ul {
	margin:0;
	padding:0;
}
#meniu-holder ul li {
	background-image: url(/images/m_li.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	padding:0;
	margin: 0;
	display: block;
	float: left;
}
#meniu-holder li a {
	float: left;
	display: block;
	text-align:center;
	width: auto;
	height: 34px;
	padding: 0 10px 0 10px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	color: #a8a8a8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#meniu-holder li a:hover {
	color: #FFFFFF;
	background-image: url(/images/m_a_hover1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#meniu-holder li a#current {
	color: #FFFFFF;
	background-image: url(/images/m_a_hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#meniu-holder li span#span-last {
	margin: 0 15px;
}
/* --- SubMeniu [] -------------------------------------------------- */
#sub-holder {
	background-image: url(/images/sub_ul_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	margin: 0 auto;
	padding-left: 40px;
	width: 951px;
/*	height: 22px;*/
}
#sub-holder ul {
	background-image: url(/images/sub_holder_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	margin: 0; padding: 0;
	height: 22px;
	width: 655px;
}
#sub-holder ul li {
	background-image: url(/images/sub_span.jpg);
	background-position: left center;
	background-repeat: repeat-x;
	padding: 3px 0;
	float: left;
	margin: 0;
	height: 16px;
}
#sub-holder ul li#sub-li-last {
	background-color: #000000;
	background-image: url(/images/sub_li_last.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin: 0;
	width: 50px;
	height: 16px;
}
#sub-holder li a:link, #sub-holder li a:visited, #sub-holder li a:active {
	background-image: url(/images/sub_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	font-size: 1.1em;
	text-decoration: underline;
	padding: 0 0 0 10px;
}
#sub-holder li a:hover {
	text-decoration: none;
}
#sub-holder li span {
	padding: 3px 20px 3px 20px;
	background-image: url(/images/sub_span.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-decoration: underline;
}
#sub-holder li a:hover span, #sub-holder span#current2 {
	padding: 3px 20px 3px 20px;
	background-image: url(/images/sub_span_o.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
}

/* ------------------------------------------------------------------ */
/* --- [right blocks] ----------------------------------------------- */
/* ------------------------------------------------------------------ */
.r-blocks {
	width: 254px;
	margin-bottom: 18px;
}
.r-blocks .rb-top {
	background-color: #262626;
	background-image: url(/images/mini_block_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 52px;
}
.r-blocks .rb-bottom {
	background-color: #262626;
	background-image: url(/images/mini_block_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: 1px solid #606060;
	height: 20px;
}
.r-blocks .rb-top-short {
	background-color: #262626;
	background-image: url(/images/mini_block_top_short.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: 1px solid #606060;
	height: 20px;
}
.r-blocks .rb-center {
	margin: 0;
	padding:0;
	background-color: #262626;
}
.r-blocks .rb-top p {
	margin: 0;
}
.r-blocks .rb-top h1 {
	display: block;
	margin: 0 0 0 30px;
	padding: 17px 0 0 0;
	font-size: 15px;
	line-height: normal;
	letter-spacing: normal;
}

/* ------------------------------------------------------------------ */
/* --- [News Hover ] ------------------------------------------------ */
/* ------------------------------------------------------------------ */
.news-holder {
	position: relative;
}
span.news-over {
	clear: both;
	position: relative;
	height: auto;
	display: block;
	padding: 11px 15px;
	border-top: 1px solid #606060;
}

span.tv {
	clear: both;
	position: relative;
	height: auto;
	display: block;
	padding: 11px 5px 11px 10px;
	border-top: 1px solid #606060;
}

span.tv p.heading {
	text-transform: none;
	text-decoration: none;
	color: #ffbf30;
	font-weight: bold;
}

span.tv img {
	vertical-align:middle;
	margin-right:5px;
}


.news-holder-vidus span.news-over {
	position: relative;
	height: auto;
	display: block;
	padding: 7px;
	border-top: none;
	border-bottom: 1px solid #606060;
}
/* --- [links styles] ------------------------------------------ */
a.place:link, a.place:visited, a.place:active, a.place:link span.news-over, a.place:visited span.news-over, a.place:active span.news-over {
	color: #d4d4d4;
	text-decoration: none;
}
a.place:hover, a.place:hover .news-over {
	background-color: #4c4c4c;
	color: #d4d4d4;
	text-decoration: none;
}
/* --- styles 4 seperate classes ------------------------------ */
.news-over span.img-block {
	width: 145px;
	height: 110px;
	border: 1px solid #434343;
	display: block;
	float: left;
	background-color: #242424;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
}
.news-over span.img-block img {
	border: 1px solid #434343;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 4px;
}

span.news-over .heading {
	text-transform: none;
	text-decoration: underline;
	color: #ffbf30;
	font-weight: bold;
}


span.news-over .date {
	color: #FFF;
}
span.news-over .aprasymas {
	display: block;
	margin-top: 7px;
}
/* --- hover styles 4 seperate classes ------------------------- */
a.place:hover .news-over .img-block {
	background-color: #242424;
	border:1px solid #ffbf30;
}
a.place:hover .news-over .img-block img {
	border:1px solid #ffbf30;
}
a.place:hover .news-over span.date {
	color: #FFF;
}
a.place:hover .news-over .heading {
	text-decoration: none;
	text-transform: none;
	padding-left: 0;
}
a.place:hover .news-over .aprasymas {
	text-decoration: none;
}

/* ------------------------------------------------------------------ */
/* --- [Hover effect] ----------------------------------------------- */
/* ------------------------------------------------------------------ */
.hover-hold {
	position: relative;
}
span.over {
	position: relative;
	height: auto;
	display: block;
	padding: 7px 15px;
	border-top: 1px solid #606060;
}
span.over .img-block {
	background-color: #262626;
	display: block;
	float: left;
}
span.over .img-block img {
	border: 1px solid #434343;
	margin-top: 3px;
	margin-right: 7px;
	margin-bottom: 3px;
}
span.over .heading {
	text-transform: uppercase;
	padding-left: 10px;
}
span.over .date {
	color: #FFF;
}
span.over .aprasymas {
	display: block;
	margin-top: 7px;
}
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: #d4d4d4;
	text-decoration: none;
}
a.place:hover, a.place:hover span.over {
	background-color: #4c4c4c;
	color: #d4d4d4;
	text-decoration: none;
}
/* --- hover styles 4 seperate classes ------------------------- */
a.place:hover .hover-hold span.over {
}
a.place:hover .hover-hold span.img-block {
	background-color: #242424;
	border:1px solid #FFCC00;
}
a.place:hover .hover-hold span.date {
	color: #FFF;
}
a.place:hover .hover-hold span.heading {
	padding-left: 10px;
	text-transform:uppercase;
}
a.place:hover .hover-hold span.aprasymas {
	text-decoration: none;
}

/* ------------------------------------------------------------------ */
/* --- [vote block] ------------------------------------------------- */
/* ------------------------------------------------------------------ */
.vote {
	margin-left: 14px;
}
.vote form {
	display: block;
	border: none;
	padding: 0 0 5px 0;
	background-color: transparent;
}
.vote .question {
	margin-left: 0px;
	margin-bottom: 18px;
}
.vote .idiv {
	position: relative;
	display: block;
	margin-bottom: 8px;
}
.vote label {
	display: block;
	clear: both;
}
.idiv .spaninput {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	width: 25px;
}
.idiv .spantext {
	position: relative;
	top: 0px;
	left: 25px;
	display: block;
	width: 200px;
}
.vote input.v-radio {}
.vote input.v-box {}
.v-ansver {}

.vote input.button { margin-bottom: 10px;}

/* ------------------------------------------------------------------ */
/* --- [TV anonsas block] ------------------------------------------- */
/* ------------------------------------------------------------------ */
.tv-anonsas {
	padding: 0px 14px 10px 14px;
}
.yellow {
	font-size: 1.4em;
	font-weight: bold;
	color: #ffbf30;
	text-transform: uppercase;
	margin-bottom: 1em;
}
/* ------------------------------------------------------------------ */
/* --- [ Gallery block ] -------------------------------------------- */
/* ------------------------------------------------------------------ */
.g-img {
	display: table;
	background-color: #333333;
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #434343;
}
.g-foto {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.g-foto img {
	border: 1px solid #666;
}

/* ------------------------------------------------------------------ */
/* --- [ Galiunai block ] ------------------------------------------- */
/* ------------------------------------------------------------------ */
.galiunas-list {
	position:relative; 
	width:195px; 
	height:315px; 
	display:block; 
	float:left; 
	margin: 0 3px 15px 3px; 
}
a.galiunas-list-link:link, a.galiunas-list-link:visited, a.galiunas-list-link:active {
	margin-top:5px; 
	display: block; 
	width:195px; 
	height:195px; 
	margin:0 auto; 
	position:relative;
	border: 1px solid #434343;
	text-decoration: none;
}
a.galiunas-list-link:hover {
	border:1px solid #ffbf30;
	text-decoration: none;
}
.galiunas-list-info {
	width:181px; 
	border: 1px solid #434343;
	border-top: none;
	margin: 0 auto; 
	padding: 7px; 
	background-color: #3a3a3a;
}
.galiunu-paieska {
	margin: 0 6px 12px 4px; 
	display: block;
/*	border: 1px solid #434343;*/
}
.galiunu-paieska form {
	text-align: right;
	padding: 5px;
}
.galiunu-paieska input.input1 {
	border: 1px solid #000;
	background-color: #ccc;
	width: 255px;
	padding: 3px;
	font-size: 11px;
}
