/* Foglio di stile */
/*    creato da    */
/*  Giacomo Socci  */


/* tag */
body, table {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

body {
	margin: 0px;
	background-color: #FFF;
	color: #222;
}

a {
	text-decoration: none;
	color: #06C;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 1px solid;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: right;
}

form, .stileForm {
	border-top: 1px solid #68B9F4;
	border-bottom: 1px solid #68B9F4;
	padding: 10px;
}

h1 {
	display: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #06C;
	display: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #06C;
}

a img {
	border: none;
	vertical-align: middle;
}

th {
	text-align: left;
}

/* div */
#DivCachee	{
	position: absolute;
	left: 512px;
	top: 189px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 0.8em;
	display: none;
}

#testa {
	width: 100%;
	height: 96px;
	border-bottom: 1px solid #06C;
}

#testa h1 {
	display: none;
}

#testa_img {
	border-bottom: 1px solid #FFF;
	background-image: url(/hotspot/images/img_sito_istituzionale_hotspot.png);
	background-repeat: no-repeat;
	background-position: left;
}

#testa_img img {
	border: 0px;
}

#menu {
	border-top: 1px dashed #DDD;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#menu li {
	display: inline;
	vertical-align: middle;
	border: 3px double #CCC;
	background: #FFF;
	padding: 3px;
	font-weight: bold;
}

#menu li:hover {
	background-color: #9BD;
	color: #FFF;
}

#menu li:active {
	background: #EEE;
}

#menu li a:hover {
	text-decoration: none;
	color: #999;
}

body > #menu li a:hover {
	color: #FFF;
}

#footer {
	font-size: 11px;
	text-indent: 10px;
}

/* classi */
.alert {
	font-family: Arial, Helvetica, sans-serif;
	color: #09D;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.pulsante {
	font-size: 11px;
	font-weight: bold;
}

.menu_utenti td {
	padding: 0px 6px;
	font-size: 13px;
	font-weight: bold;
}

.menu_utenti td a {
	text-decoration: none;
}

.menu_utenti td.selezionato {
	background: #DDECF4;
	border: 3px double #CCC;
}

.menu_utenti td.non_selezionato {
	background: #EEE;
	border: 3px double #CCC;
}

.menu_utenti td.ricerca {
	background: #FFF;
	border: 3px double #CCC;
}

.lista_utenti th {
	background: #DDECF4;
}

.piccolo {
	font-size: 11px;
}

