/*
msi.css
style sheet for LSI survey application
last modified
12/11/03
*/

BODY {
  background-color : #9EB3C6;
  color : Black;
  font-family : Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.borderright {
  color: #ECF0F4;
  border-right: 3px solid #FFFFFF;
  font-weight: 400;
  font-size:  10pt;
}

.qTxt {
  background: #ECF0F4;
  color: #333333;
  font-size:  10pt;
}

.qTxtnotdone {
  background: #80FFFF;
  color: #333333;
  font-size:  10pt;
}

.sheadbttn {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    background: #9b4a55;
    border-bottom: 1px solid #104A7B;
    border-right: 1px solid #104A7B;
    border-left: 1px solid #AFC4D5;
    border-top:1px solid #AFC4D5;
    color:#cccccc;
    height:19px;
    text-decoration:none;
    cursor: hand
}

.sectionHeading {
  color : #ffffff;
  background-color: #1D87B8;
  font-family : Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

.multiradioText {
  color : #404040;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  border-top: 1px solid #FFD0D0;
  border-bottom: 1px solid #FFD0D0;
}

.questionText {
  color : #006080;
  background-color: #D1EBF8;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

.instructionText {
  color : #000080;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;       ;
}

.dumpfile {
  color : #000080;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;       ;
}

.instructionTextb {
  color : #000080;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;       ;
}

.projtitleText {
  color : #42299c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

.pagetitleText {
  color : #CC6600;
  align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
}

td.recorddataHead {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  border-top: 1px dotted #D6E7FF;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #D6E7FF;
}

td.recorddataText {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  border-bottom: 1px solid #D6E7FF;
  border-right: 1px solid #D6E7FF;
  border-left: 1px solid #D6E7FF;
  border-top:1px solid #D6E7FF;
}

td.recorddataTextsmall {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  border-bottom: 1px solid #D6E7FF;
  border-right: 1px solid #D6E7FF;
  border-left: 1px solid #D6E7FF;
  border-top:1px solid #D6E7FF;
}

.sbttn {
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  background: #D6E7EF;
  border-bottom: 1px solid #104A7B;
  border-right: 1px solid #104A7B;
  border-left: 1px solid #AFC4D5;
  border-top:1px solid #AFC4D5;
  color:#000066;
  height:19px;
  text-decoration:none;
  cursor: hand
}

.sadminbttn {
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  background: #C4D590;
  border-bottom: 1px solid #104A7B;
  border-right: 1px solid #104A7B;
  border-left: 1px solid #AFC4D5;
  border-top:1px solid #AFC4D5;
  color:#000066;
  height:19px;
  text-decoration:none;
  cursor: hand
}

.sfinalbttn {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight: bold;
  background: #cc0000;
  border-bottom: 2px solid #880000;
  border-right: 2px solid #880000;
  border-left: 2px solid #ee0000;
  border-top:2px solid #ee0000;
  color:#ffffff;
  height:19px;
  text-decoration:none;
  cursor: hand
}

.stempbttn {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight: bold;
  background: #008800;
  border-bottom: 2px solid #003300;
  border-right: 2px solid #003300;
  border-left: 2px solid #00dd00;
  border-top:2px solid #00dd00;
  color:#ffffff;
  height:19px;
  text-decoration:none;
  cursor: hand
}


