/* generic classes for webblock vote */

.vote {
 margin-top: 0px;
 margin-left: 3px;
 margin-bottom: 0px;
 margin-right: 0px;
 padding-top: 0px;
 padding-left: 0px;
 _padding-left: 3px;
 padding-bottom: 0px;
 padding-right: 0px;
 width: 266px;
 float:right;
 position: relative;
 clear: both;
 overflow: hidden;
 }
  
.vote p {
 padding-left: 45px;
 color: #000;
 }

.vote h2{
 padding-left: 45px;
 font-size: 1.3em;
 font-variant: small-caps;
 }

.vote .body {
 padding: 0px;
 margin-top: -150px;
 color: #000;
 }
   
.vote .head {
 width: 266px;
 display: block;
 height: 150px;
 background-image: url('/programma/fataal/images/poll_head.png');
 background-repeat: no-repeat;
 _background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/programma/fataal/images/poll_head.png');
 visibility: visible;
 }
 
  
.vote .bottom {
width: 266px;
 position: relative;
 display: block;
 height: 18px;
 background-image: url('/programma/fataal/images/poll_bottom.png');
 background-repeat: no-repeat;
 _background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/programma/fataal/images/poll_bottom.png');
 visibility: visible;
 }
 
  
.block.vote .body {
 width: 240px;
 display: block;
 background-image: url('/programma/fataal/images/poll_bg.png');
 background-repeat: repeat-y;
 _background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/programma/fataal/images/poll_bg.png');
 padding-top: 0px;
 padding-right: 20px;
 padding-bottom: 0px;
 padding-left: 18px;
 margin-bottom: 0px;
 visibility: visible;
 }

#container3 .vote h1, #container3 .vote h2 {
 color: #000;
 }

.vote p {
 color: #000;
 }

.voteResult {
 color: #000;
 padding-left: 45px;
 }

.voteResultBar {
 background-color: #b7000f
 }

.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: #b7000f;
 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;
  margin: 20px 14px 30px 0px;
  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;
  }
