
/*Style for DIV tag around the entire warning table*/
.main {
  width: 130px;
  font: 9px Verdana, Arial, Helvetica, sans-serif;
}

/*This is in a DIV tag above the table. Contains link to Norman*/
.main_header {
  text-align:center;
  width: 130px;
  text-transform: uppercase;
  background-color: #007676;
  text-decoration: none;
  color:white;
}

/*This is the style for the table which lists the warnings*/
.main_table {
  font: 9px Verdana, Arial, Helvetica, sans-serif;
}

/*The day, month and year cell has a <span> which uses this style*/
.span_cell {
  font-family: verdana; 
  font-size: 9px;
  line-height: 80%;
  margin-top: -2px;
  margin-bottom: -2px;
  display: inline; 
  letter-spacing: -0.5pt;
}

/*Style for a blank cell between year and virusname*/
.td_filler {
  padding-left: 2px;
  letter-spacing: -0.5px;
}

/*Style for the link (a href) to the virus description*/
.a_name {
  font-size: 9px;
  line-height: 80%; 
  margin-top: -2px;
  margin-bottom: -2px;
  text-decoration: none;
  color: #003399;
}

/*Style used in the <td> where you find High Risk, Medium Risk and Low Risk*/
.td_risk_header {
  color: white;
  font-size: 9px;
  padding-left: 2px;
  text-transform: uppercase;
}

/*Style used in the <tr> where you find the <td> above*/
.tr_risk_header {
  background: black;
}

/*Link style for the link to virus description*/
A.a_name, A.a_name:visited {
  color: #003399;
  font-size: 9px;
  line-height: 80%;
  margin-top: -2px;
  margin-bottom: -2px;
  font-weight: lighter;
  text-decoration: none;
}

/*Link style for the link to virus description*/
A.a_name:active, A.a_name:hover {
  color: #fd0011;
  font-size: 9px;
  line-height: 80%;
  margin-top: -2px;
  margin-bottom: -2px;
  font-weight: lighter;
  text-decoration: none;
}

/*Link style for the link to virus description*/
A.a_name {
	font-size: 9px;
    margin-top: -2px;
    margin-bottom: -2px;
	line-height: 80%;
}