/* General CSS ------------------- */

.login_list_ul
{
	margin: 0px 0;
	padding-left: 14px;
	list-style-type:square;
	color:#EB8810;
	line-height:16px;
	font-size:10px;
	font-family:Verdana;
}

.login_list_li:hover
{
	color:red;
}

.login_list_li#current
{
	color:red;
}

.login_list_li a:link
{
	font-weight: normal;
}

.login_list_li a:visited 
{
	font-weight: normal;
}

/* Message ------------------- */ 
.warning_message {
	padding: 15px 0px;
	margin-bottom: 15px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 12px;
	text-align: center;
}

.success_message {
	padding: 15px 0px;
	margin-bottom: 15px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 12px;
	text-align: center;
}
/* --------------------------- */ 

hr 
{
	color: #b0b0b0; 
	background-color: #ffffff; 
	border-style: none none dotted; 
}

.path_text
{
	font-size:13px;
}

.clear_style
{
	font-weight:normal;
	padding:0px;
	font-size:13px;
	border-bottom: 0px solid #FFFFFF;
	color:#000000;
}

.category_description
{

}

.main_position
{
	padding-top:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:0px;
	font-size: 1.2em;
}

.main_position_path
{
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
}

.main_position_lastnews
{
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

.title_category
{
	font-size:19px;
	font-weight:bold;
	color:#284F18;
	padding-top: 10px;
}

.title_date
{
	font-size:10px;
	font-weight:normal;
	color:#6D7271;
}

.print_icon_css
{
	border:0px solid #BCBCBC;
	padding-top:2px;
	/*background:#888888;*/
}

.previous
{
	font-size: 13px;
}
/* ---------------------------------------------- */

/* 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: 10px; 
	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: 6px 0px 0px 8px; 
	height:20px; 
	background: transparent url(../images/general_button.gif) no-repeat left top; 
	color:#fff; 
}
	
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  ------------------------ */
.menu_position
{
	padding-left:30px;
}

#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:#6D7271;
	padding-left:40px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}

.menu_vertical_general_up
{
	background: url('../images/menu_buttons_roll.gif') no-repeat;
	cursor:pointer;
	padding-left:40px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}
/* ------------------------------------------- */

/* Sub Menu Vertical  ------------------------ */

.smenu_vertical_general
{
	background: url('../images/sub_menu_buttons_up.gif') no-repeat;
	cursor:pointer;
	color:#6D7271;
	padding-left:58px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}

.smenu_vertical_general_up
{
	background: url('../images/sub_menu_buttons_roll.gif') no-repeat;
	cursor:pointer;
	padding-left:58px;
	padding-top:7px;
	padding-bottom:6px;
	font-size: 10px;
	font-weight:bold;
}
/* --------------------------------------- */

/* ----- Polls  -------------------------- */

.polls_table 
{
	border-collapse: collapse;
}
.polls_table th 
{

}
.polls_table td 
{
	padding-top: 3px;
	border-bottom:1px solid #dddddd;
}
/* --------------------------------------- */


/* ----- Login  -------------------------- */
.login_table 
{
	border-collapse: collapse;
	width:80%;
}
.login_table th 
{

}
.login_table td 
{
	border: 1px solid #dddddd;
	padding: 24px;
	background-color: #f9f9f9;
}

.login_form_input
{
	width: 90%;
}
/* --------------------------------------- */

/* ----- Member  ----------------------- */
.register_table {border-collapse: collapse; width:80%;}
.register_table th {}
.register_table td {border: 1px solid #dddddd; padding: 24px; background-color: #f9f9f9;}

.message_table {border-collapse: collapse; width:80%;}
.message_table th {}
.message_table td {border: 1px solid #dddddd; padding: 24px; background-color: #f9f9f9; font-size:12px;}

.register_form_input
{
	width: 260px;
}

.star_class
{
	color:#FF6600;
	font-size:14px;
}
/* --------------------------------------- */


/* ----- Module  ------------------------- */

.module_header
{
	background: url(../images/module_header.gif) no-repeat;
	height:50px;
}
.module_header_text
{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:8px;
	color:#FFFFFF;
	font-weight:bold;
}

.module_pattern
{
	background: url(../images/module_pattern.gif) repeat-y;
	padding-left:38px;
	padding-right:36px;
}

.module_footer
{
	background: url(../images/module_footer.gif) no-repeat;
	height:18px;
}

/* --------------------------------------- */

/* ----- 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:1px;
	padding-left:25px;
	color:#ff9500;
	background-image: url(../images/frame_search.gif);
	background-repeat: no-repeat;
}

.search_textbox
{	
	padding-top:0px;
	font-size:11px;
	width:136px;
	border:0px;
}

.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;
}
/* ------------------------------------------- */

/* Contact ----------------------------------- */
.contact_textbox_small
{
	width:250px;
	border:1px solid #AFAFAF;
}

.contact_textbox_big
{
	width:100%;
	border:1px solid #AFAFAF;
}

.contact_textbox_captcha
{
	width:100px;
	border:1px solid #AFAFAF;
}

.contact_newsletter
{
	width:180px;
	border:1px solid #AFAFAF;
}

/* ------------------------------------------- */

/* Date -------------------------------------- */
.date_module
{
	color: #6B6D60;
	font-size:10px;
	background:url("../images/header5.gif") no-repeat;
}
/* ------------------------------------------- */

/* Other link -------------------------------- */
.footer_link:link { text-decoration: none; color:  #8F8F8F; }
.footer_link:visited { text-decoration: none; color:  #8F8F8F; }
.footer_link:active { text-decoration: none; color:  #8F8F8F; }
.footer_link:hover { text-decoration: underline; color:  #8F8F8F; }
/* ------------------------------------------- */


/* Footer sitemap link -------------------------------- */
.footer_sitemap_lev1 {
	font-size:12px;	
	font-weight:bold;
	margin-bottom:10px;
}
.footer_sitemap_lev2 {
	font-size:10px;	
	font-weight:normal;
	margin-bottom:4px;
}

.footer_sitemap_link:link { text-decoration: none; color:  #DFDFDF; }
.footer_sitemap_link:visited { text-decoration: none; color:  #DFDFDF; }
.footer_sitemap_link:active { text-decoration: none; color:  #DFDFDF; }
.footer_sitemap_link:hover { text-decoration: underline; color:  #FFFFFF; }
/* --------------------------------------------------- */



/* CSS used Only by this template ------------ */
.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;
}

.right_pattern
{
	background-image: url(../images/right_frame_pattern.gif);
	background-repeat: repeat-y;
}

.footer_pattern 
{
	background-color:#6C7170;
}

.footer
{
	font-size:9px;
	padding-right:46px;
	background: url(../images/footer.gif) no-repeat;
}

.background_header3
{
	background:url("../images/header3.gif");
}

.background_header4
{
	background:url("../images/header4.gif");
}


.message_success
{
	color:green;
}

.message_error
{
	color:red;
}
/* ------------------------------------------- */

/* rss */
.rss_module_title {
	color:#fff; 
	font-weight:bold; 
	float:left; 
	margin: 15px 0 8px 30px;
}

.rss_module_list {
	margin:0 5px; 0 5px; 
	color:orange; 
	padding:0;
}

.rss_module_listitem {
	width:180px; 
	padding: 3px 0 2px 0;
	list-style-image: url("../images/system/bullet2.gif");
	vertical-align: middle;
}

.rss_module_pattern
{
	background: url(../images/module_pattern.gif) repeat-y;	
	padding-right:25px;
	padding-left:8px;
}

