/* Main table styles */
.wp-main-table {
  width:200px; /* the global width of the poll */
  border-width:1px;
  border-style:solid;
  border-color:#72BEFA;
  padding: 0px;
  /*background:red;*/
}

/* Header row styles */
.wp-main-table-headerRow-TD-left {
  padding:0px;
  height:0px;
  background:#72BEFA;
}


.wp-main-table-headerRow-TD-center {
  padding:0px;
  height:0px;
  background:#72BEFA
}

.wp-main-table-headerRow-TD-right {
  padding:0px;
  height:0px;
  background:#72BEFA
}

/* Content (middle) row styles */
.wp-main-table-contentRow-TD-left {
}

.wp-main-table-contentRow-TD-center {
  border-width:0px;
  padding:0px 0px 0px 0px 0x;
}

.wp-main-table-contentRow-TD-right {
}

/* Footer row styles */
.wp-main-table-footerRow-TD-left {
}

.wp-main-table-footerRow-TD-center {
}

.wp-main-table-footerRow-TD-right {
}

/* Content table styles */
.wp-content-table {
  width: 100%;
  border-width:0px;
  /*background:#DBEEFE;*/
}

.wp-content-table-questionRow-TD {
  height:48px;
  border-width:0px;
  text-align:center;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size:16px;
  font-weight:bold;
  /*color:#6D929B;*/
  color:#FFFFFF;
  background: #72BEFA;
}

.wp-content-table-answersRow-TD {
  border-width:0px;
  padding:10px 5px 5px 5px;
  text-align:left;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size:14px;
  font-weight:normal;
  /*color:#72BEFA;*/
  color: #000000;
  /*background:#DDE1E5;*/
}

.wp-content-table-answersRow-TD img {
  background: transparent url(http://www.widgetpanel.com/images/polls/css/classic-blue/classic-blue-progbar-01.gif) repeat-x scroll 0%;
  height:10px;
  margin: 0px;
  border: 0px none; 
  padding: 0px;

}
.wp-content-table-voteRow-TD {
  border-width:0px;
  padding:15px 5px 5px 5px;
  text-align:center;
}

.wp-content-table-voteButton {
  width:72px;
  height:26px;
  background: url(http://www.widgetpanel.com/images/polls/css/classic-blue/btn-vote-classic-blue-01.gif) no-repeat right bottom;
}

.wp-content-table-answer-check {
  /*padding: 10px 20px 15px 20px;*/
  
}

.wp-content-table-answer-other
  padding: 20px 20px 15px 20px;

}

/* RESULT table only styles */
.wp-content-table-answer-progressbar-img {
	background: transparent url(http://www.widgetpanel.com/images/polls/css/classic-blue/classic-blue-progbar-01.gif) repeat-x scroll 0%;
	height:10px;
	margin: 0px;
	border: 0px none; 
  padding: 0px;
}

.wp-content-table-totalVotes-TD {
  border-width:0px;
  padding:10px 5px 5px 5px;
  text-align:left;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size:14px;
  font-weight:normal;
  color:#71C53C;
}

/* View results row */
.wp-content-table-viewResultsRow-TD{
  padding: 5px;  
}

/* (View results/return to poll/ widgetpanel.com) links */
a:link.wp-content-viewResultsLink{
  color:#72BEFA;
  text-decoration:none;
}
a:visited.wp-content-viewResultsLink{
  color:#72BEFA;
  text-decoration:none;
}
a:hover.wp-content-viewResultsLink{
  color:#72BEFA;
  text-decoration:underline overline;
}
