body {
	color: Black;
	background-color: White;
	background-image: url(../img/sfondo_menu.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-family: Verdana;
	font-size: 10px;
}

body.POPUP {
	color: Black;
	background-color: White;
	background-image: url(../img/sfondo.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 10px;
}

a {
	color: #00008B;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

a:HOVER {
	text-decoration: underline;
	font-size: 10px;
}

table.BORDATA {
	font-size: 10px;
	border-left: solid 1px Black;
	border-top: solid 1px Black;
}

table.RICERCA {
	background-image: url(../img/tab_ric_sf.gif);
}

th.BORDATA {
	background-color: #0061C1;
	font-size: 10px;
	color: White;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
}

th.ANSI {
	background-color: #0061C1;
	text-align: left;
	font-size: 12px;
	color: White;
}

td.REGISTRAZIONE {
	color: Black;
	font-family: Verdana;
	font-size: 11px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

td.BORDATA_SCURA {
	background-color: #9FD0FF;
	font-size: 10px;
	text-align: center;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
}

td.BORDATA_CHIARA {
	background-color: White;
	font-size: 10px;
	text-align: center;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
}

td.BORDATA_SCURA_SINISTRA {
	background-color: #9FD0FF;
	font-size: 10px;
	text-align: left;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
}

td.BORDATA_CHIARA_SINISTRA {
	background-color: White;
	font-size: 10px;
	text-align: left;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
}

td.EURO_BORDATA_CHIARA {
	background-color: #9FD0FF;
	font-size: 10px;
	text-align: center;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
}

td.EURO_BORDATA_SCURA {
	background-color: #53ABFF;
	font-size: 10px;
	text-align: center;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
}

td.BORDATA_EVIDENZIA {
	background-color: #FFFF00;
	font-size: 10px;
	text-align: center;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
}

td.BORDATA_PROMOZIONE {
	background-color: #99FF99;
	font-size: 10px;
	text-align: center;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
}

td.ART_TITOLO {
	font-size: 12px;
	font-weight: bolder;
}

td.ART_DESC {
	font-size: 11px;
}

th.ART_DESC {
	font-size: 11px;
}

.COND_TITOLO {
	color: #0061C1;
	font-size: 12px;
	font-weight: bold;
}

.COND_TESTO {
	font-size: 11px;
}

input.RICERCA {
	font-size :11px;
	background-color : white;
	color : Black;
	border : 1px solid #333333; 
}

INPUT.NUMBER {
	text-align: right;
}

INPUT.GHOST {
	background-color : transparent;
	border : none;
}

select.RICERCA {
	font-size :11px;
	background-color : white;
	color : Black;
	border : 1px solid #333333; 
}