.project-title-bar {
	font-weight: bold;
	margin-bottom: 4px;
}

.project-title-bar .project-title {
	padding: 4px;
}

.project-title-bar .project-type-school {
	background-color: #ec008c;
	color: white;
}

.project-title-bar .project-type-commercial {
	background-color: #00baff;
	color: white;
}

.project-title-bar .project-type-experimental {
	background-color: #a3ef00;
	color: black;
}

.project-title-bar .title {
	float: left;
	display: inline;
}

.project-title-bar .date {
	float: right;
	display: inline;
}

.project-view {
	margin-bottom: 5px;
}

.project-view-graphic {
	text-align: center;
	margin-bottom: 5px;
	position: relative;
}

.project-graphic {
	position: absolute;
	top: 0px;
	left: 0px;
}

.click-to-play {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-weight: bold;
	font-size: 16px;
	background-color: black;
	padding: 5px;
	cursor: pointer;
}

.project-image-selectors {
	padding-right: 10px;
}

.project-image-selectors table {
	border-collapse: separate;
	font-size: 12px;
	padding: 0px;
	color: white;
	font-weight: bold;
}

.project-image-selector {
	margin-right: 3px;
	margin-left: 3px;
	cursor: pointer;
	padding: 2px;
}

.project-image-selectors .hover {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	padding: 1px;
}

.project-image-selectors .selected {
	cursor: auto;
	border: none;
	padding: 2px;
}

.project-details {
	background-color: #333333;
	padding: 10px;
}

.project-details td {
	vertical-align: top;
	font-size: 10px;
}

.project-info {
	min-width: 164px;
	max-width: 260px;
	padding-right: 10px;
}

.project-description {
	border-left: 4px solid;
	padding-left: 10px;
	color: #888889;
	border-color: inherit;
}

div.info-section-head span{
	background-color: black;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 2px 1px 1px;
	letter-spacing: 1px;
	vertical-align: top;
}

div.info-section-head {
	margin-bottom: 5px;
}

div.formats a {
	color: black;
	font-weight: bold;
	border-right: 1px solid white;
	margin-right: 2px;
	padding-right: 4px;
}

div.formats a:hover {
	color: inherit;
}


div.formats {
	margin-bottom: 20px;
	line-height: 20px;
}

span.roles {
	color: black;
}

