/* Regole generali */
body {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	font-family: sans-serif, helvetica, arial;
	font-size: .8em;
}

/* Link                   */
a {	text-decoration:none; }
a:link { color: #33F; background-color: inherit; text-decoration:underline; }
a:visited { color: #636; background-color: inherit; text-decoration:underline; }
a:hover { color: #666; background-color: inherit;}
a:active { color: #666; background-color: inherit;}

/* Link non sottolineati */
.nonsot a {	text-decoration: none; }
.nonsot a:link { color: #33F; background-color: inherit;}
.nonsot a:visited { color: #636; background-color: inherit;}
.nonsot a:hover { color: #666; background-color: inherit;}
.nonsot a:active { color: #666; background-color: inherit;}

/* Dimensione caratteri */
/* Normale              */
.fsx10 {font-size: 10px; font-weight:normal;}
.fsx11 {font-size: 11px; font-weight:normal;}
.fsx12 {font-size: 12px; font-weight:normal;}
.fsx20 {font-size: 20px; font-weight:normal;}
.fsx28 {font-size: 28px; font-weight:normal;}
.fsx35 {font-size: 35px; font-weight:normal;}
.fsx50 {font-size: 50px; font-weight:normal;}

/* grassetto            */
.fsg11 {font-size: 11px; font-weight:bold;}
.fsg12 {font-size: 12px; font-weight:bold;}
.fsg13 {font-size: 13px; font-weight:bold;}
.fsg20 {font-size: 20px; font-weight:bold;}
.fsg28 {font-size: 28px; font-weight:bold;}
.fsg35 {font-size: 35px; font-weight:bold;}
.fsg50 {font-size: 50px; font-weight:bold;}

.bold {
	font-weight: bold;
}
img { border-width: 0; }
ul, li { margin: 0; padding: 0; }

.clearer {
	visibility: hidden;
	clear: both;
}
code {
	font-size: 1.25em;
}
pre {
	font-size: 1.25em;
}

/* Titoli							*/
h1 {
	color: #336;
	background-color: inherit;
	font-size: 1.5em;
	font-size: 28px;
}
h2 {
	color: #000;
	background-color: inherit;
	font-size: 1.4em;
}
h4 {
	color: #336;
	background-color: inherit;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 5px;
}
h5 {
	color: #003366;
	background-color: inherit;
	font-size: 1.4em;
}
.errore {
	color: #f00;
	background-color: inherit;
	font-size: 1.1em;
	font-weight: bold;
}
.grande {
	font-size: 1.9em;
}
/* "main": contenitore principale   */

#main {
	text-align: left;
	width: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
	padding:0px;; 
	background-color:#ffffff;
	color: #000000;
	border: solid #000000 1px;
	height:auto;
}
/* Header Rules */
#header {
	width: 768px;
	height: 68px;
	position: relative;
	background-image: url(/rcWebTech/eclipse.org-common/themes/Phoenix/images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#header img {
	display: block; /* help IE display the logo properly */
}
/* searchbar - versione originale */
/*#searchbar {								*/
/*	background-image: url(../images/searchbar_bg.gif); */
/*	background-position: top left;			*/
/*	background-repeat: repeat-x;			*/
/*}			*/
#searchbar {
	height: 68px;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	background-image: url(../images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#searchbar .transition {
	bottom: 0;
	position: absolute;
	left: 0;
}
#searchbar .header {
	bottom: 26px;
	position: absolute;
	left: 30px;
}
#searchbar form {
	position: absolute;
	bottom: 3px;
	left: 50px;
	margin: 0;
	padding: 0;
}
#searchbar input {
	border-width: 1px;
	height: 15px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	border-color: #56548D;
	border-style: solid;
	color: #333333;
	font-size: 0.9em;
}
#searchbar input.button {
	border-width: 0;
	height: auto;
	margin: 0 0 -1px 1px;
	vertical-align: bottom;
}
#headernav {
	top: 10px;
	right: 10px;
	position: absolute;
	font-size: 0.8em;
}
#headernav li {
	border-width: 0 0 0 1px;
	float: left;
	padding: 0 10px;
	border-color: #ccc;
	border-style: solid;
	list-style: none;
}
#headernav li.first {
	border-width: 0;
}
#headernav a, #headernav a:link, #headernav a:visited {
	color: #ccc;
	background-color: inherit;;
}
#headernav a:hover, #headernav a:active {
	color: #fff;
	background-color: inherit;;
}
/* Left Column Rules */
#leftcol {
	float: left;
	width: 140px;
    background-color: inherit;;
    color: #fff;
}
#leftnav {
	margin-bottom: 30px;
}

