body {
	margin: 0;
	padding: 10px;
	background: url("/templates/onenews/images/bg_body.png") repeat-x fixed center bottom #9BC3DF;
	font: 83%/1.4 Arial, Helvetica, Sans-serif;
	text-align: center;
	color: #333;
}
#body_all {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	background: #FFF;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#center_modules {
	float: left;
	width: 100%;
	margin: 20px 0px;
	padding: 0px 0px 10px 5px;
}
.inner {margin-right: 335px;}
#right_module {
	margin: 20px 0 40px -320px;
	clear: right;
	float: left;
	width: 310px;
	color: #555;
}

/* GENERALE */
h1, h3, h4, h5, h6 {
	margin: .9em 0 .3em;
	border-bottom: 1px solid #E4E4E4;
	font-family: Georgia, Tahoma, Arial, Verdana, Sans-serif;
	color: #333;	
}
h1 {font-size: 196%; margin-top: .6em;}
h2 {font-size: 136%;}
h3 {font-size: 126%;}
h4 {font-size: 116%;}
h5 {font-size: 106%;}
h6 {font-size: 96%;}

.titolo_pagina {
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 3px solid #CC3300;
	color: #CC3300; 
}

hr {
	height: 1px;
	margin: 1em 0;
	background: #F2F2F2;
	border: none;
	color: #F2F2F2;
	clear: both;
}

ol {padding: 0 0 0 15px;}
ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

