/***********************************************/
/* TAG generali                              */
/***********************************************/
body
{
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	color: #444444;
		behavior: url(csshover2.htc); /* WinIE behavior call */	
}

h1
{
	font-family: verdana, helvetica, arial;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	align: left;

}

a:link, a:visited
{
	text-decoration: none;
	color: #444444;
}

a:hover
{
	text-decoration: underline;
}

/***********************************************/
/* Intestazione pagina                         */
/***********************************************/

#intestazione
{
	background-color: white;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 20px;
	color:#001746;
	height:70px;
}

#intestazione a:link, a:visited
{
	text-decoration: none;
	font-size: 10px;
	color: #5c5c64;
}


/***********************************************/


/***********************************************/
/* Tabella intranet                       */
/***********************************************/

#intratab
{
	background-color: white;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
	color:#000066;
	height:80px;
}

#intratab td
{
	text-decoration: none;
	font-size: 12px;
	color: #5c5c64;
}


/***********************************************/


/***********************************************/
/* Menu                              */
/***********************************************/

td.geocell
{
	background: url(/layout/geo_menu_back.gif);
	height: 30px;
	border: solid 1px #e3e3e5;
	text-align: left;
	color: #5c5c64;
	width: 98px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}
a.hmlink:link, a.hmlink:visited
{
	text-decoration: none;
	color: #5c5c64;
	font-size: 11px;
}

a.hmlink:hover
{
	text-decoration: underline;
	color: #5c5c64;
	font-size: 11px;
}

td.sottomenu
{
	height: 30px;
	border: solid 1px #e3e3e5;
	text-align: left;
	color:#CCCCCC;
	width: 98px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}





#piepagina
{
	border-top: solid 1px #000066;
	color: #69696b;
}

/***********************************************/
/* Blocco siti                              */
/***********************************************/

#siti
{
	float: left;
	width:550px;
	font-size: 10px;
	background-color: #f7f6fc;
	border: solid 1px #e7e7e9;
	padding: 6px 10px 6px 10px;
	display: block;
	margin-bottom: 10px;
}

#siti.h1
{
	font-size: 10px;
	text-align: left;
}