body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0;}

 
html {
	height: 100%;
	margin-bottom: 1px;
}
	
/*
 * Page	
 */
 
.separatore{
	clear:both;
	height:10px;
	width:100%;
	background-color:#ffffff;
	height:0px;
}
.separatoreFine{
	clear:both;
	height:1px;
	width:100%;
	background-color:transparent;
	height:0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #000;
}

body#page {
	background: #F0F0F0 url(../images/page_bg.png) 50% 0 repeat-x;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

a
{
    color:#FF2D08;
    text-decoration:none;
}

a:hover
{
    color:#FF2D08;
    text-decoration:underline;
}

p.nero{
	text-align:left;
	padding: 0px;
	margin: 0px;
	color:#000000;
	display:inline;
}
p.arancione{
	text-align:left;
	padding: 0px;
	margin: 0px;
	color:#FF2D08;
	display:inline;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#page-body {
	padding: 0px 0px 0px 0px;
}

div.wrapper-t {
	background: #F0F0F0 url(../images/wrapper_t.png) 0 0 repeat-x;
}

div.wrapper-b {
	background: url(../images/wrapper_b.png) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(../images/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(../images/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(../images/wrapper_tl.png) 0 -85px no-repeat;
}

div.wrapper-tr {
	background: url(../images/wrapper_tr.png) 100% -85px no-repeat;
}

div.wrapper-bl {
	background: url(../images/wrapper_bl.png) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 0px 20px 7px 20px;
	min-height: 710px;
	background: url(../images/wrapper_br.png) 100% 100% no-repeat;
}
body.width-wide div.wrapper { width: 950px; }

.header-container {
	/*background-image:url(../images/header-bg.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;*/
	height:90px;
}
.header {
	background-image:url(../images/header-bg.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	width:910px;
	height:90px;
	margin: 0 auto;
}

#logo {
	background-color: Transparent;
	width: 74px;
	height: 68px;
	background-image: url(../images/logo-meteoriccione.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px 0 0 10px;
	float:left;
}
#headerDestro {
	background-color: Transparent;
	float:left;
}
#headerDestro #meteoriccione-it{
	width:650px;
	height:81px;
	float:left;
}
#headerDestro #meteoriccione-it #scritta_meteoriccione {
	
}
#headerDestro #meteoriccione-it #scritta_meteoriccione img{
	padding: 4px 0 0 5px;
	float:left;
}
#headerDestro #meteoriccione-it #network_meteo{
	float:left;
	padding-left:20px;
}
#headerDestro #meteoriccione-it #network_meteo #link_network_meteo_rimini{
	height: 23px;
	width: 82px;
	padding:20px 26px 0px 26px;
	position:relative;
	z-index:30;
	background-image:url(../images/network-meteo-rimini.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#headerDestro #meteoriccione-it #network_meteo #link_network_meteo_cattolica{
	height: 23px;
	width: 82px;
	padding:20px 17px 0px 17px;
	position:relative;
	z-index:30;
	background-image:url(../images/network-meteo-cattolica.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#headerDestro #meteoriccione-it #network_meteo #link_network_meteo_misano_adriatico{
	height: 23px;
	width: 82px;
	padding:20px 23px 0px 23px;
	position:relative;
	z-index:20;
	background-image:url(../images/network-meteo-misano-adriatico.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#headerDestro #meteoriccione-it #network_meteo #link_network_meteo_portoverde{
	height: 23px;
	width: 82px;
	padding:20px 10px 0px 10px;
	position:relative;
	z-index:10;
	background-image:url(../images/network-meteo-portoverde-di-misano-adriatico.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#headerDestro #meteoriccione-it #network_meteo .link_network_meteo{
	text-decoration:none;
	color:#FFF;
}
#headerDestro #meteoriccione-it #menu {
	background-image:url(../images/menu-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
	height:20px;
	text-align:center;
	width:626px;
	color:#000;
	font-size:12px;
	border-top: 5px solid transparent;
}
#headerDestro #meteoriccione-it #menu ul{
	padding:0px 0px 0px 0px;
}
#headerDestro #meteoriccione-it #menu ul li{
	list-style-type:none;
	list-style-position:inside;
	float:left;
	font-weight:bold;
	padding: 0px 8px;
}
#headerDestro #meteoriccione-it #menu ul li a{
	text-decoration:none;
	color:inherit;
	color:#000;
}
#headerDestro #meteoriccione-it #menu ul li a:link{}
#headerDestro #meteoriccione-it #menu ul li a:visited{}
#headerDestro #meteoriccione-it #menu ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
#headerDestro #meteoriccione-it #sub_menu_servizi {
	clear:both;
	height:20px;
	width:626px;
	text-align:center;
}
#headerDestro #meteoriccione-it #sub_menu_servizi ul li{
	list-style-type:none;
	list-style-position:inside;
	float:left;
	font-weight:bold;
	padding: 0px 3px;
}
#headerDestro #meteoriccione-it #sub_menu_servizi ul{
	margin:0;
	padding:3px;
}
#headerDestro #meteoriccione-it #sub_menu_servizi ul li a{
	text-decoration:none;
	color:#000;
}
#headerDestro #meteoriccione-it #sub_menu_servizi ul li a:link{}
#headerDestro #meteoriccione-it #sub_menu_servizi ul li a:visited{}
#headerDestro #meteoriccione-it #sub_menu_servizi ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
}


