@import 'style_editor.css';

body {
	margin: 0px;
	width:auto;
	background: #91856f url(/images/background.jpg) repeat-x;
	margin-bottom:25px;
}

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

form, input, textarea, select{
	font-size:11px;
}

#wrapper{
	width:859px;
	margin:0px auto;
}

#top_picture{
	background:url(/images/top_picture.jpg) no-repeat;
	height:191px;
	margin-top:13px;
}

#top_menu{
	height:37px;
	line-height:33px;
	overflow:hidden;
	font-weight:bold;
	background:url(/images/menu_background.jpg) no-repeat;
}

#top_menu a{
	text-decoration:none;
}

#top_menu a:hover{
	text-decoration:underline;
}

#top_menu_left{
	float:left;
	margin-left:0.5em;
	font-size:16px;
	line-height:37px;
}

#top_menu_left a{
	color:#404040;
}

#top_menu_left a:hover{
}

#top_menu_right{
	float:right;
	margin-right:0.5em;
	font-size:18px;
}

#top_menu_right a{
	color:white;
}

#top_menu_right a:hover{
}

#content_top{
	background:url(/images/content_top.jpg) no-repeat;
	height:175px;
}

#content{
	background:white;
	padding:0px 15px;
}

#content_bottom{
	background:url(/images/content_bottom.jpg) no-repeat;
	height:13px;
}

#main_left{
	float:left;
	width:496px;
}
#main_left_top{
	background:url(/images/main_left_top.jpg) no-repeat;
	height:13px;
}
#main_left_content{
	width:469px;
	overflow:hidden;
	border-left:1px solid #d5d47e;
	border-right:1px solid #d5d47e;
	padding:0px 15px 0px 10px;
}
#main_left_bottom{
	background:url(/images/main_left_bottom.jpg) no-repeat;
	height:13px;
}

#svente, #renginiai, #naujienos{
	color:white;
	font-size:12px;
	font-weight:bold;
	width:490px;
	height:22px;
	line-height:22px;
	padding-left:10px;
}

#svente{
	background:url(/images/svente_header.jpg) no-repeat;
}

#renginiai{
	background:url(/images/renginiai_header.jpg) no-repeat;
}

#main_right{
	float:right;
	width:326px;
}
#main_right_top{
	background:url(/images/main_right_top.jpg) no-repeat;
	height:13px;
}
#main_right_content{
	overflow:auto;
	border-left:1px solid #ff2b06;
	border-right:1px solid #ff2b06;
	padding:0px 10px;
}
#main_right_bottom{
	background:url(/images/main_right_bottom.jpg) no-repeat;
	height:13px;
}

#naujienos{
	width:293px;
	background:url(/images/naujienos_header.jpg) no-repeat;
}

.boxsep{
	height:1px;
	overflow:hidden;
}

.news_date{
	color:#3c6bb9;
	font-weight:bold;
}

.news_title{
	font-size:14pt;
	font-weight:bold;
	text-align:left;
}

.news_text{
	text-align:justify;
}

.news_line{
	height:3px;
	border-top:3px double silver;
}

.pager{
	text-align:center;
}

.pager_current_page{
	font-weight:bold;
	color:white;
	background-color:gray;
	padding:1px 2px;
}

.pager_seperator{
	font-size:14px;
	font-weight:bold;
}

.subscription_title{
	color:#3c6bb9;
	font-size:11px;
	font-weight:bold;
	margin:0.5em 0px;
}

.subscription_email{
	width:132px;
	padding:2px;
	border:1px solid silver;
}

.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}

.nobreak{
	white-space:nowrap;
}

#message_box{
	border:1px dotted #2d4e93;
	padding:1px;
	margin-bottom:1em;
}

#message_box1{
	border:1px dotted #2d4e93;
	background-color:#f0f0f0;
	padding:5px;
}

.status_ok{
	color:green;
	font-weight:bold;
}

.error{
	color:red;
	font-weight:bold;
}

.par{
	margin:1em 0;
}

.submenu{
	float:left;
	border:1px solid #568f31;
	padding:2px;
	background-color:#5eb21f;
}

.submenu a{
	color:white;
	display:block;
	border-bottom:1px dotted white;
	font-weight:bold;
	padding:1px 5px;
	margin-bottom:2px;
}

.submenu a:hover{
	color:#568f31;
	background-color:white;
	border-bottom:1px dotted #568f31;
}

#gallery_pictures td{
	text-align:center;
	vertical-align:top;
	border:1px solid silver;
	/*padding:7px;*/
}

.balsai input{
	margin:0px;
	padding:0px;
}
