.grey {
	background-color: #cccccc;

}

table.materials {
	border-collapse: collapse;
	width: 100%;
} 

table.materials td {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    padding: 6px;
}


span.forRes {
	font-size: 18px;
	color: #660000;
    font-family: Geneva, Arial, Helvetica, sans-serif;

}

.expander_plus {
	background-image: url(../images/bullet_toggle_plus.png);
	background-repeat: no-repeat
}

.expander_minus {
	background-image: url(../images/bullet_toggle_minus.png);
	background-repeat: no-repeat
}

.green {
color: green;
}

.red {
color: red;
}

