/*  "ISIA stylesheet" based on "Corporate" by Absalom Media
    Release: 12th October 2004
    Build compatibility: Mambo 4.5.1a

    This design, code and CSS is licensed under the 
    Creative Commons Attribution-NonCommercial-ShareAlike License. 
    To view a copy of this license, visit 
    http://creativecommons.org/licenses/by-nc-sa/2.0/ 
    or send a letter to Creative Commons, 
    559 Nathan Abbott Way, Stanford, California 94305, USA.

    Under no circumstances remove this licence.

*/

/* CSS Document */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	background: #fff;
}


/* Menu area*/
.core
	{
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	color: #fff;	
	margin-bottom: 10px;
	}


/* Box del blocchetto AFAM*/
.boxheaderafam {
	color: #ccc;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../images/afam.gif);
	background-color: #FFF;
}

/* Box del marchio ISIA con l'inserimento del fondino*/
.boxheadersfondo {
	color: #fff;
	text-align: left;
	image: url(../images/isiaheader.png);
	background-image: url(../images/fillerheader.gif);
}

/* Testo Fondato da CG ARGAN*/

.fondato_argan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-indent: 50px;
}

/* Box del marchio ISIA con l'inserimento del marchio ISIA*/
.boxheader {
	color: #fff;
	text-align: left;
	background-image: url(../images/isiaheader.png);
	background-repeat: no-repeat;
}

#blurb
	{
	border: 1px solid #ccc;
	background: #fff;
	height: 193px;
	text-align:right;
	vertical-align:text-top;
	padding: 7px;
	margin-right: 7px;
	}

.b {
	width: 33%;
	vertical-align:top;
	}
	
#search
	{
	color: #666;
   	font-size: 10pt;
	width: 195px;
   	font-weight: bold;
    border: 1px solid #ccc;
	padding: 7px;
	margin-bottom: 10px;
	}

.pathway {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	}

/*CSS rettangolo del pathway*/
#pathwayposition
	{
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
.sidebar
	{
	text-align: left;
	width: 195px;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Menu orizzontale */
#menu
	{
	background: #dddddd;
	padding-top: 1px;
	height: 20px;
	
	}

/* CSS Horizontal Menu  parte dei link*/

/* definisce l'aspetto base dei testi dei menu*/
.mainlevel, a.mainlevel {
	color:#ff0000;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#navi {
	
	margin: 2px;
	padding: 0px 0px 0px 0px;
	width: auto;
	color: #333333;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


CSS Horizontal Menu 

#navi #navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navi #navlist li
{
display: none;
list-style-type: none;
}

#navi #navlist a
{
	padding: 2px 8px 5px 5px;
	border: 1px solid #f00;
	background-color: #ff0000;
}

#navi #navlist a:link, #navi #navlist a:visited
{
color: #666666;
text-decoration: none;
}

#navi #navlist a:hover
{
	border: 1px solid #f00;
	background-color: #fff;
	color: #666666;
	border-width: 1;
}

#navi #active a:link, #navi #active a:visited, #navi #active a:hover
{
background-color: #fff;
color: #666666;
}

#leftborder 
	{
	border-color: #ff0000;
	border-width: 2px;
	background-color: #CCCCCC;
	}
	
#trimod
	{
	height: 140px;
	padding-left: 10px;
	text-align: left;
	border: solid #666 1px;
	}

.bars
	{
	border: 1px solid #ccc;
	padding: 7px;
	height: 140px;
	vertical-align:top;
	}
#notizie {
	margin-right: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 7px 7px 0px 0px;
	height: 100%;
	vertical-align: top;
	background:#fff;
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	border-bottom: solid #cccccc 2px;
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
	border-top: solid #999999 1px;
}


#rightnav {
  width: 210px;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}



#picwiz
	{
	float: left;
	width: 200px;
	height: 200px;
	line-height: 0;
    padding-left: 10px;
    border-spacing: 0;
    border-collapse: collapse;
    border-spacing: 0;
     margin-bottom: 0!important;
    margin-bottom: -3px;
	}

#picwiz img {
	line-height: 0;
    padding: 0;
    margin: 0px;
	border: 1px solid #ccc;
	}

#footer{
	top: 30px;
	background-color:#fff;
	color: #666;
	border-top: 0px solid #999;
	border-right: 0px solid #000000;
	text-align: center;
	padding-top: 20px;
	font-size: 8pt;
	font-family: "Times New Roman", Times, serif;
}


