﻿.Paletta1
{
	min-width: 89px;
	width: auto;
	max-height: 150px;
	height: auto;
	background-color: #DDDDDD;
	z-index: 20;
	position: absolute;
	left: 195px;
	top: 30px;
	visibility: hidden;
}
.Paletta2
{
	min-width: 89px;
	width: auto;
	max-height: 150px;
	height: auto;
	background-color: #DDDDDD;
	z-index: 20;
	position: absolute;
	left: 255px;
	top: 30px;
	visibility: hidden;
}
.Paletta3
{
	min-width: 89px;
	width: auto;
	max-width: 135px;
	max-height: 150px;
	height: auto;
	background-color: #DDDDDD;
	z-index: 20;
	position: absolute;
	left: 320px;
	top: 30px;
	visibility: hidden;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}
.lnkBtnPalette
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: Black;
}
.lnkBtnPalette:hover
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #FF9900;
}

.ScrollTesto
{
	padding-right:2px;
	max-height: 150px;
	height: auto;
	width: 133px;
	display: block;
	float: left;
	overflow: auto;
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #AAAAAA;
	scrollbar-darkshadow-color: #AAAAAA;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #003190;
}