/* generic classes for webblock vote */


.vote {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 position: relative;
 clear: both;
 border: 0px solid blue;
 font-size: 0.8em;
 }

#container2 .vote.block .head,
#container3 .vote.block .head {
 height: 35px;
 background-image: url('/programma/ontopic/images/stelling_dag_head.gif');
 display: none;
 background-repeat: no-repeat;
 background-position: top left;
 }

#container2 .block .bottom{
 height: 15px;
 position: relative;
 display: block;
 }

#container3 .vote.block {
 margin: 0px 0px 20px 0px;
 padding: 10px 0px 10px 0px;
 background-color:white;
 width: 245px;
 border-left: 0px dotted #ec0031;}


/* vote as a seealso styled onto the article */

.articlepage #container3 .vote.block .head{
 height: 35px;
 background-image: url('/programma/ontopic/images/stelling_head.gif');
 display: none;
 background-repeat: no-repeat;
 background-position: top left;
 }

.articlepage #container3 .vote.block {
 margin: 0px 0px 20px 0px;
 padding: 0px 0px 0px 0px;
 width: 245px;
 border-left: 0px dotted #ec0031;
 }

.vote h2 {
 color: #e30011;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 0px 0px;
 font-size: 1em;
 }

.meningSubmit{
 color:white;
 background-color: #93bc00;
 float:right;
 }

.voteResult {
 color: #1c1617;
 margin: 0px 0px 0px 0px;
 padding: 10px 10px 0px 20px;
 }

.voteResultBar {
 background-color: #93bc00;
 }

.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: #625d5d;
 padding-left: 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;
  }

