/*
** CSS portal.help 
*/

/* div che contiene l'icona per l'help contestuale */
div.buttonhelp {   
  display: block;
  position: relative;
  width: 16px; 
  height: 16px;
  background-image: url('../img/help.png');
  z-index: 200;
  cursor: help;
  clear: none;
  float: right;
  margin-top: 5px;
  margin-left: 3px; 
}

/* div che contiene l'icona per l'help relativo al namespace*/
div.buttonhelpns {   
  display: block;
  position: absolute;
  width: 14px; 
  height: 14px;
  background-image: url('../img/helpns.png');
	background-size: contain;
  z-index: 200;
  cursor: help;
  margin-top: 0px;
  margin-left: 0px; 
}

/* div dell'header dell sommario dell'help''*/
div.helpheader {
	/*
	display: block;
  position: relative;
	background-image: url('../img/header.jpg');
	height: 50px;
	font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	*/
	display: none;
	
}

/* div con il logo del namespace sul sommario dell'help */
div.helpheader div.titleimg{
	position: relative;
	float: left;
	clear:none;
	/*
	height: 40px;
	width: 110px;
	margin-left: 40px;
	background-repeat: no-repeat;
	background-position: center;
 */
	display: none;
}
/* div con il titolo del namespace sul sommario dell'help */
div.helpheader div.titlehelp{
	position: relative;
	float: left;
	clear:none;
	/*
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
	margin-left: 40px;
	*/
	display: none;
}

div.helpbody {
	color: #025DAA;;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	padding-top:  20px;
}

div.helpbody ul{
	list-style-type: circle;
	margin-left: 20px;
}
div.helpbody li{
	margin-top: 5px;
}

div.helpbody a {
	color: #5C5C5C;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	margin-left: 20px;
}

div.helpbody H1
{
	color: #025DAA;
	font-size: 16pt;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	margin: 12px 0 5px 0;
}