.contentheading {
	color: #002C79;
	font-size: 12px;
	text-transform: uppercase;
}

a.readmore, a.readon {
	float: right;
	color: #F88544;
	display: block;
	background-image: url('../images/frecce.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

td.createdate {
	font-size: 9px;
	color: #ababab;
	background-color: white;
	padding: 0px;
	margin-bottom: 10px;
}

table.contentpaneopen {
	width: 100%;
	margin-bottom: 0px;
}

td.contentheading {
	padding: 0px;
	height: 30px;
	background-image: url('../images/asterisco.gif');
	background-repeat: no-repeat;
	background-position: middle left;
	line-height: 30px;
	padding-left: 40px;
	width: 100%;
	color: #0480FE;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

div.moduletable h3 {
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	background-image: url('../images/background_module.jpg');
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	width: 150px;
	height: 31px;
	background-position: top right;
	line-height: 33px;
	margin-bottom: 20px;
	padding-right: 10px;
}


.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0px 40px;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.gallery em {
	background: #fff;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #999;
}
.gallery a {
	text-decoration: none;
}
.gallery span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background-image: url('../images/paper-clip-mini.png');
	background-repeat: no-repeat;
	z-index: 3;
}