body,td,th {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link { text-decoration: none; color:  #1b5d00; }
a:visited { text-decoration: none; color:  #1b5d00; }
a:active { text-decoration: none; color:  #1b5d00; }
a:hover { text-decoration: none; color:  #9aa800; }


hr 
{
	color: #989898; 
	background-color: #ffffff; 
	border-style: none none solid; 
}






/* Form elements  ----------------------------------------- */
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/system/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}


/* -------------------------------------------------------- */


/* Button  ------------------------------------------------------------------------ */
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 7px 0 0; 
	margin-right:2px; 
	font-size: 9px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	background: transparent url(../images/general_button.gif) no-repeat right -70px; 
}
	
button.submitBtn span {
	padding: 4px 0px 0px 10px; 
	#padding: 4px 0px 0px 8px; 
	height:18px; 
	background: transparent url(../images/general_button.gif) no-repeat left top; 
	color:#1B5D00; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -105px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -35px;
}
/* -------------------------------------------------------------------------------- */


/* Menu horizontal  ---------------- */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li  /*First Menu*/
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 10px Verdana;

}

#sddm li a  /*First Menu*/
{	display: block;
	margin: 0 1px 0 0;
	padding: 6px 20px;
	/*width: 80px;
	background: #000;*/
	background: url(../images/header_pattern2.gif) repeat-x;
	color: #6D7271;
	text-align: center;
	text-decoration: none;
	font-weight: bold;

}

#sddm li a:hover  /*First Menu*/
{	
	background: #F8901F;
	/*background: url(../images/header_pattern2_roll.gif) repeat-x;*/
	color: #fff;
}

#sddm div   /*Second Menu*/
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #6D7271;
	border: 1px solid #FFFFFF;
}

#sddm div a   /*Second Menu*/
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #6D7271;
	color: #FFF;
	font: 10px Verdana;
	font-weight:bold;
}

#sddm div a:hover   /*Second Menu*/
{	
	background: #F8901F;
	color: #FFF;

}

.menu_hover
{
	background-color: #F8901F;
	/*background: url(../images/header_pattern2_roll.gif) repeat-x;*/
	color: #FFFFFF !important;
}

/* --------------------------------------- */



/* Menu Vertical  ------------------------ */

.menu_vertical_header
{
	/*
	background:url("../images/menu_buttons_header.gif") no-repeat;
	height:28px;
	color:#D4D4D4;
	font-size:10px;
	font-weight:bold;
	padding-left:40px;
	padding-top:9px;
	*/
}

.menu_vertical_general
{
	background: url('../images/menu_buttons_up.gif') no-repeat;
	cursor:pointer;
	color:#1b5d00;
	padding-right:21px;
	padding-top:6px;
	padding-bottom:6px;
	font-size: 11px;
	font-weight:normal;
	text-align:right;



/*
	background: url('../images/menu_buttons_up.gif') no-repeat;
	cursor:pointer;
	padding-right:21px;
	padding-top:1px;
	font-size: 10px;
	font-weight:bold;
	color:#1b5d00;
	height:25px;
	text-align:right;
	*/
}

.menu_vertical_general_up
{

	background: url('../images/menu_buttons_roll.gif') no-repeat;
	cursor:pointer;
	color:#fff;
	padding-right:21px;
	padding-top:6px;
	padding-bottom:6px;
	font-size: 11px;
	font-weight:normal;
	text-align:right;

/*
	background: url('../images/menu_buttons_roll.gif') no-repeat;
	cursor:pointer;
	padding-right:21px;
	padding-top:1px;
	font-size: 10px;
	font-weight:bold;
	height:25px;
	text-align:right;
	color:#fff;
	*/
}
/* --------------------------------------- */



/* Sub Menu Vertical  ------------------------ */

.smenu_vertical_header
{
	/*background:url("../images/sub_menu_buttons_header.gif") no-repeat;
	height:28px;
	color:#D4D4D4;
	font-size:10px;
	font-weight:bold;
	padding-left:58px;
	padding-top:11px;
	*/
}

.smenu_vertical_general
{

	background:#F4FFDF;
	cursor:pointer;
	color:#1b5d00;
	padding-right:21px;
	padding-top:6px;
	padding-bottom:6px;
	font-size: 11px;
	font-weight:normal;
	text-align:right;
	border-left:1px solid #e3e5e2;
	border-right:1px solid #989898;


	/*
	background:#F4FFDF;
	cursor:pointer;
	padding-right:21px;
	padding-top:0px;
	padding-bottom:1px;
	#padding-bottom:0px;
	font-size: 10px;
	font-weight:bold;
	color:#1b5d00;
	height:25px;
	text-align:right;
	border-left:1px solid #e3e5e2;
	border-right:1px solid #989898;
	*/

}

