@import url(helixworld.css);

/* because europa is a product */
#prod .prod {
	background: #c1d7da;
	text-shadow: 2px 2px 1px #888; /* right, bottom, blur, color */
}

/* europa highlighting */
#prod #release .releases {
	background: #c1d7da;
	text-shadow: 1px 1px 2px #aaa; /* right, bottom, blur, color */
}

/* for the first navigation link */
#europa .welcome {
	background: #ffff88;	/* yellow! */
	text-shadow: 1px 1px 2px #888; /* right, bottom, blur, color */
}

#europa .welcome:hover {
	background: #c1d7da;
}

.builds {
	opacity: 0.65;
}

.lightbox2 {
	width: 25%;
	padding: 0px;
	margin: 2px 0 2px 12px;
	border: 1.0px solid black;
	text-align: center;
	background-color: rgb(228, 228, 228);
	border-radius: 4px;
}

.no-width {
	width: inherit !important;
}

.lightbox2:hover{
	background-color: rgb(208, 208, 208);
}
.lightbox2 a {
	text-decoration: none;
}
.lightbox2 a:visited {
	color: inherit;
}
.lightbox2 a:hover {
	color: blue;
}

.lightbox2 img {
	display: block;
	margin: 2px 2px 0 2px;
	border: 1.0px brown none;
}

.lightbox2 a span {
	display: inline;
	font: 8px/12px verdana;
	font-weight: bold;
	vertical-align: top;
	border: none;
	
}
