/* 0.5.0 */

@-moz-document domain(www.gamefaqs.com)
{
    #gamefox-quickpost-title, #gamefox-quickpost-form
       {
        text-align: center;
        width: 100%;
        clear: both;
    }
    #gamefox-quickpost-title
       {
        background-color: #0000ff;
        color: #ffffff;
        font-weight: bold;
        font-size: 15px;
    }
    #gamefox-quickpost-afloat
       {
        position: fixed;
        top: 30%;
        left: 20%;
        width: 70%;
        z-index: 3;
        display: none;
        border: 2px solid #0000ff;
        color: #000000;
        background-color: #D0D0FF;
        -moz-border-radius: 10px;
        -moz-opacity: 0.90;
    }
    #gamefox-quickpost-afloat > #gamefox-quickpost-title
       {
        -moz-border-top-radius: 10px;
        -moz-border-right-radius: 10px;
        -moz-opacity: 0.90;
    }
    #gamefox-message, #gamefox-topic
       {
        width: 70%;
        border-left: 2px solid #0000ff;
        border-right: 2px solid #0000ff;
    }
    tr[style] > td /* to make highlighting work by changing the bgcolor of the tr only */
       {
        background-color: transparent !important;
    }

    tr.gamefox-pagelist
       {
        display: table-row;
    }

    tr.gamefox-pagelist > td
       {
        background-color: #D0D0FF !important;
        text-align: center !important;
        font-weight: bold !important;
    }

    .gamefox-quickwhois
       {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        padding: 3px !important;
        width: auto;
        overflow-x: auto;
        overflow-y: hidden;
        display: none;
        border: 2px solid #0000ff;
        color: #000000;
        background-color: #ffffff !important;
        font-family: monospace;
        font-size: 13px;
        white-space: pre;
        -moz-border-radius: 10px;
        -moz-opacity: 0.90;
    }

    /* below are from ToadKing's releases. For backwards compatibility */

    div.graybox > em > i > p
       {
        display: block !important;
        margin: 0 1em !important;
        border-left: 0.5em #0000FF solid !important;
        padding: 0 0.4em !important;
        font-family: monospace !important;
        font-style: normal !important;
        white-space: pre !important;
        background-color: #eef !important;
        overflow: auto !important;
    }

    div.graybox table tr > td > b
        {
        color: #6564FF !important;
        /*font-family: fixedsys !important;  /*-> this font is ugly -_-; */
    }

    div.graybox table tr > td > b:before
        {
        content: "> ";
    }

    textarea#gamefox-message
        {
        font-size: 12px;
    }
}
/*removal of logout button by MyDaddyHitsMe with help from TakatoMatsuki */
[href*="logout"] {display:none !important;}