/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			subsilver2
	Based on style:		subSilver (the default phpBB 2.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
/* Elimina gli stili di default dei vari browser */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, caption, tfoot, hr, thead { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background-repeat: no-repeat;
}
img { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
}
table, tbody, th, tr, td { 
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #F9F9F9;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}
#wrapheader {
	height: auto !important;
	padding: 0;
}
#wrapcentre {
	margin: 15px 25px 0 25px;
}
#wrapfooter {
	text-align: center;
	clear: both;
	padding: 10px 0;
	color: #6B707E;
}
.conta-visite {
  text-align: center;
  background-position: center;
  padding-bottom: 10px;
}
#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}
#logodesc {
	height: 85px;
	background-color: #EBEBEB;
	padding: 5px 30px 0;
}
.header-slogan {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #025882;
  text-align: right;
  padding-top: 28px;
  padding-right: 30px;
  background-color: #EBEBEB;
}
.slogan-mini {
  font-size: 16px;
  color: #006597;
}
#striscia-menu {
	height: 26px;
	line-height: 26px;
	background-color: #C7D0D7;
	background: -o-linear-gradient(bottom, #AAC1CE, #C7D0D7); /* Opera */
	background: -moz-linear-gradient(bottom, #AAC1CE, #C7D0D7); /* Mozilla */
    background: -webkit-gradient(linear, center bottom, center top, from(#AAC1CE), to(#C7D0D7)); /* Safari - Chrome */
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-shadow: #D2D9DF 0px 1px;
}
#striscia-menu li {list-style:none; display: inline; margin: 1em;}
#striscia-menu ul {list-style: none; text-align: center; margin: 0 auto; overflow: hidden; height: 26px;}
#menubar {
	margin: 5px 25px 0;
	font-size: 10px;
}
#datebar {
	margin: 10px 25px 0;
}
#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
}
.forumrules h3 {
	color: red;
}
#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }
/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
h4 {
	margin-left: 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #006597;
}
p {
	font-size: 1.1em;
}
p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}
.rtl p.moderators {
	float: right;
}
p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}
.rtl p.linkmcp {
	float: left;
}
p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}
.rtl p.breadcrumbs {
	float: right;
}
p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}
.rtl p.datetime {
	float: left;
}
p.searchbar {
	white-space: nowrap;
} 
p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}
.rtl p.searchbarreg {
	float: left;
}
p.forumdesc {
	padding: 4px 0 5px;
	margin: 0;
}
p.topicauthor {
	margin: 1px 0;
}
p.topicdetails {
	margin: 1px 0;
	color: #6B707E;
	font-size: 1em;
}
.postreported, .postreported a:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}
.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {
	color: green;
	font-weight:bold;
}
.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}
.postauthor {
	color: #006597;
	font-size: 1.2em;
}
.postdetails {
	color: #6B707E;
}
.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 5px 0 5px 10px;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
}
.postbody img {
	max-width: 100%;
}
.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}
.posthilit {
	background-color: yellow;
}
.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}
.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}
.cattitle {

}
.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}
.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}
.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}
.genmini {
	margin: 1px 1px;
	font-size: 1em;
}
.copyright {
	color: #6B707E;
	font-weight: normal;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
}
.titles {
	color: #006597;
	line-height: 1.3em;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
}
.error {
	color: red;
}
/* Tables
 ------------ */
