.timeline
{
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 182px;
  float: right;
}
.timeline.left
{
	width: 255px;
	float: left;
	margin-right: 1px;
}
.visualizando tbody td
{
  background-color: #d4dfea!important;
}
.timeline .viewingPost
{
  background-color: #d4dfea!important;
}
.timeline a, .timeline a:visited, .timeline a:active
{
	color: #ffffff;
	text-decoration: none;
}
.timeline a:hover
{
	text-decoration: underline;
}
.timeline thead th, .timeline thead td
{
	color: #ffffff;
	font-weight: normal;
  background-color: #2f68a1
}
.timeline.future thead th, .timeline.future thead td
{
  color: #d4dfea;
}
.timeline thead th
{
	font-size: 14px;
	line-height: 30px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.timeline thead td
{
	font-size: 12px;
}
.timeline tbody td
{
	color: #005a94;
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
}
.timeline tbody td a, .timeline tbody td a:active, .timeline tbody td a:visited
{
  color: #264389;
  text-decoration: none;
}
.timeline tbody td a.tooltip span
{
  display: none;
  padding: 2px 3px;
  margin-left: 8px;
  width: 130px;
}
.timeline tbody td a.tooltip:hover span
{
  display: inline;
  position: absolute;
  background: #ffffff;
  border: 1px solid #2f68a1;
  color: #2f68a1;
  text-align: left;
}

.timeline .passado
{
  background-color: #1b5895;
}
.timeline .hoje
{
	background-color: #264389;
}
.timeline .dataInicio
{
	float: left;
	padding-right: 10px;
}
.timeline .dataFim
{
	float: right;
	padding-left: 10px;
}
.timeline .dataInicio, .timeline .dataFim
{
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	white-space: nowrap;
}
.timeline .dataInicio span, .timeline .dataFim span
{
	float: left;
}
.timeline .dataInicio .mes, .timeline .dataFim .mes
{
	float: left;
	font-size: 10px;
	line-height: 15px;
	padding-left: 3px;
}
