/** MBR - GPL v2 **/

/*************************/
/**** Fixing M$ mess: ****/
/*************************/
.ieOverComboTooltip {
    position:absolute;
    visibility:hidden;
    z-index:1013;
}

/** MBR: If needed, ieComboFix will be dynamicaly created as follows: **/
.ieComboFixTooltip {
    display:none;
    visibility:visible;
    position:absolute;
    z-index:1012;
    background-color: #ACB;
    filter:alpha(opacity=0);
}

/** MBR: Isn't mandatory, but it's a good idea to set the dropdwon with the right z-index **/
#selectbelowTooltip {
    z-index:1010;
}

/*******************************/
/**** Basic tooltips styles ****/
/*******************************/
#alertContainer42{
    position:absolute;
}
#alertContent42{
    margin: 20px;
    height: auto;
}

/*******************************/
/***        by Diego         ***/
/*******************************/

/* Modificación de Marc: Cambio de pngs por jpg & gifs por bug 03-14/04/2006. */

/* PEQUEÑO */

.tooltip-a {
    width: 193px;
    }

    #superior {
        background: url(/jsgen/imgs/moo/top-a.jpg) top left no-repeat;
        height: 11px;
        _margin-bottom: -10px;
        }
    #superiorArrow {
        background: url(/jsgen/imgs/moo/topArrow-a.gif) top left no-repeat;
        height: 11px;
        _margin-bottom: -10px;
        }

    #center {
        background: url(/jsgen/imgs/moo/center-a.jpg) top left repeat-y;
        }

    #inferior {
        background: url(/jsgen/imgs/moo/bottom-a.jpg) top left no-repeat;
        height: 19px;
        }
    #inferiorArrow {
        background: url(/jsgen/imgs/moo/bottomArrow-a.gif) top left no-repeat;
        height: 19px;
    }

    .textos h4, .textos p {
        font-family: arial, sans-serif;
        margin: 0px;
        font-size: 11px;
        }

    .textos {
        padding: 0px 10px;
        }


/* MEDIANITO */

.tooltip-b {
    width: 293px;
    }

    .tooltip-b #superior {
        background: url(/jsgen/imgs/moo/top-b.jpg) top left no-repeat;
        height: 11px;
        _margin-bottom: -10px;
        }
    .tooltip-b #superiorArrow {
        background: url(/jsgen/imgs/moo/topArrow-b.gif) top left no-repeat;
        height: 11px;
        _margin-bottom: -10px;
    }

    .tooltip-b #center {
        background: url(/jsgen/imgs/moo/center-b.jpg) top left repeat-y;
        }

    .tooltip-b #inferior {
        background: url(/jsgen/imgs/moo/bottom-b.jpg) top left no-repeat;
        height: 19px;
        }
    .tooltip-b #inferiorArrow {
        background: url(/jsgen/imgs/moo/bottomArrow-b.gif) top left no-repeat;
        height: 19px;
    }

/* GRANDE */

.tooltip-c {
    width: 477px;
    }

    .tooltip-c #superior {
        background: url(/jsgen/imgs/moo/top-c.jpg) top left no-repeat;
        height: 11px;
        _margin-bottom: -10px;
        }
    .tooltip-c #superiorArrow {
        background: url(/jsgen/imgs/moo/topArrow-c.gif) top left no-repeat;
        height: 11px;
        _margin-bottom: -10px;
        }

    .tooltip-c #center {
        background: url(/jsgen/imgs/moo/center-c.jpg) top left repeat-y;
        }


    .tooltip-c #inferior {
        background: url(/jsgen/imgs/moo/bottom-c.jpg) top left no-repeat;
        height: 19px;
        }
    .tooltip-c #inferiorArrow {
        background: url(/jsgen/imgs/moo/bottomArrow-c.gif) top left no-repeat;
        height: 19px;
        }

