html {
	height: 100%;
}
body, html, div, span, input, select, textarea, h1 {
	font-family:Verdana;
	font-size:11px;
}
body {
	margin:0;
	height: 100%;
}
.page {
	margin:0 auto;
	width:980px;
	padding:8px;
	border:1px solid #ccc;
}
.page_top {
	clear: both;
	height:183px;
}
.logo {
	width:163px;
	float:left;
}
.logo_top {
	height:6px;
	background:url('img/red_border_top.png') no-repeat bottom center;
}
.logo_middle {
	height:170px;
	border-left:2px solid #fe0000;
	border-right:2px solid #fe0000;
	background:url('img/logo_bg.jpg') no-repeat top center;
	text-align:center;
}
.logo_middle h1 {
	margin:0;
	padding:127px 0 0 0;
	font-size:15pt;
	line-height:100%;
}
.logo_bottom {
	height:7px;
	background:url('img/red_border_bottom.png') no-repeat top center;
}
.banner, .banner2 {
	width:610px;
	display: table-row;
	float:right;
}
.banner2 {
	width:191px;
	margin-left:8px;
}
.banner_left {
	width:6px;
	background:url('img/red_border_left.png') no-repeat top left;
	/*display: table-cell;*/
	float:left;
	height:120px;
}
.banner_center, .banner2_center {
	/*display: table-cell;*/
	float:left;
	border-top:2px solid #fe0000;
	border-bottom:2px solid #fe0000;
	background:url('img/juosta_bg.png') repeat-x center #000;
	width:598px;
	height: 116px;
}
.banner2_center {
	width:179px;
}
/*.banner_center {
	padding-top:18px;
	height: 120px;
	paddin:0;
}*/
.banner_center p {
	margin:0;
	padding:0;
}
.banner_right {
	width:6px;
	background:url('img/red_border_right.png') no-repeat top left;
	/*display: table-cell;*/
	float:right;
	height:120px;
}
.menu {
	width:809px;
	display: table-row;
	float:right;
	margin-top:6px;
}
.menu_left {
	width:6px;
	background:url('img/red_border_left.png') no-repeat bottom right;
	display: table-cell;
	height: 56px;
	vertical-align: top;
}
.menu_left div {
	width:6px;
	background:url('img/red_border_left.png') #fff no-repeat top right;
	height: 6px;
}
.menu_right div {
	width:6px;
	background:url('img/red_border_right.png') #fff no-repeat top right;
	height: 6px;
}
.menu_center {
	display: table-cell;
	border-top:2px solid #fe0000;
	border-bottom:2px solid #fe0000;
	width:800px;
	background: #000;
}
.menu_right {
	width:6px;
	background:url('img/red_border_right.png') no-repeat bottom left;
	display: table-cell;
	vertical-align: top;
}
table.button {
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
}
.meniu, .meniu_active {
	height: 52px;
	border-left:2px solid #fe0000;
	margin:0;
	background:url('img/meniu_bg1.jpg') no-repeat bottom left;
}
.meniu a, .meniu_active a {
	color:#fff;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	padding:0 0 0 40px;
}
.meniu a:hover, .meniu_active a {
	color:#fe0000;
}
.page_center {
	margin-top:8px;
}
.page_center_top {
	height:6px;
	background:url('img/red_border_top.png') no-repeat bottom left;
}
.page_center_top div {
	height:6px;
	background:url('img/red_border_top.png') no-repeat bottom right;
}
.page_center_top div div {
	border-top:2px solid #fe0000;
	background:#fff;
	margin:0 30px;
}
.page_center_bottom {
	height:6px;
	background:url('img/red_border_bottom.png') no-repeat bottom left;
}
.page_center_bottom div {
	height:6px;
	background:url('img/red_border_bottom.png') no-repeat bottom right;
}
.page_center_bottom div div {
	border-bottom:2px solid #fe0000;
	background:#fff;
	margin:0 30px 2px 30px;;
	height:4px;
}
.content {
	border-left:2px solid #fe0000;
	border-right:2px solid #fe0000;
}
.line {
	height:28px;
	background:url('img/content_repeat.png') repeat-x bottom center;
}
.con {
	min-height:450px;
	background:url('img/content_bg.png') no-repeat center;
	padding:0 10px 10px 10px;
	position:relative;
	margin-bottom:20px;
	line-height: 140%;
}
.page_bottom {
	margin-top:10px;
	height:15px;
}
.copy {
	float:left;
	color:#f57524;
}
.creators {
	float:right;
	color:#f57524;
}
.p_title {
	font-size:18px;
	font-weight:bold;
}
.news_title, .reng_title, .more, .paging a {
	color:#0000c1;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
.reng_title {
	font-size:20px;
}
.more {
	float:right;
}
.error {
	text-align: center;
	color: #fe0000;
	font-weight:bold;
	padding:0 0 10px 0;
}
div.news { 
	padding:10px 10px 20px 10px;
	margin:1em;
    background: #eaeaea;
	color:#000;
}
div.news code, div.comments_button code {
	display:none;
}

.helpers {
	width:925px;
	clear:both;
	height:16px;
	margin: auto 0;
	position: absolute;
	bottom:-10px;
	left:30px;
}
.back {
	float:left;
	color:#0000c1;
	cursor:pointer;
}
.top {
	float:right;
	color:#0000c1;
	cursor:pointer;
}
.back:hover, .top:hover, .more:hover, .news_title:hover, .paging a:hover {
	text-decoration:underline;
}
a {
	color:#0000c1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.paging {
	text-align:center;
	font-weight:bold;
}
.paging a {
	border:1px solid #0000c1;
	padding:1px 3px;
}

pre { display:none }
#main h2 { text-align: center }
#right { cursor: pointer }
#movies {
	text-align:center;
}
#movies table {
	border-spacing:0;
	border-collapse:collapse;
	margin:22px 0 0 13px;
	text-align:center;
}

