div.boxdata {
  margin: 0px;
  padding: 0px;
}

/* ---- BOX Calender ----*/
table.calender {
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #8BA43E;
  width: 180px;
  margin: 10px;
}
table.calender td {
  color: #8BA43E;
  font-size: 10px;
}
table.calender th {
  font-size: 10px;
}
table.calender td.calheader {
  border: 1px solid #8BA43E;
  text-align: center;
  padding: 3px;
  font-weight: bold;
}
table.calender td.navi a {
  text-decoration: none;
}
table.calender td.caldata, table.calender td.calseldata {
  text-align: right;
  padding: 3px;
  border: 1px dashed #8BA43E;
  background-color: #EEF1E0;
}
table.calender td.calseldata {
  font-weight: bold;
}
table.calender td.select {
  font-weight: bold;
  background-color: #F9FAF4;
}

/* ---- BOX Poll Form ----*/

div.pollBoxForm {
  border: 1px solid #8BA43E;
  margin: 10px;
  width: 180px;
}
div.pollBoxForm form {
  padding: 0px;
  margin: 0px;
  text-align: left;
} 
div.pollBoxForm div.question {
  font-weight: bold;
  margin: 10px 5px 10px 10px;
  text-align: left;
}
div.pollBoxForm table.answers {
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-collapse: collapse;
  border-spacing: 0px;
}
div.pollBoxForm table.answers td {
  color: #8BA43E;
  border-bottom: 1px dashed #8BA43E;
}
div.pollBoxForm table.answers td.checkBox {
  vertical-align: top;
}
div.pollBoxForm table.answers td.answer {
  width: 100%;
}
div.pollBoxForm div.button {
  margin: 10px 5px 10px 5px;
  text-align: center;
}
div.pollBoxForm div.button input{
  border: 1px solid #000;
  text-decoration: none;
  color: white;
  font-size: 11px;
  font-weight: bold;
  background-color: #90A33B;
}
div.pollBoxForm div.linkAllPolls {
  margin: 20px 0px 5px 0px;
  padding-top: 5px;
  text-align: center;
  border-top: 1px solid #8BA43E;
  font-weight: bold;
}
div.pollBoxForm div.linkAllPolls a {
  margin-top: 5px;
  text-decoration: none;
  font-weight: normal;
}

/* ---- BOX Poll Voted ----*/
table.pollBoxVoted {
  border: 1px solid #8BA43E;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 10px;
  width: 180px;
}
table.pollBoxVoted td {
  padding: 5px;
  color: #8BA43E;
}
table.pollBoxVoted td.question {
  font-weight: bold;
  padding: 5px;
}
table.pollBoxVoted td.oneAnswer {
  width: 100%;
  text-align: left;
  padding: 5px;
}
table.pollBoxVoted td.answerResult {
  vertical-align: top;
  text-align: right;
}
table.pollBoxVoted td.balken div.balken {
  border: 1px solid black;
}
table.pollBoxVoted td.balken div.balken div{
  background-color: #90A33B;
  height: 15px;
}
table.pollBoxVoted td.balken div.balken div.none{
  background-color: transparent;
  height: 15px;
}
table.pollBoxVoted td.linkAllPolls {
  border-top: 1px solid #8BA43E;
  text-align: center;
  font-weight: bold;
}
table.pollBoxVoted td.linkAllPolls a {
  text-decoration: none;
  font-weight: normal;
}

/* RDF */
div.boxRDF {
  padding: 5px;
}
div.boxRDF div.rdfTitle {
  font-weight: bold;
  padding-bottom: 4px;
}
div.boxRDF div.rdfItems {
  padding-left: 4px;
}
div.boxRDF a.rdfItem {
  display: block;
  padding-left: 8px;
  padding-bottom: 4px;
  background-image: url(pics/bullet5.gif);
  background-repeat: no-repeat;
  background-position: left;
}

/* Forum */
div.boxForum {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
div.boxForum a.forumEntry {
  display: block;
  font-weight: bold;
  padding-left: 8px;
  padding-bottom: 2px;
  background-image: url(pics/bullet5.gif);
  background-repeat: no-repeat;
  background-position: left;
}
div.boxForum span.forumEntryData {
  display: block;
  font-size: 0.8em;
  padding-bottom: 4px;
}
div.boxForum div.moreLink {
  text-align: right;
}
div.boxForum div.moreLink a {
  font-weight: bold;
}

