/** panel background images */

.marbled {
	background-image:url(/ui/img/marbled.jpg);
	background-repeat:no-repeat;
	background-position:-21px -203px;
}

.deutsche {
	background-image:url(/ui/img/deutsche.jpg);
	background-repeat:no-repeat;
	background-position:-24px -33px;
}

.logbook {
	background-image:url(/ui/img/logbook.jpg);
	background-repeat:no-repeat;
	background-position:-29px -33px;
}

.lace {
	background-image:url(/ui/img/shade.jpg);
	background-repeat:no-repeat;
}

.cornfabric {
	background-image:url(/ui/img/cornfabric.jpg);
	background-repeat:no-repeat;
	background-position:-29px -33px;	
}

.missouri {
	background-image:url(/ui/img/missouri.jpg);
	background-repeat:no-repeat;
}

.tin {
	background-image:url(/ui/img/biscuit-tin.jpg);
	background-repeat:no-repeat;
}

.leather {
	background-image:url(/ui/img/leather.jpg);
	background-repeat:no-repeat;
}

.bound {
	background-image:url(/ui/img/bound.jpg);
	background-repeat:no-repeat;	
}

/** panel color groups */

.alpha {
	background-color:#fff;
	border-top:9px solid #aaa;
	color:#aaa;
}

.alpha .info p strong {
	color:#aaa;
}

#content .alpha a {
	color:#D34328;
}

#content .alpha a:hover {
	color:#000;
}

.beta {
	background-color:#E9E18E;
	border-top:9px solid #94794b;
	color:#94794b;
}

.beta .info p strong {
	color:#94794b;
}

#content .beta a {
	color:#D34328;
}

#content .beta a:hover {
	color:#000;
}

.gamma {
	background-color:#E9B48E;
	border-top:9px solid #AF6936;
	color:#AF6936;
}

.gamma .info p strong {
	color:#AF6936;
}

#content .gamma a {
	color:#D34328;
}

#content .gamma a:hover {
	color:#000;
}

.delta {
	background-color:#8DC3E9;
	border-top:9px solid #00477F;
	color:#00477F;
}

.delta .feature .content h3,
.delta .feature .content h4 {
	color:#334;
}

.delta .info p strong {
	color:#00477F;
}

#content .delta a {
	color:#D34328;
}

#content .delta a:hover {
	color:#000;
}

.phi {
	background-color:#E98E96;
	border-top:9px solid #D34328;
	color:#D34328;
}

.phi .info p strong {
	color:#D34328;
}

#content .phi a {
	color:#00477f;
}

#content .phi a:hover {
	color:#000;
}

.phi .feature .content h3 {
	color:#333;
}

.rho {
	background-color:#C3E98E;
	border-top:9px solid #467616;
	color:#467616;
}

.rho .info p strong {
	color:#467616;
}

#content .rho a {
	color:#00477f;
}

#content .rho a:hover {
	color:#000;
}

.lambda {
	background-color:#E98EC3;
	border-top:9px solid #cf288a;
	color:#cf288a;
}

.phi .lambda p strong {
	color:#cf288a;
}

#content .lambda a {
	color:#00477f;
}

#content .lambda a:hover {
	color:#000;
}

.nu {
	background-color:#333;
	color:#ccc;
}

.mu {
	background-color:#fff;
	color:#333;
}

.iota {
	background-color:#d8dfcd;
}