    /* Main Forum */

    /* Quote block */
    blockquote {
       background: #ebebeb url("http://forum.amv-france.org/styles/prosilver/theme/images/quote.gif") 6px 8px no-repeat; /*You have to locate this file within your own phpBB style.*/
       border: 1px solid #dbdbdb;
       font-size: 0.95em;
       margin: 0.5em 1px 0 25px;
       overflow: hidden;
       padding: 5px;
    }

    blockquote blockquote {
       /* Nested quotes */
       background-color: #bababa;
       font-size: 1em;
       margin: 0.5em 1px 0 15px;   
    }

    blockquote blockquote blockquote {
       /* Nested quotes */
       background-color: #e4e4e4;
    }

    blockquote cite {
       /* Username/source of quoter */
       font-style: normal;
       font-weight: bold;
       margin-left: 20px;
       display: block;
       font-size: 0.9em;
    }

    blockquote cite cite {
       font-size: 1em;
    }

    blockquote.uncited {
       padding-top: 25px;
    }



    /* Code block */
    dl.codebox {
       padding: 3px;
       background-color: #FFFFFF;
       border: 1px solid #d8d8d8;
       font-size: 1em;
    }

    dl.codebox dt {
       text-transform: uppercase;
       border-bottom: 1px solid #CCCCCC;
       margin-bottom: 3px;
       font-size: 0.8em;
       font-weight: bold;
       display: block;
    }

    blockquote dl.codebox {
       margin-left: 0;
    }

    dl.codebox code {
       /* Also see tweaks.css */
       overflow: auto;
       display: block;
       white-space: normal;
       padding-top: 5px;
       font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
       line-height: 1.3em;
       color: #8b8b8b;
       margin: 2px 0;
       width: 100%; /*BeerCur Added*/
       max-height: 200px;
       /*height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); sets max-height for IE */
    }

    dl.codebox {
       background-color: #FFFFFF;
       border-color: #C9D2D8;
    }

    dl.codebox dt {
       border-bottom-color:  #CCCCCC;
    }

    dl.codebox code {
       color: #2E8B57;
    }

    /*.syntaxbg      { color: #FFFFFF; }*/
    .syntaxcomment   { color: #FF8000; }
    .syntaxdefault   { color: #0000BB; }
    .syntaxhtml      { color: #000000; }
    .syntaxkeyword   { color: #007700; }
    .syntaxstring   { color: #DD0000; }


    /* BBCode
    ------------ */
    .quotetitle, .attachtitle {
       margin: 10px 5px 0px 5px;
       padding: 4px;
       font-size: 0.85em;
       font-weight: bold;
    }

    .quotetitle .quotetitle {
       font-size: 1em;
    }

    .quotecontent, .attachcontent {
       margin: 0 2px 0px 8px;
       padding: 0px 5px 0px 5px;
       font-weight: normal;
       font-size: 1em;
       line-height: 1.4em;
       font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
       background-color: #FAFAFA;
       color: #4B5C77;
    }

    .attachcontent {
       font-size: 0.85em;
    }

    .codetitle {
       margin: 10px 5px 0 5px;
       padding: 2px 4px;
       border-width: 1px 1px 0 1px;
       border-style: solid;
       color: #333333;
       background-color: #A9B8C2;
       font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
       font-size: 0.8em;
    }

    .codecontent {
       direction: ltr;
       margin: 0 5px 10px 5px;
       padding: 5px;
       border-color: #A9B8C2;
       border-width: 0 1px 1px 1px;
       border-style: solid;
       font-weight: normal;
       color: #006600;
       font-size: 0.85em;
       font-family: Monaco, 'Courier New', monospace;
       background-color: #FAFAFA;
    }


    /* End Main Forum Style Sheet commenting. */ 