#headerDestro #meteoriccione-it #sub_menu_mappe {
	clear:both;
	height:20px;
	width:626px;
	text-align:center;
}
#headerDestro #meteoriccione-it #sub_menu_mappe ul li{
	list-style-type:none;
	list-style-position:inside;
	float:left;
	font-weight:bold;
	padding: 0px 3px;
}
#headerDestro #meteoriccione-it #sub_menu_mappe ul{
	margin:0;
	padding:3px;
}
#headerDestro #meteoriccione-it #sub_menu_mappe ul li a{
	text-decoration:none;
	color:#000;
}
#headerDestro #meteoriccione-it #sub_menu_mappe ul li a:link{}
#headerDestro #meteoriccione-it #sub_menu_mappe ul li a:visited{}
#headerDestro #meteoriccione-it #sub_menu_mappe ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
}


#headerDestro #meteoriccione-it #sub_menu_previsioni {
	clear:both;
	height:20px;
	width:626px;
	text-align:center;
}
#headerDestro #meteoriccione-it #sub_menu_previsioni ul li{
	list-style-type:none;
	list-style-position:inside;
	float:left;
	font-weight:bold;
	padding: 0px 3px;
}
#headerDestro #meteoriccione-it #sub_menu_previsioni ul{
	margin:0;
	padding:3px;
}
#headerDestro #meteoriccione-it #sub_menu_previsioni ul li a{
	text-decoration:none;
	color:#000;
}
#headerDestro #meteoriccione-it #sub_menu_previsioni ul li a:link{}
#headerDestro #meteoriccione-it #sub_menu_previsioni ul li a:visited{}
#headerDestro #meteoriccione-it #sub_menu_previsioni ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

#headerDestro #meteoriccione-it #sub_menu_webcam {
	clear:both;
	height:20px;
	width:626px;
	text-align:center;
}
#headerDestro #meteoriccione-it #sub_menu_webcam ul li{
	list-style-type:none;
	list-style-position:inside;
	float:left;
	font-weight:bold;
	padding: 0px 3px;
}
#headerDestro #meteoriccione-it #sub_menu_webcam ul{
	margin:0;
	padding:3px;
}
#headerDestro #meteoriccione-it #sub_menu_webcam ul li a{
	text-decoration:none;
	color:#000;
}
#headerDestro #meteoriccione-it #sub_menu_webcam ul li a:link{}
#headerDestro #meteoriccione-it #sub_menu_webcam ul li a:visited{}
#headerDestro #meteoriccione-it #sub_menu_webcam ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
}


