
/*stili di base del body*/

html,body {
	margin: 0;
	padding:0;
}

body {
	text-align: center;
		background-color: #FFFF00;
	color : #000000
}

/* struttura e layout pagina */

div#login {
	margin-top: 300px;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


div#container {
	/*position:relative;*/
	width: 95%;
	margin: 0 auto;
}

div#header {
	/* background-color:#36C;
	position: absolute;
	top: 15px;
	left: 15px;*/
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color : #000000;
	font-family : Verdana;
	font-size : 14px;
	color : #FFFF00;
	text-align : center;
	padding : 5px;
	z-index: 5;
}

div#content {
	/*margin-top: 120px;*/
	padding: 20px;
		background-color : black;
	font-family : Verdana;
	font-size : 12px;
	color : #FFFF00;
	text-align : center;
		border: 3px solid yellow;
	z-index: 10;
}


div#content A:LINK {
	text-decoration: none;
	font-weight : bold;
	color: #0000BF;
}

div#content A:VISITED {
	text-decoration: none;
	font-weight : bold;
	color: #0000BF;
}

div#content A:HOVER {
	text-decoration: none;
	font-weight : bold;
	color: black;
}

div#footer {
	text-align:center;
	color: #000;
	background-color : #000000;
	font-family : Verdana;
	font-size : 12px;
	color : #FFFF00;
	padding : 10px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

div#footer .c_red {
	text-align : center;
	font-family : Verdana;
	font-weight : bold;
	color: red
}

div#footer A:LINK {
	text-decoration: none;
	font-weight : bold;
	color: #FFFF00;
	background-color : #000000;
}

div#footer A:VISITED {
	text-decoration: none;
	font-weight : bold;
	color: #FFFF00;
	background-color : #000000;
}

div#footer A:HOVER {
	text-decoration: none;
	font-weight : bold;
	color: #000000;
	background-color : #FFFF00;
}

div#footer A:ACTIVE {
	text-decoration: none;
	color: red;
	background-color : #FFFF00;
}

/* stili generici */

hr {
	color: yellow;
	height: 2px;
	border: 0;
	width: 95%;
	background-color: yellow;
}

h1 {
	margin: 0;
	padding:0;
	font: bold 2.3em/80px arial,serif;
	line-height: 1.2;
}

h2 {
	padding:0;
	margin: 10px;
	color: #999;
	font-size: 1.5em;
}

h3 {
	padding:0;
	margin: 20px;
	margin-bottom: 2px;
	color: #6495ED;
	font-size: 1.3em;
}


caption {
	padding: 10px;
	font-size: 2em;
}

table {
	background-color: gray;
	table-layout: auto;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
	text-align: left;
	border-spacing: 3px;
	color : #000000;
	margin-top: 10px;
}

td {
	background-color: silver;
	color : #000000;
}

th {
	background-color: #989898;
}

/* Formattatori */

.centered {
	text-align: center;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

/* Classi e stili personalizzate */

.messaggi {
	color: #6495ED;
	font-size: 16px;
	margin: 12px;
	font-weight : bold;
}

.error {
	color: red;
	font-size: 16px;
	margin: 12px;
	font-weight : bold;
}

div#content .error A {
	text-decoration: none;
}

div#content .error A:LINK {
	font-weight : bold;
	color: #FF7735;
	background-color : #000000;
}

div#content .error A:VISITED {
	font-weight : bold;
	color: #FF7735;
	background-color : #000000;
}

div#content .error A:HOVER {
	font-weight : bold;
	color: #000000;
	background-color : #FFFF00;
}

div#content .error A:ACTIVE {
	color: red;
	background-color : #FFFF00;
}

.menu_alto {
	word-spacing: 1px;
	margin-top: 5px;
}

.menu_alto A:LINK {
	text-decoration: none;
	font-weight : bold;
	color: #FF7735;
	background-color : #000000;
}

.menu_alto A:VISITED {
	text-decoration: none;
	font-weight : bold;
	color: #FF7735;
	background-color : #000000;
}