.smenu_vertical_general_up
{

	background:#8CA722;
	cursor:pointer;
	padding-right:21px;
	padding-top:6px;
	padding-bottom:6px;
	font-size: 11px;
	font-weight:normal;
	text-align:right;
	border-left:1px solid #e3e5e2;
	border-right:1px solid #989898;

	/*
	background:#8CA722;
	cursor:pointer;
	padding-right:21px;
	padding-top:0px;
	padding-bottom:1px;
	#padding-bottom:0px;
	font-size: 10px;
	font-weight:bold;
	height:25px;
	text-align:right;
	border-left:1px solid #e3e5e2;
	border-right:1px solid #989898;
	*/

}
/* --------------------------------------- */



/* ----- Polls  ----- */

.polls_table {
	border-collapse: collapse;
}
.polls_table th {
	color: white;
    font-weight: bold;
	border-width: 1px;
	padding: 7px 3px 7px 3px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #6D7271;
}
.polls_table td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #f9f9f9;
}

/* --------------------------------------- */


/* ----- Gallery ----- */

.select_gallery
{
	border:1px solid #AFAFAF;
	font-size:11px;
}

.img_general
{
	background:#FFF;
	border:1px solid  #A8B3C4;
	padding:4px;
}

.title_general
{
	background:#EFEFF1;
	border:1px solid #A8B3C4;
	margin:2px 0px 5px 0px;
	padding:4px;
}

/* ------------------------ */


/* Search  ------------------------------- */
.search_container
{
	/*height:60px;*/
	text-align:left;
	padding-top:0px;
	padding-left:0px;
	color:#ff9500;
	/*background-image: url(../images/frame_search.gif);
	background-repeat: no-repeat;*/
}

.search_textbox
{	
	padding-top:2px;
	padding-bottom:2px;
	font-size:11px;
	width:160px;
	border:0px;
}

.search_textbox_container
{
	padding-top:8px;
	#padding-top:6px;
	padding-right:4px;
	#padding-right:2px;
}

.search_css
{
	font-size:10px;
	padding-right:6px;
	#padding-right:0px;
}

.search_title
{
	color:#b7b7b7;
	font-size:10px;
	font-weight:bold;
	padding-top:10px;
	padding-right:6px;
}

.search_button
{
	padding-top:7px;
	#padding-top:6px;
}

.search_button_style 
{
	/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	background-color:#ED6E00;
	color:#FFFFFF;
	border:0px;
	padding:0px;
	width:73px;
	*/
}

.button_style 
{
	/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#ED6E00;
	color:#FFFFFF;
	border:0px;
	border:1px solid #D6CCBF;
	*/
}
/* -------------------------------- */



/* Contact ------------------------ */
.contact_textbox_small
{
	width:210px;
	border:1px solid #AFAFAF;
}

.contact_textbox_big
{
	width:434px;
	border:1px solid #AFAFAF;
}

.contact_textbox_captcha
{
	width:100px;
	border:1px solid #AFAFAF;
}

.contact_newsletter
{
	width:180px;
	border:1px solid #AFAFAF;
}

/* -------------------------------- */



/* Other -------------------------- */
.date_module
{
/*
	color: #6B6D60;
	font-size:10px;
	background:url("../images/header5.gif") no-repeat;
*/
}

.date_css
{
	font-size:10px;
	padding-top:10px;
	color:#c8c8c8;
}

.path_text
{
	font-size:11px;
}
/* -------------------------------- */

.clear_style
{
	font-weight:normal;
	padding:0px;
	font-size:11px;
	border-bottom: 0px solid #FFFFFF;
	color:#000000;
}


.main_table
{
	height:100%;
}

.header_pattern 
{
	background-image: url(../images/header_pattern.gif);
	background-repeat: repeat-x;
	height:125px;
}

.main_pattern
{
	background-image: url(../images/left_frame_pattern.gif);
	background-repeat: repeat-y;
}

.main_outer_style
{
	padding-top:15px;
	#padding-top:25px;
	padding-bottom:25px;
}

.main_position
{
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:0px;
}

.main_position_lastnews
{
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
	font-size:10px;
}

.main_position_frontcategories
{
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:25px;
	font-size:10px;
}

.right_pattern
{
	background-image: url(../images/right_frame_pattern.gif);
	background-repeat: repeat-y;
}

.footer_pattern 
{
	/*
	background-color:#6C7170;
	*/
}

.title_category
{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	border:3px solid #327500;
	background:#05841b;
	/*height:17px;*/
	padding:1px;
}