#headerDestro #meteoriccione-it #sub_menu_community {
	clear:both;
	height:20px;
	width:626px;
	text-align:center;
}
#headerDestro #meteoriccione-it #sub_menu_community ul li{
	list-style-type:none;
	list-style-position:inside;
	float:left;
	font-weight:bold;
	padding: 0px 3px;
}
#headerDestro #meteoriccione-it #sub_menu_community ul{
	margin:0;
	padding:3px;
}
#headerDestro #meteoriccione-it #sub_menu_community ul li a{
	text-decoration:none;
	color:#000;
}
#headerDestro #meteoriccione-it #sub_menu_community ul li a:link{}
#headerDestro #meteoriccione-it #sub_menu_community ul li a:visited{}
#headerDestro #meteoriccione-it #sub_menu_community ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
}


#headerDestro #meteoriccione-it #sub_menu_business {
	clear:both;
	height:20px;
	width:626px;
	text-align:center;
}
#headerDestro #meteoriccione-it #sub_menu_business ul li{
	list-style-type:none;
	list-style-position:inside;
	float:left;
	font-weight:bold;
	padding: 0px 3px;
}
#headerDestro #meteoriccione-it #sub_menu_business ul{
	margin:0;
	padding:3px;
}
#headerDestro #meteoriccione-it #sub_menu_business ul li a{
	text-decoration:none;
	color:#000;
}
#headerDestro #meteoriccione-it #sub_menu_business ul li a:link{}
#headerDestro #meteoriccione-it #sub_menu_business ul li a:visited{}
#headerDestro #meteoriccione-it #sub_menu_business ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
}


#headerDestro #meteoriccione-it #sub_menu_contatti {
	clear:both;
	height:20px;
	width:626px;
	text-align:center;
}
#headerDestro #meteoriccione-it #sub_menu_contatti ul li{
	list-style-type:none;
	list-style-position:inside;
	float:left;
	font-weight:bold;
	padding: 0px 3px;
}
#headerDestro #meteoriccione-it #sub_menu_contatti ul{
	margin:0;
	padding:3px;
}
#headerDestro #meteoriccione-it #sub_menu_contatti ul li a{
	text-decoration:none;
	color:#000;
}
#headerDestro #meteoriccione-it #sub_menu_contatti ul li a:link{}
#headerDestro #meteoriccione-it #sub_menu_contatti ul li a:visited{}
#headerDestro #meteoriccione-it #sub_menu_contatti ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
}


#headerDestro #condizioni-realtime {
	width:175px;
	height:81px;
	background-image: url(../images/bg-condizione-attuale.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float:left;
	text-align:center;
}
#headerDestro #condizioni-realtime img {
	padding: 0px;
	margin: 0px;
	float:left;
}
#headerDestro #condizioni-realtime p{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
}
#headerDestro #condizioni-realtime p.temperatura{
	margin:0;
	font-size:17px;
	font-weight:bold;
	padding:10px 0px;
	color:#FFFFFF;
}
#headerDestro #condizioni-realtime p.umidita{
	font-size:17px;
	margin:0;
	font-weight:bold;
	color:#FFFFFF;
}
#previsioni{
	clear:both;
}
#previsioni ul{
	margin:0;
	padding:0;
}
#previsioni ul li{
	list-style-type:none;
	list-style-position:inside;
	float:left;
	font-weight:bold;
	padding: 20px 0px 0px 0px;
	background-image: url(../images/sf-previsioni.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width:141px;
	height:73px;
	text-align:center;
}
#previsioni ul li a{
	text-decoration:none;
	color:#000;
	font-size:16px;
}
#previsioni ul li a:link{}
#previsioni ul li a:visited{}
#previsioni ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
#previsioni ul li.lispeciale{
	list-style-type:none;
	list-style-position:inside;
	float:left;
	font-weight:bold;
	padding: 20px 0px 0px 0px;
	background-image: url(../images/sf-previsioni2.png);
	background-position: center;
	background-repeat: no-repeat;
	width:141px;
	height:73px;
	text-align:center;
}
#previsioni li em {
	background:transparent url(../images/hover.png) no-repeat scroll 0 0;
	
	float:left;
	font-size:10px;
	font-style:normal;
	height:45px;
	left:-34px;
	top:-200px;
	padding:5px 5px 25px 5px;
	position:relative;
	text-align:center;
	width:192px;
	z-index:2;
}

