#armoryRoster th.header {
  background:url(../images/small.gif) no-repeat center left;
  color: #333333;
  font: bold 8px;
  text-align: left;
  cursor: pointer;
  padding-left: 8px;
  margin-left: -1px;
  height:25px;
  overflow: hidden;
}

#armoryRoster th.headerSortUp { background: #CCCCCC url(../images/small_asc.gif) no-repeat center left; }
#armoryRoster th.headerSortDown { background: #cccccc url(../images/small_desc.gif) no-repeat center left; }
#armoryRoster tr.even { background-color: #454543; color:white;}
#armoryRoster tr.over { background-color: #6699FF; cursor: pointer; }
