<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common settings */
.content p { margin: 0; }

.content table {
	border-collapse: collapse;
}

.content td {
	border-collapse: collapse;
}

.accessibility { display: none; }

.cleaner{
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0;
}

.cleaner_left{
	clear: left;
	line-height: 0px;
	height: 0px;
	font-size: 0;
}
.note {color: #848b91; }
.linethrough { text-decoration: line-through; }
.gt {text-align: right; }

/* source: http://developer.mozilla.org/en/docs/Consistent_List_Indentation */
.content ul {
	margin-left: 0; padding-left: 15px;
	margin-top: 2px; margin-bottom: 2px;
	list-style-type: square;
}
.content ol {
	margin-left: 0px; padding-left: 20px;
	margin-top: 2px; margin-bottom: 2px;
}
.content li { margin-bottom: 4px; }

img.icon {
	border: 0px;
	vertical-align: middle;
	width: 16px; height: 16px;
	margin: 0px 3px 2px 3px;
}

img.no_border { border: 0px; }

div.message {
	background-color: #F8F8F8;
	border: 1px solid #DDDDDD;
	color: #323234;
	line-height: 140%;
	margin: 3px 0px;
}
div.message_padding {
	width: auto;
	padding: 6px 10px 6px 10px;
}

div.info_message {
	background-color: #F8F8F8;
	border: 1px solid #DDDDDD;
	color: #323234;
	font-weight: bold;
	background-image : url("../img/bcg/message/info.gif");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 3px 0px;
}
div.info_message_padding {
	width: auto;
	padding: 6px 10px 6px 25px;
}

div.warning_message {
	background-color: #FFF9E6;
	border: 1px solid #FFAF75;
	color: #EC0C00;
	background-image : url("../img/bcg/message/warning.gif");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 3px 0px;
}
div.warning_message_padding {
	width: auto;
	padding: 6px 10px 6px 25px;
}

/* end of: common settings */

hr {
	width: 100%;
	background-color: transparent;
  color: transparent;
	border: 0px;
  border-top: 1px solid #d3d3d3;
  height: 1px;
	padding: 0; margin: 7px 0 10px 0;
}

/* articles */
h1.category_title, h2.category_title, h3.category_title {
	font-size: 150%;
	margin-bottom: 20px;
}
h1.article_title, h2.article_title {
}

div.article_text {
	/* text-align: justify; */
	margin-bottom: 6px;
}
div.article_date {
	color: #6f767b;
	margin-bottom: 3px;
}
div.no_article {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #262626;
}
div.articles_list_counter {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}
ul.articles_list {
	margin-top: 3px;
	margin-left: 0; padding-left: 20px;
	margin-top: 0px; margin-bottom: 0px;
	padding-bottom: 5px;
	list-style-type: square;
	color: #262626;
}

div.articles_list_wrap {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #DFDFDF;
	
}

ul.articles_list li {
	margin-bottom: 5px;
}
li.article_select {
}
a.article_select, a.article_select:visited, a.article_select:hover {
	color: #262626;
	font-weight: bold;
	text-decoration: underline;
}
a.article_select:hover {
	color: #262626;
	text-decoration: none;
}

li.article_selected {
	color: #38372D;
	background-repeat: no-repeat;
	background-position: center left;
}

a.article_selected, a.article_selected:visited, a.article_selected:hover {
	color: #38372D;
	font-weight: bold;
	text-decoration: none;
}
a.article_selected:hover {
	color: #38372D;
	text-decoration: underline;
}
div.divider {
	height: 2px;
	border-bottom: 1px solid #CECECE;
	margin: 5px 0px 15px 0px;
}
/* end of: articles */

/* subcategories */
.subcategories {
	clear:both;
	padding-bottom: 12px;
}

ul.subcat {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.subcat li {
	display: inline;
	padding: 0;
	margin: 0;
}

ul.subcat li a {
	display: inline-block;
	width: 31.33%;
	margin: 0 1% 20px 1%;
	font-size: 19px;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	border: 0;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	transition:all 0.3s ease 0s;
	color: #fff;
	background-color: #8A8A8A; 
}

ul.subcat li a:hover {
	background-color: #282828;
	color: #fff;
}

	/* subcat responsibility support */
	@media (max-width: 768px) {
		ul.subcat li a {
			width: 48%;
		}		
	} /* @media (max-width: 768px) */
	
	@media (max-width: 420px) {
		ul.subcat li a {
			width: 100%;
			margin: 0 0 10px 0;
		}
	} /* @media (max-width: 420px) */

/* card - white floating box with image, title, short text */
.subcats-cards .item {
	background-color: white;
	/* outline: 1px solid #CFCFCF; */
	overflow: hidden;
	margin-bottom: 40px;
	text-align: left;
}

.subcats-cards .item .pad {
	padding: 15px 15px;
}

.subcats-cards .item .image {
	width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border: 0;
  display:block;
  height:220px;
	margin-bottom: 3px;
 transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.subcats-cards .item .image:hover {
	opacity: 0.8;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);	
}

.subcats-cards .item .cont a {
	color: #6A6D6F;
	text-decoration: none;
}
.subcats-cards .item .cont a:hover {
	text-decoration: underline;
}

.subcats-cards .item h3 {
	margin-bottom: 5px;
	text-transform: none;
	font-weight: normal;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}

.subcats-cards .item h3 a {
	font-size: 28px;
}

.subcats-cards .item .cont {
	text-align: left;
	height: 87px;
	overflow: hidden;
}

.subcats-cards .item .cont .text {
}

.subcats-cards .item .more {
	margin-top: 20px;
}

/* end of: subcategories */


div.gallery_resp {
	max-width: none;
  margin: 40px 0 10px 0;
} 

div.gallery_resp a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border: 0;
  display:block;
  height:260px;
  float:left;
  /* grid-4 */
  width: 24%;
	margin: 0 0.5% 17px 0.5%;
  overflow: hidden;
  transition:all 0.3s ease 0s; 
} 

div.gallery_resp a:hover {
	filter: brightness(0.7) grayscale(0.6);
}

div.gallery_resp.three-cols a {
  height:400px;
  width: 31.2%;
}

/* gallery responsibility support */
@media (max-width: 1170px) {
	div.gallery_resp a {
		/* grid-3 */
		width: 31.2%;
	}
	div.gallery_resp.three-cols a {
		height: 260px;
	}
	
} /* @media (max-width: 1170px) */
@media (max-width: 899px) {
	div.gallery_resp a,
	div.gallery_resp.three-cols a {
		/* grid-2 */
		width: 48%;
	}
	
} /* @media (max-width: 899px) */
@media (max-width: 599px) {
	div.gallery_resp a,
	div.gallery_resp.three-cols a {
		/* grid-1 */
		width: 100%;
		float: none;
		margin: 0 0 24px 0; 
	}
	
} /* @media (max-width: 599px) */

/* attachments */
div.attachments {
	margin: 4px 0 8px 0;
}

.attachments_title {
	color: #262626;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}
div.attachment {
	margin-bottom: 3px;
}
a.attachment_name, a.attachment_name:visited {
	color: #262626;
	font-weight: bold; 
	text-decoration: underline;
}
a.attachment_name:hover {
	color: #262626;
	text-decoration: none;
}

.attachment_mimetype  {
	color: #5d6266;
}
.attachment_description {
	color: #5d6266;
	margin-left: 23px;
}
/* end of: attachments */

/* up to parent */
div.up_to_parent {
	margin: 0px 0px 10px 0px;
	background: url(../img/netnews/up_to_parent.gif) top left no-repeat;
}

div.up_to_parent_padding {
	width: auto;
	padding: 6px 10px 6px 20px;
}

a.up_to_parent, a.up_to_parent:visited, a.up_to_parent:hover {
	color: #262626;
	text-decoration: none;
}

a.up_to_parent:hover{
	text-decoration: underline;
}
/* end of: up to parent */

/* sitemap */
div.link_sitemap {
	margin: 10px;
	margin-left: 30px;
}
a.link_sitemap, a.link_sitemap:visited, a.link_sitemap:hover {
	text-decoration: none;
}
a.link_sitemap:hover {
	text-decoration: underline;
}
table.sitemap {
	width: 100%;
	border-spacing: 0px;
  border-collapse: separate;
	margin-top: 5px;
}

table.sitemap td {
	padding: 4px;
}
tr.sitemap_color_1 td {
}
tr.sitemap_color_2 td { 
}
tr.sitemap_color_3 td { 
}

a.category_sitemap, a.category_sitemap:visited {
	color: #727272;
	font-weight: bold;
	text-decoration: underline;
}
a.category_sitemap:hover {color: #5ECDD4; text-decoration: none;}

a.article_sitemap, a.article_sitemap:visited {
	color: #40423E;
	text-decoration: none;	
}
a.article_sitemap:hover {color: #d22500; text-decoration: underline;}

.category_sitemap_count_articles {
	color: #8C8C8C;
}

div.subcategories_sitemap {
	color: #5d5d5d;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sitemap_tab {
	display: inline-block;
	width: 15px;
}
/* end of: sitemap */

/* forms */
input, textarea { }

input.solid, textarea.solid {
	border: 1px solid #989696;
	color: #000000;
	background-color: #FFFFFF; 
}
input.solid_disabled {
	border: 1px solid #c0b8ab;
	background-color: #eeebe8;
}
.checkbox {
	vertical-align: middle;
}
.radio { }
.label { }

.required {color: #262626;}
.required_2 {color: #000091;}
.error {color: #E10000;}
.warning {color: #E10000;} 
.ok {color: #257735;}
/* end of: forms */

/* (visual editor) table_1 style */
table.table_1 {
	border: 1px;
	border-collapse: collapse;
}
table.table_1 td {
	border: 1px;
	border-collapse: collapse;
}
/* end of: (visual editor) table_1 style */

/* pagination */
div.articles_pagination {
	text-align: center;
	margin: 20px 0 40px 0;
}
div.articles_pagination div.pagination {
	padding: 7px 0; /* IE 7 fix */
}

div.articles_pagination div.pagination .current, div.articles_pagination div.pagination a {
	font-size: 17px;
	font-weight: 400;
	padding: 12px 12px;
}

div.articles_pagination div.pagination .current {
	background-color: #9D9D9D;
	color: #fff;
	margin-right: 1px;
}

div.articles_pagination div.pagination a {
	background-color: #616161;
	color: #fff;
	text-decoration: none;
	margin-right: 1px;
	transition: all 0.5s ease 0s;
}
div.articles_pagination div.pagination a:hover { 
	color: #fff;
	background-image: none;
	background-color: #232323;
	text-decoration: none; 
}</pre></body></html>