h3 {
	color: #ff00ae;
}

#projects_link .underline {
	display: block;
}

.module_content a:hover {
	/*color: #ff00ae;*/
}

.c_info {
	color: #ff00ae;
}

.c_info a {
	color: #ff00ae;
	border: none;
}

.c_info a:hover {
	color: #ff00ae;
	border-bottom: 1px dotted #ff00ae;
}

#timeline {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	top: 0px;
	left: 20px;
	width: 760px;
	height: 50px;
}

#timeline a {
	outline: none;
	color: #666666;
	text-decoration: none;
}

#timeline .sel_node a {
	color: #ff00ae;
	text-decoration: none;
}

#timeline a:hover {
	color: #ffffff;
}

#axis {
	position: absolute;
	margin-top: 10px;
	width: 100%;
	border-top: 2px solid #333333;
}

.year {
	cursor: default;
	position: absolute;
	top: 10px;
	width: 50px;
	margin-left: -25px;
	color: #333333;
	font-size: 10pt;
	text-align: center;
}

.maj_tick{
	overflow: hidden;
	position: absolute;
	top: -6px;
	height: 10px;
	margin-left: -1px;
	width: 2px;
	background-color: #333333;
}

.min_tick{
	overflow: hidden;
	position: absolute;
	top: -4px;
	height: 6px;
	margin-left: -1px;
	width: 1px;
	background-color: #333333;
}

.node {
	overflow: hidden;
	position: absolute;
	top: -13px;
	margin-left: -5px;
	width: 10px;
	color: #666666;
	font-size: 20px;
	text-align: center;
}

.sel_node {
	z-index: 900;
}