#leftnav li.selected {
	padding: 8px 0 8px 5px;
}

#leftnav, #leftnav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
#leftnav li { /* all list items */
	position : relative;
	border-width: 0 0 1px 0;
	float : left;
	width: 140px;
	border-color: #7A79A7;
	border-style: solid;
	}
#leftnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;  
		margin-left : 100%;
		margin-top : -25px;
		width: 140px;
		z-index:300;
}
	
#leftnav li ul ul { /* third-and-above-level lists */
		left: -999em;
}
	
#leftnav li a {
		width: 140px;
		w\idth : 125px; /* need widths to define rollover */
		display : block;
		text-decoration : none;
		list-style-type: none;
		padding: 8px 0 8px 15px;
}

#leftnav li a:hover {
		/* background-color : black; */
		list-style-type: none;
}
	
#leftnav li:hover ul ul, #leftnav li:hover ul ul ul, #leftnav li.sfhover ul ul, #leftnav li.sfhover ul ul ul {
		left: -999em;
}
	
#leftnav li:hover ul, #leftnav li li:hover ul, #leftnav li li li:hover ul, #leftnav li.sfhover ul, #leftnav li li.sfhover ul, #leftnav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		list-style-type: none;
}
#leftnav li.separator {
	color: #000000;
	background-color: #7A79A7;
	border-style: solid;
}
#leftnav a.selected {
	padding: 0px 0 0px 5px;
}
#leftnav a, 
#leftnav a:link, 
#leftnav a:visited, 
#leftnav a:hover, 
#leftnav a:active {
	background-color: #595791;
	background-image: url(../images/leftnav_bullet.gif);
	background-position: 3% 50%;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
}
#leftnav a:hover, 
#leftnav a:active {
	background-color: #8583B2;
	background-image: url(../images/leftnav_bullet_hover.gif);
	color: #292556;
}
#leftnav a.nolink, 
#leftnav a.nolink:link, 
#leftnav a.nolink:visited, 
#leftnav a.nolink:hover, 
#leftnav a.nolink:active {
	background-color: #595791;
	background-image: url(../images/leftnav_bullet.gif);
	background-position: 3% 50%;
	background-repeat: no-repeat;
	color: #999999;
	font-size: 0.9em;
	text-decoration: none;
}
#leftnav a.separator, 
#leftnav a.separator:link, 
#leftnav a.separator:visited, 
#leftnav a.separator:hover, 
#leftnav a.separator:active {
	background-color: #7A79A7;
	background-image: none;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
}
/* Top Navigation Rules */
#topnav {
	border-width: 0;
	height: 2.5em;
	margin-left: 0px;
	background-image: url(../images/topnav_tabbg.gif);
	background-repeat: repeat-x;
	color: #999;
	background-color: inherit;
	font-size: 0.9em;
}
.topnavleft {
	float: left;
	width: 140px;		
}
#topnav ul {
	float: left;
	height: 2.5em;
}
#topnav li {
	float: left;
	height: 2.5em;
	background-image: url(../images/topnav_tabbg.gif);
	background-repeat: repeat-x;
	list-style: none;
}
#topnav li.tabstart {
	background-image: url(../images/topnav_tabstart_first.gif);
	background-repeat: no-repeat;
}
#topnav li.tabstartselectedfirst {
	background-image: url(../images/topnav_tabstart_selected_first.gif);
	background-repeat: no-repeat;
}
#topnav li.tabstartselected {
	background-image: url(../images/topnav_tabstart_selected_inline.gif);
	background-repeat: no-repeat;
}
#topnav li.tabseparator {
	background-image: url(../images/topnav_tabseparator.gif);
	background-repeat: no-repeat;
}
#topnav li.tabseparatorselected {
	background-image: url(../images/topnav_tabseparator_selected.gif);
	background-repeat: no-repeat;
}
#topnav li.tabseparatorselectedend {
	background-image: url(../images/topnav_tabseparator_selected_end.gif);
	background-repeat: no-repeat;
}
#topnav a {
	display: block;
	line-height: 2.5em;
	padding: 0 10px;
}
#topnav a, #topnav a:link, #topnav a:visited {
	background-image: url(../images/topnav_tabbg.gif);
	color: #333;
	background-color: inherit;
	background-repeat: repeat-x;
	font-weight: bold;
	text-decoration: none;
}

