/* elemento interno */
.obj_step_header_inner {
    border-top:1px double #808080;
    border-bottom:1px double #808080;
    border-left:1px double #808080;
    padding:0 10px;
    text-align: center;
}

/* ultimo elemento */
.obj_step_header_last .obj_step_header_inner {
    border-right:1px double #808080;
}

/* singolo step */
.obj_step_header {
    float:left;
    background-image:url('images/sfondobottone.png');
    background-repeat: repeat-x;
    background-position: center center;
    height:24px;
    line-height: 24px;
    cursor:pointer;
}
.obj_step_header:hover {
/*    background-color:#EDEDED;*/
}

/* step attivo */
.obj_step_header_active {
/*    background-color:#DEDEDE !important;*/
    cursor:auto !important;
}
.obj_step_header_active .obj_step_header_inner {
    font-weight: bold;
}

/* step disabilitato */

.obj_step_header_disabled {
    color: #c0c0c0;
    cursor:auto !important;
    background-color:#FEFEFE !important;
}