a {color: #336699; text-decoration: none;}
a:hover {color: #CC3300;}

img {border: none;}

form {margin: 0 0 1.5em;}
input {
	margin: 3px 0 0 0;
	padding: 3px;
	font-family: Tahoma, Arial, Verdana, Sans-serif;	
}
textarea {width: 100%;}

label {
	display: block;
	font-weight: 700;
	padding: 5px 0;
}
label br {clear: left;}

table {width:100%;}
table td {padding: 0px 4px;}
table th {
	background: #EEEEEA;
	padding: 4px;
	text-align: center;
}
table th a:hover {background: none;	color: #C00;}

.clear {
	clear: both;
	position: relative;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.clear_temp {clear: both;}

/* FIELDSET */
fieldset {
	position: relative;
	margin: 20px 5px 25px;
	padding: 15px;
	background: #F4F4F4;
	border: 1px solid #CC3300;
	font-weight: 400;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
* html fieldset {background: none;}
*, fieldset dl {margin: 0; padding: 0;}
fieldset dt {
	clear: left;
	float: left;
	width: 18em;
	text-align: right;
	padding: 0 1em 0.5em 0;
}
fieldset dd {font-weight: 700; padding: 0 0 0.5em;}
fieldset.labels label {
	width: 10em;
	float: left;
	text-align: right;
	display: block;
	padding: 0.2em 0.5em 0.2em 0;
}
fieldset.labels div {clear: left; padding: 0.2em 0;}
legend {padding: 0 0.5em; color: #CC3300;}

/* FORM */
.input_text {
	width: 200px;
	background-color: #E5ECF3;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 16px;
}
.input_text:focus {background-color: #FFF;}
.search_fp {
	width: 160px;
	margin: 3px 0 0 0;
	padding: 3px 25px 3px 3px;
	background: #FFF url("/templates/onenews/images/bg_input-form.gif") repeat-x scroll center top;
	border: 1px solid #CC3300;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.input_file {background-color: #E5ECF3; font-size: 16px;}
.input_file:focus {background-color: #FFF;}
.select_submit {
	width: 200px;
	padding: 3px;
	background-color: #E5ECF3;
	font-family: Sans-serif, Tahoma, Arial, Verdana;
	font-size: 16px;
}
.select_submit:focus {background-color: #FFF;}
.text_submit {
	padding: 3px;
	background-color: #E5ECF3;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 16px;
}
.text_submit:focus {background-color: #FFF;}
.button_submit {padding: 2px; font-size: 14px;}

/* ELENCO MENU */
#nav-secondary {padding: 0px;}
#nav-secondary ul {margin: 0px; position: static;}
#nav-secondary li {
	margin: 0px;
	list-style: none;
	display: inline;
}
#nav-secondary a {
	margin-bottom: 5px;
	padding-left: 20px;
	line-height: 1.5;
	display: block;
	border-bottom: 1px dotted #CCC;
	background: url("/templates/onenews/images/top_bt.png") no-repeat;
	font-weight: normal;
	color: #333;
}
#nav-secondary a:hover {
	background: #F4F4F4 url("/templates/onenews/images/top_bt.png") no-repeat top right;
	background-position: 0px -19px;
	color: #CC3300;
}
#nav-secondary li.active_exp a {
	background: #F4F4F4 url("/templates/onenews/images/top_bt.png") no-repeat top right ;
	background-position: 0px -19px;
	color: #CC3300;
}

/* SIDEBAR */
.widget_sidebar {clear: both;}
.accordion {width: 304px; margin: 0px 0 0px 0;}
.accordion h3 {
	margin: 0 0 3px 0;
	padding: 3px 15px 5px;
	background: #CC3300;
	border: 2px solid #CCC;
	font-size: 14px;
	color: #FFF;
	text-shadow: 1px 1px 0 #740E10;
}
.accordion h3 a {color: #FFF;}
.accordion .exp_modules {
	margin: 0 0 20px;
	background: #F7F7F7;
	font-size: 12px;
}

/* FOOTER */
* html #footer {}
#footer {
	float: left;
	margin-top: 40px;
	padding: 0px 0px 10px 0px;
	background: #F4F4F4;
	border: 1px solid #CC3300;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#footer .footer_ul {float: left; padding: 5px;}
#footer li {
	float: left;
	padding: 0 10px;
	width: 45%;
}
.footer_ul h3 a {
	color: #333;
	border: none;
	padding: 0;
	margin: 0;
}
.footer_ul h3 a:hover {color: #CC3300;}
#footer_copyright {padding: 20px 0px 20px 0px;}
#footer_copyright_r {
	margin: 0px;
	padding: 3px;
	background: #F4F4F4;
	border: 1px solid #CCC;
	vertical-align: middle;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* PAGINATION */
.pagination {
	margin: 10px 0;
	padding: 8px 8px 8px 0;
	color: #666;
}
.pagination p {position: relative; text-align: center;}
.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {
	background: #FFF;
	border: 1px solid #CCC;
	margin-right: 2px;
	padding: 2px 6px;
	color: #336699;
}
.pagination p a:hover {background: #CC3300; color: #FFF; text-shadow: 1px 1px 0 #740E10;}
.pagination p span {
	text-decoration: none;
	background: #FFF;
	border: 1px solid #CCC;
	color: #CCC;
	margin-right: 2px;
	padding: 2px 6px;
}
.pagination p span.current {
	background-color: #CC3300;
	border: 1px solid  #CC3300;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0 #740E10;
}

/* HEADER */
#header_top {border-bottom: 1px solid #EEE;	padding: 5px 0;}
#header_top form {margin: 0; padding: 0;}
#header_top .header_top_l li {float: left;	line-height: 25px;}
#header_top .header_top_l li a { 
	margin: 0px 0;
	padding: 5px 6px;
	font-size: 90%;
	color: #333;
	border-right: 1px solid #EAEAEA;
}
#header_top .header_top_l li a:hover {color: #CC3300;}
#header_middle {	border-bottom: 1px solid #EEE; padding: 5px 0;}
.header_top_r {float: right;}
.header_top_l {float: left; padding-top: 5px;}
.logo {background: url("/templates/onenews/images/header_blognews.png") repeat scroll 0 0 transparent;}
.logo span {
	display: block;
	width: 280px;
	height: 80px;
	text-indent: -9999em;
}

/* CALENDARIO-OROLOGIO */
#date_clock {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	font-weight: bold;
	text-align: right;
}
.jdate {font-size: 14px; color: #CC3300;}
.jclock {font-size: 20px;}

/* Menu Header */
.sf-menu {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0 0 0px;
	background: #FFFFFF url("/templates/onenews/images/submenu-bg.gif") repeat-x scroll center bottom;
	font-size: 11px;
	line-height: 1.55;
	list-style: none; 
	z-index: 8; 
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 15em; /* left offset of submenus need to match (see below) */
	color: #FFF;
}
.sf-menu ul li {
	width: 100%;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
.sf-menu li:hover {visibility: inherit;} /* fixes IE7 'sticky bug' */
.sf-menu li {float: left;	position: relative;}
.sf-menu a {
	display: block; 
	position: relative; 
	padding: 0.65em 0.45em; 
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  {color: #555;}
.sf-menu li {
	background: none;
	margin: 0 0px 0 0px;
	color: #000;
	font-weight: bold;
	border-right: 1px solid #EEEEEE;
}
.sf-menu li:hover, .sf-menu a:hover, .sf-menu a:active {
	background: #CC3300;
	outline: 0;
	color: #FFF;
	z-index: 9;
	text-shadow: 1px 1px 0 #740E10;
}
.sf-menu a.navbut, .sf-menu a.navbut:hover {
	background: #CC3300; 
	border-right: 1px solid #FFF;
	color: #FFF;
	cursor: pointer;
	text-shadow: 1px 1px 0 #740E10;
}

#menu_button {
	width: 100%;
	height: 30px;
	float: right;
	background: none;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
}

/* PATH HEADER */
#header_path {
	line-height: 18px;
	width: 100%;
	background: #F7F7F7;
	padding-bottom: 2px;
}
#header_path ul {padding: 0 0 0 10px;}
#header_path a {color: #333; font-size: 85%;}
#header_path a:hover {color: #CC3300;}

#content_button {
	padding: 0 0 0px 0;
	border-bottom: 3px solid #CC3300;
	margin: 0 0 10px 0;
}

/* MENU PROFILO UTENTE */
#navbar {
	list-style: none;
	padding: 0;
	float: left;
}
#navbar ul {list-style: none;	padding: 0;}
#navbar li {float: left; font-weight: bold;}
#navbar a.navbut3 {float: left; color: #555;}
#navbar a.navbut3:hover {background: none; color: #FFF;}
#navbar a.navbut3 {
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 3px 10px;
	background: #E5ECF3;
	cursor: pointer;
}
#navbar a.navbut3:hover {background: #CC3300; text-shadow: 1px 1px 0 #740E10;}
#navbar a.navbut4 {float: left;}
#navbar a.navbut4 {
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 3px 5px;
	background: #CC3300;
	color: #FFF;
	cursor: pointer;
	text-shadow: 1px 1px 0 #740E10;
}

/* PROFILO UTENTE */
.avatar {width: 45px; height: 45px;}

/* FILTRI PER I META-POST */
#sorts {
	margin-left: 0px;
	padding: 0px 0 0px 0;
	float: right;
	font: 83%/1.4 Arial, Helvetica, Sans-serif;
}
#sorts ul {list-style: none;	padding: 0 0px 0 0px;}
#sorts li {float: left;}
#sorts a.navbut3 {float: left; color: #555;}
#sorts a.navbut3:hover {background: none; color: #FFF;}
#sorts a.navbut3 {
	float: left;
	margin: 0 3px 0 0;
	padding: 2px 5px;
	background: #E5ECF3;
	cursor: pointer;
}
#sorts a.navbut3:hover {background: #CC3300; color: #FFF; text-shadow: 1px 1px 0 #740E10;}
#sorts a.navbut4 {float: left;}
#sorts a.navbut4 {
	float: left;
	margin: 0 3px 0 0;
	padding: 2px 5px;
	background: #CC3300;
	color: #FFF;
	cursor: pointer;
	text-shadow: 1px 1px 0 #740E10;
}

/* META-POST */
.news-summary {
	position: relative;
	clear: left;
	width: 100%;
	word-wrap: break-word;
	margin: 0px 0px 20px 0px;
	background: #FFF;
	border: 1px solid #CC3300;
}
.toptitle {
	margin: 0; 
	padding: 0;
	text-align: left;
}
.toptitle h1 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.toptitle a:link, .toptitle a:visited {color: #333; text-decoration: none;}
.toptitle a:hover {color: #CC3300; text-decoration: none;}
.top {margin-left: 70px; padding: 5px;}
.news-submitted {
	margin: 2px 0 10px 0;
	font-size: 11px;
	text-align: left;
	color: #333;
}
.news-submitted a {color: #336699;}
.news-submitted img {
	float: left;
	margin-top: 3px;
	margin-right: 4px;
	vertical-align: bottom;
	z-index: 1;
	position: relative;
}
.news-body-text {
	font-size: 14px; 
	line-height: 18px; 
	color: #666;
}
.link_bottom {
	width: 100%;
	margin-top: 10px;
	padding: 6px 0px;
	float: left;
	background: #F7F7F7 url("/templates/onenews/images/navbarpost-bg.gif") repeat-x scroll center bottom;
	border-top: 1px solid #CC3300;
}
.news-details {
	margin: 0;
	padding: 0 0 0 3px;
	font-size: 12px;
}
.news-details select {border: none;}
.news-details a {text-decoration: none; color: #333;}
.news-details a:hover, .news-details a:active {text-decoration: none;	color: #CC3300;}
.news-details b {color: #333;}
* html .news-details {padding-right: 0;}
.news-details .comments_no {padding-left: 37px; border-left: none;}
ul.news-details li li {
	border-left: none;
	float: none;
	height: 28px;
}

/* ICONE META-POST */
.linksummary {padding: 5px 0 5px 23px; font-weight: bold;} 
.linksummaryHasComment {background: url("/templates/onenews/images/icone_metapost.gif") -220px 2px no-repeat;} 
.linksummaryAddLink {background: url("/templates/onenews/images/icone_metapost.gif") -220px -34px no-repeat;}
.linksummarySaveLink {background: url("/templates/onenews/images/icone_metapost.gif") -220px -96px no-repeat;}
.linksummaryRemoveLink {	background: url("/templates/onenews/images/icone_metapost.gif") -220px -192px no-repeat;} 
.linksummaryTellFriend {background: url("/templates/onenews/images/icone_metapost.gif") -220px -128px no-repeat;}
.linksummaryBury {background: url("/templates/onenews/images/icone_metapost.gif") -220px -64px no-repeat;}
.linksummaryTags {background: url("/templates/onenews/images/icone_metapost.gif") -220px -223px no-repeat;}

/* IMMAGINI META-POST */
.templates_images {
	float: left;
	margin: 0 5px 0 0;
	padding: 4px;
	border: none;
}
#templates_images_edit {
	margin: 5px 5px 5px 0px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #EAEAEA; 
}

.read-post {
	float:right; 
	margin-top: 10px;
	padding: 5px;
	background-color: #C30;
	border-radius: 0 5px 0 5px;
	-moz-border-radius: 0 5px 0 5px;
	-webkit-border-radius: 0 5px 0 5px;
}
.read-post a, .read-post a:hover, .read-post a:visited  {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #740E10;
}

/* BOTTONE VOTO */
.vote-publish a {
	font-size: 18px;
	text-decoration: none;
	padding: 5px;
	line-height: 65px;
	color: #333;
	font-weight: bold;
}
.vote-publish a small {
	font-size: 11px;
	letter-spacing: 0;
	text-decoration: none;
}
.vote-publish a:hover, .vote-publish a:active {text-decoration: none;	color: #CC3300;}
.news-upcoming {
	position: relative;
	top: 5px;
	left: 5px;
	width: 65px;
	float: left;
	margin: 0 0 10px;
	padding: 0;
	background: #FFF url("/templates/onenews/images/vote_img2.png") no-repeat 0 0;
	text-align: center;
}
.vote {
	width: 45px;
	height: 15px;
	margin: 5px 8px 0px 8px;
	padding: 3px 1px 2px 1px;
	background: #CC3300;
	border: 2px solid #EEE;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0 #740E10;
}
.vote a:link, .vote a:hover, .vote a:visited {
	text-decoration: none; 
	color: #FFF; 
	text-shadow: 1px 1px 0 #740E10;
}

/* MESSAGGI */
.bg_msg {
	margin: 5px 0 20px 0;
	padding: 8px 10px 8px 80px;
	height: auto !important;
	min-height: 40px;
	border: 1px solid #999999;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px #999;
}
.bg_error {
	background-color: #FFDDDD;
	background-image: url("/templates/onenews/images/msg_warning.png");
}
.bg_success {
	background-color: #FFFFCC;
	background-image: url("/templates/onenews/images/msg_success.png");
}
.bg_account {
	background-color: #FFFFCC;
	background-image: url("/templates/onenews/images/msg_account.png");
}
.msg {
	margin: 8px 0 8px 0;
	color: #333;
	text-align: left;
}

/* WIDGET FOLLOW */
.follow {
	float: left;
	width: 286px;
	margin: 0 0 20px;
	padding: 2px 7px 7px;
	background: #CC3300;
	border: 2px solid #CCC;
}
.social {
	float: left;
	width: 100%;
	padding: 0 0 5px;
	border-bottom: 1px solid #FFF;
}
.social p {
	float: left;
	width: 100%; 
	padding: 3px 0 6px; 
	color: #FFF;
}
.social a {
	float: left;
	width: 54px;
	height: 15px;
	margin-right: 4px;
	padding: 45px 0 0;
	background: url("/templates/onenews/images/follow2_icone.png") 0 0 no-repeat;
	font-size: 11px;
	color: #FFF; 
	text-align: center;
}
.social a:hover {color: #444; text-decoration: none;}
.social a.fb {background-position: 0 -60px;}
.social a.tw {background-position: -54px -60px;}
.social a.ff {background-position: -108px -60px;}
.social a.gb {background-position: -162px -60px;}
.social a.rss {background-position: -216px -60px;}
.social a.fb:hover {background-position: 0 0;}
.social a.tw:hover {background-position: -54px 0;}
.social a.ff:hover {background-position: -108px 0;}
.social a.gb:hover {background-position: -162px 0;}
.social a.rss:hover {background-position: -216px 0;}
.stat {
	float: left;
	width: 100%;
	padding: 2px 0px;
	border-top: 1px solid #FFF;
	font-size: 12px;
	color: #FFF;
	text-align: center; 
}
.stat strong {
	font-size: 14px;
	letter-spacing: -1px;
	color: #EAC019;
}
.stat a {color: #FFF; text-decoration: underline;}
.newsletter {float: left; width: 100%;}
.newsletter form {
	margin: 2px 2px 5px 2px; 
	padding: 3px 0px;
	text-align: center;
}

/* INFO ISCRITTI */
.exp_tips {
	background: #333;
	color: #FFF;
	padding: 2px;
	text-align: left;
}
.exp_tips span {color: #CC3300;}
.exp_tips_img {
	margin: 4px;
	padding: 2px;
	border: 1px solid #EAEAEA;
}

/* TOP META-POST */
span.switchurl {
	margin-right: 8px;
	padding: 4px 0px 4px 5px;
	display: block;
}
.sstories {
	background: #E5ECF3;
	border: 1px solid #333;
	text-align: center;
	font-size: 16px; 
	font-weight: 700;
}
.sstories a {color: #333;}
.tstories {
	width: 240px;
	height: 40px;
	background: #F7F7F7;
	border: 1px solid #333;
}
.tstories:hover {background: #E5ECF3;}
.tstories:hover a {color: #CC3300;}

/* BOX LOGIN NYROMODAL */
#modal_login {
	width: 380px;
	padding: 10px 10px 0px 10px;
	text-align: left;
}
.input_nyro {
	width: 180px;
	background-color: #E5ECF3;
	font-size: 16px;
	font-weight: bold;
}
.input_nyro:focus {background-color: #FFF;}
.button_nyro {padding: 2px; font-size: 14px;}

/* NYROMODAL */
div#nyroModalFull {
	font-family: Verdana;
	font-size: 12px;
	color: #555;
}
div#nyroModalFull div#nyroModalLoading {
	width: 150px;
	height: 150px;
	background: #FFF url("/templates/onenews/images/ajaxLoader.gif") no-repeat;
	background-position: center;
	border: 4px solid #777;
	text-indent: -9999em;
}
div#nyroModalFull div#nyroModalLoading.error {
	width: 300px;
	height: 100px;
	padding: 20px;
	background: #FFF;
	border: 4px solid #f66;
	line-height: 20px;
	text-indent: 0;
}
div#nyroModalFull div#nyroModalWrapper {background: #FFF; border: 4px solid #777;}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -19px;
	right: -19px;
	width: 16px;
	height: 16px;
	background: url("/templates/onenews/images/btn-delete.gif") no-repeat;
	text-indent: -9999em;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -24px;
	left: 5px;
	font-size: 12px;
	color: #DDD;
	text-decoration: none;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {padding: 5px;}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {vertical-align: baseline;}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev {left: 0; width: 40%;}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev:hover {background: url("/templates/onenews/images/prev.gif") left 20% no-repeat;}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext {right: 0; width: 40%;}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext:hover {background: url("/templates/onenews/images/next.gif") right 20% no-repeat;}

/* Widget commenti */
.header_widget-comment {
	padding: 3px; 
	background: #E5ECF3; 
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC; 
	word-wrap: break-word;
}
.footer_widget-comment {
	padding: 10px; 
	background: #E5ECF3; 
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC; 
	text-align: center;
}
