body {
	background-color: #d0d0d0;
}
table {
	width: 100%;
	height: 100%;
	font: bold 13px monospace;
	color: #d0d0d0;
	border: 0px;
}
#Intestazione {
	background: #b4b4b4 url("Immagini/Intestazione.jpg") no-repeat 15px 10px;
	position: absolute;
	top: 5px;
	left: 1%;
	width: 98%;
	min-width: 640px;		
	border: 1px solid black;
	border-bottom: 0px solid black;
	height: 140px;
}
.Bandiere {
	position: absolute;
	right: 10px;
	top: 10px;
}
.Pulsante {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
#Titolo {
	background: #b4b4b4 url(Immagini/Centrale.png) repeat-x;
	position: absolute;
	top: 145px;
	left: 1%;
	width: 98%;
	min-width: 640px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 55px;
}
#Lavagna {
	position: static;
	height: 40px;
	text-align: left;
	margin: 0px 24px 0px 24px;
	padding-left: 3px;
	maxheight: 40px;
	overflow: hidden;
}	  
#TitoloSX {
	background: #b4b4b4 url(Immagini/BordoSX.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 23px;
	height: 40px;
}
#TitoloDX {
	background: #b4b4b4 url(Immagini/BordoDX.png) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 23px;
	height: 40px;
}
#Finestra {
	background-color: #b4b4b4;
	position: absolute;
	top: 200px;
	left: 1%;
	width: 98%;
	min-width: 640px;		
	border: 1px solid black;
	border-top: 0px solid black;
	height: 400px;	
}
#Console {
	background: url("Immagini/Punti.png") repeat-y 280px;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 300px;
	height: 390px;
}
.Button {
	background-color: #949494;
	color: black;
	border: 1px solid #545454;
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	font: 13px bold "Arial", sans-serif;
}
.Comandi {
	background: url(Immagini/btnAzzera.png) no-repeat 0px 0px;
	width: 90%;
	height: 48px;
	overflow: hidden;
}
.ComandoNumero {
	position: absolute;
	font: 20px bold "Arial", sans-serif;
	color: #404040;
	margin-left: 13px;
	margin-top: 12px;
	width: 30px;
}
.ComandoNumero a:link {
	color: #404040;
	text-decoration: none;
}
.ComandoNumero a:visited {
	color: #404040;
	text-decoration: none;
}	  
.ComandoNumero a:hover {
	color: #FFFFa0;
	text-decoration: none;
}
.ComandoTesto {
	font: 18px bold "Arial", sans-serif;
	color: #202020;
	margin-left: 50px;
}
.ComandoTesto a:link {
	color: #202020;
	text-decoration: none;
}
.ComandoTesto a:visited {
	color: #202020;
	text-decoration: none;
}	  
.ComandoTesto a:hover {
	color: white;
	text-decoration: none;
}
#Lavoro {
	background: #333333 url(Immagini/Sfumatura.png) repeat-x;
	border: white solid 1px;
	border-left: black solid 1px;
	border-top: black solid 1px;
	margin-left: 310px;
	margin-right: 10px;
	height: 390px;
}
.Pedice {
	height: 35px;
	background: url(Immagini/SfumaturaInversa.png) repeat-x;
	text-align: right;
}
.txtCaption {
	width: 50%;
	border-bottom: gray dashed 1px;
}
.txtCasella {
	width: 50%;
	border-bottom: gray inset 1px;
}
.Combo {
	width: 100%;
	font: bold 13px monospace;
	background-color: #d0d0d0;
	color: black;
}

