body { margin: 0; font-family: verdana; line-height: 1.3em; font-size: 11px; color: #666; background: url(../images/bg_body.gif) repeat-x #D4D4D4 }

img { border: 0 }
form { margin: 0 }
	input.txt { margin: 2px 0 }
	input.medium { margin: 2px 0; width: 220px }
	select.medium { margin: 2px 0; width: 224px !important; width: 226px; }
	textarea.medium { margin: 2px 0; width: 220px; vertical-align: middle }
	div.errore { margin-bottom: 10px; font-weight: bold; color: #d00; font-size: 9px; text-transform: uppercase }
a { color: #257; }
	a:hover { color: #e60; }
p { margin-top: 0 }


h1 { margin: 0 0 13px 0; font-size: 20px; font-family: georgia; font-weight: normal; }
	h1:first-letter { font-size: 30px; }

h3 { margin: 30px 0; padding: 10px 20px; color: #fff; text-align: center; background: #FA963E; border: 1px solid #FCA50C }
	


.center { width: 960px; margin: 0 auto;}
.indietro { display: block; padding: 0 60px 0 0; text-align: right; }

#header { height: 261px; overflow: hidden; margin-bottom: 20px; background: url(../images/bg_header.gif) repeat-x #DBEAF7 }
	#lei { float: left; }
	#logo { margin: 54px 0 0 16px }
	#payOff { margin: 20px 0 0 203px }
	#bar { clear: both; height: 8px; background: #146 }

#menuSx { float: left; width: 201px; font-family: georgia; }
	#menuSx a { display: block; width: 201px; height: 27px; margin-bottom: 11px; padding-top: 11px; text-align: center; font-size: 12px; color: #fff; font-weight: bold; text-decoration: none; text-transform: uppercase; background: url(../images/bg_button.gif) no-repeat}
		#menuSx a:hover { background: url(../images/bg_button_selected.gif) no-repeat}
	#menuSx a.selected { display: block; width: 201px; height: 27px; margin-bottom: 11px; padding-top: 11px; text-align: center; font-size: 12px; color: #fff; font-weight: bold; text-decoration: none; text-transform: uppercase; background: url(../images/bg_button_selected.gif) no-repeat}
	#menuSx a.figlio { display: block; width: 201px; height: 27px; margin: -5px 0 5px 0; padding: 0; font-size: 12px; color: #666; font-weight: bold; background: none }
		#menuSx a.figlio:hover { color: #e70 }
	#menuSx a.figlio-selected { display: block; width: 201px; height: 27px; margin: -5px 0 5px 0; padding: 0; font-size: 12px; color: #e70; font-weight: bold; background: none }

#content { float: right; width: 731px; margin-bottom: 10px; }
	#content .top { overflow: hidden; height: 10px; background: url(../images/content_area_top.gif) no-repeat top left }
	#content .bottom { overflow: hidden; height: 10px; background: url(../images/content_area_bottom.gif) no-repeat }
	#contentBody { min-height: 293px; height: auto !important; height: 293px; padding: 10px 20px; background: url(../images/content_area_bg.gif) repeat-y }
	a.convForwarder { display: block; margin-top: 20px; padding: 5px 15px; text-decoration: none; text-align: center; color: #fff; font-size: 12px; background: #146 }
		a.convForwarder:hover { background: #1B6BA0 }
	
#contentFull { width: 960px; margin-bottom: 10px; }
	#contentFull h1 { text-align: left; margin-left: 55px;}
	#contentFull .top { overflow: hidden; height: 14px; background: url(../images/content_area_top_full.gif) no-repeat top left }
	#contentFull .bottom { overflow: hidden; height: 15px; background: url(../images/content_area_bottom_full.gif) no-repeat }
	#contentBody { text-align: center; min-height: 293px; height: auto !important; height: 293px; padding: 10px 20px; background: url(../images/content_area_bg_full.gif) repeat-y }
	
#footer { float: right; width: 691px; margin-bottom: 10px; padding: 0 20px; text-align: center; color: #666; }



	
/************** js calendar css ****************/
/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* 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 */
}

.calendar .nav {
  background: #778 url(../images/jscalendar-menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.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: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  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: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

	