/*
    Document   : favorites
    Created on : 26-set-2012, 15.57.52
    Author     : Ezio Di Nisio<ezio.dinisio@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/



.favDescStd{
    display: block;width: 85%;word-wrap: break-word
}

.tableFavoritesListCol1{
    width : 65px;
}

.tableFavoritesListCol2{
    width: 100%;
}

.tableFavColClass{
    border-left: none !important;border-right: none !important;
}

.btnAddFavOk{
    width: 100px;
    height: 26px;
    padding-bottom: 4px!important;
    padding-top: 1px!important;
}



/*stili bottone*/

.pnlGroupButtonFavorites{
    display: block;
    width: 90%;
    margin-left:5%;
    padding-bottom:7px;
}


.imgButtonFavorites{
    height: auto;
    width:67%;
}



.labelButtonFavorites{
    white-space: nowrap;
    color: #ffffff;
    margin-left: 5px;
    text-overflow:ellipsis;
    display:block;
    width:100%;
    overflow: hidden;
}

.styleisunreadtrue{background-color:#f4f4f4!important;font-weight: bold;} /*  #E3E6ED */
.styleisunreadfalse{background-color:transparent!important;}

.spinPopupDiv{height:17px;width:100%;text-align: center}
.spinPopupDiv img {display: inline-table;margin-left:auto;margin-right:auto;}

/*end*/