/* generic classes for webblock vote */

.block.vote {
 margin: 0px 0px 0px 0px;
 padding: 0px 10px 0px 20px;
 position: relative;
 clear: both;


 }
	
.vote .bottom {
 display: none;
}

.vote .head
{
 background-image: url('/tijdschriften/visie/images/bg_grey.jpg');
 background-repeat: repeat-y;
 height: 10px;
 }
 
.block.vote .body {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 background-image: url('/tijdschriften/visie/images/bg_grey.jpg');
 background-repeat: repeat-y;
 }

.vote .meningSubmit{
 float:right;
 padding: 3px 3px 3px 3px;
 margin: 0px 0px 10px 0px;
 border: none;
 background: none;;
 border-right: solid 5px grey;
 color: #ef3d23;
 font-size: 18px;
font-family:QuadraatSans-Bold,Verdana, Arial, Helvetica, sans-serif;
 }

#container3 .vote h1, #container3 .vote h2 {
  padding-top: 10px;
  color: black;
  font-size: 18px;
  }

.voteResult {
 color: black;
 }

.voteResultBar {
 background-color: #ef3f23;
 }


.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: #494949;
 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;
  }




