/*main css rules.  please do not change the order of these*/
.landChg {
  display: none;
  background-color: /*#554444*/ #4C0000;
  color: #CCCCCC
}
.nwChg {
  display: none;
  background-color: #7A5200;
  color: #CCCCCC
}
.tagChg {
  display: none;
  background-color: #334444;
  color: #CCCCCC
}
.govChg {
  display: none;
  background-color: #555555;
  color: #CCCCCC
}
.spyOp {
  display: none;
  background-color: #444455;
  color: #CCCCCC
}
.news {
  display: none;
  background-color: #444444;
  color: #CCCCCC;
}
/*you can change the order of anything after this comment but please leave everything above alone
news.js requires that they stay in the same order.

thanks,
-Zarc

*/
.news TD, .spyOp TD, .govChg TD, .tagChg TD, .nwChg TD, .landChg TD {
  /*border: .5px #333333 solid;*/
  padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px;
}

.checked A:Link, .checked A:Visited {
  border: 1px #FFFFFF solid;
  /*background-color: #444444;*/
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 5px; padding-right: 5px;
  margin: 0px;
}
.checked A:Hover {
  color: gray;

}
.checked A:Active {
  color: #FFFFFF;
}

#lbl0 { background-color: /*#554444;*/ #4C0000; }
#lbl1 { background-color: /*#444433;*/ #7A5200; }
#lbl2 { background-color: #334444; }
#lbl3 { background-color: #555555; }
#lbl4 { background-color: #444455; }
#lbl5 { background-color: #444444; }

.unchk A:Link, .unchk A:Visited { 
  border: 1px #444444 solid;
  background-color: #333333;
  color: gray;
  text-decoration: none;
  padding-left: 5px; padding-right: 5px;
  margin: 0px;
}
.unchk A:Hover {
  color: #FFFFFF;

}
.unchk A:Active {
  color: gray;
}