/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
 
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006666;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/sfondo.png);
	background-color: #66cc33;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}
#detagli {
	clear: both;
	width: 80%;
}


#wrapcentre {
	width: 719px;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.community {
	background-image: url(../imageset/community.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
	width: 721px;
	margin-right: auto;
	margin-left: auto;
}


#wrapfooter {
	text-align: center;
	clear: both;
	width: 759px;
	margin-right: auto;
	margin-left: auto;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: auto;
	width: 759px;
}

#menubar {
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5AB140;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5CB040;
	border-left-color: #5CB040;
	width: 759px;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(../imageset/community.jpg);
}

#datebar {
	border: 1px solid #5AB140;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006666;
	width: 759px;
	margin-right: auto;
	background-color: #FFFFFF;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
}

.forumrules {
	background-color: #E1F6E3;
	font-weight: normal;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #ABCDE7;
	line-height: 17px;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: auto;
	margin-left: auto;
	width: 759px;
}

.forumrules h3 {
	color: #993333;
	text-transform: uppercase;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
}

#pageheader {
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;

}
#pagecontent {
	margin-right: auto;
	margin-left: auto;
}
#alignsinistra {
}

#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #666666;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	line-height: 17px;
	text-indent: 20px;
	color: #003333;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #993300;
}

h4 {
	margin: 0;
	font-size: 11px;
	font-weight: bolder;
	text-indent: 10px;
	text-transform: uppercase;
	color: #3F782C;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #3ba6de;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
	vertical-align: bottom;
}

.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 {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.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: #006666;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	font-size: 1.2em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

.genmed {
	font-size: 11px;
	margin: 1px;
	padding-right: 19px;
	padding-left: 19px;
	height: 35px;
	font-family: "Trebuchet MS";
}

.gensmall {
	font-size: 9px;
	margin: 1px;
	padding-right: 19px;
	padding-left: 19px;
	height: 35px;
}

.copyright {
	color: #666666;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.bold {
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006600;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #98CEEB;
	padding-bottom: 2px;
}


.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	background-color: #5B9DCE;
	white-space: nowrap;
	padding: 7px 5px;
	text-align: left;
	text-transform: uppercase;
	border: 2px solid #FFFFFF;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #BCDFF1;
}
#contenitore {
}


.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 3px solid #E1F6E3;
	background-attachment: scroll;
	background-color: #CDE2F1;
	background-repeat: repeat-y;
	background-position: left top;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 3px solid #E1F6E3;
	background-color: #CDE2F1;
	text-indent: 4px;
}

.row1 {
	padding: 4px;
	background-color: #E1F6E3;
	font-size: 9px;
}
#TUTTO {
}

.sfumaturagiratasu {
	background-image: url(../imageset/sfumaturaGIRATA.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#totmenu {
	background-image: url(../imageset/sfumaturaGIRATA.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 32px;
	width: 696px;
	margin: 0px;
	padding: 0px;
}


.row2 {
	padding: 4px;
	background-color: #E1F6E3;
	font-size: 9px;
}

.row3 {
	padding: 4px;
	background-color: #E1F6E3;
}

.spacer {
	background-color: #FFFFFF;
	border: 1px solid #B5EBB9;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:left;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#pubblicita {
	float: left;
	width: 20%;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}



/* Links
 ------------ */
a:link {
	color: #3f782c;
	text-decoration: none;
}
#centro {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 759px;
}
#agDesign {
	background-image: url(../imageset/testostorto.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 110px;
}
#sponsor {
}




a:active,
a:visited {
	color: #3f782c;
	text-decoration: none;
}

a:hover {
	color: #3ba6de;
	text-decoration: none;
}

a.forumlink {
	color: #3F782C;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFFFFF!important;
	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", Verdana, Helvetica, 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", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, 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;
	background-color: transparent;
}

.post {
	background-color: white;
	border: 1px solid #C3ECC5;
	height: 16px;
	line-height: 15px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #E2F7E4;
	border: 1px solid #006666;
}

