a.tooltip {
        font-weight: bold;
        background:#d1182d;
        color: #fff;
        padding: 0px 4px 0px 4px;
        margin-left: 4px;
    }
a.tooltip:hover {
    background:#fff;
    color: #d1182d;
    text-decoration:underline;
}
a.tooltip span {
        text-decoration:none;
        display:none;
         font-weight: normal;
        padding:2px 3px;
        margin-left:8px;
        width:130px;
    }
a.tooltip:hover span {
        display:inline;
        position:absolute;
        background:#ffffff;
        border:1px solid #cccccc;
        color:#6c6c6c;
}
a.popup {
        font-weight: bold;
        background:#d1182d;
        color: #fff;
        padding: 0px 4px 0px 4px;
        margin-left: 4px;
    }
a.popup:hover {
    background:#fff;
    color: #d1182d;
    text-decoration:underline;
}
.popup_txt {
    display: block;
}
.field_sub_group_simple {
    width: 101%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.coll1_field_sub_group_simple {
    border: 0px;
}