.debateRulesBox
{
  background: #f0f0f0;
  border: 1px solid #264389;
  padding: 50px 60px 50px 60px;
  display: none;
}

.triQuartColumn
{
  width: 710px;
}
.triQuartColumn .doubleColumn
{
  width: 350px;
}
.doubleColumn
{
  width: 470px;
}
.doubleColumn .doubleColumn
{
  width: 230px;
}
.quadColumn
{
  width: 230px;
}

.debateTheme h4
{
	color: #000000;
}
.debateMember h4
{
  color: #000000;
}

.debateBanner
{
  height: 150px;
  width: 950px;
	border-top: 1px solid #00468e;
  border-collapse: collapse;
}
.debateBanner th
{
  width: 190px;
  padding: 1px 0px 0px 0px;
}
.debateBanner td
{
  padding: 0px 10px 0px 51px;
  vertical-align: middle;
  text-align: left;
}
.debateBanner h3
{
	font-size: 26px;
	margin-bottom: 0px;
	font-weight: normal;
}
.debateBanner h4
{
	font-weight: normal;
	font-size: 16px;
}

.votingStatus
{
  color: #ffffff;
  font-size: 20px;
  border-collapse: collapse;
  margin: 10px auto 10px auto;
  border: 1px solid #00468e;
}
.votingStatus.con
{
  border: 1px solid #da251d;
}
.votingStatus.con a, .votingStatus.con a:visited, .votingStatus.con a:active
{
  color: #da251d;
}
.votingStatus td, .votingStatus th
{
  background: #f0f0f0;
  padding: 5px 10px 5px 10px;
  text-align: center;
  font-weight: normal;
}
.votingStatus td
{
  padding: 0px;
}
.votingStatus td img
{
  width: 45px;
  height: 45px;
}
.votingStatus th div
{
  font-size: 12px;
}
.votingStatus.pro th
{
  background: #00468e;
}
.votingStatus.con th
{
  background: #da251d;
}
.votingStatus.pro td
{
  color: #00468e;
}
.votingStatus.con td
{
  color: #da251d;
}

.voteHistoryContainer
{
  margin-top: 10px;
  text-align: left;
  border: 1px solid #00468e;
  padding: 1px 0px 1px 1px;
  margin-left: auto;
  margin-right: auto;
  width: 452px;
  overflow: hidden;
  background: url('/images/layout/50.gif') repeat-x center left;
}
#voteHistoryDetails
{
  text-align: center;
  font-size: 10px;
}
.voteHistory
{
  border-collapse: collapse;
  border: 0px;
}
.voteHistory thead th
{
  font-size: 10px;
  font-weight: normal;
  width: 40px;
  text-align: right;
}
.voteHistory thead td
{
  color: #ffffff;
  padding-right: 1px;
}
.voteHistory td
{
  font-size: 10px;
  overflow: hidden;
  padding: 0px;
  overflow: hidden;
}
.voteHistory div
{
  overflow: hidden;
  width: 13px;
}
.voteHistory .pro
{
  background: #00468e;
  margin-bottom: 1px;
}
.voteHistory .con
{
  background: #da251d;
}
.voteHistory .none
{
  background: #f0f0f0;
  height: 100px;
}
