/* ************************************************************************ */
/* 							OFFICE GROUP 2006 								*/
/* 						   FOGLIO DI STILE CSS								*/
/* ************************************************************************ */

/* **************************** DETAGLIO NEWS ***************************** */
#news
{
	border:1px solid #cccccc
}


/* **************************** PIE' DI PAGINA **************************** */
.txt_footer
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}

/* **************************** TESTO GENERICO **************************** */
td
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.td_news
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

ul
{
	list-style-image:url(../Images/li.gif);
}

/* **************************** HYPERLINK **************************** */
a img
{
	border: 0px;
}

a.top
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a.top:link
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a.top:visited
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a.top:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

a
{
	font-family: Arial;
	font-size: 12px;
	color: #180088;
	text-decoration: none;
}

a:link
{
	font-family: Arial;
	font-size: 12px;
	color: #180088;
	text-decoration: none;
}

a:visited
{
	font-family: Arial;
	font-size: 12px;
	color: #180088;
	text-decoration: none;
}

a:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

/* **************************** OPACITA' LINK IMMAGINE **************************** */
a.opacity img 
{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a.opacity:hover img 
{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


/* **************************** ETICHETTE DESCRITTIVE **************************** */
.cellTable
{
	border: 1px solid #0099ff;
	background-color: #CBF2FE;
}

.cell
{	
	font-family: Arial;
	font-size: 9px;
}

/* **************************** ELEMENTI DEI FORM **************************** */

/* pulsanti in stile macromedia */
input.submit
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.27em;
	background-color: #FFFFFF;
	background-image: url(../images/button_bg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	font-size:75%;
	font-weight: bold;
	font-family:Tahoma;
}

input
{
	font-family: Arial;
	font-size: 12px;
	color: #180088;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
}

textarea
{
	font-family: Arial;
	font-size: 12px;
	color: #180088;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
}

.scroll {
	height: 220px; 
	width: 100%;
	overflow: auto; 
	border: 1px solid #cccccc; 
	background-image: url(../images/bg.jpg); 
	background-position: top;
	background-repeat: no-repeat;
}

.hot {
	width:		180px;
	border:		1px solid #FFCC66;
	background:	#FFFFCC;
	padding:	10px;
}

	p.hot {
		font-style:		italic;
		font-weight:	bold;
		color:			#CC3333;
	}
