home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / MAROON.CSS3 < prev    next >
Text File  |  2007-02-04  |  866b  |  62 lines

  1. BODY {
  2.     background-color:        #663333;
  3. }
  4.  
  5. BODY, TABLE, TR, TD, DIV, SPAN, FONT, INPUT, BUTTON {
  6.     font-family:            tahoma;
  7.     font-size:                12px;
  8. }
  9.  
  10. FONT, .staticText {
  11.     color:                    #FFFFFF;
  12. }
  13.  
  14. .formHeading {
  15.     font-size:                26px;
  16.     color:                    #FFFFFF;
  17. }
  18.  
  19. HR {
  20.     color:                    #999999;
  21. }
  22.  
  23. .sectionHeading {
  24.     font-size:                13px;
  25.     font-weight:            bold;
  26.     color:                    #FFFFFF;
  27.     background-color:        #000000;
  28.     width:                    100%;
  29.     padding:                2px 2px 2px 4px;
  30. }
  31.  
  32. .button {
  33.     color:                    #333333;
  34.     background-color:        #CCCCCC;
  35. }
  36.  
  37. .dateButton, .customButton {
  38.     color:                    #333333;
  39.     background-color:        #CCCCCC;
  40.     margin-left:            2px;
  41.     height:                    21px;
  42. }
  43.  
  44. .highlightField
  45. {
  46.     background-color:        #999999;
  47. }
  48.  
  49. .highlightField FONT
  50. {
  51.     color:                    #663333;
  52. }
  53.  
  54. .hoverField
  55. {
  56.     background-color:        #AAAAAA;
  57. }
  58.  
  59. .hoverField FONT
  60. {
  61.     color:                    #774444;
  62. }