/* ----- fiere eventi ------- */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 2px solid #9A8BFD;
	width: 396px; /*width of featured content slider*/
	height: 160px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: relative; /*leave as is*/
	padding: 5px;
	background-color: #FFFFFF;
	text-color: #000000;
	width: 386px; /*width of content DIVs within slider. Total width should equal slider's inner width (290+5+5=300) */
	height: 160px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 380px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #9A8BFD;
	padding: 5px 10px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #00007D;
	background-color: #FFFFFF;;
}

.pagination a:hover, .pagination a.selected{
	color: #000000;
	background-color: #FEE496;
}
/* ----- fine fiere eventi ------- */


/* ----- form cerca ------- */

.formulwrapper{
	height: 160px;
}

.formulwrapper .contentdiv{
	text-color: #000000;
	height: 160px;
	padding: 12px 20px 20px 20px;
    font-style: normal!important;
}
/* ----- fine form cerca ------- */


/* ----- menu ------- */
.menuhwrapper{
	width: 860px; /*width of featured content slider*/
	height: 50px;
	background-color: #EDEDED;
}

.menuhwrapper .contentdiv{
	text-color: #000000;
	font-size: 12px;
	width: 853px; /*width of content DIVs within slider. Total width should equal slider's inner width (290+5+5=300) */
	height: 20px;
	line-height: 18px;
	padding: 7px 0px 0px 10px;
}

.pagination3{
	width: 860px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	height: 20px;
}

.pagination3 a{
    padding: 5px 13px 5px 13px;
    text-decoration: none;  
    color: #000000;
    border-right: 1px dotted #000000;
    font-size: 12px;
}

.toc2{
    padding: 5px 13px 5px 13px;
    text-decoration: none;  
    color: #FFFFFF;
    border-right: 1px dotted #000000;
    font-size: 12px;
    border-top: 3px solid rgb(213, 90, 215);
    background-color: rgb(213, 90, 215);
}

.pagination3 a:hover, .pagination3 a.selected{
	color: #FFFFFF;
	background-color: rgb(213, 90, 215);
}
/* ----- fine menu ------- */


/* ----- notizie ------- */
.notiziewrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 280px; /*width of featured content slider*/
	height: 240px;
}

.notiziewrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: relative; /*leave as is*/
	text-color: #000000;
	font-style: normal;
	width: 268px; /*width of content DIVs within slider. Total width should equal slider's inner width (290+5+5=300) */
	height: 210px;
	padding-top: 4px;
	padding-left: 10px;
	border: 1px solid #C3C3C3;
	border-top: 0px solid #DECAFF;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

A.notizia_sing {
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
}

.pagination40{
	width: 278px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	height: 40px;
	border: 1px solid #C3C3C3;
	border-bottom: 0px solid #FFFFFF;
	background-color: #C3C3C3;
}

* html .pagination40 {
	width: 268px!important;
}

* html #paginate-notizie {
	width: 268px!important;
}

.pagination4 a{
	display: block!important;
	float: left;
	padding-left: 40px;
	padding-top: 3px;
	text-decoration: none;	
	color: #333333;
	height: 37px;
	width: 99px;
	font-size: 11px;
	text-align: left;
	font-style: normal;
	background: url(../images_web/icone/piu_lette.png) left no-repeat; background-position: 4px 3px;
}

* html .pagination4 a{
	width: 130px;
	height: 40px;
}

.pagination4 a.selected{
	color: #000000;
	background: #FFFFFF url(../images_web/icone/piu_lette.png) left no-repeat; background-position: 4px 3px;
}

.pagination5 a{
	display: block!important;
	float: left;
	padding-left: 40px;
	padding-top: 3px;
	text-decoration: none;	
	color: #333333;
	height: 37px;
	width: 99px;
	font-size: 11px;
	text-align: left;
	font-style: normal;
	background: url(../images_web/icone/piu_commentate.png) left no-repeat; background-position: 4px 3px;
}

* html .pagination5 a{ 
	width: 136px!important;
	height: 40px;
}

.pagination5 a.selected{
	color: #000000;
	background: #FFFFFF url(../images_web/icone/piu_commentate.png) left no-repeat; background-position: 4px 3px;
}
/* ----- fine notizie ------- */