.btnmain {
	font-weight: normal;
	background-color: #DFF7E1;
	border: 1px solid #bod9ef;
	cursor: pointer;
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #003333;
	line-height: 15px;
	height: 22px;
	padding-right: 5px;
	padding-left: 5px;
}

.btnlite {
	font-weight: normal;
	background-color: #DFF7E1;
	border: 1px solid #B0D9EF;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.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: bold;
}
#partesu {
	margin: 0px;
	padding: 0px;
}

#homeb a {
	background-image: url(../imageset/pgverde4.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-position: right bottom;
	text-decoration: none;
}
#homeb a:hover {
	background-image: url(../imageset/pgverde35.jpg);
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
}
#homeb {
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-position: right bottom;
	float: left;
	background-image: url(../imageset/pgverde4.jpg);
}
#funstuff {
	background-image: url(../imageset/su7.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	float: left;
}
#funstuff a {
	background-image: url(../imageset/pgverde6.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	text-decoration: none;
}
#funstuff a:hover {
	background-image: url(../imageset/pgverde37.jpg);
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
#forum {
	background-image: url(../imageset/scheda5.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	float: left;
	height: 32px;
	width: 116px;
}
#staff {

	background-image: url(../imageset/pgverde7.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	float: left;
}
#staff a {
	background-image: url(../imageset/pgverde7.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	text-decoration: none;
}
#staff a:hover {
	background-image: url(../imageset/pgverde38.jpg);
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
#aboutas {


	background-image: url(../imageset/pgverde9.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	float: left;
}
#aboutas a {
	background-image: url(../imageset/pgverde9.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	text-decoration: none;
}
#aboutas a:hover {
	background-image: url(../imageset/pgverde310.jpg);
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
#iscriviti {



	background-image: url(../imageset/pgverde8.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	float: left;
}
#partelogin {
	background-image: url(../imageset/sfumaturasu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#iscriviti a {
	background-image: url(../imageset/pgverde8.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	text-decoration: none;
}
#iscriviti a:hover {
	background-image: url(../imageset/pgverde39.jpg);
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
.sinistrasu {
	background-image: url(../imageset/angolosinistrasu.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	background-position: right bottom;
}
.destrasu {
	background-image: url(../imageset/angolodestrasu.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	width: 25px;
}
.destragiu {
	background-image: url(../imageset/angolosinistraGIU.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 25px;
}
.sinistragiu {
	background-image: url(../imageset/angolodestraGIU.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	width: 25px;
}
.mezzogiu {
	background-image: url(../imageset/mezzoGIU.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
}
.mezzosinistra {
	background-image: url(../imageset/mezzosinistra.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 25px;
}
.mezzodestra {
	background-image: url(../imageset/mezzodestra.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 25px;
}
.mezzosu {
	background-image: url(../imageset/mezzoSU.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 25px;
}
.casellaform {
	background-color: #E1F6E3;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #006633;
	border-left-color: #006633;
}
#pastedestra {
	float: right;
	width: 70%;
}
#aligndestra {
	float: right;

}
#alignsinistra {
	float: left;
	width: 25%;
}

#fronttabell {
	padding-left: 20px;
}
.limitecasellegrandi {
	width: 250px;
}
.row2percaselle {
	padding: 4px;
	background-color: #FFFFFF;
	width: 90%;
	font-size: 9px;

}
#help {
	background-color: #F3FBE3;
	text-align: left;
	border: 1px solid #CFEE8E;
	line-height: 17px;
	color: #069;
	font-weight: 400;
	font-size: 10px;
	text-decoration: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-family: "Trebuchet MS";
}
#newsrecent {
	background-color: #DCEEF8;
	border: 1px solid #ACD7EE;
	font-size: 10px;
	line-height: 17px;
	font-weight: 400;
	color: #3F782C;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
a.topictitleREC {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #006699;
}
a.topictitleREC:visited {
	color: #006699;
	text-decoration: none;
	font-size: 11px;
}
#postrec {

	background-color: #E1F6E3;
	border: 1px solid #95DF9C;
	font-size: 10px;
	line-height: 17px;
	font-weight: 400;
	color: #3F782C;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bordibianchi {
	border: 1px dashed #FFFFFF;
	background-color: #E1F6E3;
	text-align: center;
}
.sfondirighe {
	background-repeat: repeat-x;
	background-position: left top;
	border: 3px solid #FFFFFF;
	background-color: #5B9DCE;
}
.catFORUM {
	border: 3px solid #FFFFFF;
	background-color: #5B9DCE;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	line-height: 20px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	height: 30px;
	text-transform: uppercase;
}
.catFORUM a {
	margin: 0;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#centromain {
	height: auto;
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}


#tabellahome {
	float: left;
}

#video {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #006666;
	text-decoration: none;
	padding-left: 20px;
	border: 1px solid #7EB3D9;
	padding-top: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E2F7E4;
	width: 450px;
	float: left;
}
#cont_video {
	margin: auto;
}
#funstaffTABELLA {
	float: left;
}
#login {
	background-image: url(../imageset/pgverde8.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	float: left;
}
#login a {
	background-image: url(../imageset/pgverde8.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
	text-decoration: none;
}
#login a:hover {
	background-image: url(../imageset/pgverde39.jpg);
	height: 32px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
