<!-- # Unic CMS v4.5 # (c) Romas Pumpalavicius (www.sprendimai.com) 2007 # -->

BODY {
	font-family: Arial;
	font-size: 12px;
}

TD {
	font-family: Arial;
	font-size: 12px;
}

TH {
	font-family: Arial;
	font-size: 12px;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:active {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.copyright, .copyright A {
	color: #b2b2b2;
	font-size: 13px;
	font-weight: none;
}

.copyright_small, .copyright_small A {
	color: #b2b2b2;
	line-height: 95%;
	font-size: 10px;
	font-weight: none;
}

.title, .title A {
	font-family: Arial Narrow;
	color: #828282;
	font-size: 23px;
	font-style: italic;
}

.menu, A.menu, A:hover.menu {
	color: #82c121;
	font-size: 14px;
	text-decoration: none;
}

.menu_current, A.menu_current, A:hover.menu_current {
	color: #787878;
	font-size: 14px;
	text-decoration: none;
}

.comment, .comment A {
	color: #cccccc;
	font-size: 12px;
	font-weight: none;
}

.gallery_table {
	border-collapse: collapse;
}

.gallery_td {
	border: #ffffff solid 1px;
}

.gallery_image {
	border: #ffffff solid 2px;
}

.gallery_unselected IMG {
	filter: gray alpha(opacity=80);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.gallery_selected IMG {
	filter: none alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