th {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #03699C;
	background: -o-linear-gradient(bottom, #2E8BB9, #03699C); /* Opera */
	background: -moz-linear-gradient(bottom, #2E8BB9, #03699C); /* Mozilla */
    background: -webkit-gradient(linear, center bottom, center top, from(#2E8BB9), to(#03699C)); /* Safari - Chrome */
	color: #FFF;
	text-shadow: #024F75 0px 1px;
	padding: 3px 0;
}
td.profile {
	padding-right: 10px;
	padding-bottom: 6px;
}
.tablebg {
	background-color: #F9F9F9;
}
.indice {
	background-color: #EBEBEB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: #FFF 0px 1px;
	padding: 4px 15px;
}
.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
}
.rtl .catdiv {
}
.cat {
	height: 28px;
	margin: 0;
	padding-right: 15px;
	border: 0;
	background-color: #C7D0D7;
	text-indent: 4px;
	text-shadow: #EBEBEB 0px 1px;
	background: -o-linear-gradient(bottom, #E0E5E9, #C7D0D7); /* Opera */
	background: -moz-linear-gradient(bottom, #E0E5E9, #C7D0D7); /* Mozilla */
    background: -webkit-gradient(linear, center bottom, center top, from(#E0E5E9), to(#C7D0D7)); /* Safari - Chrome */
}
.catmini {
	background-color: #C7D0D7;
	background: -o-linear-gradient(bottom, #C7D0D7, #E0E5E9); /* Opera */
	background: -moz-linear-gradient(bottom, #C7D0D7, #E0E5E9); /* Mozilla */
    background: -webkit-gradient(linear, center bottom, center top, from(#C7D0D7), to(#E0E5E9)); /* Safari - Chrome */
	border-left: 1px solid #BFD0D9;
	border-right: 1px solid #BFD0D9;
	border-bottom: 1px solid #BFD0D9;
}
.catbasso {
	background-color: #C7D0D7;
	background: -o-linear-gradient(bottom, #C7D0D7, #E0E5E9); /* Opera */
	background: -moz-linear-gradient(bottom, #C7D0D7, #E0E5E9); /* Mozilla */
    background: -webkit-gradient(linear, center bottom, center top, from(#C7D0D7), to(#E0E5E9)); /* Safari - Chrome */
	text-shadow: #EBEBEB 0px 1px;
	text-indent: 4px;
	padding: 5px 0;
}
.row1 {background-color: #F9F9F9; padding: 4px 8px;}
.row2 {background-color: #F9F9F9; padding: 4px 8px;}
.row3 {background-color: #F9F9F9; padding: 4px 8px;}
.row4 {padding: 5px 10px; background-color: #EBEBEB;}
.row5 {padding: 5px 10px; background-color: #C7D0D7;}
.row6	{ background-color: #EBEBEB; padding: 4px 8px;}
.row7	{ background-color: #EBEBEB; padding: 4px 10px 10px;}
.row8	{ background-color: #F9F9F9; padding: 5px 15px; border-left: 1px solid #E0E5E9; border-right: 1px solid #E0E5E9;}
.row9	{ background-color: #F9F9F9; padding: 5px 15px; border-left: 1px solid #E0E5E9;}
.row10	{ background-color: #F9F9F9; padding: 5px 15px; border-right: 1px solid #E0E5E9;}
.row11 {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 1px solid #E0E5E9;
	border-right: 1px solid #E0E5E9;
	border-bottom: 1px solid #E0E5E9;
	padding: 5px 15px 10px;
}
.row12	{ background-color: #F9F9F9; padding: 4px 10px; border-left: 1px solid #E0E5E9; border-bottom: 1px solid #E0E5E9;}
.row13	{ background-color: #F9F9F9; padding: 4px 10px; border-left: 1px solid #E0E5E9; border-right: 1px solid #E0E5E9; border-bottom: 1px solid #E0E5E9;}
.spacer {
	background-color: #C7D0D7;
	height: 5px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	padding: 2px 0;
}
.spacer-simple {
	background-color: #C7D0D7;
	height: 5px;
}
hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}
.legend {
	text-align:center;
	margin: 0 auto;
}
/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
a:link {
  color:#006597;
  text-decoration: none;
}
a:active {
  color:#006597;
  text-decoration: none;
}
a:visited {
  color:#006597;
  text-decoration: none;
}
a:hover {
  color:#54A4D1;
  text-decoration: none;
}
a.forumlink {
	font-weight: bold;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}
a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}
a.topictitle:visited {
	text-decoration: none;
	color:#54A4D1;
}
th a,
th a:visited {
	text-decoration: none;
}
th a:hover {
	text-decoration: underline;
}
/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}
input {
	color: #333333;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}
textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em; 
	line-height: 15px;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}
select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}
option {
	padding: 0 1em 0 0;
}
option.disabled-option {
	color: graytext;
}
.rtl option {
	padding: 0 0 0 1em;
}
input.radio {
	border: none;
}
.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}
.btnbbcode {
	font-weight: normal;
	color:#24618E;
	text-shadow: #FFF 0px 1px;
	font-size: 1.1em;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
	background-color: #C7D0D7;
	background: -o-linear-gradient(bottom, #C7D0D7, #EBEBEB); /* Opera */
	background: -moz-linear-gradient(bottom, #C7D0D7, #EBEBEB); /* Mozilla */
    background: -webkit-gradient(linear, center bottom, center top, from(#C7D0D7), to(#EBEBEB)); /* Safari - Chrome */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}
.btnmain {
	background-color: #03699C;
	background: -o-linear-gradient(bottom, #03699C, #2E8BB9); /* Opera */
	background: -moz-linear-gradient(bottom, #03699C, #2E8BB9); /* Mozilla */
    background: -webkit-gradient(linear, center bottom, center top, from(#03699C), to(#2E8BB9)); /* Safari - Chrome */
	color: #FFF;
	text-shadow: #024F75 0px 1px;
	font-weight: normal;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1.1em;
	border: 0;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}
.btnlite {
	background-color: #03699C;
	background: -o-linear-gradient(bottom, #03699C, #2E8BB9); /* Opera */
	background: -moz-linear-gradient(bottom, #03699C, #2E8BB9); /* Mozilla */
    background: -webkit-gradient(linear, center bottom, center top, from(#03699C), to(#2E8BB9)); /* Safari - Chrome */
	color: #FFF;
	text-shadow: #024F75 0px 1px;
	font-weight: normal;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1.1em;
	border: 0;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}
.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}
.helpline {
	background-color: #F9F9F9;
	border-style: none;
	color: #6B707E;
}
/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	background-color: #C7D0D7;
	text-shadow: #EBEBEB 0px 1px;
	color: #006597;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	padding: 4px 15px;
	margin: 10px 5px 0 5px;
}
.quotetitle, .codetitle {
	font-size: 12px;
	font-weight: bold;
}
.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	font-size: 12px;
	line-height: 1.3em;
	color: #6B707E;
	background-color: #FCF4C5;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	padding: 5px 15px 10px;
	background-color: #EBEBEB;
	border-left: 1px solid #C7D0D7;
	border-right: 1px solid #C7D0D7;
	border-bottom: 1px solid #C7D0D7;
}
.attachcontent {
	font-size: 0.90em;
}
.codetitle {
	background-color: #C7D0D7;
	text-shadow: #EBEBEB 0px 1px;
	color: #006597;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	padding: 4px 15px;
	margin: 10px 5px 0 5px;
}
.codecontent {
	direction: ltr;
	font-family: Monaco, 'Courier New', monospace;
	margin: 0 5px 10px 5px;
	font-size: 12px;
	line-height: 1.3em;
	color: #6B707E;
	background-color: #FCF4C5;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	padding: 5px 15px 10px;
	background-color: #EBEBEB;
	border-left: 1px solid #C7D0D7;
	border-right: 1px solid #C7D0D7;
	border-bottom: 1px solid #C7D0D7;
}
.syntaxbg {
	color: #FFFFFF;
}
.syntaxcomment {
	color: #FF8000;
}
.syntaxdefault {
	color: #0000BB;
}
.syntaxhtml {
	color: #323D4F;
}
.syntaxkeyword {
	color: #007700;
}
.syntaxstring {
	color: #DD0000;
}
/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}
.pm_replied_colour {
	background-color: #A9B8C2;
}
.pm_friend_colour {
	background-color: #007700;
}
.pm_foe_colour {
	background-color: #DD0000;
}
/* Misc
 ------------ */
img {
	border: none;
}
.sep {
	color: black;
	background-color: #FFA34F;
}
table.colortable td {
	padding: 0;
}
pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}
.nowrap {
	white-space: nowrap;
}
.username-coloured {
	font-weight: normal;
}
.foropad-sx { padding: 0 0 0 10px;}
.margin-top {margin-top: 5px;}
.grigio-txt { color: #6B707E;}
.mini-txt { color: #6B707E; font-size: 1.1em;}
.foropad-tb { padding: 10px 0;}
.foropad { padding: 10px;}
.foropad-bot { padding-bottom: 5px;}
.foropad-topbot { padding: 5px 10px;}
.padmini-topbot { padding: 5px 0;}
.foropad-bot10 { padding-bottom: 10px;}
.foropad-top { padding-top: 5px;}
.foropad-mini { font-size: 1em; padding: 0 5px;}
.forobordo-dx {border-right: 1px solid #E0E5E9;}
.forobordo-sx {border-left: 1px solid #E0E5E9;}
.forobordo-sxdx {border-left: 1px solid #E0E5E9; border-right: 1px solid #E0E5E9;}
.forobordo {border: 1px solid #E0E5E9;}
.bordo-bot {border-bottom: 1px solid #E0E5E9;}
.bordo-dxbot {border-right: 1px solid #E0E5E9; border-bottom: 1px solid #E0E5E9;}
.bordo-dxsxtop {border-left: 1px solid #E0E5E9; border-right: 1px solid #E0E5E9; border-top: 1px solid #E0E5E9;}
.bordo-top {border-top: 1px solid #E0E5E9;}
.bordo-dxsxbot {border-left: 1px solid #E0E5E9; border-right: 1px solid #E0E5E9; border-bottom: 1px solid #E0E5E9;}
.fondobordo-grigio	{background-color: #EBEBEB; border-left: 1px solid #BFD0D9; border-right: 1px solid #BFD0D9; border-bottom: 1px solid #BFD0D9; text-shadow: #FFF 0px 1px;}
.fondobordo-chiaro	{background-color: #F9F9F9; border-left: 1px solid #E0E5E9; border-right: 1px solid #E0E5E9; border-bottom: 1px solid #BFD0D9; text-shadow: #FFF 0px 1px;}
.fondobordo-scuro	{background-color: #DDDDDD; border-left: 1px solid #BFD0D9; border-right: 1px solid #BFD0D9; border-bottom: 1px solid #BFD0D9; text-shadow: #FFF 0px 1px;}
.foro-scuro {
	background-color: #03699C;
	background: -o-linear-gradient(bottom, #2E8BB9, #03699C); /* Opera */
	background: -moz-linear-gradient(bottom, #2E8BB9, #03699C); /* Mozilla */
    background: -webkit-gradient(linear, center bottom, center top, from(#2E8BB9), to(#03699C)); /* Safari - Chrome */
	color: #FFF;
	text-shadow: #024F75 0px 1px;
	padding: 5px 15px;
}
.foro-scuro h4 {
	color: #FFF;
	text-shadow: #024F75 0px 1px;
	padding: 5px 0;
}
.forotondo {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.tondo-img {
	border: 0;
}
.tondo-img img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 0;
}
.forotondo-top {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.forotondo-topsx {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.forotondo-topdx {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.forotondo-bot {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.forotondo-botpad {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 15px 5px;
}
.forotondo-grigio	{
	background-color: #EBEBEB;
	padding: 5px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #6B707E;
}
.foro-grigio	{
	background-color: #EBEBEB;
	padding: 5px 10px;
	color: #6B707E;
}
.forotondo-botsx {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.forotondo-botdx {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.forotondo-topbotsx {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.forotondo-topbotdx {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.foro-relative {
	position: relative;
	width: 100%;
	height: 100%;
}
.foropulsa-td {
	height: 42px;
}
.foropulsa {
	height: 20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #EBEBEB;
	padding: 10px 10px 5px;
	margin: 7px 0 0 10px;
}
.foropulsa-dx {
	height: 30px;
	padding-bottom: 5px;
	margin: 7px 0 0 10px;
}
.foropulsa img, .foropulsa-dx img {
	margin-left: 10px;
}
.bianco {color: #FFF;}
a.tondino:link   { text-decoration: none; color: #006597; background-color: #EBEBEB; background: -o-linear-gradient(bottom, #D2D9DF, #EBEBEB); background: -moz-linear-gradient(bottom, #D2D9DF, #EBEBEB); background: -webkit-gradient(linear, center bottom, center top, from(#D2D9DF), to(#EBEBEB)); text-shadow: #FFF 0px 1px; -webkit-border-radius: 38px; -moz-border-radius: 38px; border-radius: 38px; height: 38px; width: 38px; line-height: 38px; text-align: center; display: block; margin: 0 auto;}
a.tondino:visited { text-decoration: none; color : #006597; }
a.tondino:hover	{ text-decoration: none; color: #2E8BB9; }
a.bianco:link {text-decoration: none; color: #006597;}
a.bianco:active {text-decoration: none; color: #006597;}
a.bianco:visited {text-decoration: none; color: #006597;}
a.bianco:hover {text-decoration: none; color: #FFF; text-shadow: #8B9CA6 0px 1px;}
a.chiaro:link {text-decoration: none; color: #B9D6E5;}
a.chiaro:active {text-decoration: none; color: #B9D6E5;}
a.chiaro:visited {text-decoration: none; color: #B9D6E5;}
a.chiaro:hover {text-decoration: none; color: #FFF;}