/* --------------------------------------------------------------
*			various.css	style for ENEA-FUSION website
*			------------
*			collection of various "ad-hoc" styles
*	
* derived from "accessible styles" developped by ENEA-RELCOM
*	customized by C.TORELLI on March 2006
<-----------------------------------------------------------------*/

/* to prevent borders on images with links */
.imagelink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

/* active link: to this present page */
.activelink {
	font-weight: bolder;
	color: #000000;
}

/* abbreviazioni ed acronimi*/
ACRONYM  {
	cursor: help;
}
ABBR {
	cursor: help;
	font-style: italic;
}

/* back to top of page */
/* div */
#tornasu {
	text-align: right;
	font-size: 80%;
	clear: both;
	margin: 0px;
	padding-top: 1.2em;
	padding-right: 2em;
	padding-bottom: 1.2em;
	padding-left: 2px;
}
#tornasu img {
	margin-right: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	display: inline;
}
/* classes */
.tornasopra {
	text-align: right;
	font-size: 80%;
	clear: both;
	margin: 0px;
	padding-top: 1.2em;
	padding-right: 2em;
	padding-bottom: 1.2em;
	padding-left: 2px;
}
.tornasopra img {
	margin-right: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
/* classe per il body delle GreyBox */
.greybox {
	background-image: url(../multimedia/backgrounds/GIFJPGs/backlilla.gif);
	text-align: center;
	margin:10px 0 0 0;
	padding:0px
}

/*	div e classi per Eventi */
#eventi {
color: #000000;
	height: auto;
	width: auto;
	margin: 5px;
	padding: 5px;
	color: #000000;
	background-image: url(../multimedia/backgrounds/GIFJPGs/giallochiaro-fume.jpg);
	border: medium inset #FFFF99;
	background-repeat: repeat;
	background-position: center;
}
.seminars {
	color: #000000;
	height: auto;
	width: auto;
	margin: 5px;
	padding: 5px;
	color: #000000;
	border: medium inset #FFFF99;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #99FFFF;
}
/*	eventi title */	
.eventititolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: oblique;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
/*	news riga */
.newsriga {
	width:80%;
	visibility: visible;
	position: relative;
	float: none;
	clear: none;
	left: 2%;
	top: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	border-top-style: none;
	border-bottom-color: #0000FF;
	border-bottom-width: thin;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
/* div con scroll*/
.divscroll {
	height: 80px;
	width: 500px;
	overflow: scroll;
	background-color: #99FFFF;
	border: 1px outset #FFCC99;
}
