/* Controls the common style in hyperleda web interface */
/* 2003-02 Vlad/Sofia team                           */
body {
   color: #000040;
   background-image: url("hlbg.jpg")
}

hr {
  border: none;
  background-color: #000099;
  color: #OO0099;
  height: 1px;
}
hr.frsep { height: 3px; }

.warning { 
/* Selects any element with attribute class="warning" */
   background-color:#FFFFFF;
   color: red;
   border:red;
   border:thin dotted;
   text-align:center;
}

.help {cursor:help}

/*****************************************************************************/

