BODY {
	background-color : #e6e0d0;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	color : Black;
	font-size : 12px;
}


TABLE.bordo {
	border-style : none dashed none dashed;
	border-left-width : 1px;
	border-right-width : 1px;
}

.Errore {
	background-color : #FBD396;
	color : #000;
	border : 1px solid #EA3D02;
	width : 500px;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : 2px;
  	text-align : center;
	padding : 15px 15px 15px 15px;
	line-height : 20px;
	}
	
.Conferma {
	background-color : #FBD396;
	color : #000;
	border : 1px solid #67CC02;
	width : 500px;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : 2px;
  	text-align : center;
	padding : 15px 15px 15px 15px;
	line-height : 20px;
	}

p {
	color : Black;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing : 1px;
	font-size : 12px;
}

.colorato {
	color : #EA3D02;
	font-weight : bold;
}

P.smallP {
	color : Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

A:link, A:visited, A:active {
	color : Black;
	text-decoration : underline;
}

A:hover {
	color : Black;
	text-decoration : none;
}

/* Menù */
TD.MenuTD {
	background-color : #E6E0D0;
	color : #000;
	padding : 5px 5px 5px 5px;
}

.Bottone {
	background-color : #F5F3EC;
	color : #000;
	border : 1px solid #000;
	width : 165px;
	float: left;
	margin-left : 10px;
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 2px;
  	text-align : center;
	}

a.menu, a.menu:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	width: 161px;
	border: 0px;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	display: block;
}

a.menu:hover {
	color: #000;
	background-color: #FBD396;
	text-decoration: none;
	font-weight: bold;
	width: 161px;
	border: 0px;
	padding: 2px 2px 2px 2px;
	margin: 0px;
}

/* Prenotazioni */
TH.PrenotazioniSXTH {
	background-color : #E6E0D0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	text-align : left;
	color : #EA3D02;
}

TH.PrenotazioniDXTH {
	background-color : #E6E0D0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	text-align : right;
	color : #EA3D02;
}

TD.RigaScuraTD {
	background-color : #E6E0D0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

TD.RigaChiaraTD {
	background-color : #FAF4E8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

DIV.DestraDIV {
	float : right;
}

/*Form */
INPUT.input {
	width : 300px;
}