#polls {
  margin: 0 5px;
  width:173px;
}

.poll {
  padding: 5px;
  border: 1px solid #DFDFDF;
}

* html .poll {
}

.poll strong {
  color: #177D34;
}

.pollchoice {
  /*overflow: hidden;*/
  margin-top: 10px;
}

.pollchoice input {
  float: left;
  width: 20px;
  height: 12px;
}

.pollchoicename {
  float: left;
  display: block;
  width: 120px;
  font-size: 9px;
  font-weight: bold;
}

.pollvotes {
  float: right;
  display: block;
  text-align: right;
  font-size: 9px;
}

.pollresult {
  clear: both;
  width: 163px;
  height: 10px;
  background-color: #DFDFDF;
}

.pollresult img {
  margin: 0;
  padding: 0;
}

#content #polls div.poll div.pollresult img.pollchoiceimg {
  border: 0;
}

.pollsubmit {
  clear: both;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0;
  text-align: center;
  font-weight: bold;
}

.pollsubmit button {
  padding: 3px;
  border: 1px solid #CECECE;
  color: #177D34;
  background-color: #DFDFDF;
  font-weight: bold;
}

.pollsubmit button:hover {
  background-color: #FCFFF4;
}

.main-content .event-files {
  margin-left: 15px;
  padding-left: 0px;
}

.main-content .event-files li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

.main-content .event-files li a {
  /*width: 500px;*/
  display: block;
  margin: 0;
  padding: 5px;
  padding-left: 20px;
}

.file_doc {
  background: transparent url(../img/file_doc.gif) 0px 5px no-repeat;
}

.file_gif {
  background: transparent url(../img/file_gif.gif) 0px 5px no-repeat;
}

.file_htm {
  background: transparent url(../img/file_htm.gif) 0px 5px no-repeat;
}

.file_html {
  background: transparent url(../img/file_html.gif) 0px 5px no-repeat;
}

.file_jpg {
  background: transparent url(../img/file_jpg.gif) 0px 5px no-repeat;
}

.file_pdf {
  background: transparent url(../img/file_pdf.gif) 0px 5px no-repeat;
}

.file_ppt {
  background: transparent url(../img/file_ppt.gif) 0px 5px no-repeat;
}

.file_rar {
  background: transparent url(../img/file_rar.gif) 0px 5px no-repeat;
}

.file_rtf {
  background: transparent url(../img/file_rtf.gif) 0px 5px no-repeat;
}

.file_xls {
  background: transparent url(../img/file_xls.gif) 0px 5px no-repeat;
}

.file_zip {
  background: transparent url(../img/file_zip.gif) 0px 5px no-repeat;
}

