#pipeline_data {
	width: 508px;
	margin: 2em 0 0;
	}
#pipeline_data a {
	font-weight: normal;
	}
#pipeline_data th a {
	font-weight: bold;
	}
#pipeline_data tr {
	vertical-align: middle;
	}
#pipeline_data th {
	padding: 4px 8px;
	font-weight: normal;
	text-align: left;
	background: #F0F4E0;
	border-top: 1px solid #FFF;
	}
#pipeline_data tr.section th {
	font-weight: bold;
	padding: 6px 8px;
	background: transparent;
	border-top: 1px dashed #CAD49F;
	}
#pipeline_data thead th {
	padding: 6px 0 6px 1px;
	text-align: center;
	width: 50px;
	background: transparent url(/img/bg_pipeline_cell.gif) 0 0 repeat-y;
	}
#pipeline_data td {
	padding: 6px 0;
	text-align: center;
	border-top: 1px solid #FFF;
	}
#pipeline_data td p {
	margin: 0;
	padding: 1px 0;
	}

.blank {
	background: #F0F4E0 !important;
	}
.discovery {
	background-color: #E5ECCA !important;
	}
.preclinical {
	background-color: #DAE4B7 !important;
	}
.phase1 {
	background-color: #D0DCA6 !important;
	}
.phase2 {
	background-color: #C6D496 !important;
	}
.phase3 {
	background-color: #BCCD88 !important;
	}

.completed {
	background: #690;
	background: #1178d2;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
.underway {
	background: #CF0;
	background: #88BCE9;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
.preparation {
	background: #2D2E32;
	background: #DCEBF8;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}

#pipeline_legend {
	margin: .5em 0 0;
	text-align: right;
	color: #666;
	}
#pipeline_legend span.legend {
	height: 1em;
	padding: 0 .4em;
	border: 1px solid #666;
	}