.title_category a:link { text-decoration: none; color:  #E7FFDF;  }
.title_category a:visited { text-decoration: none; color:  #E7FFDF;	 }
.title_category a:active { text-decoration: none; color:  #E7FFDF;   }
.title_category a:hover { text-decoration: none; color:  #fff;  }

.title_date
{
	font-size:10px;
	font-weight:normal;
	color:#6D7271;
	padding-top:8px;
	padding-bottom:8px;
}


.lastnews_rows_style
{
	float:left; 
	padding:8px 0px; 

	border-bottom:2px dotted #a6a6a6;
}

.bullet2_style
{
	padding-bottom:1px;
}

.lastnews_bullet_date_style
{
	float:left; 
	color:#1b5d00;
	font-size:11px;
}

.lastnews_links_style
{
	float:left;
	width:372px;
}

.lastnews_links_style a:link { text-decoration: none; color:  #000;  }
.lastnews_links_style a:visited { text-decoration: none; color: #000; 	 }
.lastnews_links_style a:active { text-decoration: none; color:  #000;   }
.lastnews_links_style a:hover { text-decoration: none; color:  #1b5d00;  }


.print_icon_css
{
	border:0px solid #BCBCBC;
	padding:0px;
	/*background:#888888;*/
}

.menu_position
{
	padding-left:30px;
}

.main_position_path
{
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:0px;
}

.main_position_border
{
	border-bottom:0px solid #9B9B9B;
	padding-bottom:3px;
}





.background_header3
{
	background:url("../images/header3.gif");
}

.background_header4
{
	background:url("../images/header4.gif");
}

.general_background
{
	background-color:#fff;
}

.header
{
	width:960px;
	height:185px;
	background:url("../images/header.jpg") no-repeat;
}

.header_pattern
{
	height:550px;
	background:url("../images/header_pattern.gif") repeat-x;
}

.menu_button_header
{
	width:210px;
	height:44px;
	background:url("../images/menu_button_header.gif") no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	padding-right:34px;
}

.top_menu_backcolor
{
	width:745px;
	height:44px;
	background:#c2cdad;
	vertical-align:bottom;
}


.frame_pattern_left
{
	width:210px;
	background: url("../images/frame_pattern_left.gif") repeat-y;
}

.frame_pattern_right
{
	width:210px;
	background: url("../images/frame_pattern_right.gif") repeat-y;
}

.footer
{
	width:960px;
	height:44px;
	background: url("../images/footer.gif") no-repeat;
	color: #fff;
	padding-left:10px;
	font-size:10px;
}


.generic_button_left
{
	background-image: url(../images/b_start.gif);
	background-repeat:no-repeat;	
	width:2px;
	height:19px;
	
}


.generic_button_right
{
	background-image: url(../images/b_end.gif);
	background-repeat:no-repeat;	
	width:2px;
	height:19px;

}

.generic_button
{
	background-image: url(../images/b_pattern.gif);
	background-repeat:repeat-x;	
	height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight:bold;
	color:#1b5d00;
	border:0px;	
	cursor:pointer;
	#padding-top:3px;
	padding-bottom:2px;
}


.generic_button_2_left
{
	background-image:url(../images/b_start.gif);
	background-repeat:no-repeat;	
	width:2px;
	height:19px;
	
}


.generic_button_2_right
{
	background-image: url(../images/b_end.gif);
	background-repeat:no-repeat;	
	width:2px;
	height:19px;
}

.generic_button_2
{
	background-image: url(../images/b_pattern.gif);
	background-repeat:repeat-x;	
	height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color:#1b5d00;
	border:0px;	
	cursor:pointer;
	padding-bottom:4px;
	#padding-bottom:2px;
}

.read_more_style
{
	font-weight:bold;
	font-size:11px;
}

.read_more_style a:link { text-decoration:underline; color:  #1b5d00;  }
.read_more_style a:visited { text-decoration: underline; color: #1b5d00;		 }
.read_more_style a:active { text-decoration: underline; color: #1b5d00;  }
.read_more_style a:hover { text-decoration: underline; color: #9aa800; }

.read_more_bullet_style
{
	padding-bottom:2px;
}

table.top-menu tr td {
	padding: 0 4px;
}

.tablerow1 
{
	height: 27px;
	background-color: #05841b;
	color:#ffffff;
	font-weight:bold;
	padding:10px;
}
.tablerow2
{
	height: 27px;
	background-color:#c2cdad;
	color:#000;
	padding:5px;
}
.tablerow3
{
	height: 27px;
	background-color:#E0EFA4;
	color:#000000;
	padding:5px;
}

.menu_horizontal_img_style
{
	vertical-align:bottom;
}

.title_frontcategory_left
{
	color:#1b5d00;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #989898;
	line-height:20px;
}

.title_frontcategory_right
{
	color:#1b5d00;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #989898;
	line-height:20px;
}

.frontcategories_title_link_style
{
	
}


.frontcategories_title_link_style a:link { text-decoration: none; color:  #1b5d00; font-weight:bold; }
.frontcategories_title_link_style a:visited { text-decoration: none; color:  #1b5d00; font-weight:bold;}
.frontcategories_title_link_style a:active { text-decoration: none; color:  #1b5d00; font-weight:bold;}
.frontcategories_title_link_style a:hover { text-decoration: none; color:  #9aa800; font-weight:bold;}


.img_left
{
	float: left;
	background:#FFF;
	border:1px solid #80A529;
	margin:3px 7px 5px 0px;
	padding:4px;
}

.img_right
{
	float: right;
	text-align: right;
	background:#FFF;
	border:1px solid  #80A529;
	margin:5px 0px 5px 5px;
	padding:4px;
}

.img_general
{
	background:#FFF;
	border:1px solid  #80A529;
	margin:5px 5px 5px 5px;
	padding:4px;
}