.Fonts_tb {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}.Fonts_big {
	font-family: Verdana;
	font-size: 17px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.Fonts-sv {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.Fonts-mq {
	font-family: Verdana;
	font-size: 9px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/normal-bg.gif");
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
}

.calendar {
  border-color: #797979;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/title-bg.gif") repeat-x 0 100%; color: #000;
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendar .nav div {
  background: transparent url("http://www.secure-pay-ecommerce.com/js/aqua/menuarrow.gif") no-repeat 100% 100%;
}

.calendar thead tr { background: url("http://www.secure-pay-ecommerce.com/js/aqua/title-bg.gif") repeat-x 0 100%; color: #000; }

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/title-bg.gif") repeat-x 0 100%; color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/hover-bg.gif");
  border-bottom: 1px solid #797979;
  padding: 2px 2px 1px 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/active-bg.gif"); color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/dark-bg.gif");
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/dark-bg.gif");
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/rowhover-bg.gif");
}

.calendar tbody td.today { font-weight: bold; /* background: url("http://www.secure-pay-ecommerce.com/js/aqua/today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/hover-bg.gif");
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/active-bg.gif"); color: #fff;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/status-bg.gif") repeat-x 0 0; color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/normal-bg.gif"); color: #000;
  z-index: 100;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/hover-bg.gif"); color: #000;
}

.calendar .combo .active {
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/active-bg.gif"); color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/dark-bg.gif");
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/normal-bg.gif"); color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/hover-bg.gif"); color: #000;
}

.calendar td.time span.active {
  background: url("http://www.secure-pay-ecommerce.com/js/aqua/active-bg.gif"); color: #fff;
}
.Font-small-01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.invisibileXXX
{
visibility: hidden
}
.Font-01 {
	font-family: Verdana;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.Fonts-01 {
	font-family: Verdana;
	font-size: 9px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.Fonts-tb {
	font-family: Verdana;
	font-size: 9px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.Font-marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #008080;
}
.Font-01b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}
.Font-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #18183E;
}
.Font-03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: Red;
}
.Font-04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	background-color: #CCCCCC;
	text-align: center;
	border: none;
}
.Font-05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	background-color: #FFFFFF;
	text-align: center;
	border: none;
}
.Font-06 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03285F;
	background-color: #CCCCCC;
	text-align: center;
	border: none;
}
.Font-07 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03285F;
	background-color: #FFFFFF;
	text-align: center;
	border: none;
}
.text-01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03285F;
	background-color: #ECEAEB;
	border: 1px double #FFFFFF;
	scrollbar-face-color: #ECEAEB;
	scrollbar-arrow-color: Red;
	scrollbar-track-color: #ECEAEB;
	scrollbar-shadow-color: #ECEAEB;
	scrollbar-3dlight-color: #ECEAEB;
	scrollbar-highlight-color: #ECEAEB;
	scrollbar-darkshadow-color: #ECEAEB;
	margin: 0px;
	padding: 15px;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}
.text-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03285F;
	background-color: #ECEAEB;
	scrollbar-face-color: #ECEAEB;
	scrollbar-arrow-color: #03285F;
	scrollbar-track-color: #03285F;
	scrollbar-shadow-color: #03285F;
	scrollbar-3dlight-color: #ECEAEB;
	scrollbar-highlight-color: #03285F;
	scrollbar-darkshadow-color: #ECEAEB;
	text-align: justify;
	text-transform: none;
	font-style: none;
	font-weight: 100;
	padding: 5px;
}
.text-03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Red;
	background-color: #ECEAEB;
	scrollbar-face-color: #ECEAEB;
	scrollbar-arrow-color: #03285F;
	scrollbar-track-color: #03285F;
	scrollbar-shadow-color: #03285F;
	scrollbar-3dlight-color: #ECEAEB;
	scrollbar-highlight-color: #03285F;
	scrollbar-darkshadow-color: #ECEAEB;
	text-align: center;
	text-transform: none;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
	border: 0px inset #ECEAEB;
}.text-Album {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	scrollbar-face-color: #ECEAEB;
	scrollbar-arrow-color: #03285F;
	scrollbar-track-color: #03285F;
	scrollbar-shadow-color: #03285F;
	scrollbar-3dlight-color: #ECEAEB;
	scrollbar-highlight-color: #03285F;
	scrollbar-darkshadow-color: #ECEAEB;
	text-align: center;
	text-transform: none;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
	border: 0px inset #03285F;
}.text-04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03285F;
	background-color: #ECEAEB;
	scrollbar-face-color: #ECEAEB;
	scrollbar-arrow-color: #03285F;
	scrollbar-track-color: #03285F;
	scrollbar-shadow-color: #03285F;
	scrollbar-3dlight-color: #ECEAEB;
	scrollbar-highlight-color: 	#03285F;
	scrollbar-darkshadow-color: #ECEAEB;
	text-transform: none;
	font-style: none;
	font-weight: 100;
	padding: 3px;
	margin: 0px;
}
.text-05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03285F;
	background-color: #ECEAEB;
	scrollbar-face-color: #ECEAEB;
	scrollbar-arrow-color: #03285F;
	scrollbar-track-color: #03285F;
	scrollbar-shadow-color: #03285F;
	scrollbar-3dlight-color: #ECEAEB;
	scrollbar-highlight-color: #03285F;
	scrollbar-darkshadow-color: #ECEAEB;
	text-align: left;
	text-transform: none;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
	border: 0px inset #ECEAEB;
}
.Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: none;
	color: #000000;
	background-color: WHITE;
	text-align: center;
	border: 1px solid #000000;
}
.Button_tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: none;
	color: #FFFF00;
	background-color: #109790;
	text-align: center;
	border: 1px solid #000000;
}
.Button_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	background-color: #ffff00;
	border: 1px solid #000000;
	font-weight: bold;
}.Button_Album {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.Flash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ECEAEB;
}.Flash02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03285F;
	font-weight: lighter;
}
.Font-Pull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	border: thin inset #CCCCCC;
}
.Font-Field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	border: thin inset #CCCCCC;
	/*max-width: 70px;*/
}
.Font-FieldT0 {
      font-family:Verdana;
      font-size:9px;
      color:WHITE;
      background-color:#109790;
      border:1px solid #109790;
      margin:0px;
      padding:0px;
}
.Font-FieldT {
      font-family:Verdana;
      font-size:12px;
      color:WHITE;
      position:absolute;
      background-color:#109790;
      border:1px solid #ffffff;
      margin:0px;
      padding:4px;
}
.Font-Field2T {
      font-family:Verdana;
      font-size:12px;
      color:WHITE;
      background-color:#109790;
      border:1px solid #ffffff;
      margin:0px;
      padding:4px;
}
.Font-FieldU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #000000;
	background-color: #FFFFFF;
	border: thin inset #CCCCCC;
}
.Font-Fieldmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase ;
	color: #000000;
	background-color: #FFFFFF;
	border: thin inset #CCCCCC;
}
    div.campo{
	font-family:Verdana;
    font-size:10px;
	background-color: #999999;
    }
    div.boxsuggerimenti {
      font-family:Verdana;
      font-size:12px;
      color:WHITE;
      position:absolute;
      background-color:black;
      border:1px solid black;
      margin:0px;
      padding:0px;
    }
    div.boxsuggerimenti ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.boxsuggerimenti ul li.selected { background-color: RED;}
    div.boxsuggerimenti ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:1px;
      cursor:pointer;
      border-bottom:1px solid black;
    }
