/* poll set */

.poll-application { margin-left: 5px; }

.poll-question {  margin-left:5px; width: 100%; background-color:#ffffff; color:#000000; font-size: 14pt; font-family: Tahoma, Arial, sans-serif; }

.poll-hint {  margin-bottom:10px; margin-top:20px; margin-left:10px; width: 100%; background-color:#f3f4b4; color:#000000; font-size: 10pt; font-family: Tahoma, Arial, sans-serif; }


/* form.css */

.busybox{
  z-index: 10000;

  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;

  position: absolute;
  text-align: center;
  left: 350px;
  top: 175px;

  width: 150px;
  height: auto;

  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;

  z-index: 10000;
}


* {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(/css/gif/1004-warning.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/css/gif/1004-warning.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}


form table {
border-collapse: collapse;
border-spacing: 1px;
}


form td, form th {
padding:6px 6px;
border-bottom:solid 1px #eee;
vertical-align:top;

       font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
}


form table caption{
  background-image: url(/css/gif/back.gif);
  background-repeat: repeat;
  /* 
background: #efefef;
color: #333; */
  
text-align: center;
  
font-size: 1.2em;
  
line-height:32px;

  font-family: Tahoma, Arial, sans-serif;
  font-size: 12pt;
  color: #efefef;
}



form thead th {
  
background: #5c88ed;
  
border-bottom:solid 5px #ddd;
  
border-top:solid 1px #fff;

  text-align:left;

  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
}


form 
tfoot td, tfoot th{
background: #eee;
border-bottom:solid 1px #fff;
border-top:solid 1px #ccc;
}


form tr.odd td, form tr.odd th {
background:#edf3fe;
}


/* links */


form td a, form td a:visited {
padding-top:6px;
padding-bottom:6px;
margin-top:-6px;
margin-bottom:-6px;
);
}




form td a.add, form td a.add:visited {

  /*padding-top:6px;
padding-bottom:6px;
margin-top:6px;
margin-bottom:6px;
   */
  background-image: url(/css/png/add.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 3px 3px 3px 20px;
  
line-height:1.8em;

}



form td a.save, form td a.save:visited {

  /* padding-top:6px;
padding-bottom:6px;
margin-top:6px;
margin-bottom:6px;
   */
  background-image: url(/css/png/accept.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 3px 3px 3px 20px;
  
line-height:1.8em;

}



form td a.remove, form td a.remove:visited {
  /* 
padding-top:6px;
padding-bottom:6px;
margin-top:6px;
margin-bottom:6px;
    */
  background-image: url(/css/png/delete.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 3px 3px 3px 20px;
  
line-height:1.8em;

}



form td a.search, form td a.search:visited {
  background-image: url(/css/png/find.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 3px 3px 3px 20px;
  
line-height:1.8em;

}



form td a {
color:#333;
}
form 

td a:visited {
color:#999;
}


form tbody th a {
background: url(http://fi3.fi/table.png) center left no-repeat;
padding-left:20px;
color:#333;
}


form tbody a[title^="Download"] { 
background: url(http://fi3.fi/arrow_down.png) center left no-repeat;
padding-left: 20px;
}

form td input, form td select, form td textarea {
  overflow: auto;
  border-width: 1px;
  border-style: solid;
  padding: 2px;
}

form td input.changed, form td select.changed, form td textarea.changed{
  border-color: #ff0000;
  border-width: 2px;
  border-style: solid;
}

form a.visited_off:link    { color:#0000FF; }
form a.visited_off:visited { color:#0000FF; }
