div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
}

div.riquadro
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: 450;
  width: 678;
  float: center;
  text-align: left;
  background-color:#DFDFDF;
}	
div.img
{
  margin: 15px;
  border: 1px solid #000000;
  height: 220;
  width: 150;
  float: left;
  text-align: center;
  background-color:#FFFFFF;  
}	
div.img img
{
  display: inline;
  margin: 0px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: left;
  font-weight: normal;
  width: 155px;
  margin: 4px;
}
.hiddenDiv {top:-1000px;left:-1000px;position:absolute;background-color:#FFFF9B;border:1px;border-color:green}
.word      {color:#000000;cursor:hand}

a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */

/*CSS for 2 demos on the page*/
#orbs li{
width: 60px; /*width of image container. Should be wider than contained images (before bubbling) */
height:55px; /*height of image container. Should be taller than contained images (before bubbling) */
}
#orbs li img{
width: 55px; /*width of each image before bubbling*/
height: 60px; /*height of each image*/
}


	span.tooltip {
		display: block;
		width: 250px;
		padding: 5px;
		background: yellow;
		border: 1px solid orange;
		font-size: small;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		position: absolute;
}
