#wrapper {
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 12px;
		 top: 0;
		 letter-spacing: 1.5px;
		 position: relative;
}

#top {
	 position: relative;
	 z-index: 50;
	 background-color: #954366;
	 padding-left: 141px;
	 height: 60px;
	 font: 10 Verdana;
	 color: white;
	 font-weight: bold;
}

#footer {
	 position: relative;
	 z-index: 50;
	 background-color: #954366;
	 padding-left: 141px;
	 height: 60px;
	 font: 10 Verdana;
	 color: white;
	 font-weight: bold;
}

#menubar {
	 position: relative;
	 z-index: 50;
	 background-color: #652d46;
	 padding-left: 141px;
}

#central {
  position: relative;
  display: block;
  overflow: hidden;
  height: 650px;
  z-index: 0;

}
table {
 font: 10px Verdana;
}

#central2 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 650px;
  z-index: 0;
  font: 10px Verdana;
  margin-top: -650px;

}
a {
	color: white;
	font-size: 13px;
	text-decoration:none;
}
#test {
  position: relative;
  width: 100%;
  background-color: white;
  height: 705px;
  min-height: 705px;
  overflow: hidden;
  z-index: -20;
}

#faded {
  background: url('images/whitedot.png') repeat transparent;
  display: block;
  float: left;
  width: 600px;
  height: 100%;
  padding-top: 10px;
  margin-left: 141;
  padding: 20;
  z-index: 100;
  overflow: auto; 
border-left: 1px solid #652d46; 
border-right: 1px solid #652d46; 
/**
	scrollbar-3dlight-color : #652d46;
	scrollbar-arrow-color : #652d46;
	scrollbar-base-color : #652d46;
	scrollbar-darkshadow-color : #954366;
	scrollbar-face-color : #652d46;
	scrollbar-highlight-color : #A55376;
	scrollbar-shadow-color : #853356;
	scrollbar-track-color : #EAEAEA;
	*/
}

body {
	background: #FAFAFA;
	margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}


#calendario_css{
width:250px;
padding:0px;
background-color:#652d46;
font-family:verdana;
font-size:10px;
color:black;
position:absolute;
}
#calendario_css a span em{
display:block;
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px solid #000;
font-style:normal;
}
#calendario_css a:hover{
background-color:#954366;
color:white;
}
#calendario_css a:hover span{
display:block;
width:250px;
height:70px;
padding:10px;
position:absolute;
bottom:20px;
left:20px;
background-color:#EFEFEF;
font-size:10px;
color:black;
font-weight:normal;
text-align:justify;
overflow:hidden;
}
#calendario_css a span{
display:none;
}
#calendario_css a.vuoto, #calendario_css a:hover.vuoto{
background-color:transparent;
cursor:default;
}
#calendario_css a.giorni, #calendario_css a:hover.giorni{
height:15px;
font-size:12px;
color:white;
line-height:15px;
background-color:black;
cursor:default;
}
#calendario_css a{
float:left;
width:20px;
height:22px;
border:1px solid #C7C7C7;
text-decoration:none;
font-size:11px;
font-weight:bold;
color:#652d46;
text-align:center;
}
#calendario_css p{
margin:0;
height:70px;
padding:10px;
overflow:hidden;
text-align:justify;
background-color:white;
}
#calendario_css #mese{
width:154px;
margin:auto;
background-color:white;
}
#calendario_css h1, #calendario_css h2{
font-size:12px;
color:#FFF;
text-align:right;
letter-spacing:-2px;
}

















.centrale {
	font: 11 Verdana;
	color: black;
	font-weight: bold;
	background: white;
}
.color {
	  color: #954366;
	  font: 14 Verdana;
	  font-weight: bold;
}
.purple {
	  color: #954366;
	  font-weight: bold;
}
.box {
	 position: relative;
	 left: 176px;
	 width: 60%;

	 height: 515px;
}




		/* The main calendar widget.  DIV containing a table. */

div.calendar {
  position: relative;
  z-index: 100;
}

.calendar, .calendar table {
  border: 1px solid #cccccc;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #efefef;
  font-family: arial,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 thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #333333;
  color: #ffffff;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #dedede;
  color: #000;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #cccccc;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #d57800; /*#dedede;*/
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #bbbbbb;
  color: #000000;
  border: 1px solid #cccccc;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #c77;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #dddddd;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #cccccc;
  background: #dddddd;
}

.calendar tbody .rowhilite td {
  background: #666666;
  color: #ffffff;
}

.calendar tbody .rowhilite td.wn {
  background: #666666;
  color: #ffffff;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #999999;
  padding: 1px 3px 1px 1px;
  border: 1px solid #666666;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #000000;
  color: #ffffff;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 0px solid #000;
  padding: 1px 3px 1px 1px;
  background: #662e47;
  color: #ffffff;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #d57800;
}

.calendar tbody td.today { font-weight: bold; }

.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: #cccccc;
  color: #000;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  border-top: 1px solid #cccccc;
  background: #efefef;
  color: #000000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #666666;
  border: 1px solid #f40;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #999999;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #ffffff;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #fc8;
}

.combo .active {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #efefef;
  font-weight: bold;
}

