.projectList {
	background: #f5f5f5;
	padding: 20px;
}
	.projectCategory {
		color: rgb(0, 57, 107);
		font-variant: normal;
		font-weight: normal;
		overflow: hidden;
		font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		border: none;
			font-size: 20px;
			color: #114e73;
			font-weight: 300;
	}

		.projectCategory .expand, .projectCategory .collapse {
			color: #999999;
			font-size: 0.8em;
			font-weight: normal;
		}
		
		.projectCategory .levelCount {
			font-weight: normal;
		}
		
		.projectCategory .levelName {
			position: relative;
			cursor: pointer;
		}
		
			.projectCategory .campaignTime {
				position: absolute;
				right: 0;
				top: 50%;
				transform: translateY(-50%);
				font-size: .8em;
				text-transform: none;
			}
		
			.projectCategory .hiddenCount {
				font-size: 0.6em;
				text-transform: none;
				position: absolute;
				right: 0;
				top: 50%;
				transform: translateY(-50%);
				display: none;
			}
				.projectCategory .hiddenCount.active {
					display: block;
				}

		.projectCategory .signpostLegend {
			font-size: 12px;
			margin-left: 10px;
			margin-top: 2px;
			text-transform: none;
			clear: both;
			padding: 10px;
			background: #e9e9e9;
			margin: 0;
		}

		.projectCategory .signpostLegend span {
			margin-left: 5px;
			display: inline-block;
		}

			.projectCategory .signpostLegend .abbr {
				color: #454545;
				font-weight: bold;
			}

			.projectCategory .signpostLegend .full {
				color: #777777;
				font-weight: normal;
				margin-right: 10px;
			}
			
		.levelName {
			width: 100%;
			margin: 0 0 10px;
/* 			border-bottom: 1px solid #999999; */
		}

	.project  {
		position: relative;
		margin: 10px 5px;
		padding: 10px;
		background-color: #f5f5f5;
		border-width: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: block;
	}

	.project2 {
		position: relative;
		margin: 10px 5px;
		padding: 10px;
		background-color: #ffffff;
		border-width: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: block;
/* 		border: 1px solid #cfcfcf; */
		border-width: 0;
		box-shadow: 1px 0px 0px 0 #cfcfcf, 0 1px 0 0 #cfcfcf, 1px 1px 0 0 #cfcfcf, 1px 0 0 0 #cfcfcf inset, 0 1px 0 0 #cfcfcf inset;
	}
	
		.project2:hover {
			
		}

		.project a, .project2 a {
			color: #116492;
			text-decoration: none;
		}

		.project a:hover, .project2 a:hover {
			color: #114e73;
		}

		div.project2:hover, div.greenDiv:hover {
			color: #000;
			background: #ffffff;
/* 			border: 1px solid #116492; */
			z-index: 10;
			border-width: 0;
			box-shadow: 1px 0px 0px 0 #116492, 0 1px 0 0 #116492, 1px 1px 0 0 #116492, 1px 0 0 0 #116492 inset, 0 1px 0 0 #116492 inset;
		}

		div.project2:hover a {
			color: #114e73;
			text-decoration: none;
		}

			div.project2:hover a.admin-button {
				color: #fff;
			}

		.project.objectRecord, .project2.objectRecord {
			margin: 0px 80px 0 5px !important;
		}
		
			.objectRecord .icon_object_info {
				float: left;
				display: block;
			}
		
			.objectRecord .icon_object_info img {
				margin-top: 3px;
			}

			.objectRecord .icon_object_info span {
				font-size: 16px;
				margin-top: 3px;
				margin-right: 10px;
				display: inline-block;
			}
		
			.objectRecord .objectHistory, .objectRecord .objectSignpost {
				font-weight: normal;
			}
			
				.objectRecord .objectHistory .object_organization, .objectRecord .objectSignpost .object_organization {
					font-weight: bold;
				}
		
	.levelContainerToggle {
/*
		margin: 10px 0
		background: #ffffff;
*/
	}

	.objectRecord .signpostColumn.multiSignpost[rel="Previous Level"] {
		/* visibility: visible; */
	}

	.overdueDiv {
		position: relative;
		margin: 10px 5px;
		padding: 15px;
		border-width: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: block;
	}

		.overdueDiv.objectRecord {
			margin: 10px 80px 10px 5px !important;
		}
		
		.objectActions {
			top: 0 !important;
			right: -80px !important;
			width: 75px !important;
			height: 100% !important;
			margin: 0;
			padding: 0;
/* 			border-left: 1px solid #cccccc; */
		}

			div.project2:hover .objectActions {
			}

			.objectActions img {
				margin: 0px 3px !important;
			}

	.objectRecord.legacy_group {
		border: rgb(0, 73, 128) solid 2px !important;
	}
	
	.objectColumn {
		font-weight: bold;
		display: flex;
	}

		.objectColumn.singularSignpost {
			margin-left: 1em;
			display: block;
		}

	.headerContainer, .signpostContainer {
		position: relative;
		padding: 15px 96px 10px 15px !important;
		text-decoration: none;
	}
	
		.headerContainer u {
			text-decoration: none;
		}
	
	.signpostColumn {
		color: #878787;
		font-weight: bold;
	}
	
	.addlInfoColumn {
		color: rgb(0, 57, 107);
		font-weight: bold;
	}

		.addlInfoColumn a {
			color: rgb(0, 57, 107);
			font-weight: normal;
		}
		
/*
		.addlInfoColumn.attempts-contacts {
			display: block !important;
		}
*/

.objectActions_left {
	position: absolute;
	top: 7px;
	left: -25px;
	width: 25px;
	display: none;
}

	.object_highlighted .objectActions_left, .objectRecord:hover .objectActions_left {
		display: block;
	}
	
	.objectActions_left a {
		width: 16px;
		height: 16px;
		display: block;
	}

	.icon_highlight {
		background: url("/images/star_sm.png") no-repeat center top;
	}

		.object_highlighted .icon_highlight {
			background-position: center bottom;
		}



/* Object name colors */
.levelContainer .project2.objectRecord:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 272px;
	height: 100%;
	content: " ";
}

.objectRecord > .objectColumn:not(.singularSignpost) {
	position: relative;
	border-right: #878787 solid 2px;
}

	.objectRecord > .objectColumn:not(.singularSignpost):before, .objectRecord > .objectColumn:not(.singularSignpost):after {
		position: absolute;
		top: 50%;
		left: 100%;
		width: 0;
		height: 0;
		border: solid transparent;
		content: " ";
		cursor: pointer;
	}
	
		.objectRecord > .objectColumn:not(.singularSignpost):before {
			border-color: rgba(194, 225, 245, 0);
			border-left-color: #878787;
			border-width: 8px;
			margin-top: -8px;
		}
		
		.objectRecord > .objectColumn:not(.singularSignpost):after {
			margin-top: -5px;
			border-color: rgba(255, 255, 255, 0);
			border-left-color: #ffffff;
			border-width: 5px;
		}
