


/* FUNCTIONAL TIMELINE STYLING */

/* table styling */
#timegraph{
	overflow:auto;
}

#timegraph_content{
	width:100%;
	clear:both;
	margin:0px;
	
}
#timegraph_content tr th{
	border-right:1px solid #AF9E83;
	border-top:1px solid #AF9E83;
	border-bottom:1px solid #AF9E83;
	
	text-align:center;
}
#timegraph_content tr th:first-child{
	border-left:1px solid #AF9E83;
}

#timegraph_content tr td{
	border-right:1px solid #AF9E83;
	border-top:none;
	
	padding-top:15px;
	padding-bottom:15px;
}
#timegraph_content tr td:first-child{
	border-left:1px solid #AF9E83;
}

/* control panel with hide/show buttons */
#timegraph_ctrl{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
	
	width:100%;
}

/* timeline entries */
.tag{
	margin-left:auto;
	margin-right:auto;
	
	font-size:12px;
	text-align:center;
	width:120px;
	background:#FFE0AA;
	border-bottom:1px solid #AF9E83;
	
	
}
.tag_contents{
	border-right:1px solid #AF9E83;
	border-top:1px solid #AF9E83;
	border-left:1px solid #AF9E83;

}
.tag_title{
	font-weight:bold;
}
.tag_date{
	font-style:italic;
}
/* popup description tags */
.description{
	width:240px;
	background:#FFE0AA; 
	padding:2px;
	position:absolute;
	display:none;
	
	border-left:1px solid #AF9E83;
	border-right:1px solid #AF9E83;
	border-bottom:1px solid #AF9E83;
}




/* AESTHETIC TIMELINE STYLING */


/* style for the month descriptors */
#timegraph_content tr td.month{
	background: #AF9E83;
	text-align: center;
	font-size: 15px;
	padding-top:0px;
	padding-bottom:0px;
	font-weight: bold;
	
	border: 1px solid #AF9E83;
}	