/* comments */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.message_list li {
	padding: 0;
	margin: 0;
	background:#f79659;
}
.message_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:0;
	background:#649b9c;
}
.message_head .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}
.message_head cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
.message_body {
	padding: 5px 10px 15px;
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #555555;
	background: #f79659;
	margin:0;
	height:30px;
	padding-top:5px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	margin-right:10px;
}
.show_recent_only, .uncollpase_all_message {
	display: none;
}
.collpase_all_message, .uncollpase_all_message {
	color: #666666;
}
.collapse_buttons a {
	border-bottom:1px solid #4747a4;
	border-right:1px solid #4747a4;
	border-top:1px solid #8080c0;
	border-left:1px solid #8080c0;
	color:#4747a4;
	font-weight:bold;
	text-align:center;
	padding:2px 3px;
}
.collapse_buttons a:hover {
	background:#222222;
	color:#fff;
}
.comments_slide {
	display:none;
	margin:0 10px;
}
.comments_button {
	text-align: center;
	font-weight: bold;
	color:#000;
	width:310px;
}
.btn {
	padding:3px 30px;
	background: url(img/white-arrow.gif) no-repeat right -55px;
	cursor:pointer;
}
.bg {
    background: #f79659;
    padding:10px 0;
    margin-left:10px;
}
.active {
	padding:3px 30px;
	background: url(img/white-arrow.gif) no-repeat right 5px;
	cursor:pointer;
}
.btn2 {
	padding:3px 30px;
	background: url(img/white-arrow.gif) no-repeat right -55px;
	cursor:pointer;
}
.insert_comments {
	width: 300px;
	background: #f79659;
	margin:0;
}
.insert_comments td {
	text-align:center;
}
.insert_comments .label {
	width:100px;
	vertical-align: top;
	font-weight:bold;
	text-align:right;
	padding:2px 3px 0 0;
}
div.submit {
	width: 300px;
	background: #f79659;
	height:30px;
}
input.submit {
	border-bottom:1px solid #4747a4;
	border-right:1px solid #4747a4;
	border-top:1px solid #8080c0;
	border-left:1px solid #8080c0;
	color:#1f1f8f;
	font-weight:bold;
	float:right;
	cursor:pointer;
	margin:5px 5px 0 0;
}
input.text, textarea.textarea, input.textfield  {
	width: 90%;
	border-bottom:1px solid #4747a4;
	border-right:1px solid #4747a4;
	border-top:1px solid #8080c0;
	border-left:1px solid #8080c0;
}
.comments_slide_open {
	margin:0 10px;
}
.gallery {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-top:10px;
}
.gallery .first {
	width:145px;
	vertical-align:top;
	padding:0 5px;
}
.gallery .first div {
    background: #eaeaea;
	color:#000;
	padding:5px;
	margin-bottom:5px;
	cursor:pointer;
}
.gallery .first div:hover {
	color:#fe1d1d;
}
.gallerybtn_active {
	border:1px solid #000;
}
.gallery .second {
	vertical-align:top;
}
div.gallerybox {
	padding:0;
	margin:0;
	clear:both;
    background: #eaeaea;
	padding:10px;
	margin-bottom:15px;
}
div.gallerybox table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
.gallery .second .gallerybox a {
	width:100px;
	height:100px;
	display:block;
	float:left;
	margin:4px 6px 4px 0;
	border:2px solid #fff;
}
.gallery .second a:hover {
	border:2px solid #000;
}
.title_top1 , .title_top2, .title_top3 {
	border-bottom:1px solid #000;
	font-size:18px;
	padding:15px 0 15px 60px;
	background:url('img/g4464.png') no-repeat 10px center;
}
.title_top3 {
	background:url('img/g5054.png') no-repeat 10px center;
	padding:15px 0 15px 80px;
}
.title_top1 {
}
.title_top2 {

}
.title_news {
	border-bottom:1px solid #000;
}
.title_renginys {
	border-bottom:1px solid #000;
	padding:10px 0 10px 10px;
}
.title_renginys a.name{
	font-size:18px;
}
.top1, .top3 {
	vertical-align: top;
	width:240px;
}
.top2 {
	vertical-align: top;
	width:440px;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
.title_galerija {
	float:left;
	width:110px;
	margin: 10px 5px 0 0;
	text-align:center;
}
.title_galerija div {
	width:110px;	
	border:1px solid #000;
	height:110px;
	cursor:pointer;
}
.title_galerija div:hover {
	border:1px solid #ccc;
}
.title_galerija a {
	font-weight:bold;
}
.gal_cont {
	height:100px;
	clear:both;
}
.youtube {
	margin:3px auto;
	text-align:center;
}
.youtube_name {
	text-align:center;
	font-weight:bold;
}
embed {
	margin:0;
}
#kamera {
	position:absolute;
	top:0;
	right:0;
}