#previsioni #bannerlargo{
	/*background-image: url(../images/bg-spot.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-left:15px;*/
	margin:12px 0px 0px 2px;
	width:451px;
	height:81px;
	float:left;	
}
#previsioni #bannerlargo img{
	/*padding:11px 0 0 4px;*/
}

#bannerLargo
{
	padding:5px 0px 5px 0px;
}

#bannerLargoWrf
{
	padding:0px;
}

#contenuti{
	padding:0 5px 0 7px;
	background-color:#FFFFFF;	
}

#allarmi {
	clear:both;
	width:890px;	
	background: #ffffff url(../images/allarmi-sfondo.jpg) 100% 0 no-repeat;
}
#allarmi-testata{
	background: url(../images/allarmi-top-left2.gif) 0 0 no-repeat;
	height:15px;
	margin-left:10px;
	text-align:center;
	width:111px;
}
#allarmi-top{
	background: url(../images/allarmi-top.gif) 0 0 repeat-x;
}
#allarmi-bottom{
	background: url(../images/allarmi-bottom.gif) 0 100% repeat-x;
}
#allarmi-left{
	background: url(../images/allarmi-middle-left.gif) 0 0 repeat-y;
}
#allarmi-right{
	background: url(../images/allarmi-middle-right.gif) 100% 0 repeat-y;
}
#allarmi-topleft{
	background: url(../images/allarmi-top-left.gif) 0 0 no-repeat;
}
#allarmi-topright{
	background: url(../images/allarmi-top-right.gif) 100% 0 no-repeat;
}
#allarmi-bottomleft{
	background: url(../images/allarmi-bottom-left.gif) 0 100% no-repeat;
}
#allarmi-bottomright{
	background: url(../images/allarmi-bottom-right.gif) 100% 100% no-repeat;
	padding:10px;
	color:#ff2d08;
	min-height:60px;
}
.alert{
	background: url(../images/allarmi-attenzione.jpg) 0 50% no-repeat;
	padding:0px 0px 0px 30px;
	width:455px;
	float:left;
}
#allarmi-links{
	padding:0px 0px 0px 680px;
	line-height:25px;
}

.largo{
	width:890px;	
}

.webcam{
	width:890px;
	padding-top:4px;	
}
.spotBanner{
	width:220px;
	float:left;
	padding-left:10px;
}
.condizioni{
	width:200px;
	float:left;
	padding-left:10px;
}
#allinea1, #allinea2, #allinea3{
	background-color:#FFFFFF;
	padding-top:4px;
}
.banners{
	float:left;
	width:890px;
	min-height:100px;
}
/*.sotto{
	float:left;
	width:564px;
	width:887px;
	min-height:100px;
}*/
.sotto1{
	margin-left:10px;
	margin-top:15px;
	float:left;
	min-height:100px;
}
.bannersHome span br
{
    clear:both;
}

.bannersHome span br
{
    clear:both;
}
.bannersHome a
{
}

.containerBanners
{
	float:left;
}
.lam{
	float:left;
	width:222px;
}
.lamAlto{
	/*background: url(../images/sflam.jpg) 0 0 no-repeat;*/
}
.lamAlto #bannerLargo{
	float:left;
}
.social{
	width:432px;
	float:left;
	padding-left:10px;
}
.associati{
	width:215px;
	float:left;
	padding-right:10px;
}
.eventi{
	float:left;
	width:330px;
}
.cmHome{
	float:left;
	width:548px;
	padding-left:12px;
}
.cm{
	float:left;
	width:693px;
}
.cmSinistra{
    background-color:#FFFFFF;
    float:left;
    padding-left:10px;
    width:187px;
}
.CMCentro h1
{
    padding: 5px 0px 10px 0px;
}
.CMCentro a
{
    color:#FF2D08;
    text-decoration:none;
}

.CMCentro a:hover
{
    color:#FF2D08;
    text-decoration:underline;
}

