body, div, p, span, table, thead, tbody, tr, th, td, h1, h2 {
    margin: 0;
    padding: 0;
}

body {
    font: 12px arial,verdana,clean,sans-serif;
    width: 960px;
    *width: 960px;
    min-width: 960px;
    margin: 12px auto;
}

table {
    border-collapse: collapse;
}

h2 {
    color: #636363;
    font-size: 19x;
    display: inline;
    margin-right: 208px;
}

button {
    font-family: inherit;
    font-size: 1em;
    height: 2em;
    vertical-align: center;
    color: #333;
    background-color: #f2f2f2;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#e8e8e8));
    background: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
    background: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
    background: -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
    background: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
    /* You can't override this in IE, so we remove it because of new-button override */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e8e8e8', GradientType=0); */
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

button:hover {
    color: #000;
    border: 1px solid #bbb;
    box-shadow: 1px 1px 3px #d2d2d2;
    -webkit-box-shadow: 1px 1px 3px #d2d2d2;
    -moz-box-shadow: 1px 1px 3px #d2d2d2;
}

#configurator {
    float: left;
    width: 530px;
    *width: 530px;
    min-width: 530px;
}

#results {
    float: right;
    width: 418px;
    *width: 418px;
    min-width: 418px;
}

.cdsResultsTable {
    border: 1px solid #999;
    border-collapse: collapse;
    width: 400px;
    vertical-align: top;
    margin-top: 12px;
}

.cdsResultsTable thead td {
    background-color: #ccc;
    font-weight: bold;
    color: #555;
}

.cdsResultsTable td {
    border: 1px solid #999;
    padding: 2px 4px;
}

#teethInMeshWarning {
    color: #f00;
}

.teethInMeshNorm {
}

.teethInMeshOob {
    color: #f00;
}

div.attributeContainer {
    border: 1px solid #999;
    width: 526px;
    background-color: #fff;
    margin-top: 12px;
}

div.attributeHeader {
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 2px 3px 4px;
}

table.attribute {
    border: 1px solid #999;
    width: 504px;;
    background-color: #fff;
    color: #000;
    margin: 5px 5px 5px 15px;
    border-collapse: collapse;
}

#aUnit table.attribute {
    width: 160px;;
    margin: 5px 5px 5px 359px;
}

table.attribute td {
    padding: 2px 6px;
    border: 1px solid #aaa;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: underline;
}

td.attributeValueSetCell {
    background-color: #fff;
    color: #008;
}

td.attributeValueSetCellHovered {
    background-color: #ddf;
    color: #008;
}

td.attributeValueSetCellSelected {
    background-color: #008;
    color: #fff;
}

td.attributeValueSetCellConflicted {
    background-color: #ccc;
    color: #666;
}

td.attributeValueSetCellDisabled {
    background-color: #aaa;
    color: #666;
}

#desiredCenter {
    text-align: right;
}

#desiredCenterInput {
    margin: 5px;
}

