/*  Styles used by the tips     */
/*  .. used in script oc-tp.js  */

/* message */
  .message {font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 8pt; font-weight: normal; text-decoration: none; color: #404040; background: transparent }
  a.message:link    { color: #404040; background: transparent }    /* unvisited links */
  a.message:visited { color: #404040; background: transparent }    /* visited links   */
  a.message:hover   { color: #404040; background: transparent }    /* user hovers     */
  a.message:active  { color: #404040; background: transparent }    /* active links    */ 

/* tipx - maroon background */
  .tipx { font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 8pt ; font-weight: bold ; text-decoration: none; background: #770000; color: #7E7E7E }
  a.tipx:link    {color: #7E7E7E ; background: #000055; text-decoration: none }
  a.tipx:visited {color: #7E7E7E ; background: #000055; text-decoration: none  }
  a.tipx:hover   {color: #7E7E7E ; background: #880000; text-decoration: none }
  a.tipx:active  {color: #7E7E7E ; background: #000055; text-decoration: none  }

/* tipz */
  .tipz { font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 8pt ; font-weight: bold ; text-decoration: none; background: #004400;  color: #7E7E7E }
  a.tipz:link    {color: #7E7E7E ; background: transparent; text-decoration: underline }
  a.tipz:visited {color: #7E7E7E ; background: transparent; text-decoration: underline  }
  a.tipz:hover   {color: #7E7E7E ; background: transparent; text-decoration: underline }
  a.tipz:active  {color: #7E7E7E ; background: transparent; text-decoration: underline  }

/* tipv - navy background */
  .tipv { font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 8pt ; font-weight: bold ; text-decoration: none; background: #000055; color: #7E7E7E }
  a.tipv:link    {color: #7E7E7E ; background: #880000; text-decoration: none }
  a.tipv:visited {color: #7E7E7E ; background: #880000; text-decoration: none  }
  a.tipv:hover   {color: #7E7E7E ; background: #000055; text-decoration: none }
  a.tipv:active  {color: #7E7E7E ; background: #880000; text-decoration: none  }