.menu_alto A:HOVER {
	text-decoration: none;
	font-weight : bold;
	color: #000000;
	background-color : #FFFF00;
}

.menu_alto A:ACTIVE {
	text-decoration: none;
	color: red;
	background-color : #FFFF00;
}

.main_title {
	text-align : center;
	font-family : Verdana;
	font-size : 26px;
	font-weight: 900;
	/*letter-spacing: 1pt;*/
	word-spacing: 5px;
	color: #FFFF00;
	margin-top: 5px;
	margin-bottom: 5px;
}

.main_status {
	text-align : center;
	font-family : Verdana;
	font-size: 12px;
	color: #FFFF00;
	margin-top: 2px;
	margin-bottom: 12px;
}

.c_red {
	text-align : center;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color: red
}


.centered {
	text-align: center;
}

.right {
	margin-left: auto;
	margin-right: 0px;
}

.floatleft {
	float : left;
	margin-right: 20px;
}

.newitem {
	margin: 12px;
	font-weight : bold;
	color: yellow;
	font-size: 16px;
}

div#content .newitem a {
	text-decoration: none;
	font-size: 16px;
}

div#content .newitem a:LINK {
	font-weight : bold;
	color: #FF7735;
}

div#content .newitem a:VISITED {
	font-weight : bold;
	color: #FF7735;
}

div#content .newitem a:HOVER {
	font-weight : bold;
	color: black;
	background-color: yellow;
}

/*standard*/
table.scelta {
	width: 700px;
}

/*small*/
table.scelta_s {
	width: 210px;
	text-align: center;
}

/*medium*/
table.scelta_m {
	width: 400px;
}

/*large*/
table.scelta_l {
	width: 500px;
}

table.amanetta {
	width: 99%;
}

table.l95{
	width: 95%;
}

table.l70{
	width: 70%;
}

/*
.noborder {
	background-color: #8FBC8F;
	border: 0px solid black;
}

.nomargin {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}


.bordino {
	border: 1px solid black;
}

.prima {
	width: 200px;
}
*/

.prima_s {
	width: 120px;
}

li{
display: inline;
padding: 0 10px;
}

table.nostyle {
	background-color: black;
}

td.nostyle {
	background-color: black;
	padding-left: 30px;
	vertical-align: top;
}

#linkvendita {
	font-size: 40px;
	margin-top: 300px;
}

.help {
	text-align: left;
	color : black;
	font-size: 16px;
	margin: 30px;
}

.lowdiscount {
	background-color: red;
}

.totali td {
	font-size: 125%;
	font-weight : bold;
	padding: 5px;
}

.diff td {
	background-color: #FF8C00;
}

.nomargintop {
	margin-top: 0px;
}

.important {
	color : red;
	font-weight : bold;
}

.notaaccr td {
	color : green;
	font-weight : bold;
}

.notaadd td {
	color : #20B2AA;
	font-weight : bold;
}
.grassetto {
	font-weight : bold;
}

tr:hover td {
	background-color: #daf3b5;
}

.big {
	font-size: 130%;
	font-weight : bold;
}




.hoverdisplay {
	display: none;
	position: relative;
}

.hoverroot:hover .hoverdisplay {
	display: block;
	position: absolute;
	margin-left: 50px;
	margin-top: -5px;
	border: 2px solid gray;
	background: silver;
}

.hoverdisplay2 {
	display: none;
	position: relative;
}

.hoverroot2:hover .hoverdisplay2 {
	display: block;
	position: absolute;
	margin-left: 20px;
	margin-top: -5px;
	border: 2px solid gray;
	background: silver;
}




.contrerr td {
	background: #ed9f9f;
}

.overbooking {
	background: #ed9f9f;
}

.annullato {
	text-decoration: line-through;
}

.rosso {
	color: red;
}

.tderror {
	background: red;
	font-weight: bold;
}

.redrow td {
	background: #f56d6d;
}

.yellowrow td {
	background: #efef66;
}

.greenrow td {
	background: #45c07a;
}

.cyanrow td {
	background: #7878e1;
}