body
{
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  color: #000000;
	font-size: 12px;
}

a, a:active, a:visited
{
	color: #00468e!important;
	text-decoration: underline!important;
}

h1, h2, h3, h4, h5
{
  color: #00468e;
}

.header
{
  border-bottom: 1px solid #00468e;
}
.header .logo
{
  display: none;
}
.header .logoPrint
{
  display: table-cell;
  width: 210px;
  border-right: 1px solid #00468e;
}
.header .headerMotto h3
{
  color: #00468e;
}

.footer
{
  color: #00468e;
}

.userBar .loginInfo
{
  display: none;
}

.debateBanner h4
{
	color: #000000;
}

.timeline thead th, .timeline thead td
{
	color: #00468e!important;
  border: 1px solid #00468e;
}
.timeline thead .passado
{
  color: #1b5895!important;
  border: 1px solid #1b5895!important;
}
.timeline thead .hoje
{
  color: #264389!important;
	border: 1px solid #264389!important;
}
.timeline.future thead th, .timeline.future thead td
{
  color: #00468e!important;
  border: 1px solid #d4dfea;
}
.visualizando tbody td, .timeline .viewingPost
{
  border: 1px solid #d4dfea;
}

.notInPrint
{
  display: none;
}

.formError, .formSuccess
{
  display: none;
}

.votingStatus
{
  border: 0px;
  color: #00468e;
}
.votingStatus.con
{
  border: 0px;
  color: #da251d;
}
.votingStatus.pro td
{
  border: 1px solid #00468e;
}
.votingStatus.con td
{
  border: 1px solid #da251d;
}

.voteHistory .pro
{
  border: 1px solid #00468e;
}
.voteHistory .con
{
  border: 1px solid #da251d;
}
