/* Selettore generale dei font */
* {font-family: Verdana,Arial,Helvetica,sans-serif;}
/* Classe del corpo */
body {
	font-size: 0.8em;
}

/* Classi dei bottoni */
.button{
	height: 1.8em;
	border: 1px solid #909090;
	background-color: #D9D9D9;
	text-decoration: none;
	color: black;
	cursor: pointer;
	padding-top: .2em;
	text-align: center;
	font-weight: bold;
	font-size:0.8em;
	width: 14em;
}
/* Classi dei link */
a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
/* Stile per il titolo */
table.body {
	border-width: 1px;
	border-style: outset;
	border-color: #C0C0C0;
	border-collapse: collapse;
	background-color: white;
}

table.body td {
	border-width: 0px;
	color: #5D7CBA;
	border-color: #C0C0C0;
	font-size: 2.5em;
	font-weight: bold;
}

td.window {
	border-width: 1px;
	border-color: #C0C0C0;
}

td.wTitle {
	border-width: 1px;
	border-color: #5D7CBA;
	background-color: #5D7CBA;
}

/* Stile della tabella dell'help */
table.help {
	border-width: 1px;
	border-style: outset;
	background-color: #FFBF7F;
	border-collapse: collapse;
}

.caption {
	font-weight: bold;
	text-align: center;
	color: black;
	font-size: 18px;
}

table.error {
	border-width: 2px;
	border-collapse: collapse;
	border-style: dashed;
	background-color: orange;
	border-color: red;
}

table.error th {
	border-width: 0px;
	background-color: orange;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: white;
}

table.error td {
	border-width: 0px;
	background-color: orange;
	text-align: left;
	font-size: 20px;
	color: black;
}

div.fatal {
	font-family: monospace;
	color: red;
	font-weight: bold;
	font-size: 15px;
	background: black;
}