#menugiu {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	clear: both;
	padding-top: 0px;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	line-height: 25px;
}
#menugiu ul {
	text-decoration: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6BBEE6;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 2px;
}
#menugiu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	color: #666666;
	font-size: 11px;
	line-height: 25px;
}
#menugiu a {
	color: #1B7AA9;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	margin-bottom: 2px;
}
#menugiu a:hover {
	color: #3F782C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #098AD0;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 25px;
	margin-bottom: 2px;
}
/* da qui comincia il header */

#header {
	height: 161px;
	width: 760px;
	background-image: url(../imageset/intestazione.png);
	background-repeat: no-repeat;
}
#ang-sinistra {
	height: 80px;
	width: 170px;
	float: left;
	padding-top: 65px;
	padding-left: 30px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #003333;
	text-decoration: none;
	line-height: 20px;
}
#header-centro {
	background-repeat: no-repeat;
	background-position: center top;
	height: 161px;
	width: 262px;
	float: left;
	text-align: left;
	background-image: url(../imageset/logo.png);
}
#ang-destra {
	height: 161px;
	width: 292px;
	float: left;
	font-size: 12px;
}

#ita {
	color: #003333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#ita  a:link, #ita a:visited {
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
#ita  a:hover {
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003333;
	text-decoration: none;
	line-height: 20px;
}

#altrilinkhome {
	color: #003333;
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 65px;
	text-align: left;
	text-indent: 10px;
}

#altrilinkhome  a:link, #altrilinkhome a:visited {
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
#altrilinkhome  a:hover {
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #003333;
	text-decoration: none;
	line-height: 20px;
}




#motto1 {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	text-transform: lowercase;
	line-height: 50px;
	margin-top: 15px;
	color: #0e7fbb;
	font-weight: bold;
	background-image: url(../imageset/nuovo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
}

#motto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 50px;
	margin-top: 16px;
	color: #0e7fbb;
	font-weight: bold;
	background-image: url(../../../../images/gratis.jpg);
	background-position: left center;
	height: 50px;
	background-repeat: no-repeat;
	margin-left: 15px;
}
}
#privaciforum/* fino a qui c'è il header */
/* da qui comincia parte sotto del sito compreso il link privacy e dati piva */


 {
	height: 50px;
	clear: both;
}

#piva {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 20px;
	margin-top: -15px;
}
#linkgiu {
	margin-top: 2px;
	height: 40px;

}

#linkgiu ul {
	list-style-type: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003333;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}
