/*

Copyright Jim Stone, 2003.

This file is part of wcPoll.

    wcPoll is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    Foobar is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Foobar; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

body {
  font-family: Arial, Verdana, Courier, monospace;
  font-size:1.0em;
}

.ButtonRow {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 5px;
  background-color: #eeeefa;
  border-top:0;
  color:#6088bf;
}

ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-top: 0px;
}

.MainTable {
  background-color: #eeeefa;
  color:#6088bf;
}

.OptionText,.OptionRow {
  font-family: Arial, Courier, monospace;
  font-size: 1.0em;
  padding-left: 4px;
  margin-top:20px;
  color:#6088bf;
}

.OptionRow {
  background-color: #eeeefa;
  color:#6088bf;
  width:600px;
}

.PollTable {
  border: 0;
  background-color: #eeeefa;
  padding: 2px;
  color:#6088bf;
}

.QuestionTable {
  background-color: #eeeefa;
  color:#6088bf;
}

.QuestionPrompt {
  text-align: center;
  background-color: #eeeefa;
  font-family: Courier, monospace;
  font-size: 1.0em;
  padding-right: 5px;
  color:#6088bf;
}

.QuestionText {
  font-family : Arial, Courier, monospace;
  font-size: 1.1em;
  padding-top: 6px;
  padding-bottom: 6px;
  color:#0000ff;
  background-color: #eeeefa;
  border: 0;
}

.RadioButton {
  background-color: #eeeefa;
}


.StandardText, .SectionTitle, .instructions {
  font-family: Arial, Courier, monospace;
  font-size: 1.0em;
  padding-left: 5px;
}

.SectionTitle {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}

.instructions {
  line-height: 18px;
}

.CloseWindow {
  font-family: Arial, Verdana, Helvetica, Sans-serif;
  font-size: 1.0em;
  border: 0;
}

.title {
  font-size: 1.2em;
  color:#0000ff;
}

