body {
    background-color:rgb(193,210,227);
    color: black;
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 13px;
    /* background-image: url(/static/gfx/bg.test-server.gif); */
}

img { border: none; }

/*img.qmark {
    opacity: .5;
    filter: alpha(opacity=50);
    }*/

form, input { margin: 0; }

body.register label.required, body.lunch label.required { font-weight: bold; }

a { text-decoration :none; }
a:visited { color: blue; }
a:hover { color: red; }

/* special a for pdf */
a.pdf {
    background-image: url(/gfx/icon.pdf-tiny-xp.png);
    background-repeat: no-repeat;
    padding-right: 18px;
    background-position: right;
    }

hr.spacer {
    border: 1px solid #bbb;

}


h1,h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size : 36px;
    font-weight: bold;
    color:rgb(0, 60, 150);
    margin: 15px 10px 5px 0px;
}

h1.title span.subname {
    font-size: 18px;
    color: black;
    font-weight: normal;
}

h3 { border-bottom: 2px solid gray; }

/* stuff we only want to see when printing */
.print { display: none; }

p.button {
    padding: 10px;
    background-color: #ffd;
    width: 200px;
    border: 2px solid #ca6;
    font-weight: bold;
    font-size: 14px;
    color: #ca6;
}
p.button:hover { color: #ffd; background-color: #ca6; }

/* stuff for the glossary trickery */
.glossary {
    /* background-color:rgb(220,215,200); */
    color: rgb(80,50,0);
    cursor: help;
}
.glossary:hover { color: #ffd; background-color: #ca6; }


/* hack; take this out later @@ */
#pic {
    margin: 10px 10px 10px 0px;
    float: left;
    }


img#splogo { padding-top: 1px; padding-right: 10px; float: left; }
img#splogohouse { padding-right: 4px; float: left; }

#phnum {
   float: right;
    font-family: "Courier New", Courier, Monospace;
    font-size: 15px;
    font-weight: bold;
    margin-right: 50px;
    margin-bottom: 0px;
    padding-top: 15px;
    }

#controlbar, #options {
   background-color: #ddd;
}
#cbleft {
    background-image: url(/static/gfx/bg.lcurve.gif);
    background-position: left;
    background-repeat: no-repeat;
}
#controlbar {
    background-image: url(/static/gfx/bg.rcurve.gif);
    background-position: right;
    background-repeat: no-repeat;
}

#controlbar #languages, #controlbar #units {
   text-align: right;
   /* width: 50% */ /* turn back on when we get languages back */
}

#controlbar #maintitle {
    font-size : 14px;
    font-weight: bold;
    color:rgb(0, 0, 139);
}

/* links at top of page */

#links #linksleft {
    text-align: left;
}

#links #linksright {
    text-align: right;
}

#linksright div {
    padding: 5px;
    font-family: "Courier New", Courier, Monospace;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}

#links div.link {
    width: 140px;
    height: 25px;
    padding-top: 5px;
    margin: 0 5px 0 0;
    font-family: "Courier New", Courier, Monospace;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    background-image: url(/static/gfx/bg.darktab.gif);
    background-repeat: no-repeat;
}
    #links #linksleft a {
        color: rgb(0,0,180);
        }

#links div.link:hover, #links div.on {
    background-image: url(/static/gfx/bg.lighttab.gif);
}

#links div.link:hover {
    color: rgb(255,0,0);
}

#linksleft div { float: left; }

#linksright div { float: right; }


#prodwrapper {
    background-color: rgb(221,221,221);
    padding: 0px 4px 4px 4px;
    margin: 0;
    border: 0;
}
#filtertabs td a {
    background-image: url(/static/gfx/bg.products.off.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 100px;
    height: 20px;
    margin-right: 5px;
    display: block;
    padding: 0;
    padding-top: 4px;
}

body.main a#amain { background-image: url(/static/gfx/bg.products.on.gif); }
body.pzcp a#apzcp { background-image: url(/static/gfx/bg.products.on.gif); }
body.pzcb a#apzcb { background-image: url(/static/gfx/bg.products.on.gif); }
body.pzc a#apzc { background-image: url(/static/gfx/bg.products.on.gif); }

/* stuff on detail page */
#options {
    margin-top: 15px;
    padding: 10px;
    -moz-border-radius: 10px;
    }

div#options div {
    font-size: 13px;
    }

#title {
    margin-top: 15px;
    }

#footer {
    clear: both;
    border-top: 2px solid rgb(170, 170, 190);
    padding-top: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 11px;
    color: rgb(100, 100, 100);
    text-align: right;
}


table#wallsolutions {
    width: auto;
    width: 100%;
    }
table#wallsolutions th, table#wallsolutions td {
    padding: 4px 12px 4px 12px;
    text-align: center;
}
table#wallsolutions tr {
    background-color: white;
    background-color: rgb(220,220,220);
    border-bottom: 1px solid #ccc;
}
    table#wallsolutions tr:hover {
        background-color: rgb(255,245,240);
        }

table#wallsolutions tr.header {
    border-bottom: 2px solid black;
    background-color: transparent;
}

table#wallsolutions td {
    border-right: 1px solid #aaa;
}
    #thpd { }
    #thsm { width:200px; }
    #thwe { width:250px; }
    #thle { }
    #thdr { }
    #thse { }
    #thto { width:250px; }


/* table looks */

table {
    border-collapse: collapse;
    empty-cells: hide;
    border-spacing: 0px;
}

table#specs th, table#specs td {
    padding: 4px 12px 4px 12px;
    text-align: center;
}

th {
    font-size: 13px;
    font-weight: normal;
    width: 80px;
}

table#specs td {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    white-space: pre;
    vertical-align: middle;
}

table#specs tr {
    background-color: white;
    background-color: rgb(240,240,240);
    border-bottom: 1px solid #ccc;
}
    table#specs tr:hover {
        background-color: rgb(255,245,240);
        }

table#specs tr.header {
    border-bottom: 2px solid black;
    background-color: transparent;
}

table#specs td {
    border-right: 1px solid #ddd;
}

th { vertical-align: bottom; }

span.units { font-size: 11px; }

/* Form looks */

div.toolform, #emailformdiv {
    padding: 5px 15px 20px 15px;
    -moz-border-radius: 10px;

    background-color: rgb(252,245,213);
    color: black;
    }

div.toolform {
    width: 446px;
    }

#blankright {
    width: 426px;
    height: 200px;
    }

#emailformdiv {
    border: 2px solid rgb(155, 125, 120);
    }



div.fieldErrorDiv {
    color: red;
    }

div#top {
    padding-top: 5px;
}