#linkgiu li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#linkgiu  a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #003333;
	text-transform: uppercase;
}
#linkgiu a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #003333;
	text-transform: uppercase;
}
#linkgiu a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}
/* fine parte bassa del sito con piva inclusa */
#sfbianco {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 759px;
}
.sinistraFORUM {
	background-image: url(../imageset/sinistra.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 71px;
}
.destraFORUM {
	background-image: url(../imageset/destra.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 90px;
}.footerforumsf {
	background-image: url(../imageset/basso.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 40px;
}
#sinistraFORUM {
	background-image: url(../imageset/sinistra.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 71px;
}
#cerca {
	width: 100%;
	vertical-align: middle;
	text-align: right;
	line-height: 30px;
	font-size: 11px;
	font-family: "Trebuchet MS";
	clear: both;
	margin: 0px;
}
#advancedsearch {
	color: #FFFFFF;
	font-weight: bold;
	width: 500px;
	margin-top: -10px;
	float: right;
}
#advancedsearch a:link {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: -10px;
	margin-right: 40px;
}
#advancedsearch a:visited {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: -10px;
	margin-right: 40px;
}
#advancedsearch a:hover {
	color: #003333;
	font-weight: bold;
	margin-top: -10px;
	margin-right: 40px;
}
#serchnormale {
	width: 100%;
	vertical-align: middle;
	text-align: right;
	line-height: 30px;
	font-size: 11px;
	font-family: "Trebuchet MS";
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#linkgiu {
	margin-top: 2px;

}

#linkgiu ul {
	list-style-type: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003333;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}
#linkgiu li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#linkgiu  a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #003333;
	text-transform: uppercase;
}
#linkgiu a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #003333;
	text-transform: uppercase;
}
#linkgiu a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.titoli {
	text-transform: uppercase;
	color: #003333;
	font-size: 13px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-decoration: none;
}


.genmedagreement {
	font-size: 11px;
	margin: 1px;
	padding-right: 19px;
	padding-left: 19px;
	height: 35px;
	font-family: "Trebuchet MS";
	text-align: justify;
}
#mottoEng1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	text-transform: lowercase;
	line-height: 50px;
	margin-top: 15px;
	color: #0e7fbb;
	font-weight: bold;
	background-image: url(../imageset/nuovoEn.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
}
#mottoEng2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 50px;
	margin-top: 16px;
	color: #0e7fbb;
	font-weight: bold;
	background-image: url(../imageset/gratisEn.jpg);
	background-position: left center;
	height: 50px;
	background-repeat: no-repeat;
	margin-left: 15px;
}



#privacypol {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 89%;
}
#fissa {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#stampa {
	text-align: right;
	margin-right: 20px;
	padding-bottom: 2px;
	float: right;
	color: #999999;
	margin-left: 20px;
	width: 90%;
}
.titoli {
	text-transform: uppercase;
	color: #003333;
	font-size: 13px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
.testo {
	color: #77787b;
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS";
	text-decoration: none;
	line-height: 17px;
}
.testodelicato {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 17px;
}
#stampa a:link {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	color: #003333;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
}
#stampa a:hover {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	color: #999999;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
}
 #stampa a:visited {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	color: #003333;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
}
.testodelicatomaiusc {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 17px;
	text-transform: uppercase;
}
.testodelicatomaiuscchiaro {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 17px;
	text-transform: uppercase;
}
#colegamenti {
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	text-transform: uppercase;
	color: #003333;
	line-height: 20px;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 10px;
	width: 350px;
	clear: both;
}
#testoP {
	margin-top: 20px;
}
#testoP  a:link {
	color: #990000;
}

#colegamenti  a {
	text-decoration: underline;
	text-transform: uppercase;
	color: #4D7171;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
#colegamenti a:visited {
	text-decoration: underline;
	text-transform: uppercase;
	color: #4D7171;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
#colegamenti a:hover {
	text-decoration: underline;
	text-transform: uppercase;
	color: #993300;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
#testoP a:visited {
	color: #990000;
}
#testoP a:hover {
	color: #333333;
	text-decoration: none;
}
