/*
 * reset
 */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,figure,footer,header,hgroup,menu,nav,section,menu,
time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article,aside,figure,footer,header,hgroup,nav,section{display:block;}
nav, ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
/*tablesstillneedcellspacing="0"inthemarkup*/
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select{vertical-align:middle;}
/*ENDRESETCSS*/
/*maxvoltar.com/archive/-webkit-font-smoothing*/
html{-webkit-font-smoothing:antialiased;}
pre{padding:15px;white-space:pre;/*CSS2*/white-space:pre-wrap;/*CSS2.1*/white-space:pre-line;/*CSS3(and2.1aswell,actually)*/word-wrap:break-word;/*IE*/}
/*aligncheckboxes,radios,textinputswiththeirlabel*/
input[type="radio"]{vertical-align:text-bottom;}
input[type="checkbox"]{vertical-align:bottom;}
/*handcursoronclickableinputelements*/
input[type=button],input[type=submit],button{cursor:pointer;}
a:hover{text-decoration: none;}
input:active,input:focus{outline: none;}
p{-webkit-margin-before: 0;-webkit-margin-after: 0;}

/*
 * clearfix
 */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { display: inline-block; } * html .clearfix { height: 1%; } .clearfix { display: block; }

/*
 *
 */
html,
body
{
	background-color: #f3f3f3;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

/*
 * layout
 */
#all
{
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 1003px;

	-moz-box-shadow: 2px 2px 2px #DAD7D4;
	-webkit-box-shadow: 2px 2px 2px #DAD7D4;
	box-shadow: 2px 2px 2px #DAD7D4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#DAD7D4')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#DAD7D4');
}

/*
 * header
 */
#header
{
}
	#header .right,
	#header .left,
	#logo
	{
		float: left;
	}
	#header .right,
	#header .left
	{
		/*border-bottom: 30px solid #000;*/
		height: 84px;
	}
	#header .right
	{
		width: 693px;
	}
	#header .left
	{
		border-color: #777474;
		height: 56px;
		padding: 28px 0 0 69px;
		width: 240px;
	}
	#logo
	{
		margin: 19px 0 0 41px;
	}
	#header .date-time
	{
		border-right: 1px solid #B1B1B1;
		fon-size: 12px;
		float: right;
		height: 52px;
		padding: 32px 21px 0 0;

		-moz-box-shadow: 3px 0px 5px 0px #B1B1B1;
		-webkit-box-shadow: 3px 0px 5px 0px #B1B1B1;
		box-shadow: 3px 0px 5px 0px #B1B1B1;
	}
	#header .search input[type="text"]
	{
		border: 1px solid #777777;
		float: left;
		height: 18px;
		padding: 2px;
		width: 153px;
	}
	#header .search .button
	{
		background: url(../images/sprite.png) -20px 0 no-repeat;
		border: 0;
		font: 0px/0px arial;
		float: left;
		height: 22px;
		margin: 1px 0 0 3px;
		width: 22px;
		text-indent: -999999px;
	}

/*
 * content
 */
#content
{
	border-bottom: 1px solid #CCCCCC;
	width: 1003px;
}
	#content > table
	{
		border: 0;
		border-collapse: collapse;
	}
		#content > table > tbody > tr > .left,
		#content > table > tbody > tr > .middle,
		#content > table > tbody > tr > .right
		{
			vertical-align: top;
		}
		#content > table > tbody > tr > .left
		{
			background-color: #FFF;
			border-right: 1px solid #A8A8A8;

			max-width: 184px;
			width: 184px;
		}
		#content > table > tbody > tr > .middle
		{
			padding: 0 0 30px 0;
			width: 507px;
			max-width: 507px;
		}
			#content > table > tbody > tr > .middle .banneritem
			{
				margin-top: 20px;
				margin-bottom: 20px;
				text-align: center;
			}
		#content > table > tbody > tr > .right
		{
			border-left: 1px solid #A8A8A8;
			padding: 40px 0 0;
			text-align: center;
			width: 308px;
		}
			#content > table > tbody > tr > .left .custom
			{
				padding: 10px 0;
			}
			#content > table > tbody > tr > .left .custom.center
			{
				text-align: center;
			}
			#content > table > tbody > tr > .right .custom,
			#content > table > tbody > tr > .right .banneritem
			{
				padding-bottom: 10px;
			}

/*
 * footer
 */
#footer,
#footer a
{
	color: #7f7f7f;

	text-decoration: none;
}
#footer
{
	margin: 0 auto;
	width: 1003px;
}
	#footer .in
	{
		padding: 23px 19px;
	}

/*
 * menu
 */
#content .left nav
{
	border-top: 7px solid #0D0D0D;
}
#content .left nav:first-child
{
	border-top: 0;
}
	#content .left nav > .title
	{
		font-size: 24px;
		font-family: Times, "Times New Roman", serif;
		font-weight: normal;
		line-height: 26px;
		padding: 11px;
	}
	#content .left nav ul
	{

	}
		#content .left nav ul li
		{
			border-bottom: 1px solid #D9D9D9;
		}
			#content .left nav > ul > li a,
			#content .left nav > ul > li .separator
			{
				margin: 5px 15px;
			}
			#content .left nav ul li a,
			#content .left nav ul li .separator
			{
				color: #000;
				cursor: pointer;
				display: inline-block;
				font-size: 10px;
				line-height: 18px;
				text-decoration: none;
			}
			#content .left nav ul li a:hover,
			#content .left nav ul li.active a,
			#content .left nav ul li.active .separator,
			#content .left nav ul li ul li a
			{
				color: #cb630f;
			}
			#content .left nav ul li ul
			{
				display: none
			}
			#content .left nav ul li.active ul
			{
				display: block;
			}
				#content .left nav ul li ul li
				{
					background-color: #FFF;
				}
				#content .left nav ul li ul li:last-child
				{
					border-bottom: 0;
				}
					#content .left nav ul li ul li a
					{
						margin: 5px 20px;
					}

/*
 * list
 */
.list
{
	padding: 0 20px;
}
.list.left
{
	border-top: 7px solid #658D9F;
	margin: 20px 0 0 0;
	padding: 20px 10px 0;
}
.list.left:first-child
{
	border-top: 0;
	margin-top: 0;
}
.list.poll
{
	border-color: #922B2B;
}
	.list.left .item h2
	{
		font-weight: normal;
	}
		.list.left .item h2 a,
		.list.left .item a
		{
			color: #000;
			text-decoration: none;
		}
	.list.left h3
	{
		font-size: 20px;
		font-weight: normal;
		line-height: 22px;
		padding: 0 0 10px 0;
	}
	.list.left .image
	{

	}
		.list.left .image img
		{
			width: 100%;
			max-width: 100%;
		}
	.list .page-header,
	.item-page .page-header
	{
		padding: 10px 0;
	}
		.list .page-header table,
		.item-page .page-header table,
		.list .item-header table
		{
			width: 100%;
		}
			.list .page-header td,
			.item-page .page-header td,
			.list .item-header td
			{
				text-align: left;
				vertical-align: middle;
			}
			.list .page-header h1,
			.item-page .page-header h1
			{
				color: #e88300;
				font-family: Times, "Times New Roman", serif;
				font-size: 30px;
				font-weight: normal;
				line-height: 32px;
				padding-right: 5px;
			}
			.list.most .page-header h1
			{
				color: #000;
			}
			.list .page-header h1
			{
				white-space: nowrap;
			}
			.list .page-header .color,
			.item-page .page-header .color
			{
				width: 100%;
			}
			.list.top .page-header h1
			{
				float: left;
				white-space: normal;
			}
			.list.brown .page-header h1,
			.list.brown .item-header .item-title a,
			.list.brown .item-page .item-header .item-title a
			{
				color: #922A2B;
			}
			.list.article .page-header h1
			{
				float: left;
			}
			.list.fotodiena .page-header h1,
			.list.fotodiena .item-header .item-title a,
			.list.fotodiena .item-page .item-header .item-title a
			{
				color: #1E5D93;
			}
				.list .page-header .color .holder,
				.item-page .page-header .color .holder
				{
					background-color: #e88300;
					display: block;
					height: 22px;
					width: 100%;
				}
				.list.most .page-header .color .holder
				{
					background-color: #000;
				}

	.list .item
	{
		border-bottom: 1px solid #e88300;
		padding: 10px 0;
	}
	.list.most .item
	{
		border-color: gray;
		float: left;
		min-height: 50px;
		width: 48%;
	}
	.list.left .item
	{
		border: 0;
		padding: 0;
	}
	.list.most .item:nth-child(2n)
	{
		margin-right: 4%;
	}
	.list.brown .item
	{
		border-color: #922A2B;
	}
		.list .item-header
		{

		}
		.list .item-header .date,
		.item-page .item-header .date
		{
			background-color: #e88300;
			color: #FFF;
			padding: 2px 5px;
			white-space: nowrap;
			vertical-align: middle;
		}
		.list.most .item-header .date
		{
			background-color: #585858;
		}
		.list .item-header .item-title,
		.item-page .item-header .item-title
		{
			width: 100%;
		}
		.list.top .item-header.has-image
		{
			float: left;
			width: 390px;
		}
		.list.super .item-header.has-image
		{
			float: none;
			width: auto;
		}
		.list.article .item-header
		{
			padding: 0 0 20px 0;
		}
			.list.super .wysiwyg
			{
				padding: 10px 0;
			}
			.list.super .img-intro
			{
				max-width: 100%;
			}
			.list .item-header .item-title h2,
			.item-page .item-header .item-title h2
			{
				padding-left: 5px;
			}
			.calendar-results.list .item-header .item-title h2,
			.calendar-results .item-page .item-header .item-title h2
			{
				padding-left: 0;
			}
			.skelbimai .list.skelbimai .item-header .item-title h2
			{
				padding-left: 0;
			}
			.list .item-header .item-title a,
			.item-page .item-header .item-title a
			{
				color: #e88300;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
			}
			.list.most .item-header .item-title a
			{
				color: #000;
			}
			.list .item-header .item-title a.comments-count,
			.item-page .item-header .item-title a.comments-count
			{
				color: #000;
			}
			.list .item-header .item-title a:hover
			{
				text-decoration: underline;
			}
			.list.brown .item-title h2
			{
				color: #922A2B;
			}
		.list .item .intro
		{
			padding: 5px 0;
		}
			.list .item .intro .img-intro-left
			{
				float: left;
				margin: 0 10px 10px 0;
				width: 150px;
			}
			.list.top .item .intro .img-intro-left
			{
				width: 250px;
			}
		.list .item .more
		{
			background: url(../images/sprite.png) 0 0 no-repeat;
			display: inline-block;
			font-size: 0px;
			height: 12px;
			margin: -1px 3px 0;
			width: 12px;
			text-indent: -999999px;
		}

/*
 * pagination
 */
.pagination
{
	padding: 10px 0;
}
	.pagination ul
	{
	}
		.pagination ul li
		{
			display: inline;
			font-size: 13px;
			line-height: 15px;
		}
			.pagination ul li a,
			.pagination ul li span
			{
				color: #000;
				display: inline-block;
				padding: 0 3px;
				text-decoration: none;
			}
			.pagination ul li a,
			.pagination ul li .active
			{

			}
			.pagination ul li .active
			{
				font-size: 18px;
				line-height: 20px;
			}
			.pagination ul li a:hover
			{
				color: #e88300;
			}

/*
 * text page
 */
.item-page
{
	display: block;
	padding: 0 20px;
}
	.item-page .item-image
	{
		padding: 10px 0 0 0;
	}
		.item-page .item-image img
		{
			max-width: 100%;
		}
	.item-page .text,
	.item-page .text p,
	.article .text
	{
		font-family: Times, "Times New Roman", serif;
		font-size: 13px;
		line-height: 18px;
	}
	.item-page .text p,
	.article .text p
	{
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.item-page .text
	{
		border-bottom: 1px solid #e88300;
		padding: 10px 0;
	}
		.item-page .text .bannergroup
		{
			float: right;
			margin: 0 10px 10px 0;
		}
		.item-page .text .banners-bottom .bannergroup
		{
			float: none;
			margin: 0;
		}
		.item-page .text .author
		{
			font-style: italic;
			text-align: right;
		}

/*
 * komento
 */
.dizi #section-kmt
{
	width: 467px;
}
	.dizi #section-kmt .kmt-title
	{
		background-color: transparent;
		color: #000;
		font-weight: bold;
		padding-left: 0;
	}
	.dizi #section-kmt .kmt-form-editor > div
	{
		padding: 0;
	}
	.dizi #section-kmt #kmt-fame .kmt-fame-tabs
	{
		margin: 0;
		text-align: left;
	}
	.komento_copyright a
	{
		color: #FFF;
	}

/*
 * prenumerata
 */
.prenumerata
{

}
	.prenumerata .items
	{
		padding: 20px 0;
	}
		.prenumerata .items > table
		{
			width: 100%;
		}
			.prenumerata .row label,
			.prenumerata .items th,
			.prenumerata .items td.title
			{
				font-weight: bold;
			}
			.prenumerata .items th,
			.prenumerata .items td
			{
				padding: 1%;
			}
			.prenumerata .items td.element
			{
				padding: 2% 1% 1%;
			}
			.prenumerata .items td.last-of-element
			{
				padding: 1% 1% 2%;
			}
				.prenumerata .row label span
				{
					display: inline-block;
					font-weight: normal;
				}
			.prenumerata .items .element td
			{
				border-top: 1px solid #e88300;
			}
			.error input,
			.error textarea
			{
				border-color: #FF0000;
			}
			.error .warning
			{
				color: #FF0000;
				font-weight: bold;
			}
.a .row
{
	margin-left: 0;
}
.a .form-actions
{
	background-color: transparent;
	border-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.big-news
{
	max-width: 693px;
	/*height: 140px;*/
	vertical-align: top;
}
.com_contact-contact .big-news,
.skelbimai .big-news
{
	height: 0;
}
.big-news .list:last-child
{
	border-bottom: 9px solid #922A2B;
}
	.big-news .list:last-child .item:last-child
	{
		border-bottom: 0;
	}
	.big-news .bannergroup
	{
		padding-top: 10px;
	}
.title-color
{
	background-color: #e88300;
	display: inline-block;
	float: right;
	margin-top: 5px;
}
.list.brown .title-color
{
	background-color: #922A2B;
}

/*
* menu top
*/#content .m td
{
	vertical-align: top;
}
.menu-top
{
	background-color: #787473;
	position: relative;
	z-index: 999;

	min-height: 28px;
	height: auto !important;
	height: 28px;
}

	.menu-top a,
	.menu-top h3
	{
		text-decoration: none;
		text-transform: uppercase;
	}
	.menu-top > .nav,
	.menu-top .nav
	{
		margin: 0;
		padding: 0;
	}
	.menu-top > .nav > .menu > li > a,
	.menu-top > .nav > .menu > li > .separator
	{
		color: #FFF;
		cursor: pointer;
		font-size: 13px;
		line-height: 18px;
		font-weight: normal;
	}
		.menu-top .nav-child
		{
			background-color: #F2F2F2;
			border-bottom: 1px solid #A8A8A8;
			display: none;
			position: absolute;
			left: 0;
			top: 28px;
			width: 1000px;
		}
		.menu-top .openened .nav-child,
		.menu-top .active .nav-child
		{
			display: block;
			padding: 3px 0;
			margin: 0;
		}
			.menu-top > .nav .menu li
			{
				float: left;
				padding: 5px 10px;
			}
			.menu-top .menu > li > a,
			.menu-top .menu > li > .separator
			{
				background: none;
				color: #000;
				text-transform: uppercase;
			}
			.menu-top .menu > li > a:hover,
			.menu-top .menu > li > .separator:hover,
			.menu-top .menu > li.active > a,
			.menu-top .menu > li.active > .separator
			{
				color: #e88300;
			}
			.menu-top .menu .nav-child
			{
			}
				.menu-top .menu .nav-child li
				{
					float: left;
					padding: 5px 5px;
				}
					.menu-top .menu .nav-child a
					{
						color: #000;
						line-height: 13px;
					}
					.menu-top .menu .nav-child a:hover,
					.menu-top .menu .nav-child li.active a
					{
						color: #ec8800;
					}
.contact-form
{
	padding: 0 20px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea
{
	width: 460px;
}
.inner .big-news .bannergroup
{
	border-bottom: 1px solid #A8A8A8;
}
.hidden
{
	display: none;
}
#archive .grid table
{
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
	#archive .filter
	{
		padding: 0 0 20px 0;
	}
		#archive .filter select
		{
			margin: 0 10px;
		}
	#archive .grid table td
	{
		border: 1px solid gray;
		padding: 3px;
		vertical-align: top;
		text-align: left;
	}
.italic
{
	font-style: italic;
}
.data-number
{
	padding: 0 0 8px 0;
}
.inner .list .topic
{
	background-color: #922A2B;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 2px 5px;
}



.fotodiena .image-list
{
	height: 130px;
	width: 468px;
	overflow: hidden;
}
	.fotodiena .image-list .in
	{
		width: 1000px;
	}
		.fotodiena .image-list a
		{
			float: left;
			margin: 0 10px 0 0;
		}
			.fotodiena .image-list img
			{
				max-height: 130px;
			}
.pdf-format
{
	padding: 10px 0 0 0;
}
	.pdf-format a
	{
		color: #922A2B;
		font-weight: bold;
		text-decoration: none;
	}

/**
	 * fancybox
	 */
	.a #fancybox-title,
	.a #fancybox-outer
	{
		background: #000;
	}
	.a #fancybox-title
	{
		font-family: 'Open Sans', arial;
		position: relative;
	}
		#fancybox-title .in
		{
			background: #FFF;
			border-top: 2px solid #000;
			/*bottom: 0px;*/
			/*left: 0px;*/
			padding: 4px 21px 4px;
			/*position: absolute;*/

			min-height: 27px;
			height: auto !important;
			height: 27px;
		}
			#fancybox-title .label
			{
				color: #E53F18;
				font-size: 11px;
				font-weight: bold;
				line-height: 13px;
				padding-top: 2px;
				padding-bottom: 6px;
				text-transform: uppercase;
			}
			#fancybox-title .title
			{
				color: #0D0D0D;
				font-size: 18px;
				line-height: 20px;
				padding-bottom: 17px;
			}
			#fancybox-title .description
			{
				color: #6F7377;
				font-size: 16px;
				line-height: 27px;
			}
	.a #fancybox-right-ico,
	.a #fancybox-left-ico
	{
		background-image: url(../images/sprite.png);
		background-repeat: no-repeat;
		margin-left: 0;
		margin-right: 0;
		height: 54px;
		width: 59px;
	}
	.a #fancybox-right-ico
	{
		background-position: -143px 0px;
	}
	.a #fancybox-left-ico
	{
		background-position: -83px 0px;
	}
	.a #fancybox-close
	{
		background: url(../images/sprite.png) -43px 0px no-repeat;
		bottom: 0;
		height: 35px;
		right: 0;
		top: auto;
		width: 39px;
	}



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	background: #fff;
	position: relative;
}
.fancybox-title-inside
{
	color: #FFF !important;
	padding-top: 5px;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }



.gp-gallery-picture-zoom {
    border: 1px solid #bbb;
    margin: -6px 0 0 -6px;
    position: absolute;
    z-index: 100;
    padding: 5px;
    background: white;
    box-shadow: 0 0 10px #999;
}
.gp-gallery-picture-hover {
    box-shadow: 1px 1px 5px #333;
}
.article .author
{
	text-align: right;
	font-style: italic;
}
.ih
{
	height: 0px;
	width: 0px;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.fb-like
{
	padding-top: 10px;
}
.article .fb-like
{
	padding-bottom: 10px;
}
.article .text img
{
	max-width: 100%;
}
#content > table > tbody > tr > .left .custom.center
{
	margin-top: 20px;
}
.line.running
{

}
	.line.running > .in
	{
		margin: 5px 20px;
		white-space: nowrap;
		overflow: hidden;
	}
.calendar
{
	margin-top: 10px;
}
	.calendar .ui-datepicker
	{
		background: transparent;
		border: 0;
		width: 96%;
	}
		.calendar .ui-datepicker-header
		{
			background: #658D9F;
			border: 0;

			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
		}
		.calendar .ui-datepicker .ui-datepicker-prev.ui-state-hover,
		.calendar .ui-datepicker .ui-datepicker-next.ui-state-hover
		{
			background: transparent;
			border: 0;
		}
		.calendar .ui-state-available > a
		{
			background: #658D9F;
			border-color: #466471;
			color: #FFF;
		}
.calendar-results
{
	padding: 0 20px;
}
.result-image
{
	padding-top: 5px;
}
.result-image img
{
	max-width: 100%;
}
.pictures
{
	display: block;
	width: 467px;
}
.pictures .fancy
{
	display: inline-block;
}
/*
 * .election
 */
.elections
{
	padding: 20px;
}
	.election
	{
		border-collapse: collapse;
		float: left;
	}
		.election td
		{
			border: 1px solid #ddd;
			padding: 5px 10px;
		}
		.election h2
		{
			font-size: 18px;
		}
		.election thead td
		{
			border-bottom: 5px solid #c56519;
		}
		.election tbody tr:nth-child(odd) td
		{
			background-color: #ddd;
		}
		.election tbody tr td:nth-child(1)
		{
			/*background-color: #fbf7e2;*/
		}
/*
 * polls
 */
.sectiontableheader
{
	text-align: center;
}
.sectiontableentry td
{
	padding: 10px;
}
/*
 * banners
 */
#all > .tb
{
	text-align: center;
}