.InactiveElement, .ActiveElement, .CurrentElement {
	line-height: 1.4;
}

.InactiveElement {
	color: #D0CEA2;
	text-decoration: none;
}
.InactiveElement img {
	filter: alpha(opacity=20);
	opacity: 0.2;
	margin: 1px;
	border-width: 2px;
	border-color: #ffffff;
}


.ActiveElement {
	color: #ffffff;
	text-decoration: none;
}
.ActiveElement img {
	filter: alpha(opacity=100);
	opacity: 1.0;
	margin: 1px;
	border-width: 2px;
	border-color: #ffffff;
}


.CurrentElement {
	color: #006A72;
	text-decoration: none;
}
.CurrentElement img {
	filter: alpha(opacity=100);
	opacity: 1.0;
	margin: 1px;
	border-width: 2px;
	border-color: #ffffff;
	background: none;
}


.ExpandedThumb {
	background-color: #D0CEA2;
	padding: 15px;
	z-index: 50;
}
.ExpandedThumbExterior {
	left: 0px;
	width: auto;
	visibility: hidden;
	position: absolute;
	background: transparent;
	z-index: 50;
}


.FullProjectView {
	background-color: #D0CEA2;
	padding: 15px;
	z-index: 100;
}
.FullProjectExterior {
	left: 10%;
	top: 10%;
	width: 830px;
	visibility: hidden;
	position: absolute;
	background: transparent;
	z-index: 100;
}


.b1f, .b2f, .b3f, .b4f {background-color:#D0CEA2; overflow:hidden; display:block;}
.b1f {height:1px; margin:0 5px;}
.b2f {height:1px; margin:0 3px;}
.b3f {height:1px; margin:0 2px;}
.b4f {height:2px; margin:0 1px;}



.bigtable {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #E3600B;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E3600B;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #929292;
}