/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */
/* Screen ------------------------------------------------------------------- */ 
@media projection, screen {
    /* Toggler - default style */
a.toggler {
        text-decoration: none;
        color: #333;
        font: bold 13pt Arial;
        padding: 0 0 0 40px;
} .toggler {

margin:
        8px 0;

padding:
        0;

cursor:pointer;

text-decoration:none;

font-size:
        9pt;

font-weight:bold;

line-height:
        21px;

display:block;
} .toggler-closed {
        color: #333;
        padding: 0 0 0 40px;
        height: 21px;
        background: url('http://mediasrc.zenoss.com/designimages/accordion-more_ZEN.gif') 10px center no-repeat;
} .toggler-closed:hover {
        color: #2783A2;
        padding: 0 0 0 40px;
        height: 21px;
        background: url('http://mediasrc.zenoss.com/designimages/accordion-more_ZEN.gif') 10px center no-repeat;
        text-decoration: underline;
} .toggler-opened {
        color: #2783A2 !important;
        padding: 0 0 0 40px;
        height: 21px;
        background: url('http://mediasrc.zenoss.com/designimages/accordion-less_ZEN.gif') 10px center no-repeat;
} .toggler-opened:hover {
        color: #333;
        padding: 0 0 0 40px;
        height: 21px;
        background: url('http://mediasrc.zenoss.com/designimages/accordion-less_ZEN.gif') 10px center no-repeat;
}

    /* Container - default style */ .toggler-c p {
        margin: 0;
        padding: 0 20px 10px 10px;
        font: normal 10pt Arial;
        line-height: 13pt !important;
} .toggler-c h3 {
        padding-left: 10px;
} .toggler-c-closed {
        background: #fff;
        margin: 0;
        padding: 10px 10px 0 10px;
} .toggler-c-opened {
        margin: 0;
        padding: 10px;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
}
}

/* Print -------------------------------------------------------------------- */
@media print { .toggler-c {

margin-bottom:
        25px;
} .toggler {
        display: none;
}
}

