/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 20, 2015, 11:14:37 AM
    Author     : jkrueger
*/


td.mel{
	border-style:none;
	
	background: #ddd8f0;
	color: #000000;
	text-align: right;
}
td.melg{
	border-style:none;
	background: #bbc3d3;
	color: #000000;
	text-align: right;
}
td.pseudo{
	border-style:none;
	background: #87f0d8;
	color: #000000;
	text-align: right;
	
}
td.pseudog{
	border-style:none;
	background: #5fc7af;
	color: #000000;
	text-align: right;
}
td.break{
	border-style:none;
	background:black;

}