/**
 * @author  NavigationArts; navigationarts.com
 **/

/**
 * @section  Tags
 * @note     ordered alphabetically
 **/
    * { background: none !important; }
    a {}
    abbr {}
    acronym {}
    address {}
    area {}
    b {}
    base {}
    bdo {}
    big {}
    blockquote {}
    body {}
    br {}
    button {}
    caption {}
    cite {}
    code {}
    col {}
    colgroup {}
    dd {}
    del {}
    dfn {}
    div {}
    dl {}
    dt {}
    em {}
    fieldset {}
    font {}
    form {}
    frame {}
    frameset {}
    head {}
    h1 {}
    h2 {}
    h3 {}
    h4 {}
    h5 {}
    h6 {}
    hr {}
    html {}
    i {}
    iframe {}
    img {}
    input {}
    ins {}
    kbd {}
    label {}
    legend {}
    li {}
    link {}
    map {}
    meta {}
    noframes {}
    noscript {}
    object {}
    ol {}
    optgroup {}
    option {}
    p {}
    param {}
    pre {}
    q {}
    samp {}
    select {}
    small {}
    span {}
    strong {}
    style {}
    sub {}
    sup {}
    table {}
    tbody {}
    td {}
    textarea {}
    tfoot {}
    th {}
    thead {}
    title {}
    tr {}
    tt {}
    ul {}
    var {}



/**
 * @section  Classes
 **/
    a.help                 { display: none; }
    div.helpPopup          { display: none; }
    div.ruleNav            { display: none; }
    div.interpretationNav  { display: none; }
    div.utility            { display: none; }
    div.utilityPlaceholder { display: none; }
    
    div.interpretationContent { border: 0; }
    
    div.nav     { display: none; }
    div.related { display: none; }
    div.utility { display: none !important; }
    div.tabs    { display: none; }
    div.ruleContent { border: 0; padding: 0; }
    div.ruleTitle h1 { padding: 0; }
    div.ruleTitle p.subTitle { padding: 0; }
    div.feature div { height: auto; width: auto; }
    div.feature h1 { color: #222; }
    div.topics div { clear: both; }
    
    .grid_1,.grid_2,.grid_3,.grid_4,
    .grid_5,.grid_6,.grid_7,.grid_8,
    .grid_9,.grid_10,.grid_11,.grid_12,
    .grid_13,.grid_14,.grid_15,.grid_16{
         display: block;
         float: none;
         margin-left: 0;
         margin-right: 0;
         width: auto !important;
    }

/**
 * @section  IDs
 **/
    #wrapper {
        min-width: auto;
    }
    #container {
        margin: 0;
        position: static;
        width: auto !important;
    }
    #externalOverlay { display: none; }
    #externalWindow  { display: none; }
    #externalContent { display: none; }
    #header {
        height: 140px;
        overflow: visible;
    }
        #header a {
            display: block;
            height: auto;
            width: auto;
        }
        #header img {
            display: block;
            margin: 0 auto;
        }
    #nav { display: none; }
    #footer { display: none; }


.printtext {
display: block;
}

