@import 'style_editor.css';
@import 'style_tm.css';
@import 'style_lm.css';
@import 'style_rm.css';
@import 'style_sitemap.css';

body {
	margin: 0px;
	background:#bac5e3 url(/images/background.jpg) repeat-x top;
	width:auto;
}

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

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

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

#top_picture{
	width:918px;
	height:211px;
	background:url(/images/top_picture.jpg) no-repeat;
}

#contacts{
	float:right;
	margin:10px 10px 0px 0px;
	color:#2d4e92;
}

#panel1{
	height:25px;
	line-height:20px;
	overflow:hidden;
}

#accessibility{
	float:right;
	margin-right:25px;
}

#top_menu{
	width:884px;
	padding:0px 17px;
	height:26px;
	overflow1:hidden;
	background:url(/images/top_menu_background.jpg) no-repeat;
	font-size:12px;
	line-height:22px;
}

#top_menu_left{
	width:160px;
	height:inherit;
	overflow:hidden;
	float:left;
}

#languages{
	float:right;
	margin-top:3px;
}

#top_menu_middle{
	margin-left:50px;
	float:left;
	font-size:16px;
}

#top_menu_middle a{
	color:black;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

#top_menu_middle a:hover{
	color:white;
}

#top_menu_right{
	float:right;
	width:250px;
}

#search_box{
	float:right;
	margin-top:1px;
}

#search_button{
	font-size:13px;
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#content_box{
	width:887px;
	padding:0px 16px;
	background:url(/images/content_background.jpg) repeat-y;
}

#left_column{
	width:160px;
	padding:15px 0px;
	float:left;
}

#middle_column{
	width:543px;
	padding:15px 8px;
	float:left;
}

#right_column{
	width:168px;
	padding:15px 0px;
	float:left;
}

#footer{
	font-size:10px;
	color:white;
	text-align:center;
	background:url(/images/footer_background.jpg) repeat-y;
	padding-bottom:10px;
}

#footer_top{
	background:url(/images/footer_top_background.jpg) no-repeat;
	height:15px;
	margin-bottom:-8px;
}

#footer_content{
	padding:0px 30px;
}

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

.news_title{
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.news_text{
	text-align:justify;
}

.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;
}

a.Nuoroda:hover{
	color:blue;
}

.nobreak{
	white-space:nowrap;
}

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

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

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

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

.send_form th{
	text-align:right;
}

.send_form .fw{
	width:200px;
}

.send_form .bor{
	border:1px solid silver;
	padding:1px 2px;
}

.send_form .textarea{
	width:350px;
}

.send_form .button{
	border:none;
	color:white;
	background-color:navy;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 10px;
	cursor:pointer;
}

div.Tekstas{
	text-align:justify;
	margin:0 10px;
	clear:both;
	line-height:125%;
}

#search_results{
	font-weight:bold;
}

#search_results li{
	padding-bottom:10px;
}

#search_results span.item{
	font-weight:normal;
}

.vote_box{
	background-color:white;
	border:1px solid #95a5c9;
	width:95%;
	margin:2px 0px;
}

.vote{
	background-color:#c7d8ff;
	border-right:1px solid #95a5c9;
	overflow1:hidden;
}

.vote_answer{
	/*position:absolute;*/
	font-size:10px;
}

