/* */
body {
    background: #406;
    font-family: sans-serif;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#content {
    font-family: sans-serif;
    font-size: 90%;
    margin-left: auto;
    margin-right: auto;
    width: 675px;
    text-align: left;

}

#contentTable {
}

#controlsCell {
    background: #FBF;
    padding: 10px;
    width: 280px;
    float: left;
    text-align: left;
}

#patchCell {
    width: 320px;
    background: white;
    background-image: url(http://static.aqi.wigflip.com/img/shade.png);
    background-repeat: repeat-y;
}

#header {
    font-size: 120%;
    color: yellow;
    font-weight: bold;
}


#patchDiv {
    position: relative;
    /* these are for a truly bizarre IE6 behavior */
    border-left: solid 0px #fbf;
    border-right: solid 0px white;
    border-top: solid 1px white;
    border-bottom: solid 0px white;
}

#spinnerImg {
    position: absolute;
    top: 200px;
    left: 135px;
    z-index: 1000;
}


#controlsDiv {
    background: #FBF;
    padding: 10px;
    width: 280px;
    float: left;
    text-align: left;
}

#thumbsDiv img {
    border: solid 1px white;
    cursor: pointer;
}

img.selected {
    border: dashed 1px yellow;
}

#nameInputDiv {
    margin-top: 10px;
}

#nameInput {
    width: 100%;
    font-size: 120%;
    padding: 0.1em;
    border: solid 1px #999;
    background-image: url(http://static.aqi.wigflip.com/img/shade2.png);
    background-repeat: repeat-x;
}

#colorSelectDiv {
    margin-top: 8px;
}

#colorSelectDiv img {
    cursor: pointer;
}

#fontSelectDiv {
    margin-top: 8px;
}

#orientationSelectDiv {
    margin-top: 10px;
    vertical-align: middle;
}

#buttons {
    text-align: center;
    margin: 10px;
}

#textImg {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    font-size: 1%;
}

#savers input {
    width: 100%;
}

#saverDownloadLink {
    color: black;
    font-weight: bold;
}

#bottomLinks {
    color: white;
    text-align: center;
    font-size: 75%;
}

#bottomLinks a {
    color: black;
}

#bottomCell {
    color: white;
    text-align: center;
}

#bottomCell a {
    color: white;
}

#downloadLink a {
    font-weight: bold;
    color: black;
}

#explainer {
    font-size: 90%;
    text-align: center;
}