#topnav a.tabselected, #topnav a.tabselected:link, #topnav a.tabselected:visited, #topnav a.tabselected:hover, #topnav a.tabselected:active {
	background-image: url(../images/topnav_tabbg_selected.gif);
	background-color: inherit;
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#topnav a:hover, #topnav a:active {
	color: #000;
	background-color: inherit;
}
#topnavsep {
	border-width: 1px;
	height: 2px;
	margin-left: 0px;
	width: 100%;
	line-height: 0px;
	font-size: 0px;
	color: #000000;
	background-color: #7A79A7;
}
/* bottomnav - Barra di navigazione in fondo alla pagina
 *  --> Torna all'inizio              < precedente successiva >
 */

#bottomnav {
	color : #000000;
	background-color: inherit;
	text-align: center;
	valign="middle"
}

#bottomini {
	float:left;
}
#bottomprev {
	float:right;
}
#bottomnext {
	float:right;
}
.testogloss {
	color : black;
	background-color: inherit;
	margin-left : 80px;
	clear: both;
}
/* Main Content Area Rules */
#maincontent a {
	font-weight: bold;
}
table.botnav {
table-layout : fixed;
}

.prevnext {
width : 20px;
}
.pagina {
width : 80px;
}
/* Colonna centrale */
#midcolumn {
	text-align: justify;
	float: left;
	padding: 0px 10px 0px 10px;
	width: 472px;
	font-size: 12px; 
	border-left: 1px solid #669;
	border-right: 1px solid #669;
}
#midcolumn ul {
	list-style-type: disc;
}
#midcolumn li {
	margin-left: 10px;
}

.midlist {
	margin: 10px 0 10px 25px;
	list-style-image: url(../images/arrow.gif);
}
.midlist a {	text-decoration:underline; }
.midlist a:link { color: #33F; text-decoration:underline; background-color: inherit;}
.midlist a:visited { color: #636; background-color: inherit;}
.midlist a:hover { color: #666; background-color: inherit;}
.midlist a:active { color: #666; background-color: inherit;}

/* Colonna larga (centro + destra) */
#midrightcol {
	text-align: justify;
	float: left;
	padding: 0px 10px 0px 10px;
	font-size: 12px; 
	border-left: 1px solid #669;
}
.homeitem {
/*	position: relative; */
	border-width: 0 1px;
	float: left;
	margin: 10px 0 10px 0px;
	width: 48%;
	border-color: #669;
	border-style: solid;
	font-size: 0.9em;
}
.homeitem h3 {
	padding: 3px;
	margin: 0;
	background-image: url(../images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #669;
	color: #fff;
	font-size: 1.1em;
}
.homeitem ul {
	margin: 0px 20px;

}
.homeitem li {
	margin: 5px 5px;
	padding: 2px 5px 6px 0px;
	list-style-image: url(../images/arrow.gif);
	border-style: dashed;
	border-color: #669;
	border-width: 0 0 1px 0;
}



/* NEWS rules */
.homeitem3col {
	border-width: 0 1px;
	border-color: #669;
	border-style: solid;
	font-size: 0.9em;
	float: left;
	/* margin: 10px 3% 10px 0;  */
	margin: 10px 3% 10px 1%;
	width: 97%;
}
.homeitem3col h3 {
	padding: 3px;
	margin: 0;
	background-image: url(../images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #669;
	color: #fff;
	font-size: 1.1em;
}
.homeitem3col h4 {
	margin: 3px;
}
.homeitem3col ul {
	margin: 0px 20px;
}
.homeitem3col li {
	margin: 5px 5px;
	padding: 2px 5px 6px 0px;
	list-style-image: url(../images/arrow.gif);
	border-style: dashed;
	border-color: #669;
	border-width: 0 0 1px 0;
}
.colonnacentrale  {
	padding: 5px;
	font-size: 1.0em;
}
/* Right Column Rules */
#rightcolumn {
	top: 0px;
/*	position: relative; */
	float: right;
	margin-right: 1px;
	width: 132px;
}
.sideitem {
	border-width: 1px 1px;
	margin: 10px 0px;
	border-color: #333;
	color: #000;
	background-color: inherit;
#	border-style: dotted;
	font-size: 0.8em;
}
.sideitem h6 {
	margin: 0;
	padding: 3px;
	background-color: #ccc;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
}
.sideitem ul {
	margin: 10px 2px 10px 10px;
	padding: 0 0 0 15px;

	list-style-image: url(../images/bullet.gif);
}
.sideitem ol {
	margin: 10px 2px 10px 10px;
	padding: 0 0 0 25px;
}
.sideitem li {
	clear: both;
}
.sideitem .inset {
	float: left;
	margin-right: 3px;
}

.sideitem p {
	padding: 0 2px 0 2px;
}

/* Footer Rules */
#footer {
	clear: both;
	height: 35px;
	/*	margin-left: 175px;*/
	margin-left: 0px;
	position: relative;
	color: #fff;
	background-color: #336;
	border-width: 3px 0 0 0;
	border-color: #99c;
	border-style: solid;
	font-size: 0.9em;
	text-align: center;
}
#footer p {
	margin: 10px 20px 0 10px;
	padding: 0;
}
#footer a {color: #fff;
	background-color: #336;
}
#footer a:hover {color: #99f; background-color: inherit;}
#footer a:visited {color: #f9f; background-color: inherit;}

#footernav {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
#footernav li {
	border-width: 0 0 0 1px;
	border-color: #ccc;
	border-style: solid;
	float: left;
	padding: 0 10px;
}
#footernav li.first {
	border-width: 0;
}
#footernav a, #footernav a:link, #footernav a:visited {
	color: #ccc;
	background-color: inherit;;
}
#footernav a:hover, #footernav a:active {
	color: #fff;
	background-color: inherit;
}

