/* generic classes for webblock vote */

.block.vote {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 160px;
  position: relative;
  clear: both;
  border: 1px solid #ffaf1a;
  }

.vote .head {
 display: block;
 height: 25px;
 background:url(/socialsites/helpendehollander/images/vote_head.gif) white no-repeat;
 background-color: #ffaf1a;
 width: 200px;
 } 

.vote .bottom {
 display: none;
 }

.block.vote .body {
 display: block;
 margin: 0px 0px 0px 0px;
 padding: 10px 10px 10px 10px;
 }

.block.vote h2{
 font-size: 0.8em;
 }

.vote p {
 color: black;
 padding: 5px 0px 5px 5px;}

.voteResult {
 color: black;
 font-size: 0.8em;
 }

.voteResultBar {
 background-color: #ffaf1a;
 }

.vote p.options {
  margin: 0px;
  }

.vote img.actionButton {
  border: none;
  position: relative;
  visibility: visible;
  z-index: 49;
  float: right;
  margin-top: 10px;
  }

.vote p.info {
  text-align: left;
  margin: 0px 0px 0px 0px;
  clear: right;
  }

.vote table {
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
  }

.vote label {
  color: black;
  padding: 5px 0px 5px 5px;
  }

/* Votepage */

.votepage #page {
  background-image: url('/components/images/background2cols.gif');
  }

.votepage #container2 {
  width: 622px;
  }

.votepage #container3 {
  display: none;
  }

.votepage .vote_overview .innerbody {
  width: 560px;
  /* height: 320px; */
  float: left;
  padding: 5px;
  visibility: visible;
  z-index: 99;
  position: relative;
  overflow: auto;
  }

.votepage strong {
  color: red;
  clear: both;
  }

.votepage .vote_overview .innerbody a {
  color: #023183;
  text-decoration: underline;
  }

