#ecmsb_book {
  padding: 1px;
	font-family: Arial;
  font-size: 11px;
/*  height: 290px; */
}
img {
	border:0;
}
img:hover {
	border:0;
}
#ecmsb_book a:hover {
	text-decoration:none;
	border:0;
}
#ecmsb_book br {
	clear:left;
}
#ecmsb_book .ns {
	float:left;
  width:auto;
}
#ecmsb_book label {
	display:block;
	width: 75px;
  font-family: Arial;
  font-size: 11px;
	text-align: right;
	margin: 4px 6px 0px 0px;
	float:left;
}
#ecmsb_book select {
	display:block;
  font-family: Arial;
  font-size: 12px;
  width: 200px;
  margin-bottom: 6px;
  float:left;
  height:20px;
  border:0px;
  border-bottom: 1px solid #02BAFA;
  border-left: 1px solid #02BAFA;
}
#ecmsb_book input {
  display:block;
  font-family: Arial;
  font-size: 12px;
  width: 170px;
  height:20px;
  margin-bottom: 6px;
  float:left;
  border: 1px solid #aaa;
  border:0px;
  border-bottom: 1px solid #02BAFA;
  border-left: 1px solid #02BAFA;
}
#ecmsb_book form {
	display:block;
  font-family: Arial;
  font-size: 12px;
}
#ecmsb_book #book_0 {
	display:block;
	filter: alpha(opacity=35);
	opacity: 0.35;
	background: #555;
	position:absolute;
	display: none;
  z-index:999;
  width:600px;
/*  height:500px; */
}
#ecmsb_book #book_0ani {
	position:absolute;
	display: none;
  z-index:1000;
}
#ecmsb_book #book_1 {
	display: block;
}
#ecmsb_book #book_2 {
	display: none;
}
#ecmsb_book #book_3{
	display: none;
}
#ecmsb_book #book_4{
	display: none;
}
#ecmsb_book #book_5 {
	display: none;
}
#ecmsb_book #book_scheda {
	display: none;
}
div#ecmsb_book_telefono{
	padding-top:2px;
	padding-left:24px;
	background-image:url(img/telefono2.png);
	background-repeat:no-repeat;
  height:20px;
}
div#ecmsb_book_telefono a:link,
div#ecmsb_book_telefono a:visited{
	color:#fff;
	text-decoration:none;
}
div#ecmsb_book_www{
	padding-top:2px;
	padding-left:24px;
	background-image:url(img/globe.png);
	background-repeat:no-repeat;
  height:20px;
}
div#ecmsb_book_www a:link,
div#ecmsb_book_www a:visited{
	color:#fff;
	text-decoration:none;
}
.row {
	clear:left;
  padding: 5px;
  border-bottom: 1px dotted #0088ee;
  height:85px;
}
.c1 {
	float:left;
	display:block;
	width: 110px;
}
.c2 {
	float:left;
	display:block;
	width: 440px;
}
.c3 {
	float:left;
	display:block;
	width: 100px;
}
/* calendar icon */
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: Arial;
	font-size: 11px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: Arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	/*border: 1px solid red;*/
  color: red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

