/* cemm.css                         */
/* by Jon White (Jon.White@sas.com) */

A {
   color: #0066cc;
   text-decoration: none;
}

A:hover {
   text-decoration: underline;
}

BODY {
   background-color: #d1d2d4;
   line-height: 1.3;
   margin: 0;
   margin-bottom: 8px;
   margin-left: 48px;
   margin-right: 48px;
}

BODY,
INPUT,
SELECT {
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
}

FIELDSET {
   margin-bottom: 16px;
}

FORM {
   margin: 0;
}

LEGEND {
   color: #434447;
   font-weight: bold;
   margin-bottom: 4px;
}

IMG {
   border: 0;
}

#content {
   background-color: white;
   padding-bottom: 12px;
   padding-left: 32px;
   padding-right: 32px;
   padding-top: 12px;
vertical-align: top;
}

#head {
   margin-bottom: 16px;
}

#foot {
   font-size: 11px;
   margin-top: 10px;
   text-align: center;
}

.aboutyou,
.aboutyourorganization,
.survey,
.results,
.analysis,
.thankyou {
   background-image: url(title.png);
   background-repeat: no-repeat;
   height: 22px;
}

.aboutyou {
   background-position: 0 0;
}

.aboutyourorganization {
   background-position: 0 -22px;
}

.survey {
   background-position: 0 -44px;
}

.results {   
   background-position: 0 -66px;
}

.analysis {   
   background-position: 0 -88px;
}

.thankyou {
   background-position: 0 -110px;
}

.divider {
   background-image: url(dots.gif);
   background-position: left bottom;
   background-repeat: repeat-x;
   height: 2px;
   margin-bottom: 16px;
}

.label {
   color: #007fae;
   font-weight: bold;
   margin-bottom: 4px;
}

.nav {
   margin-top: 8px;
}

.position {
   color: #888888;
   font-size: 11px;
   padding-top: 8px;
   text-align: right;
}

.a {
   background-color: #eeeeee;
}

.button {
   color: #007fae;
   font-family: arial;
   font-size: 12px;
   font-weight: bold;
   margin-top: 8px;
   width: 100px;
}

.clickhere {
   color: #007fae;
   font-weight: bold;
   vertical-align: middle; 
}

.other {
   margin-left: 20px;
}

.text {
   margin-bottom: 4px;
   margin-left: 4px;
   margin-right: 4px;
}

.score,
.average {
   color: #d46618;
   font-weight: bold;
   text-align: center;
}

.average {
   color: #434447;
}

@media print {
   BODY {
      margin-left: 0;
      margin-right: 0;
   }
   LEGEND {
      background-color: white;
      font-size: 14px;
      font-weight: bold;
      margin-left: 0;
      padding-left: 0;
   }
   #content {
      padding-left: 0;
      padding-right: 0;
   }

   #foot,
   .title,
   .divider,
   .button,
   .noprint {
      display: none;
   }
   .page {
      border-top: #cccccc solid 1px;
      display: block;
      page-break-after: always;
   }
}
