home *** CD-ROM | disk | FTP | other *** search
/ 66.142.0.142 / 66.142.0.142.tar / 66.142.0.142 / tlcmenu.css < prev    next >
Cascading Style Sheet File  |  2010-08-24  |  936b  |  54 lines

  1. .flyoutMenu {
  2.     color: White;
  3.     background-color: #dadada;
  4.     font-size: x-small;
  5.     font-weight: bold;
  6.     height: 25px;
  7. }
  8.  
  9. .flyoutHeading {
  10.     font-family: Verdana, Arial, Helvetica;
  11.     font-size: 8pt;
  12.     background-color: #F1F1F1;
  13.     font-weight: bold;
  14.     padding-top: 2px;
  15.     padding-bottom: 4px;
  16.     padding-left: 2px;
  17.     cursor: default;
  18. }
  19.  
  20. .flyoutMenu TD.flyoutLink  {
  21.     border-color: #F1F1F1;
  22.     border-width: 1px;
  23.     border-style: solid;
  24.     font-family: Verdana, Arial, Helvetica;
  25.     font-size: 8pt;
  26.     padding: 1px 25px 3px 6px;
  27.     cursor: hand;
  28. }
  29.  
  30. .flyoutLink a {
  31.     color: black;
  32.     text-decoration: none;
  33. }
  34.  
  35. .flyoutLink a:hover {
  36.     color: black;
  37.     text-decoration: none;
  38.     font-weight: bold;
  39. }
  40.  
  41. .flyoutLink a:visited {
  42.     color: black;
  43.     text-decoration: none;
  44. }
  45.  
  46. .flyoutLink a:active {
  47.     color: black;
  48.     text-decoration: none;
  49. }
  50.  
  51. .flyoutFont {
  52.     font-family: Verdana, Arial, Helvetica;    
  53.     font-size: 8pt;    
  54. }