/* Classe "risorse"              */

#risorse {
	margin:0px 0px 0px 0px;
	padding:5px;
	color :#000000;
	background-color: inherit;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	font-weight:normal;
}

#risorse br {
	line-height:3px;
}

#risorse h2 {
	margin:0px;
	padding:0px;
	font-size:23px;
	line-height:23px;
	font-weight:bold;
	color:#000066;
	background-color: inherit;
}

#risorse h3 {
	margin:5px 0px;
	padding:0px;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	color:#000066;
	background-color: inherit;
}

#risorse a:link {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	font-weight:bold;
	color :#0000ff;
	background-color: inherit;
}

#risorse a:visited {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	font-weight:bold;
	color :#0099CC;
	background-color: inherit;
}
#risorse a:hover {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	font-weight:bold;
	color : #990000;
	background-color: inherit;
}

.box {
	width:auto;
	margin:0px;
	padding:5px;
	border-bottom:  #000000 1px;
}

.boxCentrato {
	width:330px;
	margin:0px auto;
	border:  #000000 1px;
}
.boxLeft {
	width:auto;
	margin:0px 0px 10px 3px;
	padding:5px 5px 5px 5px;
	color: #000000;
	background-color: #CFDFEF;
	border:  #000000 1px;
}

/* Box per referenze          */
.boxRef {
	width:50%;
	margin:0px 0px 10px 3px;
	padding:5px 5px 5px 5px;
	color: #000000;
	background-color: #CFDFEF;
	border:  #000000 1px;
	float:left;
}

.boxRefR {
	width:50%;
	margin:0px 0px 10px 3px;
	padding:5px 5px 5px 5px;
	color: #000000;
	background-color: #CFDFEF;
	border:  #000000 1px;
	float:right;
}
#boxAS {
	color: #000000;
	background-color: #ffffff;
	width:90px;
	margin:0px 0px 0px 10px;
	padding:10px;
	border: #000000 1px;
	float:right;
}

/* Stile delle voci di glossario */

.vocegloss {
	text-decoration:none; 
	color : red;
	background-color: inherit;
	width: 80px;
	text-align:left;
	font-weight: bold;
	float:left;
}

.spiegagloss {
	width: 285px;
	font-weight: bold;
	font-style: italic;
	background-color: #00ccff;
	padding:0px;
	float:left;
}

.linkgloss {
	width: 100px;
	color: blue;
	background-color: inherit;
	margin-left: 5px;
	padding:0px;
	float:right;
	text-decoration:underline;
}
.testogloss {
	color : black;
	background-color: inherit;
	margin-left : 80px;
	clear: both;
}

/* Liste */
/* Lista non ordinata semplice */
.lista {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Lista non ordinata "lista1" */
.lista1{
	margin-top: 5px;
	margin-bottom: 0px;
}
/* Lista non ordinata "lista2" */
.lista2{
	margin-top: 5px;
	margin-bottom: 0px;
}
.lista2 li {
	margin-top: 0px;
	margin-bottom: 5px;
}
/* Stile della sezione "certificazioni" */

#certificazioni {
	text-align: center;
	clear:both;
	width: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
	padding: 0;
	color: #000000;
	background-color:#ffffff;
}
/* Stile della sezione "WebRing" */

#webring {
	text-align: center;
	width: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
	padding: 0;
	color: #000000;
	background-color:#ffffff;
}
/* Stile classe "citazione"    */

.citazione {
	width:auto;
	margin:10px 10px 10px 10px;
	padding:5px;
	border:  #000000 1px;
	font-style:italic;
	font-weight:550;
	font-family:arial, helvetica, sans-serif, verdana;
}