/*Modulo Generico Colonna Centrale */
/* Aggiunto 03/11/2012*/

.module_rubrica {
	position: relative;
	margin: 0px 0px 20px 0px;
  border: 1px solid #999; 
  background: #e9e9e9;
}

.mod_title_rubrica {
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

.mod_title_back_rubrica {
	height: 15px;
	position: relative;
	border-bottom: 10px solid #9f0000;
}

span.mod_title_show_rubrica {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	text-transform: uppercase;
	background-color: #e9e9e9;
	position: absolute;
	left: 10px;
	bottom: -6px;
	padding: 0px 3px;
}

span.mod_title_show_rubrica a {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e9e9e9;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0px 3px;
}

span.mod_title_show_rubrica a:hover {
	color: #f2f2f2;
	background-color: #9f0000;
	padding: 3px 3px 0px 3px;
}

.mod_content_rubrica {
}

.module_rubrica .nspArtPage {
	text-align: left;
	font-size: 11px;
	line-height: 12px;
	color: #666;
}

.module_rubrica .nspArt {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #FFF;
}

.module_rubrica h4.nspHeader {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
}

.module_rubrica h4.nspHeader a {
	color: #555;
	text-decoration: none;
}

.module_rubrica h4.nspHeader a:hover {
	color: #9b0000;
	text-decoration: underline;
}

.module_rubrica .nspLinksTitle {
	font-size: 13px;
	text-align: center;
	color: #8B8B8B;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

.module_rubrica ul.nspList {
	margin: 0px;
}

.module_rubrica .nspLinks ul li {
	list-style: inside square;
	margin: 0px !important;
	color: #777;
}

.module_rubrica .nspLinks ul li h4 {
	display: inline;
}

.module_rubrica .nspLinks ul li a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.module_rubrica .nspLinks ul li a:hover {
	text-decoration: underline;
}

.module_rubrica .media_container {
	margin: 10px 0px 5px 0px;
	text-align: center;
}



-->