
/**
 * Tabella personale
 */
.perso {
	background-color:#FFFFFF;
	
}

/**
 * Titolo pagina
 */
.tit_pag {
	height: 25px;
	font-size: 18px;
	color: #407f00;
}

/**
 * Testata
 */
.bar_int {
	height: 25px;
	margin-left: 50px;
	background-image: url(../images/hed_per.jpg);
	color: #407f00;
	font-weight: bold;
}

/**
 * Testata senza bold
 */
.bar_int_2 {
	height: 25px;
	margin-left: 50px;
	background-image: url(../images/hed_per.jpg);
	font-size: 18px;
	color: #407f00;
}

/**
 * Testata centrale
 */
.bar_int_cen {
	height: 25px;
	margin-left: 50px;
	background-image: url(../images/hed_per_cen.jpg);
	color: #407f00;
	font-weight: bold;
}

/**
 * Testata destra
 */
.bar_int_dx {
	height: 25px;
	background-image: url(../images/hed_per_dx.jpg);
	color: #000066;
	font-weight: bold;
	background-position: right;
}

/**
 * Bara centrale
 */
.bar_cen {
	height: 25px;
	margin-left: 50px;
	background-image: url(../images/cen_per.jpg);
	color: #000066;
	font-weight: bold;
}


/**
 * Piede
 */
.bar_sot {
	height: 25px;
	margin-left: 50px;
	background-image: url(../images/bot_per.jpg);
	color: #000066;
}

/**
 * Riga tabella
 */
 .rig_tab {
    height:35px;
	background-image:url(../images/riga_perso.jpg);
	background-repeat: repeat;
	margin-bottom:5px;
}
 
/**
 * Lato sinistro tabella
 */
.lat_sx_tab {
	background-image:url(../images/lat_sx_tab.jpg);
	background-repeat: repeat-y;
}

/**
 * Lato destro tabella
 */
.lat_dx_tab {
	background-image:url(../images/lat_dx_tab.jpg);
	background-repeat: repeat-y;
}


/*
 Sfondo tabella
 */
.sfo_tab {
	background-image: url(../../../images/articoli/sup/sfo_tab_cat.png);
}

/*
 Sfondo tabella 2
 */
.sfo_tab_2 {
	background: url(../../../images/articoli/sup/sfo_tab_cat_2.png) no-repeat 0 70%;
}

/*
 Sfondo tabella 3
 */
.sfo_tab_3 {
	background: url(../../../images/articoli/sup/sfo_tab_cat_3.png) no-repeat;
}

/*
 Sfondo tabella 4
 */
.sfo_tab_4 {
	background: url(../../../images/articoli/sup/sfo_tab_cat_4.png) no-repeat;
}

/*
 Sfondo tabella 5
 */
.sfo_tab_5 {
	background: url(../../../images/articoli/sup/sfo_tab_cat_5.png) no-repeat 0 70%;
}

/*
 Sfondo tabella profilo zatti
 */
.sfo_tab_zat {
	background: url(../../../images/articoli/sup/sfo_tab.jpg) no-repeat;
}





