.Margin-Right .cssBBox{
	
	margin-left:0px;
	width:160px;
	border:1px solid white;
	background-image: url(images/bbox/bbox_bkg.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom:1px solid gray;
	background-color:transparent;
}

.Margin-Right .cssBoxTitle{
	font-size:100%;
	background-color:white;	
	color: #84a4a5;
	font-weight:bold;
}

.Margin-Right .cssBBox .bbox_sfondo{
	
	top:0px;
	background-image: url(images/bbox/bbox_bkgmain.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:160px;
	height:20px;
	margin:0px;
}

.cssArticle{
	width:100%;
}
.cssArticle .cssBody, .cssArticle .cssArticleAbstract {
	color: black;
	font-size : 111%; 
	text-align:left;
}

.cssArticle .cssTitle {
	font-weight:bold;
	font-size:140%;
	font-weight:bold;
	color: #9c9da0;
	
}
.Margin-Right .cssArticle .cssTitle {
	font-size:110%;
	color:#84a4a5;
}

 * html .Margin-Right .cssArticle .cssTitle {
	font-size:76%;
	color:#84a4a5;
}
.Margin-Right .cssArticle, * html .Margin-Right .cssBody{
	width:140px;
	font-size:76%;
	padding-left:12px;
}

.cssBBox{padding:2px; background-color: #f3f3f3; margin-bottom: 5px;}
.cssArticle .cssSubTitle {
	font-weight:bold;
	
	font-size : 100%;
}
 .cssBoxTitle {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight:bold;
	color: #3C76BB;
	background-color: #E2E9EA;
}
.cssBBox  .cssArticle{
	margin:2px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom:1px solid #3C76BB;
}


.cssBBox .cssArticle .cssTitle{
	font-size: 110%;
	border:none;
}
.cssBBox .cssArticle .cssBody{
	width:100%;
	font-size: 90%;
}

.readmore {
	padding:2px;
	text-align:right;
}
.readmore a{	
	
}

.cssArticleToolbar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-top:1px solid #000000;;
	border-bottom:1px solid #000000;;
	border-right:1px solid #000000;;
	border-left:1px solid #000000;;
	text-align:center;
}

.cssArticleToolbarItem a{
	text-decoration:none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: black;
	text-align:left;
}

/*PlugIn Calendario*/
.calendar {
	width:160px;
	border:1px solid gray;
	color: #333333;
	background-color: transparent;
}
form {margin:0px;
}
.cssCalendarTitle{
	font-weight:bold;
}
.calendar input, .calendar select{
	cursor:pointer;
	/*background-color:#ededed;*/
	background-color: transparent;
	margin:0px;
	padding:0px;
	border:0px solid silver;
	font-size:11px;	
}
.calendar th{
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
.calendar td{
	width:20px;
	font-size:11px;
	text-align:center;
	vertical-align:bottom;
}
.calendar .day{
	background-image: url(../../common/templates/images/calendar/caldaybk.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
.calendar .uncurrent{
	color:white;
}
.calendar .currentday{
	background-image: url(../../common/templates/images/calendar/caldaybk.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	font-weight:bold;
	border:1px solid #C7212b;
}
.calendar .withevents{
	background-image: url(../../common/templates/images/calendar/caldayev.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.calendar .withevents a{
	color:blue;
	text-decoration:none;
}
.calendar .cssEventsOfDay{
	padding-top:3px;
	padding-bottom:3px;
	background-color:#ededed;
	font-size:12px;
	font-weight:bold;
}
.cssEventsOfDay ul{
	margin:0px; 
	margin-left:3px;
	padding:0px;
}	
.cssEventsOfDay li{
	font-size:10px;
	font-weight:normal;
	margin-left:15px;
	list-style: url();
	list-style-type: square;	
}
/*FrontOffice*/
#calendar_fo_div{
	width:160px;
	display:none;
	color: #C34636; 
	padding:1px;
	font-size:80%;
	background-color:#ededed; 
	border:1px dashed blue;
	
}
#calendar_fo_div span{
	font-size:11px;
	font-weight:bold;
	
}
/*FINE PlugIn Calendario*/

/*PlugIn Sondaggi*/
.cssPoll .thanks{font-weight:bold; color:green}
.cssPoll .warning{font-weight:bold; color:#c7212b}
.cssPoll table td {vertical-align:top;}
/*FINE PlugIn Sondaggi*/

/*Newsletter*/
.Newsletter .error{color: red}
.Newsletter .info{color: green}