/* generic classes for webblock vote */


#container2 .vote .head, #container3 .vote .head {
  background-image: url('../images/vote-head-bg.png');
  }
#container2 .vote .bottom, #container3 .vote .bottom {
  background-image: url('../images/vote-bottom-bg.png');
  }
#container2 .block.vote .body, #container3 .block.vote .body {
  background-image: url('../images/vote-body-bg.png');
  min-height: 126px; 
  height: expression( this.scrollHeight < 127 ? "126px" : "auto" ); /* sets min-height for IE */
 }

.vote h2, .vote h3, .vote a {
  color: #ffffff;
  }
.voteResult {
  color: #023183;
  vertical-align: top;
  }
.voteResultBar {
  background-color: #f7a416;
  }
.vote .body {
  }
.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: 0px 0px 0px 22px;;
  padding-top: 0px;
  width: 100%;
  }
.vote label {
  color: #023183;
  margin-left: 22px;
  }

/* Votepage */
.votepage #page {
  }
.votepage #container2 {
  width: 721px;
   }
.votepage #container2 .vote_overview .head {
  background-image: url('../images/block-2cols-head-bg.png');
  }
.votepage #container2 .vote_overview .bottom {
  background-image: url('../images/block-2cols-bottom-bg.png');
  }
.votepage #container2 .block.vote_overview .body{
  background-image: url('../images/block-2cols-body-bg.png');
}  
.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;
  }


