/* General CSS ------------------- */
body
{
background-image:  url(../images/header_pattern1.gif);
background-repeat:repeat-x;
margin:0px;
padding:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

th,td{

	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link { text-decoration: none; color:  #C54705;  }
a:visited { text-decoration: none; color:  #C54705;	 }
a:active { text-decoration: none; color:  #C54705;  }
a:hover { text-decoration: none; color:  #88B400;  }


hr 
{
	background-color: #486389; 
	color:#486389; 
	height:1px;

}

.path_text
{
	font-size:10px;
}

.clear_style
{
	font-weight:normal;
	padding:0px;
	font-size:11px;
	border-bottom: 0px solid #FFFFFF;
	color:#000000;
}

.category_description
{

}

.main_position
{
	padding-top:10px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:5px;
}

.main_position_path
{
	padding-top:2px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:0px;
}

.main_position_lastnews
{
	padding-top:10px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:10px;
	font-size:10px;
}

.title_category
{
	font-size:12px;
	font-weight:bold;
	color:#DB3D10;
	padding-bottom:3px;
}

.title_date
{
	font-size:10px;
	font-weight:normal;
	color:#022D52;
}

.print_icon_css
{
	border:0px solid #BCBCBC;
	padding-top:2px;
	/*background:#888888;*/
}
/* ---------------------------------------------- */

/* 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 1px 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:#c54705; 
}
	
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;
	color:#88b400;
}


	
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;
	color:#88b400;
}
/* ----------------------------------------- */


.button_img
{
	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/button1.gif) no-repeat ; 
	border:0px;
	width:110px;
	height:31px;
	text-align:center;
}

.button_img_link:link { text-decoration: none; color:  #c54705; }
.button_img_link:visited { text-decoration: none; color:  #c54705; }
.button_img_link:active { text-decoration: none; color:  #c54705; }
.button_img_link:hover { text-decoration: none; color:  #c54705; }


.button_img span
{
	padding: 6px 0px 0px 8px; 
	#padding:9px 0px 0px 8px; 
	height:20px; 
	color:#c54705; 
}




/* 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: 11px Verdana;

}

#sddm li a  /*First Menu*/
{	display: block;
	margin: 0 1px 0 0;
	padding: 6px 15px ;
	/*width: 80px;
	background: #000;*/
	background: url(../images/header_pattern2.gif) repeat-x;
	color: #96abbf;
	text-align: center;
	text-decoration: none;
	
}

#sddm li a:hover  /*First Menu*/
{	
	background: url(../images/header_pattern3.gif) repeat-x;
	color: #f4f6ad;
}

#sddm div   /*Second Menu*/
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
}

#sddm div a   /*Second Menu*/
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	padding-bottom:8px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	font: 10px Verdana;
}

#sddm div a:hover   /*Second Menu*/
{	
	background: url(../images/header_pattern3.gif) repeat-x;
	color: #f4f6ad;

}

.menu_hover
{
	background: url(../images/header_pattern3.gif) repeat-x;
	/*background: url(../images/header_pattern2_roll.gif) repeat-x;*/
	color: #f4f6ad !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 
{
color:#fff;
}
.polls_table td 
{
	padding-top: 3px;
	color:#fff;

}
/* --------------------------------------- */

/* ----- Module  ------------------------- */

.module_header
{
	background-image: url(../images/module_header.gif);
	background-repeat:no-repeat;
	background-color:#022d52;
	padding-bottom:2px;
	padding-top:6px;

}
.module_header_text
{
	padding-left:42px;
	padding-right:20px;
	padding-top:8px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	
}

.module_pattern
{
	background: url(../images/module_pattern.gif) repeat-y;
	padding-left:19px;
	padding-right:8px;
	color:#fff;
	padding-bottom:8px;
}

.module_footer
{
	background: url(../images/module_footer.gif) no-repeat;
	height:18px;
}

.poll_buttons
{
	height:31px;
	text-align:center;
	padding-left:19px;

}

/* --------------------------------------- */

/* ----- 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:35px;
	text-align:left;
	padding-left:33px;
	color:#ff9500;
	padding-top:7px;	
	background-image: url(../images/frame_search.gif);
	background-repeat: no-repeat;
}

.search_textbox
{	
	padding-top:0px;
	font-size:11px;
	width:132px;
	border:0px;
	height:15px;
}

.search_button_style 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#26629F;
	color:#FFFFFF;
	border:0px;
	padding:0px;
	width:73px;
	cursor:pointer;
}
/* ------------------------------------------- */

/* Contact ----------------------------------- */
.contact_textbox_small
{
	width:190px;
	border:1px solid #AFAFAF;
}

.contact_textbox_big
{
	width:403px;
	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: #a5acb3;
	font-size:11px;
	height:26px;
	#height:20px;
	padding-left:10px;
	padding-bottom:6px;	
	width:199px;
}
/* ------------------------------------------- */

/* 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; }
/* ------------------------------------------- */



/*WEATHER*/



.mostlycloudy
{
	background-image: url(../images/weather_mostly_cloudy.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;
}


.mostlysunny, .partlysunny
{
	background-image: url(../images/weather_mostly_sunny.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;
}


.chancerain
{
	background-image: url(../images/weather_rain.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;
}

.sunny
{
	background-image: url(../images/weather_clear.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;
}

.chanceflurries
{
	background-image: url(../images/weather_flurrles.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;

}


.chancesleet, .sleet
{
	background-image: url(../images/weather_sleet.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;

}



.chancesnow,.snow
{
	background-image: url(../images/weather_snow.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;
}


.chancetstorms,.tstorms
{
	background-image: url(../images/weather_thunderstormes.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;

}

.clear
{
	background-image: url(../images/weather_clear.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;
}


.cloudy
{
	background-image: url(../images/weather_cloudy.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;
}

.fog
{
	background-image: url(../images/weather_fog.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;
}

.hazy
{
	background-image: url(../images/weather_hazy.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;
}


.partlycloudy
{
	background-image: url(../images/weather_party_cloudy.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;
}

.rain
{
	background-image: url(../images/weather_rain.gif);
	background-repeat: no-repeat;
	width:197px;
	height:60px;
}



.wind
{
	color:#fff;
	font-size:12px;
	padding-left:4px;


}
.temperature
{
	color:#fff;
	font-size:22px;
	padding-right:10px;
}


/*----------------------------------------------------------------------------------*/


/* CSS used Only by this template ------------ */
.main_table
{
	height:100%;
}

.header1
{
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

.header2
{
	background-image: url(../images/header2_flash.jpg);
	background-repeat: no-repeat;
	width:290px;
	height:190px;
}

.header3
{
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	width:659px;
	height:190px;
	background-position:top left;

}

.header4 
{
	background-image: url(../images/header4.jpg);
	background-repeat: no-repeat;
}

.header5
{
	background-image: url(../images/header5.gif);
	background-repeat: no-repeat;
	background-position:top right;

}

.header6
{
	background-image: url(../images/header6.gif);
	background-repeat: no-repeat;
	background-position:top left;

}

.menu_start
{
	background-image: url(../images/menu_start.gif);
	background-repeat: no-repeat;
	width:26px;
	height:26px;
}

.menu_in
{	
	background-image: url(../images/header_pattern2.gif);
	background-repeat: repeat-x;	
	padding-right:15px;
	width:663px;
}

.menu_end
{
	background-image: url(../images/menu_end.gif);
	background-repeat: no-repeat;
	width:26px;
	height:26px;
	
}

.radio_prod
{
	background-image: url(../images/banner_radio_producer.gif);
	background-repeat: no-repeat;
	width:259px;
	height:114px;
	padding-top:15px;
	padding-left:30px;
}


.radio_prod_header
{
	background-image: url(../images/header_radio_producer.gif);
	background-repeat: no-repeat;
	width:259px;
	height:16px;
}


.radio_prod_footer
{
	background-image: url(../images/footer_radio_producer.gif);
	background-repeat: no-repeat;
	width:259px;
	height:17px;
}


.radio_prod_pattern
{
	background-image: url(../images/pattern_radio_producer.gif);
	background-repeat: repeat-y;	
	padding-top:15px;
	padding-left:30px;
}

.header_pattern4
{
	background-image: url(../images/header_pattern4.gif);
	background-repeat: repeat-x;
	height:28px;
}


.prod_title
{
	font-size:11px;
	line-height:15px;
}
.prod_name
{
	color:#dc3e0e;
	font-weight:bold;
	font-size:12px;

}

.left_frame
{
	background-image: url(../images/blue_frame_pattern.gif);
	background-repeat: repeat-y;
}

.blue_frame_footer
{
	background-image: url(../images/blue_frame_footer.gif);
	background-repeat: no-repeat;
	width:259px;
	height:12px;
}

.address
{
	background-image: url(../images/banner_address.gif);
	background-repeat: no-repeat;
	width:195px;
	height:104px;
	color:#003462;
	text-align:center;
	float:center;
	padding-top:10px;
}

.footer
{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width:949px;
	height:116px;
	#height:110px;
	padding-left:0px;
	padding-top:16px;
	#padding-top:10px;

}

.banner
{
	padding-right:20px;
}

.clock
{
	background-image: url(../images/banner_clock.gif);
	background-repeat: no-repeat;
	width:185px;
	height:106px;
	padding-bottom:18px;
	padding-right:10px;
}

.right_banner
{
padding-bottom:12px;
padding-right:12px;
}


.news_footer_left
{
	background-image: url(../images/main_footer_left.gif);
	background-repeat: no-repeat;
	width:13px;
	height:12px;
}


.news_footer_right
{
	background-image: url(../images/main_footer_right.gif);
	background-repeat: no-repeat;
	width:13px;
	height:12px;
}

.news_header_right
{
	background-image: url(../images/main_header_right.gif);
	background-repeat: no-repeat;
	width:13px;
	height:12px;
}

.news_header_left
{
	background-image: url(../images/main_header_left.gif);
	background-repeat: no-repeat;
	width:13px;
	height:12px;
}

.news_u
{
	background:#C1C6C9;
	
}

.news_main
{
	background:#C1C6C9;
	
}

.title_news
{
	color:#044176;
	font-size:12px;
	font-weight:bold;
	padding-left:14px;
}

.blue_line
{
	background:#043F77;
	height:19px;
	width:5px;
	margin-top:6px;
	margin-bottom:2px;

}

.blue_line_podcast
{
	background:#043F77;
	height:19px;
	width:5px;
	margin-top:2px;
	margin-bottom:5px;
	margin-right:3px;

}
.news_link:link { text-decoration: underline; color:  #043F77; }
.news_link:visited { text-decoration: underline; color:  #043F77; }
.news_link:active { text-decoration: underline; color:  #043F77; }
.news_link:hover { text-decoration: underline; color:  #DB3D10; }

.news_link_in:link { text-decoration: none; color:  #043F77; }
.news_link_in:visited { text-decoration: none; color:  #043F77; }
.news_link_in:active { text-decoration: none; color:  #043F77; }
.news_link_in:hover { text-decoration: none; color:  #DB3D10; }



.news_date
{
	color:  #043F77;
	
}

.news_intro
{

}


/* ------------------------------------------- */