/* tutti i link non meglio specificati*/
a {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

a:link {
	color:#333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 10pt;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

img {
	border: 0;
}

/* liste degli articoli, delle FAQ con pallino iniziale*/
ul,ol {
	width: auto;
	font-size: 10px;
	padding: 0;
	margin: 10px;
	border: 0;
	list-style-type:square;
}

li {
	width: auto;
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 0 .5em;
	border: 0;
	padding: 0 0 0 0;
	list-style-type:disc;
	color: #333333;
}

table,td {
	color: #000;
	font-size: 10px;

}

form {
	padding: 0;
	margin: 0;
}

p {
	font-size: 10px;
	line-height: 13pt;
	margin: 1.2em 0em 1.2em 0em;
}

pre {
	/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 10pt;
}

strong, b {
	font-weight: bold;
}
/* le caselle dove immettere testo*/
.inputbox {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #eee;
	border: 1px solid #999;
	margin-left: 10px;
}

.contact
	{
	text-align: left;
	margin-left: 20px;
	}
/* il bottone connetti e altro*/
.button {
	font-size: 10px;
	background: #eee;
	border: 1px solid #999;
}

.strong {
	font-weight: bold;
}

.moduletable {
	width:100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	}
/* moduletable  l'insieme dei settings per i TITOLI dei menu*/
.moduletable th {
	color: #ff0000;
	text-align: left;
	background: #e2e2e2 /*url(../images/bits.gif) top right no-repeat*/;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 .2em;
	border: 1px solid #ccc;
	line-height: 15px;
}
/*  le voci dei menu*/
.moduletable td {
	/*color: #333333;
	padding: 0 0 .1em 0;
	border: 1px solid #ccc;*/
	text-align: left;
	line-height: 16px;
}

.moduletable li {
	list-style-type:circle;
	padding-left: 1em;
}

/* i link del menu???????????????? */
.moduletable a {
	color: #666;
	padding: 0 0 0 0px;
	font-weight: bold;
}

.moduletable a:hover {
	color: #666;
	text-decoration: underline;
}

/* la lista delle sezioni e delle categorie?*/
.contentpane, .contentpaneopen {
	width: 97%;
	background: none;
	text-align: left;
	margin-top: 1em;
	margin-left: 1em;
	font-size: 12px;
}

table.contact {
	width: 95%!important;
	width: 94%;
	background: none;
	color: #006443;
	text-align: left;
	margin-left: 1em;
}

/* stile titoli notizie */
.contentheading {
	width: 94%;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ff0000;
	margin: 1.5em 1em 1em 0;
	padding: 0.2em;
	border-bottom: solid #aaa 1px;	
	}


.contentdescription {
	font-size: 11px;
	color: #333333;
	text-align: left;
	border-bottom-color: #999999;
	border-bottom-style: groove;
	border-bottom-width: 1px;
}

/* l'intestazione della lista delle sezioni?*/
.componentheading {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align:left;
	margin: 1.5em 0em 0em 0;
}

.frontpageheader {
	font-weight: bold;
	color: #666666;
	text-align:left;
	margin-left: 10px;
	line-height: 1.3em;
}
/** LE CATEGORIE: apparenza testo e testo con link**/
.category {
	color: #333
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
}

a.category:link, a.category:visited {
	
	font-weight: bold;
}
a.category:visited
{
color:#666;
}

a.category:hover {
	text-decoration: underline;
}

.contentpagetitle {
	font-size: 13px;
	
}







.poll {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px
}
/* definisce i dati nelle liste tipo contatti, indirizzario... */
.sectiontableentry1 {
	line-height: 16px;
	color: #666666;
	list-style-type: decimal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.sectiontableentry2 {
}
/*riga della legenda dei contenuti della sezione (la riga di descrizioni della colonna  ???????????????? messa sul bianco per non farla vedere altrimenti bisogna andare a cambiare il codice*/
.sectiontableheader {
	color : #fff;

	border-collapse: collapse;
}

/* piede della sezione dei contenuti*/
.sectiontablefooter {
	font-size: 9px;
	background-color: #CCCCCC;
}

/* Date Stamps */
.newsfeeddate {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	font-weight: normal;
	
}

.createdate {
	color: #666;
	font-weight: normal;
	line-height: 1;
}

.modifydate {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
/* viene utilizzato per definire i nomi degli autori dell'articolo*/
.small {
	color: #666;
	line-height: 1;
}

/* LE NEWS - RDF Styles */
.fase4rdf {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

a.fase4rdf:link {
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
}

a.fase4rdf:hover {
	font-weight: bold;
	color: #808080;
}

.newsfeedheading {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
	text-align:left;
}




/* for modifying {
	moscode
}
 output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}

.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	line-height: 1.3em;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}

/* Text passed with mosmsg url parameter */
.message {
	font-family : arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #333;
	text-align: center;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #666666;
	border-left: outset 1px #666666;
	border-right: outset 1px #006443;
	border-top: outset 1px #666666;
	border-bottom: solid 1px #006443;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
}

.offtab {
	background-color : #cccccc;
	border-left: outset 1px #666666;
	border-right: outset 1px #006443;
	border-top: outset 1px #666666;
	border-bottom: solid 1px #006443;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
}

.edit-tabs {
	padding: 1em;
	background: none;
}

.tabpadding {
}

.tabheading {
	background-color: #ffae00;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
}

#weblink-categories {
	margin-top: 1em;
}

.contact-form {
	width: 100%;
}

.author {
	font-size: .8em;
}
/* la data di creazione dell'articolo*/
.createdate {
	font-size:.8em;
}

.content-entry h3 {
	color: #CCC;
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0 0 0;
}

/* definiscono la navigazione "precedente - successivo" a pie' di pagina*/




.pagenav, a.pagenav {
	color: #808080;
	border-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

a.pagenav:hover {
	color: #666666;
	border-bottom: 0;
	text-decoration: underline;
}

#banner {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 1px #CCCCCC;
	position: relative;
	top: 90px;
	right: 90px;
}
.readon, a.readon:link,  a.readon:hover, a.readon:visited {
	font-size: 7px;
	color: #999999;
	font-family: verdana, Arial, Helvetica, sans-serif;
}

.logintext, a.logintext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
/* in modules/mod login; definisce l'aspetto in frontpage della frase dimenticata la password?*/
.forgetpssw
{
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}


/* controlla la posizione delle icone PDF EMAIL e Invia a...*/
.buttonheading {
	text-align: right;
}

/* settings del menu di sinistra del fondo e del bordo*/ 
.leftmenu {
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	background-color: #E6E6E6;
	padding-left: 2px;
}

/* la riga di definizione dei risultati della ricerca*/
.searchintro {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 12px;
}

<style type="text/css">
.nomi {
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.testo- {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.intestazione {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
}

