tr.inbound {
	color: #000000;
	background-color: #E4DD85;
	
}
tr.empty {
	color: #868686;
	background-color: #cccccc;
	
}
tr.deck {
	color: #ffffff;
	background-color: #024111;
	
}
tr.download {
	color: #ffffff;
	background-color: #114d70;
	
}
tr.truck {
	color: #ffffff;
	background-color: #D77C22;
	
}
tr.staged {
	color: #ffffff;
	background-color: #E51B1E;
	
}
tr.enroute {
	color: #868686;
	background-color: #cccccc;
}
tr.plane {
	color: #868686;
	background-color: #cccccc;
}tr.roll {
	color: #ffffff;
	background-color: #640001;

}tr.postal {
	color: white;
	background-color: blue;
}
tr.ffo {
	color: white;
	background-color: #D00000;
}
tr.upload {
	color: white;
	background-color: #20A600;
}
tr.sdr {
	color: white;
	background-color: rgba(79,0,118,1.00);
}
@-moz-keyframes blinker {
 from {
background-color: red;
 color:white;
}
 to {
background-color: white;
 color:red;
}
}
 @-webkit-keyframes blinker {
 from {
background-color: red;
 color:white;
}
 to {
background-color: white;
 color:red;
}
}
 @keyframes blinker {
 from {
background-color: red;
 color:white;
}
 to {
background-color: white;
 color:red;
}
}
tr.blink {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@-moz-keyframes blinker2 {
 from {
background-color: blue;
 color:white;
}
 to {
background-color: white;
 color:blue;
}
}
 @-webkit-keyframes blinker2 {
 from {
background-color: blue;
 color:white;
}
 to {
background-color: white;
 color:blue;
}
}
 @keyframes blinker2 {
 from {
background-color: blue;
 color:white;
}
 to {
background-color: white;
 color:blue;
}
}
tr.blinkmail {
	-webkit-animation-name: blinker2;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker2;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker2;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	
}
@-moz-keyframes blinker3 {
 from {
background-color: rgba(79,0,118,1.00);
 color:white;
}
 to {
background-color: white;
 color:rgba(79,0,118,1.00);
}
}
  @-webkit-keyframes blinker3 {
 from {
background-color: rgba(102,00,153,1);
 color:white;
}
 to {
background-color: white;
 color:rgba(102,00,153,1);
}
}
 @keyframes blinker3 {
 from {
background-color: rgba(102,00,153,1);
 color:white;
}
 to {
background-color: white;
 color:rgba(102,00,153,1);
}
}
tr.blinksdr {
	-webkit-animation-name: blinker3;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker3;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker3;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

}

tr.noblinksdr{

background-color: rgba(102,00,153,1);
color:white;

}