body {
	background-color: #EBE7DC;
	background-image : url('../img/bcg/body.gif');
	margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
}

/* Rich Text Editor default settings */
p {margin: 0px;}
body, td { color: #393939; font-size: 11px; font-family: Verdana, Arial, Helvetica, Tahoma;}
/* end of: Rich Text Editor default settings */

/* basic settings */
form {margin: 0px;}
img.link {border:0px; margin-left: 1px; margin-bottom: 1px; }
img.border { border: 1px solid #237A24; }
img.icon { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin-left: 3px; margin-right: 3px; }
img.icon_no_margin { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin-left: 0px; margin-right: 0px; }
img.icon_24 { vertical-align: middle; width: 24px; height: 24px; border: 0px; margin-left: 3px; margin-right: 3px; }
hr {width: 100%; border-top: 1px dotted #237A24; }
a {
	color: #237D23;	
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 11px;
	text-decoration: underline;	
}
a:visited { color: #237D23; text-decoration: underline; }
a:hover { color: #237D23; text-decoration: none; }
.note {color: #472600;}
.no_article {	color: #70655A; }

.u {text-decoration: underline; }
.b {font-weight: bold; }
.s {text-decoration: line-through;} /* strikethrough */

.required {color: #C10000;}
.note { color: #808080; font-size:11px; }


div.title {
	font-size: 12px;
	color: #343434;
	font-weight: bold; line-height: 130%; 
	margin-bottom: 5px;
}

div.box {
	background-color: #F1F1F1;
	color: #525252;
	line-height: 140%;
	margin: 3px 4px 3px 0px;
}
div.box_padding {
	width: auto;
	padding: 6px 10px 6px 10px;
}

div.info_box {
	background-color: #FFFFFF;
	color: #97A80B;
	font-weight: bold;
	background-image : url("../img/bcg/box/info.gif");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 3px 4px 3px 0px;
}
div.info_box_padding {
	width: auto;
	padding: 6px 10px 6px 25px;
}

div.warning_box {
	background-color: #FFF4DD;
	border: 1px solid #DD0D0D;
	color: #EC0C00;
	background-image : url("../img/bcg/box/warning.gif");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 3px 4px 3px 0px;
}
div.warning_box_padding {
	width: auto;
	padding: 6px 10px 6px 25px;
}
/* end of: basic settings */

/* email style antispam */
.email_antispam {
	border-bottom: 1px dotted #237D23;
	cursor: help;
	unicode-bidi:bidi-override; direction: rtl;
}
/* end of: email style antispam */

/* forms */
input, textarea, select {
	color: #000000;
	background-color: #FFFFFF; 
}
input.solid, textarea.solid {
	border: 1px solid #2B992B;
}
input.solid_disabled {
	border: 1px solid #DDDDDD;
	background-color: #EAE7E3;
}
input.solid_checkbox {
	border: 0px;
	background-color: transparent;
}
.button { color: #49423A;	background-color: #EDECDC; border: 1px solid #2B992B;	 font-family: Verdana; font-size: 11px; font-weight: normal;  }
.checkbox {
	vertical-align: middle;
}
.required {color: #DF1C39;}
.required_2 {color: #000091;}
.error {color: #E10000;}
.warning {color: #E10000;} 
.ok {color: #1B486B;}
/* end of: forms */ 

/* layout */
table.container_borders {
	width: 100%;
	margin: 0px;
}
table.container_borders td.bcg_left {
	font-size: 9px;
	background-image : url('../img/bcg/container_left.gif');
	background-position : right;
	background-repeat : repeat-y;
}
table.container_borders td.bcg_right {
	font-size: 9px;	
	background-image : url('../img/bcg/container_right.gif');
	background-position : left;
	background-repeat : repeat-y;
}
table.container_borders td.container {
	width : 766px;
}
table.container {
	width : 766px;
	margin: 0px;
}
table.container td.container_top_1 {
	height: 24px;
	background-image : url('../img/bcg/top_1.gif');
	background-repeat : repeat-x;	
}
table.container td.container_top_2 {
	height: 54px;
	background-image : url('../img/bcg/top_2.gif');
	background-repeat : repeat-x;	
}
table.container td.container_top_3 {
	height: 25px;
	background-image : url('../img/bcg/top_3.png');
	background-repeat : no-repeat;
	text-align: right;
	vertical-align: middle;
	padding-right: 25px;
}
table.container td.container_top_4 {
	height: 246px;
	background-image : url('../img/bcg/top_4.jpg');
	background-repeat : no-repeat;
}
table.container td.container_left {
	width: 173px;
	background-color: #E5E4CB;
	border-right: 1px dotted #237A24;
	vertical-align: top;
}
table.container td.container_right {
	width: 164px;
	vertical-align: top;
	background-color: #C9BAA7;	
	background-image : url('../img/bcg/right_bottom.gif');
	background-repeat : no-repeat;
	background-position : bottom;
	padding-bottom: 75px;
}
table.container td.container_main {
	width: 429px;
	background-color: #E5E4CB;
	background-image : url('../img/bcg/main_bottom.gif');
	background-repeat : no-repeat;
	background-position : bottom;
	vertical-align: top;
	padding-bottom: 35px;	/* space for main_bottom.gif */
}
table.container td.container_bottom {
	height: 32px;
	background-color: #1F6428;
	background-image : url('../img/bcg/bottom.gif');
	background-repeat : repeat-x;	
	vertical-align: middle;
	padding-left: 20px;
}
div.padding_main_content {
	margin-left: 17px; margin-right: 13px;
}
div.main_content_no_bottom {
	background-color: #FFFFFF;
}
div.main_content {
	width: 399px;
}
div.main_content_padding {
	padding: 5px;
}
/* end of: layout */

/* table main */
table.main {
	width: 399px;
	vertical-align: top;
}
table.main td.main_title {
}
table.main td.main_text {
	vertical-align: top;
	padding-right: 15px;
	padding-top: 0px;
}
table.main td.main_images {
	vertical-align: top;
}
img.arrow_main { vertical-align: middle; width: 23px; height: 19px; border: 0px; margin-left: 0px; margin-right: 5px; }

/* end of: table main */

/* powered */
a.powered {color: #7EB982; font-size: 11px; font-family: Tahoma, Arial, Tahoma, Helvetica; text-decoration: none;}
a.powered:visited {color: #7EB982; text-decoration: none;}
a.powered:hover {color: #7EB982; text-decoration: underline;}

img.powered { vertical-align: middle; border: 0px; margin-left: 1px; margin-right: 1px; width: 18px; height: 18px; text-decoration: none; }
/* end of: powered */

img.arrow_top { vertical-align: middle; width: 28px; height: 26px; border: 0px; margin-left: 1px; margin-right: 1px; }

/* categories */
table.categories {
	width: 100%; height: 100%; border: 0px;
}
table.categories td.top_2_left {
	width: 280px;
}
table.categories td.categories {
	vertical-align: middle;
}

a.category {
	color: #BDDC8B;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
a.category:visited {color: #BDDC8B; text-decoration: none;}
a.category:hover {color: #FBDA68; text-decoration: none;}

a.category_selected {
	color: #FBDA68; 
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.category_selected:visited {color: #FBDA68; text-decoration: none;}
a.category_selected:hover {color: #FBDA68; text-decoration: none;}

table.special_categories {
	width: 348px; height: 100%; border: 0px solid yellow;
	padding-top: 36px;
}
table.special_categories td.special_categories {
	vertical-align: top;
	text-align: right;
}

img.arrow_special_category { vertical-align: middle; width: 22px; height: 19px; border: 0px; margin-left: 7px; margin-right: 1px; }

div.special_category {
	margin-bottom: 4px;
}

a.special_category {
	color: #E3DACF;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
a.special_category:visited {color: #E3DACF; text-decoration: none;}
a.special_category:hover {color: #E3DACF; text-decoration: underline;}

a.special_category_selected {
	color: #FACE2E;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
a.special_category_selected:visited {color: #FACE2E; text-decoration: none;}
a.special_category_selected:hover {color: #FACE2E; text-decoration: underline;}


h1.category, h2.category, h1.category_title, h2.category_title {
	font-family: Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #1B5F1B;
	margin: 0px;
	margin-bottom: 12px;
	
}
div.category_tree_container {
	padding-bottom: 6px;
	border-bottom: 1px solid #D9DBDC;
	margin-bottom: 10px;
}
img.icon_category_tree { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin-left: 0px; margin-right: 6px; }
img.icon_subcat { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin: 0px; margin-right: 2px;}

div.category_tree {
	color: #8E0C11;
	height: 19px; 
	font-size: 11px; font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	margin-bottom: 3px;
}
a.category_tree {
	color: #8E0C11;
	font-size: 11px; font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	text-decoration:none;
}
a.category_tree:visited { color: #8E0C11; text-decoration:none;}
a.category_tree:hover { color: #8E0C11; text-decoration:underline;}
/* end of: categories */

img.arrow_top_3 { vertical-align: middle; width: 4px; height: 7px; border: 0px; margin-left: 1px; margin-right: 8px; margin-bottom: 1px; }

a.top_3 {
	color: #F9CD2E;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
a.top_3:visited {color: #F9CD2E; text-decoration: none;}
a.top_3:hover {color: #FDEAAA; text-decoration: none;}

a.top_3_2 {
	color: #EE1C04;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	/* IE shadow */
	 height: 1em;
  filter: Shadow(Color=#134216, 
                 Direction=135, 
                 Strength=1);
}
a.top_3_2:visited {color: #EE1C04; text-decoration: none;}
a.top_3_2:hover {color: #EE1C04; text-decoration: none;}

/* panel right */
div.panel_right_article {
	width: 142px;
	margin-left: 15px;
	margin-bottom: 20px;
}

a.panel_right {
	color: #165C16; text-decoration: none;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
}
a.panel_right:visited {
	color: #165C16;	text-decoration: none;
}
a.panel_right:hover {
	color: #000000;	text-decoration: underline;
}

div.panel_right_title {
	color: #237D23; 
	margin-top: 2px; margin-bottom: 4px; 
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Verdana;
}

img.panel_right_preview {margin-top: 10px; margin-bottom: 5px; border: 1px solid #165C16; width: 135px; }

div.panel_right_category_title {
	margin-left: 15px;
	margin-bottom: 12px;
	margin-top: 33px;
	color: #A3362B;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Tahoma;
}

a.panel_right_category_title {
	color: #A3362B; text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Tahoma;
}
a.panel_right_category_title:visited {
	color: #A3362B;	text-decoration: none;
}
a.panel_right_category_title:hover {
	color: #F9CD2E;	text-decoration: underline;
}
div.more { margin-top: 2px; }
a.more { color: #924E00; font-size: 11px; text-decoration: none; }
a.more:visited { color: #924E00; text-decoration: none; }
a.more:hover { color: #924E00; text-decoration: underline; }
img.more {border: 1px; width: 22px; height: 9px; vertical-align: middle; margin-right: 3px;}

div.panel_right_archive {
	text-align: right;
	margin-right: 12px;
	color: #165C16;
}
a.panel_right_archive {
	color: #A3362B; text-decoration: none;
}
a.panel_right_archive:visited {
	color: #A3362B;	text-decoration: none;
}
a.panel_right_archive:hover {
	color: #165C16;	text-decoration: underline;
}
/* end of: panel right */

/* articles */
h1.title_article, h2.title_article, h1.article_title, h2.article_title {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #961003;
	margin: 0px;
	margin-bottom: 12px;
}
a.title_article, a.article_title {
	font-size: 12px;
	font-weight: bold;
	color: #4B6977;
	text-decoration: none;	
}
a.title_article:visited {
	color: #4B6977;
	text-decoration: none;	
}
a.title_article:hover {
	color: #4B6977;
	text-decoration: underline;	
}

div.text {
	text-align: justify;
}
div.date {
	color: #747A7E;
	padding-bottom: 3px;
}
hr.divider {
	width: 100%; 	border-top: 1px dotted #237A24; height: 1px;
	padding-bottom: 0px; margin-bottom: 0px;  
}
div.divider {
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #237A24;
}
/* end of: articles */

/* table main_image */
table.main_image {
	width: 90px;
	margin-bottom: 20px;
}
table.main_image td.main_right {
	font-size: 2px;
	width: 11px;
	background-image : url('../img/bcg/main_image/right.gif');
	background-position : bottom;
	background-repeat : no-repeat;
}

img.main_image {
	width: 85px;
	border: 0px;
}
/* end of: table main_image */

/* panel left */
table.panel_left_article {
	float: right;
	width: 150px;
	margin-bottom: 15px;
}
table.panel_left_article td.panel_left_title {
	padding-bottom: 5px;
}
table.panel_left_article td.panel_left_text {
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 4px;
}
a.panel_left_title {
	font-size: 11px;
	font-weight: bold;
	color: #237D23;
	text-decoration: none;	
}
a.panel_left_title:visited {
	color: #237D23;
	text-decoration: none;	
}
a.panel_left_title:hover {
	color: #237D23;
	text-decoration: underline;	
}
a.panel_left {
	font-size: 11px;
	color: #000000;
	text-decoration: none;	
}
a.panel_left:visited {
	color: #000000;
	text-decoration: none;	
}
a.panel_left:hover {
	color: #000000;
	text-decoration: underline;	
}
img.left_image {
	width: 150px;
}

/* end of: panel left */

/* table articles list */
table.articles_list {
	width: 100%;
	vertical-align: top;
	margin-bottom: 10px;
	border-bottom: 1px dotted #237A24;
}
table.articles_list td.arrow {
	width: 26px;
	vertical-align: top;
}
table.articles_list td.link {
	vertical-align: top

}
table.articles_list td.bottom_space {
	height: 6px; font-size: 6px;
}

a.article_select {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.article_select:visited { color: #000000; text-decoration: none; }
a.article_select:hover { color: #000000;	text-decoration: underline; }

a.article_selected {
	color: #CD6613;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.article_selected:visited { color: #CD6613; text-decoration: none; }
a.article_selected:hover { color: #CD6613;	text-decoration: underline; }

/* end of: table articles list */

/* pictures, photos */
div.picture_description {
	color: #363D40; 
	background-color: #EDECDC;
	border: 1px solid #2B992B;
	margin-top: 4px; padding: 1px; 
	font-family: Tahoma, Arial, Helvetica; font-size: 11px;
	cursor: hand; cursor: pointer;
}
/* end of: pictures, photos */

/* attachments */
.article_attachments { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #7A6D63; font-weight: bold; 
}
a.attachment_name {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold; color: #7A6D63; 
	text-decoration: none;
}
a.attachment_name:visited {
	color: #7A6D63; 
	text-decoration: none;
}
a.attachment_name:hover {
	color: #7A6D63;
	text-decoration: underline;
}

.attachment_mimetype  {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #B1A89E; 
}
/* end of: attachments */

table.sitemap {
	width: 379px;
	border-collapse: collapse;
}
tr.sitemap_color_1 td { border-bottom: 1px dotted #237A24; }
tr.sitemap_color_2 td { border-bottom: 1px dotted #237A24; }

/* sitemap */
a.category_sitemap {
	color: #8E0C11;
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;	
}
a.category_sitemap:visited {color: #8E0C11; text-decoration: none;}
a.category_sitemap:hover {color: #8E0C11; text-decoration: underline;}

a.article_sitemap {
	color: #4A4A4A;
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;	
}
a.article_sitemap:visited {color: #4A4A4A; text-decoration: none;}
a.article_sitemap:hover {color: #4A4A4A; text-decoration: underline;}

a.article_sitemap_2 {
	color: #4A4A4A;
	font-size: 11px;
	font-weight: bold;	
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;	
}
a.article_sitemap_2:visited {color: #4A4A4A; text-decoration: none;}
a.article_sitemap_2:hover {color: #4A4A4A; text-decoration: underline;}

/* end of: sitemap */

/* gallery */
img.gallery {
	height: 82px;
	border: 1px solid #237A24; 
}
