.bgcolor  {
	  background-color: #e7ffff;
}
body  {
	  background-color: #e7ffff;
          color: #000065; 
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 14px;
          margin: 5px;
          padding: 5px;
      }
a {
          text-decoration : none;
          color : #bb041a;
      }

.tdbody { 
	width: 85%;
	background-color: #ffffff;
  padding: 5px;
  border: 1px dotted #666666;
}
.titolosezione { 
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #858585
}
.dashbottom { 
	border-color: #858585; 
	border-style: dashed; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
}
.tddash {  
	border: #858585; 
	border-style: dashed; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-collapse: collapse;
}

.item {
	margin: 0px;
	margin-bottom: 10px;
}

input, select, textarea {
          font : 12px Verdana, Arial, Helvetica, sans-serif;
          background-color : #ffffff;
          color : #666666;
          border: 1px solid #666666;
	        margin: 1px;
      }
div.separator {
	clear: both;
	float: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}
.sx {
	float: left;
	width: 10%;
}
.dx {
	float: left;
	width: 90%;
}
.plus {
	color: #ffffff;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(/include/img/plus.png);
	background-repeat: no-repeat;
}
.minus {
}
.khide {
	display: none;
}
.kshow {
	display: inline;
}
textarea.tarea, input.tarea {
	width: 600px;
}
