/*=====================================================================*/
/*    serrano/prgm/project/hop/share/hop.css                           */
/*    -------------------------------------------------------------    */
/*    Author      :  Manuel Serrano                                    */
/*    Creation    :  Sat Dec 25 07:01:42 2004                          */
/*    Last change :  Tue Oct 30 18:04:19 2007 (serrano)                */
/*    Copyright   :  2004-07 Manuel Serrano                            */
/*    -------------------------------------------------------------    */
/*    Standard HOP CSS                                                 */
/*=====================================================================*/

/*---------------------------------------------------------------------*/
/*    Tooltip ...                                                      */
/*---------------------------------------------------------------------*/
.hoptooltip {
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
  z-index: 100000;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffcc;
}

/*---------------------------------------------------------------------*/
/*    mailto                                                           */
/*---------------------------------------------------------------------*/
.hopmailto {
  font-family: monospace;
  cursor: pointer;
}

.hopmailto:hover {
  text-decoration: underline;
}

/*--- buttons ---------------------------------------------------------*/
div.foot {
  margin-top: 10px;
  background: transparent;
  text-align: center;
}

a.foot-button {
  opacity: 0.3;
  background-color: inherit;
  color: inherit;
  text-decoration: none;
}

a.foot-button:hover {
  opacity: 1;
}

a.foot-button img {
  border-width: 0;
  background: transparent;
  padding-left: 5px;
  padding-right: 5px;
}

mi {
  font-family: cmmi10;
}

mo {
  font-family: cmr10;
}

