/* ------------------------ */
/* INIZIO Decoratori pagina */
/* -------------------------*/
.rivit-decorator {
    margin: 6px 3px;
    overflow: visible;
    width: auto;
}
.rivit-decorator .portlet-info-bar {
	background: url('images/back_title.gif');
	color: #000000;
	min-width: 200px;
	width: 100%;
	height: 26px;
	margin: 0;
    padding: 0;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	border: none;
	float: left;
}
.rivit-decorator .portlet-info-bar .titoloPortlet {
	margin-left: 10px;
}
.rivit-decorator .portlet-info-bar .iconePortlet {
	margin-right: 8px;
}
.rivit-decorator .portlet-info-bar .iconePortlet .normal-state {
	background-image: url('icons/nor.gif');
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 0 0 0;
	border: none;
	vertical-align:top;
}
.rivit-decorator .portlet-info-bar .iconePortlet .minimized-state {
	background-image: url('icons/min.gif');
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 0 0 0;
	border: none;
	vertical-align:top;
}
.rivit-decorator .portlet-info-bar .iconePortlet .maximized-state {
	background-image: url('icons/max.gif');
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 0 0 0;
	border: none;
	vertical-align:top;
}
.rivit-decorator .portlet-info-bar .iconePortlet .view-state {
	background-image: url('icons/view.gif');
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 0 0 0;	
	border: none;
	vertical-align:top;
}
.rivit-decorator .portlet-info-bar .iconePortlet .view-mode {
	background-image: url('icons/view.gif');
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 0 0 0;
	border: none;
	vertical-align:top;
}
.rivit-decorator .portlet-info-bar .iconePortlet .edit-mode {
	margin:	3px 0px 0px 0px;
}
.rivit-decorator .portlet-info-bar .iconePortlet .edit-state {
	background-image: url('icons/edit.gif');
	width: 20px;
	height: 26px;
	padding: 0;
	margin: 3px 0 0 0;
	border: none;
	vertical-align:top;
}
.rivit-decorator .portlet-info-bar .iconePortlet .help-state {
	background-image: url('icons/help.gif');
	width: 20px;
	height: 26px;
	padding: 0;
	margin: 3px 0 0 0;
	border: none;
	vertical-align:top;
}
.rivit-decorator .portlet-info-bar .iconePortlet .help-mode {
	background-image: url('icons/help.gif');
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 0 0 0;
	border: none;
	vertical-align:top;
}
/*
.rivit-decorator .portlet-info-bar .angolo-alto-sx {
	width: 10px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	background-image: url('images/cleft_normal.gif');
	border: none;
}
.rivit-decorator .portlet-info-bar .angolo-alto-sx-min {
	width: 10px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	background-image: url('images/cleft_min.gif');
	border: none;
}
.rivit-decorator .portlet-info-bar .angolo-alto-dx {
	width: 10px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	background-image: url('images/cright_normal.gif');
	border: none;
}
*/

.rivit-decorator .content-frame {
	background: #FFFFFF;
	border :none;
	border-bottom: 2px solid #CCCCCC;
	padding: 10px;
	font-size: 11px;
	font-family: Tahoma;
	margin-bottom: 6px;
}
/* ---------------------- */
/* FINE Decoratori pagina */
/* -----------------------*/

