/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/


.odd {
  background: #eeeeee;
  }

.even {
  background: #ffffff;
  }

.td-e {
  font: normal 12px verdana, arial, helvetica, sans-serif;
  background: #ffffff;
  text-decoration: none;
  font-weight:normal;
  color: #000000;
  }


.td-o {
  font: normal 12px verdana, arial, helvetica, sans-serif;
  background: #eeeeee;
  text-decoration: none;
  font-weight:normal;
  color: #000000;
  }

 

.td-1-e {
  font: normal 12px verdana, arial, helvetica, sans-serif;
  background: #ffffff;
  text-decoration: none;
  font-weight:normal;
  color: #000000;
  text-align: center;
  }


.td-1-o {
  font: normal 12px verdana, arial, helvetica, sans-serif;
  background: #eeeeee;
  text-decoration: none;
  font-weight:normal;
  color: #000000;
  text-align: center;
  }




tbody tr:hover {
  background: #FFD800;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }

0000ff