﻿body {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}

#Survey .DescriptionHeaderRow {
    font-style:italic;
}

#Survey .RatingHeaderRow {
    background-color:#dddddd;
    color:#333333;
}

#Survey .RatingLabelRow {
    background-color:#efefef;
}

#Survey .TenTable {
    width:100%;
}

#Survey .TenTable td {
    width:10%;
    text-align:center;
    white-space:nowrap;
    padding:4px 0;
}

#Survey .FiveTable {
}

#Survey .FiveTable td {
    padding:4px 0;
}

#Survey .FiveTable .Subquestion {
    padding-left:20px;
}

#Survey .FiveTable .Question {
    width:250px;
}

#Survey .FiveTable td.DescriptionHeaderCell {
    width:50%;
    text-align:center;
    white-space:nowrap;
}

#Survey .FiveTable td.RatingHeaderCell {
    width:10%;
    text-align:center;
    white-space:nowrap;
}

#Survey .FiveTable td.RatingLabelCell {
    width:10%;
    text-align:center;
    white-space:nowrap;
}

#Survey .FiveTable .RatingTable {
    width:100%;
}

#Survey .FiveTable .RatingTable td {
    width:50px;
    text-align:center;
    white-space:nowrap;
}

#Warranty h2.First,
#DeliveryConfirmation h2.First {
    margin: 10px 0;
}

#Warranty h2,
#DeliveryConfirmation h2,
#ErrorPage h2 {
    font-size: 1.2em;
    font-weight: 500;
    margin: 20px 0 10px 0;
}

.InfoTable {
    width:100%;
}

.InfoTable th {
    text-align:left;
    background-color:#dddddd;
    color:#333333;
    font-weight:normal;
}

.Windowpadding {
    width:490px;
    padding:5px;
    background-color:#f5f5f5;
}

.FormArea {
    border-collapse:collapse;
}

.FormArea td, .FormArea th {
    padding:4px;
}

.ThinInput {
    background-color:#FAFAFA;
    border:1px solid #336699;
    color:#336699;
    padding:2px;
}

.MaxInput {
    width:99.7%;
}

.ButtonCell {
    text-align:right;
    width:500px;
}

.FieldTitle {
    width:1%;
    white-space:nowrap;
    font-weight:bold;
    text-align:right;
    color:#555555;
}

.Required {
    color:#990000;
    font-weight:bold;
}

.HideByDefault {
    display:none;
}

.ScootedDown {
    margin-top:20px;
}

.Statement {
    color:#555555;
}

.Question {
    font-weight:bold;
    color:#555555;
}

.Question.Required {
    font-weight:bold;
    color:#990000;
}

.MattressDiagramContainer {
    overflow:hidden;
}

.MattressDiagram {
    float:left;
    padding-left:10px;
}

.MattressDiagram h3 {
    font-size:100%;
    color:#333333;
    font-weight:bold;
    text-align:center;
}

.MattressMatrix {
    overflow:hidden;
    width:225px;
    border-right:solid 1px black;
    border-bottom:solid 1px black;
}

.MattressMatrix div {
    float:left;
    width:74px;
    text-align:center;
    border-top:solid 1px black;
    border-left:solid 1px black;
    padding-top:8px;
    padding-bottom:8px;
}

.Starting {
    margin-top:0;
}

.Ending {
    margin-bottom:0;
}

.Warning {
    color:Red;
    font-weight:bold;
}

.ThankYou {
    border: solid 1px #369;
    padding:10px;
}

.ErrorContainer {
    background-color:white;
    border:solid 1px red;
    padding:4px;
    color:Red;
    width:488px;
}

td.DividerCell {
    vertical-align:top;
}

/* Uploader */
.UploadContainer {
    padding:10px;
    background-color:White;
    border:solid 1px #000066;
}

div.fieldset {
    border:  1px solid #afe14c;
    margin: 10px 0;
    padding: 0 10px;
}
div.fieldset span.legend {
    position: relative;
    background-color: #FFF;
    padding: 3px;
    top: -10px;
    font-size: 110%;
    color:#006600;
}
div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #000066;

    -moz-border-radius-topleft : 5px;
    -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}
.progressWrapper {
    width: 375px;
    overflow: hidden;
}
.progressContainer {
    margin-bottom:10px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}
.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}
.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}
.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}
.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
}
a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}
a.progressCancel:hover {
    background-position: 0px 0px;
}
.swfupload {
    vertical-align: top;
}

#divStatus {
    margin:10px;
    font-style:italic;
}

#DonationRequestTable {
    width:400px;
    margin-left:auto;
    margin-right:auto;
    background-color:#eee;
}
#DonationRequestTable th {
    text-align:right;
}