#container {
	background: #ffffff;
}
#container-testata{
	background: url(../images/container-top-left2.gif) 0 0 no-repeat;
	height:15px;
	margin-left:10px;
	text-align:center;
	width:130px;
}
#container-testata-lungo{
	background: url(../images/container-top-left3.gif) 0 0 no-repeat;
	height:15px;
	margin-left:10px;
	padding-left:10px;
	width:660px;
}
#container-testata-lungo a{
	color:#000000;
	text-decoration:none;
}
#container-testata-lungo a:hover{
	color:#6E6F72;
	text-decoration:underline;
}
#container-testata-wide{
	background: url(../images/container-top-left4.gif) 0 0 no-repeat;
	height:15px;
	margin-left:10px;
	padding-left:10px;
	width:800px;
}
#container-top{
	background: url(../images/container-top.gif) 0 0 repeat-x;
}
#container-bottom{
	background: url(../images/container-bottom.gif) 0 100% repeat-x;
}
#container-left{
	background: url(../images/container-middle-left.gif) 0 0 repeat-y;
}
#container-right{
	background: url(../images/container-middle-right.gif) 100% 0 repeat-y;
}
#container-topleft{
	background: url(../images/container-top-left.gif) 0 0 no-repeat;
}
#container-topright{
	background: url(../images/container-top-right.gif) 100% 0 no-repeat;
}
#container-bottomleft{
	background: url(../images/container-bottom-left.gif) 0 100% no-repeat;
}
#container-bottomright{
	background: url(../images/container-bottom-right.gif) 100% 100% no-repeat;
	padding:10px 5px 5px 8px;
	color:#6e6f72;
	min-height:60px;
}
#container-links{
	padding:0px 0px 0px 680px;
	line-height:25px;
}
.freccina{
	text-decoration:none;
	color:#ff2d08;
	background: url(../images/freccina-verde.gif) 0 50% no-repeat;
	padding-left: 15px;
}
.freccina:link{}
.freccina:visited{}
.freccina:hover{
	text-decoration:none;
	color:#000000;
	background: url(../images/freccina-verde.gif) 2% 50% no-repeat;
}
.freccinaBack{
	text-decoration:none;
	color:#ff2d08;
	background: url(../images/freccina-verde-back.gif) 0 50% no-repeat;
	padding-left: 15px;
}
.freccinaBack:link{}
.freccinaBack:visited{}
.freccinaBack:hover{
	text-decoration:none;
	color:#000000;
	background: url(../images/freccina-verde-back.gif) 2% 50% no-repeat;
}
/* outmost wrapper element */
div.scrollable {
	background-color:#efefef;
	border:1px solid #ddd;
	padding:2px;
	-moz-border-radius:5px;
}

div.horizontal {
	width:500px;
	height:68px;		
}

div.vertical {
	width:85px !important;
	height:218px;
	float:left;
	margin-right:20px;
}

div.double {
	height:145px;
}

div.double div.items {
	height:145px !important;
}

div.noitems {
	padding-top:0px;		
}

div.noitems div.__scrollable {
	margin-top:8px;
}

/* container for the scrollable items */
div.horizontal div.items {
	height:66px;	
	margin-left:8px;
	float:left;
	width:425px !important;
}

div.vertical div.items {
	height:218px !important;
}


/* single item */
div.items a, div.noitems a {
	display:block;
	width:88px;
	height:66px;
	background:url(/img/playlist/entry.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-family:verdana;
}

div.items a {
	float:left;
	margin-right:8px;		
}

div.item {
	float:left;
	height:73px;	
}

div.item img{
	width:83px;
	float:left;	
	border:5px solid #FFFFFF;
}

div.double div.items a {
	float:none;
	margin-bottom:10px;
	cursor:default;
}


div.items a:hover, div.noitems a:hover {
	color:#999;	
}

div.item a:hover {
	color:#ccc;	
}
div.item a:hover img{
	color:#ccc;	
	border:5px solid #ccc;
}

div.items a.active, div.noitems a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

div.vertical a {
	margin-bottom:10px;	
}

div.vertical div.items a {
	float:none;	
}

/* next / prev buttons */
a.prev, a.next {
	background:url(../images/webcam-indietro.jpg) no-repeat 0 0;
	display:block;
	width:33px;
	height:33px;
	float:left;	
	margin:22px 0 0 0;
	cursor:pointer;
}

a.next {
	background:url(../images/webcam-avanti.jpg) no-repeat 0 0;
}

a.prev:hover {
	background-position:0 -33px;		
}

a.next:hover {
	background-position:0 -33px;		
}

div.double a.prev, div.double a.next {
	margin-top:50px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-60px;
	width:50px;
	height:0px;
}

div.vertical div.navi {
	left:75px;
	width:60px;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/img/playlist/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 

#webcam-left{	
	width:206px;
} 
#webcam-right{	
	width:592px;
} 
#webcam-right p{	
	padding-top:78px;
    text-align:center;
} 

