#viewEventFormResponsesCont{float:right; margin:3px; padding:0px; line-height:25px;  }
.viewEventFormResponses{background:#E5E5E5;}
.viewEventFormResponses a{padding:5px;}
.viewAbstract div{clear:none;}
.viewEvent div{clear:none;}

.reportProgressBar{
  border-radius: 10px;
  background: #e6e5e2;
  box-shadow: 0 -1px 1px #c0bfbc inset;

}

.reportProgressBar div {
  border-radius: 9px;
  text-align: right;
  color: #e6e5e2;
  box-shadow: 0 2px 2px #333;
  margin:10px 0px 5px 0px;
  background-color: #1a82f7;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#1a82f7));
  background: -webkit-linear-gradient(top, #0099FF, #1a82f7);
  background: -moz-linear-gradient(top, #0099FF, #1a82f7);
  background: -ms-linear-gradient(top, #0099FF, #1a82f7);
  background: -o-linear-gradient(top, #0099FF, #1a82f7);
}

.threadStatusContainer{
  margin:10px;
  padding:10px;
}
.threadStatusContainer div#status{
  font-size:1.3em;
  text-transform: capitalize;
}
.threadStatusContainer div#currentAcitity{
  font-size: .9em;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 10px;
}

.threadStatusContainer div#currentActionString{
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 10px;

}
.threadStatusContainer #reportOptions{text-align: right}