.TitoloALG {
	color: green;
	font: 18px "Comic Sans MS", cursive, sans-serif;
}
.TitoloGA {
	color: blue;
	font: 18px "Comic Sans MS", cursive, sans-serif;
}
.TitoloAN {
	color: red;
	font: 18px "Comic Sans MS", cursive, sans-serif;
}
.inputdato{
	/*border-style: none; */
	background: lightgray;
	font-size: 20px;
	height: 40px; /* Altezza */
	width: 280px; /* Larghezza */
	outline: none;
}
.inputdato_sel{
	//border-style: none; 
	background: yellow;
	font-size: 20px;
	height: 40px; /* Altezza */
	width: 200px; /* Larghezza */
	outline: none;
}
.calc_button{
	width:54px;
	height:30px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0095cd;
	padding: 1px 2px;
	border: solid 1px #0076a3;
	margin: 2px 2px 2px 2px;
	background: #fff;
}
.calc_button_num{
	width:54px;
	height:30px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0095cd;
	padding: 1px 2px;
	border: solid 1px #0076a3;
	margin: 2px 2px 2px 2px;
	background: #fff;
}
.calc_button_fun{
	width:54px;
	height:30px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0095cd;
	padding: 1px 2px;
	border: solid 1px #0076a3;
	margin: 2px 2px 2px 2px;
	background: #fff;
}
.calc_button_sp{
	width:54px;
	height:30px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0095cd;
	padding: 1px 2px;
	border: solid 1px #0076a3;
	margin: 2px 2px 2px 2px;
	background: gold;
}
.calc_button_lett{
	width:54px;
	height:30px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0095cd;
	padding: 1px 2px;
	border: solid 1px #0076a3;
	margin: 2px 2px 2px 2px;
	background: gold;
}
.calc_button_cnf{
	width:54px;
	height:30px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0095cd;
	padding: 1px 2px;
	border: solid 1px #0076a3;
	margin: 2px 2px 2px 2px;
	background: #fff;
}
.help_button{
	width: 50px;
	height:35px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #0095cd;
	padding: 1px 2px;
	border: solid 1px #0076a3;
	background: #fff;
}
.submit_button{
	width: 150px;
	height:35px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #0095cd;
	padding: 1px 2px;
	border: solid 1px #0076a3;
	background: #fff;
}
.tastiera{
	padding-bottom:10px;
	vertical-align:bottom;
}
.riga-tastiera{
	padding-bottom:5px;
	vertical-align:bottom;
}
.riga-tastiera-hide-fn{
	padding-bottom:5px;
	vertical-align:bottom;
	display: none;
}
.riga-tastiera-hide-letters{
	padding-bottom:5px;
	vertical-align:bottom;
	display: none;
}
#helpKeyb{
	width:54px;
	height:30px;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: green;
	padding: 1px 2px;
	border: solid 1px #0076a3;
	margin: 2px 2px 2px 2px;
	background: yellow;
	background-image: url('../../../uploads/2018/07/tastiera-02-s.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#xVar{
	color: lggreen;
	font-weight: bold;
	background-color: gold;
}
#yVar{
	color: green;
	font-weight: bold;
	background-color: gold;
}
select[name=ordDer]{
	background: yellow;
}
select[name=dirLim]{
	background: yellow;
}
input[name=x0]{
	background: yellow;
}
input[name=dato1]{
	background: red;
}
#msformdiv{
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #0095cd;
	border-width: 4px;
}
#output{
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #0095cd;
	border-width: 4px;
}
/* stili per i file di help */
.div_help{
	text-align: left;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: green;
	vertical-align:middle;
}
.div_help2{
	min-height:  100px;
	border-style: solid;
	border-color: #0095cd;
	border-width: 1px;
	text-align: left;
	text-decoration: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding: 5px;
	clear: left;
}
.span_help{
	padding: 35px 0px 10px 10px;
	text-align: left;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: green;
}
/* classi per le immagini dell'help della tastiera */
.alignleft{
	display: inline;
	margin: auto;
	float: left;
	padding: 5px 5px 5px 0;
	vertical-align: middle;
}
/*  */
.imageHolder {
    position: relative;
    width: 200px;
    height: 80px;
}
.imageHolder .caption {
    position: absolute;
    width: 250px;
    height: 20px;
    bottom: 0px;
    left: 0px;
    color: green;
    background: white;
	text-align:left;
	font: bold 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align: middle;
}