#webcam-left-top
{
    float:left;
} 

#webcam-left-bottom
{
	padding: 10px 0px 0px 215px;
	width: 530px;
	float:left;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #6f6b6b;
	padding: 5px;
	color:#FFF;
	font-weight:bold;
}
#tooltip h3{
	color:#000;
	font-size:12px;
}
.georefStazione{
	padding-left:170px;
}
#dati-real-time-titolo{
	
}
#dati-real-time-corpo{
	font-size:10px;
}
.arancio{
	color:#ff2d08;
	display:inline;
}
.nero{
	color:#000000;
	display:inline;
}
.socialItem{
text-align:center;
	float:left;
	width:100px;
}
.socialItem a{
	color:#000000;
    display:block;
    height:107px;
    text-decoration:none;
    width:197px;
}
.socialItem a:link{}
.socialItem a:visited{}
.socialItem a:hover{}

.eventiItem{
	clear:both;
	background-image: url(../images/bg-items.gif);
	background-position:center;
	background-repeat:repeat-x;
}
.eventiItem a{
	color:#000000;
	text-decoration:none;
}
.eventiItem .data{
	color:#000000;
	display: inline;
}
.eventiItem .descrizione{
	color:#000000;
	display:inline;
	padding-left:8px;
}
.calendarioEventi{

	clear:both;
	text-align:center;
}
.calendarioEventi a{
	color:#000000;
	text-decoration:none;
	background: url(../images/calendarioEventi.jpg) 0 50% no-repeat;
	padding-left: 25px;
}
.calendarioEventi a:link{}
.calendarioEventi a:visited{}
.calendarioEventi a:hover{
	text-decoration:underline;
}

