
#timeline {
	height: 296px;
	width: 570px;
	
	/*
	margin-top: 9px;
	margin-left: 9px;
		
	position: relative;
	*/
	
	position: absolute;
	top: 9px;
	left: 9px;
	
}

#timeline_main {
	height: 274px;
	width: 570px;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
}

	.timeline_screen {
		height: 274px;
		width: 580px;
		
		position: absolute;
		top: 0px;
		left: 0px;
		
		margin: 0px;

	}
	
	.timeline_screen_column {
		height: 274px;
		width: 290px;
		
		float: left;
	}
	
		.timeline_year {
			height: 133px;
			width: 280px;

			margin-bottom: 8px;
			
			float: left;
			
			position: relative;
			
		}
		
			.timeline_year_label {
				height: 133px;
				width: 29px;
				
				position: absolute;

				color: white;
				
				font-size: 10px;
			}
			
			.timeline_year_entries {
				height: 133px;
				width: 244px;
				
				position: absolute;
				top: 0px;
				left: 36px;
			}
			
				.timeline_year_entry_1 {
					font-size: 11px;
					
					line-height: 14px;
					
					color: #231f20;
				}
				
				.timeline_year_entry_2 {
					font-size: 11px;
					
					line-height: 14px;
					
					color: #9e9e9e;
				}

#timeline_nav {
	height: 16px;
	width: 570px;

	position: absolute;
	top: 280px;
	left: 0px;
}

	#timeline_nav_later {
		height: 16px;
		width: 280px;

		background-color: #b5bcb3;

		position: absolute;
		top: 0px;
		left: 0px;
		
		cursor: pointer;		
		
	}
	
		#timeline_nav_later-text {
			font-size: 9px;
			
			color: #ffffff;
			
			padding-top: 2px;
			padding-left: 23px;
			
			background-image: url(images/timeline_arrow_left.gif);
			background-repeat: no-repeat;
			background-position: 13px 4px;
		}

	#timeline_nav_earlier {
		height: 16px;
		width: 280px;

		background-color: #b5bcb3;

		position: absolute;
		top: 0px;
		left: 290px;
		
		cursor: pointer;

	}
	
		#timeline_nav_earlier-text {
			font-size: 9px;
			
			color: #ffffff;
			
			padding-top: 2px;
			padding-right: 23px;
			
			text-align: right;

			background-image: url(images/timeline_arrow_right.gif);
			background-repeat: no-repeat;
			background-position: 261px 4px;

		}

		

#timeline_edit {
	padding: 15px;
	
	background-color: #ffffff;
	
	margin-bottom: 15px;
}

	#timeline_edit .title {
		font-size: 15px;
		font-weight: bold;
		
		margin-bottom: 15px;
	}
	
	.timeline_edit_row_year {
		font-weight: bold;
		
		margin-top: 7px;
		
		border-bottom: 1px solid #efefef;
		
		padding-bottom: 3px;
		margin-bottom: 3px;
	}
	
	.timeline_edit_row {
		margin-bottom: 7px;
	}
	