body {
	margin: 5px;
	background-image: url(IMG/textureCaneGatto.gif);
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.tito_tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #FA8605;
	color: #FFFFFF;
}
.striscia {
	font-size: xx-small;
}
.bordo_testa {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #FA8605;
	border-left-color: #666666;
}
#pulsante_forum {
	background-color: #FF0000;
	width: 90px;
	line-height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
#pulsante_forum a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none; 
	font-weight: bold;
}
#pulsante_accessibile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* stili per il popup */
#pop {
	position:absolute;
	width:400px;
	height: 320px;
	*height: 300px; /* hack per IE */
	z-index:10;
	left: 523px;
	top: 313px;
	margin-top: -140px;
	margin-left: -150px;
	background-color: White;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	display: none;
}
#pop .titolo {
	background-color: #000033;
	overflow: hidden;
	height: 20px;
	min-height: 20px;
}
#pop .titolo .testo {
	float: left;
	color: white;
	padding-left: 5px;
}
#pop .titolo .chiudi {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
}
#pop .messaggio {
	font-size: 14px;
	padding: 5px;
}