.conenutiItem{
	clear:both;
	background-image: url(../images/bg-items.gif);
	background-position:center;
	background-repeat:repeat-x;
}
.conenutiItem a{
	color:#000000;
	text-decoration:none;
}
.conenutiItem .data{
	color:#000000;
	display: inline;
}
.conenutiItem .descrizione{
	color:#000000;
	font-size:12px;
	padding-left:8px;
	display:inline;
}
.listaArticoli{

	clear:both;
	text-align:center;
}
.listaArticoli a{
	color:#000000;
	text-decoration:none;
	background: url(../images/listaArticoli.jpg) 0 50% no-repeat;
	padding: 8px 10px 10px 40px;
}
.listaArticoli a:link{}
.listaArticoli a:visited{}
.listaArticoli a:hover{
	text-decoration:underline;
}
#webcamDettaglioFirstLine
{
    clear:both;
}
#webcamDettaglioImmagine
{
    clear:both;
}
#immagineDettaglioWebcam
{
    float:left;
	background: url(../images/bg-img-dettaglio-cam.jpg) 0 0 no-repeat;
	width:438px;
	height:320px;
	padding:7px 0 0 6px;
}
#mappaDettaglioWebcam
{
    padding-left:440px;
}
.webcamTitle
{
	background: url(../images/bg-dettaglio-webcam.jpg) 0 0 no-repeat;
	width:217px;
	height:47px;
	float:left;
	text-align:center;
	line-height:43px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
.previsioni-left
{
    width:217px;
    float:left;
}
.previsioniTitle
{
	background: url(../images/bg-dettaglio-webcam.jpg) 0 0 no-repeat;
	width:217px;
	height:47px;
	float:left;
	text-align:center;
	line-height:20px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
}
.previsioniTesto
{
	clear:both;
}
.previsioniCarta
{
    padding-left:260px;
}
.previsioniCartaMain
{
    float:left;
    background:transparent url(../images/sf-carta-previ.png) no-repeat scroll 0 0;
    padding:10px;
}
.previsioniCarteLamSuppl
{
    
}
.previsioniCarteLamSuppl img
{
}
.cartolinaAmico
{
    background:transparent url(../images/bg-send-as-postcard.jpg) no-repeat scroll 0 0;
    color:#000000;
    float:left;
    font-size:10px;
    height:47px;
    line-height:36px;
    margin-left:100px;
    margin-top:3px;
    padding-left:34px;
    text-align:center;
    width:217px;
}
.cartolinaAmico a
{
    color:#000000;
    text-decoration:none;
}
.cartolinaAmico a:hover
{
    color:#000000;
    text-decoration:underline;
}
.suggerisciAmico
{
    background:transparent url(../images/bg-send-to-friend.jpg) no-repeat scroll 0 0;
    color:#000000;
    float:left;
    font-size:10px;
    height:47px;
    line-height:36px;
    margin-left:70px;
    margin-top:3px;
    padding-left:2px;
    text-align:center;
    width:217px;
}
.suggerisciAmico a
{
    color:#000000;
    text-decoration:none;
}
.suggerisciAmico a:hover
{
    color:#000000;
    text-decoration:underline;
}
.hrGrigio
{
    clear:both;
}
.testoInLineCam
{
    float:left;
    padding-right: 80px;
}
.cmpath
{
    color:#4F4F4F;
    font-size:10px;
    font-style:italic;
}
.cmpath a 
{
    color:#4F4F4F;
    text-decoration:none;
}
.cmpath a:hover
{
    text-decoration:underline;
}
.cmImmaginePreview
{
}
.cmImmaginePreview img
{   
    width:100px;
    padding-right:10px;
}
.cmTitolo
{
}
.cmTitolo a
{
    color:#6E6F72;
    text-decoration:none;
}
.cmTitolo a:hover
{
    text-decoration:underline;
}
#cmDescr
{
}
#cmDescr a
{
    color:#6E6F72;
    text-decoration:none;
}
#cmDescr a:hover
{
    text-decoration:underline;
}
#cmLink
{
    text-align:right;
}
#cmLink a
{
    background:transparent url(../images/freccina-verde.gif) no-repeat scroll 0 50%;
    color:#FF2D08;
    padding-left:15px;
    text-decoration:none;
}
#cmLink a:hover
{
    background:transparent url(../images/freccina-verde.gif) no-repeat scroll 2% 50%;
    color:#000000;
    text-decoration:none;
}
.dataPost
{
    font-size:0.9em;
    font-style:italic;
    margin-bottom: 10px;
    margin-left: 365px;
    clear:both;
}
.CMCentro ul
{
    padding-left:15px;
}
.CMCentro ol
{
    padding-left:15px;
}
.CategorieCM {}
.CategorieCM p{
	padding: 0px 0px 0px 8px;
	font-weight:bold;
	border-bottom:1px dotted #6E6F72;
	margin-bottom:5px;
}
.CategorieCM ul{
	padding:0px 0px 0px 0px;
}
.CategorieCM ul li{
	list-style-type:none;
	list-style-position:inside;
	padding: 0px 8px;
}
.CategorieCM .altro{text-align:center; font-weight:bold;}
.associati ul{
	padding:0px 0px 0px 0px;
}
.associati ul li{
	list-style-type:none;
	list-style-position:inside;
	padding:0px 0px 0px 8px;
}
.associati .container-bottomright{
	padding:0px;
}
.panelHiRes
{
}

.panelHiRes a
{
    text-decoration:none;
    color:#FF2D08;    
    background-color:#000000;
}
.panelHiRes a:hover
{
    text-decoration:underline;
    color:#000000;  
    background-color:#ffffff;  
}
.panelHiResGeo
{
    padding-left:147px; padding-top:10px;
}

.panelHiResGeo a
{
    text-decoration:none;
    color:#FF2D08;    
    background-color:#000000;
}
.panelHiResGeo a:hover
{
    text-decoration:underline;
    color:#000000;  
    background-color:#ffffff;  
}
.annunciHome
{
	padding: 0px 0px 20px 20px;
}
#clusterstatus
{
    width:740px;
    height:25px;
    float:left;
}

#donaPayPal
{
    width:160px;
    float:left;
    text-align:center;
}
#footer{
	background: url(../images/footer.gif) 50% 50% no-repeat;
	width:100%;
	height:50px;
}

