a:link    {color: #af0000; text-decoration: none;}
a:visited {color: #af0000; text-decoration: none;}
a:hover   {color: #af0000; text-decoration: underline;}
a:active  {color: #af0000; text-decoration: underline;}

/*
a:link    {color: #0000ee; text-decoration: none;}
a:visited {color: #0000ee; text-decoration: none;}
a:hover   {color: #0000ee; text-decoration: underline;}
a:active  {color: #0000ee; text-decoration: underline;}
*/

body {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 13px;
  color: #000000;
}

table, tr, td {
  border-collapse: collapse; 
  border: hidden;
  padding: 2px;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #bfbfbf;
}

#image_tooltip {
  position:absolute;
  border: 1px solid #bfbfbf;
  background: #ffffff;
  display: none;
  color: #ffffff;
}

.list_row:link    {background-color: #ededed;}
.list_row:visited {background-color: #ededed;}
.list_row:hover   {background-color: #ededed;}
.list_row:active  {background-color: #ededed;}

.line_div {
  height: 1px; 
  margin-top: 10px; 
  margin-bottom: 10px; 
  /*
  background-color: #bfbfbf;
  */
  background-image: url(./images/line.gif); 
}