.mantis_roadmap tt{
	background-color: #ffffff;
	color: #000000;
	font-family: monospace;
	font-size: 10pt !important;
	line-height: 16px !important;
}
.progress400 { 
	position: relative;
	width: 400px;
	border: 1px solid #d7d7d7;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1px;
}
.progress400 .bar {
	display: block; 
	position: relative; 
	background: #6bba70;
	text-align: center;
	font-weight: normal;
	color: #333;
	height: 2em;
	line-height: 2em;
}
.pg-selected {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.pg-normal {
	cursor: pointer;
}