.indiceUVGrande
{
    font-size:65px;
    color:Red;
}
.titoloContent
{
 float:left;       
}
.prenota
{
 float:right;
}
.tratteggio
{
    border-top:1px dotted #4F4F4F;
    width:680px;
    clear:both;
}

.ui-datepicker-trigger
{
    padding-left:10px;
}

#container-top-raccomandati{
	background: url(../images/container-top-raccomandati.jpg) 0 0 no-repeat;
	padding:5px 10px;
	height:270px;
}

.costicondizioni
{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dotted #F0F0F0;
}
.lastRun{text-align:left;width:185px;}
.nextRun{text-align:left;}
#clusterstatus .lastRun{text-align:left;background-color:#96F58C;margin-left:10px;}
#clusterstatus .nextRun{text-align:left;background-color:#FFC03C;}
#lamPersonalizzato .lastRun{text-align:left;background-color:#96F58C;}
#lamPersonalizzato .nextRun{text-align:left;background-color:#FFC03C;}
#lamPersonalizzato .abbonamentoScaduto{background-color:#f96a6a;}
#lamPersonalizzato .abbonamentoScaduto a{color:#000cff;}
.registrazione{ }
.registrazione ul{list-style-position:inside;}
.aggiornamentoPrevi{color: Red; font-weight:bold; text-align:center;}
.bigAdsHome{float:left;width:448px;}
#previCondizione{clear:both;height:170px;width:900px; padding: 5px 0 0 ;background: url("../images/bg-previ-condizione.png") no-repeat scroll 0 5px transparent;}
#previ{width:559px; float:left;height:170px;}
#previ #oggi{width:277px;float:left; text-align:center;}
#previ #oggi .titoloPrevi{color:#ffffff; font-size:16px;font-weight:bold;padding: 5px 0px 5px 0px;}
#previ #oggi .mattino{float:left;width:49%;color:#000000;}
#previ #oggi .mattino .icona{padding:6px 0px 0px 0px;}
#previ #oggi .mattino p{color:#ffffff;line-height:12px;}
#previ #oggi .pomeriggio{float:left;width:49%;color:#000000;}
#previ #oggi .pomeriggio .icona{padding:6px 0px 0px 0px;}
#previ #oggi .pomeriggio p{color:#ffffff;line-height:12px;}
#previ #domani{float:left;width:140px;text-align:center;}
#previ #domani .titoloPrevi{color:#ffffff; font-size:16px;font-weight:bold;padding: 5px 0px 5px 0px;}
#previ #dopodomani{float:left;width:140px;text-align:center;}
#previ #dopodomani .titoloPrevi{color:#ffffff; font-size:16px;font-weight:bold;padding: 5px 0px 5px 0px;}
#condi{float:left;height:170px;padding:5px 0 0 18px;}
#previ .icona{width:140px;text-align:center;}
#condi h1{color:#ffffff;display:inline;font-size:14px;}
#condi h3{color:#ffffff;display:inline; font-size:10px;}
#condi .sx{color:#ffffff;float:left; width:155px;margin:5px 0 0;}
#condi .dx{color:#ffffff;float:left;margin:5px 0 0;}
#condi .sotto{clear:both;}
#condi .sotto .dettagliMeteo{padding:10px 0 0 20px;}
#condi .sotto .uv{font-size:16px;font-weight:bold;left:160px;position:relative;top:-6px;}
#condi .sotto .descrizioneUV{left:220px;position:relative;top:-60px;width:95px;}
#bannerLargo, #bannerLargo1{padding:13px 0px 0px 0px;}
.abstractCat p{border-bottom:1px dotted #4F4F4F;padding-bottom:10px;margin-bottom:10px;}
.alto200{height:263px;}
#zonaErrore, #tipoCartaErrore{color:Red;}
.allerteSMS{background: url("../images/bg-sms-small.jpg") no-repeat scroll 0 0 transparent; padding:7px 0 22px 42px;}