/*

style-base.css

*/

/*
 *******************************************************************************************
 * Browser resets
 *******************************************************************************************
 */
html, body, div, span, applet, object, iframe, h1, h5, h6, 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;
    vertical-align: baseline;
    background: transparent;
}

body {
    /* @2ADG: the background color should be changed after aui upgrade */
    background-color: #f5f5f5;
    min-width: 1020px;
}

body.framed {
    min-width: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 *******************************************************************************************
 * Base tag styles
 *******************************************************************************************
 */

a {
    color: #3b73af;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

form,
pre {
    display: inline;
}

legend {
    display: none;
}

/*
 *******************************************************************************************
 * Base Code styles
 *******************************************************************************************
 */
code, .code,
.lineContent,
.diffLineNumbers, .diffLineNumbersA, .diffLineNumbersB,
.line-numbers, .content-box {
    font-size: 12px;
    line-height: 16px;
    font-family: monospace;
    white-space: nowrap;
}


/*[{!style_base_css_sf5p41a!}]*/