.tabTypeItem{
    
    float: left;
    background-color: #EDEDED;
    padding: 5px 8px;
    text-align: center;
    width: 60px !important;
    height: 20px;
    vertical-align: middle;
    /*border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-top-left-radius: 10px ;
    border-top-right-radius: 10px;*/
    border-bottom: 1px solid #EDEDED;
    
}

.tableViewList th a{
    color: white !important;
    background: transparent !important;
}

.tableViewList th a img{
    display: inline;
    vertical-align: central;

}

.tableViewList td a {
    background: transparent !important;

}

.tableViewList td a img{
    display: inline;
    vertical-align: central;

}


.tabTypeItem:hover{
    cursor: pointer; 
    cursor: hand;
    }

.tabTypeItemNoSelect{
    border: 1px solid rgb(204, 204, 204);
	background-color: #FFFFFF;
	top: 0px;
	position: relative;
	opacity: 0.6;
}


.tabTypeItem img{
    display: inline;
    position: relative;
    top:3px;
}

.tabType{
    display: block;
    }

.tabTypeBody{
    display: block;
    padding: 10px;
    background-color: #EDEDED;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;  
    min-height: 300px;  
}
.tableViewList
{
    text-align: center;
}

.tableViewList tr:hover{
    background-color: #f5d198;
    cursor: pointer;
}

.tableViewList img
{
    margin: 0 auto;
}

.item_data_dettaglio{
    color: #002999;   
    font-weight: bold;
    font-family: arial, helvetica;
    min-width: 110px; 
    vertical-align: middle;
}

.header_data_dettaglio{
    padding: 4px; 
    vertical-align: middle;
    
}

.table_data_dettaglio{
    border: 0px !important;
    width: 860px;
 
    

}

.tablediv_data_dettaglioa
{
      color: black;
    background-color: white;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
    padding: 10px;
       margin: auto !important;
        width: 860px;
     
}

.table_data_dettaglio tbody td{
    border: 0px !important; 

}

#body_center{
    background-repeat:no-repeat;
    background-position:center;

    
}
#imgDettaglioUbicazione{
	position:relative;
	display:inline;
	cursor:pointer;
}