
.style_tabella{
    height: 300px;
    background-color:#96b7CD;
    border-bottom:1px solid #000033;
    border-left:1px solid #000033;
    border-right:1px solid #000033;
}

.active_left{
	width:12px;
	height:40px;
	background-image:url(../img/skin1/active_left.gif);
}
.active_center{
	height:40px;
	background-image:url(../img/skin1/active_center.gif);
}
.active_right{
	width:12px;
	height:40px;
	background-image:url(../img/skin1/active_right.gif);
}

.inactive_left{
	width:12px;
	height:40px;
	background-image:url(../img/skin1/inactive_left.gif);
}
.inactive_center{
	height:40px;
	background-image:url(../img/skin1/inactive_center.gif);
}
.inactive_right{
	width:12px;
	height:40px;
	background-image:url(../img/skin1/inactive_right.gif);
}