﻿/*---------------------------------------------------------------*/
/* TIMELINE DA EMPRESA */
/*---------------------------------------------------------------*/

.timeline_ano
{
    background: url('../Images/timeline_ano.png');     
    width: 48px;
    height: 45px;    
    font-family: "Calibri", "Arial";
    font-size: 8pt;
    color: #FFFFFF;        
}

.timeline_row
{
    background: url('../Images/timeline_post.png');     
    width: 48px;
    height: 232px;    
}

.timeline_row_empty
{
    background: url('../Images/timeline.png');     
    width: 48px;
    height: 24px;  
    padding: 0px 0px 0px 0px;  
    margin: 0px 0px 0px 0px;  
}

.timeline_post_left
{
    background: url('../Images/timeline_post_left.png');     
    height: 232px; 
    width: 415px;
    color: #333333;
	font-size: 15pt;
	text-decoration: none;		
	font-family: "Calibri", "Arial";
}

.timeline_post_right
{
    background: url('../Images/timeline_post_right.png');     
    height: 232px; 
    width: 415px;
    color: #333333;
	font-size: 15pt;
	text-decoration: none;		
	font-family: "Calibri", "Arial";
}

.timeline_texto
{
    color: #999999;
	font-size: 11pt;
	text-decoration: none;		
	font-family: "Calibri", "Arial";
}

.timeline_data
{
    color: #003C77;
	font-size: 10pt;
	text-decoration: none;		
	font-family: "Calibri", "Arial";
	padding: 0px 30px 0px 0px;
}
