/*
 * Style sheet for screen and print colors
 * Project: digiinfo.com
 * 
 * Last revision: 11.01.2010
 */

a {
													color: #000000;
}

h1 {
													color: #333399;
}
 
.nav ul li a {
	/* navigation links at the top */
													color: #ffffff;	
}

.headline .first a {
													color: #333399;
}

.box-4 h2,
.box-8 h2,
.box-12 h2 {
													color: #000000;
}

.box-4 h3,
.box-8 h3,
.box-12 h3 {
													color: #000000;
}

h3.title {
													color: #333399;
}

.box-4 > h3 {
													color: #333399;
}

dd {
													color: #6F6F6F;
}

li.button {
													-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

li.button.production-0 {
													background: transparent url(../img/reports/circle-orange.png) no-repeat 2% 50%
}

li.button.production-1 {
													background: transparent url(../img/reports/circle-green.png) no-repeat 2% 50%
}

li.button:hover {
													border-color: #000099;
													-moz-box-shadow: 0 1px 3px rgba(0, 0, 153, 0.25);
}

	li.button a span {
													color: #C0C0C0;
	}
	
ul.reports .button a {
													background: transparent url(../img/reports/paper.png) no-repeat 2% 50%
}
