/**
 * Base Styles
 *
 *===============================================================================
 */

/**
 * @@@ Reset
 *===============================================================================
 */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }
    th, td {
        vertical-align: top;
    }
    body {
        line-height: 1;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }

    /* remember to define focus styles! */
    :focus {
        outline: 0;
    }

    /* remember to highlight inserts somehow! */
    ins {
        text-decoration: none;
    }
    del {
        text-decoration: line-through;
    }

    /* tables still need 'cellspacing="0"' in the markup */
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

/* /@@@  Reset */


/**
 * @@@ Menu
 *===============================================================================
 */

    /* ul */
    .a_menu-vertical,
    .a_menu-horizontal,
    .a_menu-vertical_image,
    .a_menu-horizontal_image{
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .a_menu-vertical li,
    .a_menu-vertical_image li {
        width: 100px;
        margin: 0;
        padding: 0;
    }

    .a_menu-horizontal_image li,
    .a_menu-horizontal li {
        float: left;
        /* TODO */
        display: inline-block;
        margin: 0;
        padding: 0;
    }


    /*  #Image menu */
    .a_menu-vertical_image li,
    .a_menu-horizontal_image li {
        height: 20px;
    }
    .a_menu-vertical_image a ,
    .a_menu-horizontal_image a {
        display: block;
        width:  100%;
        height: 100%;
        background: no-repeat top left;
    }

    .a_menu-vertical_image a:hover,
    .a_menu-horizontal_image a:hover {
        background-position: bottom;
    }



    .a_menu-vertical_image .active a,
    .a_menu-vertical_image .active a:hover ,
    .a_menu-horizontal_image .active a,
    .a_menu-horizontal_image .active a:hover {
        background-position: bottom   ;
    }

    .a_menu-vertical_image a span ,
    .a_menu-horizontal_image a span {
        display: none;
    }

/* /@@@  Menu */




.clear {
    display: block;
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.no {
    display: none;
}

.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}




/* Title */
.a_title {
    background: no-repeat;
}
    .a_title span {
        display: none;
    }


/* Button */
.a_button {
    background: no-repeat;
    display: block;
}
    .a_button span {
        display: none;
    }





.overTxtLabel {
    font-weight: bold;
    font-family: arial, helvetica, verdana;
    font-size: 12px;
    color: #999;
}
