*
{
    margin: 0;
    padding: 0;
}

BODY
{
    background-color: black;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 65%;
}
TEXTAREA#resultsBox
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 510px;
    height: 300px;
    overflow: auto;
    margin: 0 20px 0 0;
    padding: 10px;
    display: inline;
    background-color: #111111;
    color: Lime;
}

H1
{
    color: #C60081;
    font-size: 2.8em;
    padding: 1em 0 0;
}

H2
{
    color: #EAEAEA;
    font-size: 1.4em;
    padding: 1em 0.5em 0;
}

H3
{
    color: #C60081;
    font-size: 2.3em;
    margin: 1.5em 0 0;
    padding: 3em 0 0;
    border-top: 1px dashed #555;
}

H4
{
    color: #C60081;
    font-size: 1.4em;
    margin: 2em 0 0;
}

P
{
    margin: 0.5em 0 1em 0;
    font-size: 1.3em;
    color: #AEAEAE;
    line-height: 1.6em;
}

PRE
{
    border-left: 1px solid #7E7E7E;
    font-size: 1.4em;
    background: #111;
    font-size: 1.6em;
    color: lime;
    padding: 3px 3px 3px 6px;
    display: inline;
    line-height: 2.3em;
}

HR
{
    margin: 0.5em;
    border: none;
    background-color: Transparent;
    clear: both;
}

LABEL
{
    font-size: 1.2em;
    color: #111111;
    text-align: right;
    width: 85px;
    display: inline-block;
}
LABEL:AFTER
{
    content: ':';
}

SELECT
{
    margin-right: 5px;
    width: 60px;
}

SELECT#url
{
    width: 120px;
}

INPUT[TYPE=SUBMIT]
{
    background-color: #66CC00;
    color: white;
    padding: 5px 15px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid white;
    border: none;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    font-size: 1.4em;
}
INPUT[TYPE=TEXT]
{
    padding: 3px;
    margin-right: 10px;
}
INPUT#consumerKey
{
    width: 270px;
}
INPUT#parameters
{
    width: 617px;
}

DIV#status DIV H4
{
    float: left;
}
DIV.queryInfo
{
    width: 520px;
    background: #111;
    color: #D7D7D7;
    padding: 0.5em;
    border: none;
    margin: 0 0 0 3px;
    font-size: 1.0em;
    float: left;
}

.controlBar
{
    background-color: #FF6;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 15px 10px 10px 10px;
    margin: 10px;
}

.controlBar DIV INPUT[TYPE=TEXT]:FOCUS, SELECT:FOCUS
{
    background-color: #FFFFCC;
}

.controlBar DIV
{
    float: left;
}

#container
{
    width: 960px;
    margin: auto;
}

.right
{
    float: right;
}

#leftCol
{
    width: 830px;
    float: left;
    margin: 0 10px 10px;
    background-color: #242424;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

#header
{
    background-color: #1A1A1A;
    border: 1px solid gray;
    border-top: none;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    padding: 10px 10px 5px;
}

#logo
{
    position: relative;
    height: 130px;
}
#logo H1
{
    color: #242424;
    top: 50px;
    left: 100px;
    position: absolute;
    z-index: 2;
}
#logo IMG
{
    position: absolute;
    left: 0;
    z-index: 1;
}
#main
{
    background-color: #1A1A1A;
    border: 1px solid #333;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}
#main A
{
    color: #FFCC00;
    text-decoration: none;
}
#main A:HOVER
{
    color: #FFCC00;
    text-decoration: underline;
}

#status
{
    margin: 20px 0;
}
#status H4
{
    display: inline-block;
    margin: 0 5px 20px 20px;
    width: 170px;
    text-align: right;
    margin: 0;
}

#docs
{
    clear:both;
    background-color: #242424;
    line-height: 140%;
    padding: 20px;
    margin: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
#docs TABLE
{
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    background-color: #333;
    width: 800px;
    margin: 20px 0 0 0;
}
#docs TABLE TH
{
    padding: 10px 7px;
    color: #7E7E7E;
    text-align: left;
}
#docs TABLE TD
{
    background-color: #222;
    padding: 7px;
    vertical-align: top;
}
#docs TABLE TD.firstCol
{
    width: 120px;
}
#docs UL
{
    margin: 10px 20px;
    line-height: 140%;
    font-size: 1.2em;
    color: #AEAEAE;
}

#theChunk
{
    padding: 0;
}

#rightCol
{
    float: left;
}

#helpBox
{
    background-color: #555;
    position: fixed;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    color: black;
    width: 200px;
    font-size: 1.2em;
}
#helpBox UL
{
    margin: 0.5em 1em;
}
#helpBox UL LI
{
    list-style-type: none;
    border-bottom: 1px dotted #444;
    cursor: pointer;
    padding: 0.5em 0;
}
#helpBox UL LI A:BEFORE
{
    content: url(img/bullet.png);
    padding: 0 5px 0 0;
}
#helpBox A
{
    color: #FF6;
    font-weight: bold;
    line-height: 200%;
    text-decoration: none;
    display: block;
}
#helpBox A:HOVER
{
    color: #FF6;
    text-decoration: underline;
    font-weight: bolder;
}
#helpBox A#topLink
{
    display: inline;
    float: right;
    padding: 10px;
}

#footer
{
    color: #FFF;
    height: 205px;
    background-color: #111;
    margin: 0;
    padding: 10px;
    font-size: 0.8em;
    text-align: center;
    margin: 0 10px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
}

