home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW.cab / VIEW.CSS < prev    next >
Cascading Style Sheet File  |  2007-02-04  |  661b  |  37 lines

  1. BODY, TD, DIV, A, SELECT {
  2.     font-family:        "Arial", "Verdana", "Sans-Serif";
  3.     font-size:            11px;
  4.     color:                rgb(0,0,0);
  5. }
  6.  
  7. BODY {
  8.     margin:                4px 8px 8px 8px;
  9.     background-color:    rgb(134,152,175);
  10. }
  11.  
  12. INPUT {
  13.     width:                75px;
  14. }
  15.  
  16. .button, .button TD {
  17.     font-family:        "Tahoma", "Sans-Serif";
  18.     color:                rgb(255,255,255);
  19.     cursor:                default;
  20. }
  21.  
  22. .heading {
  23.     font-family:        "Tahoma", "Sans-Serif";
  24.     font-size:            18px;
  25.     font-weight:        bold;
  26.     color:                rgb(10,53,108);
  27. }
  28.  
  29. #divViewNavBase {
  30.     height:                28px;
  31. }
  32.  
  33. #divSearchCount, #divViewCount {
  34.     font-family:        "Tahoma", "Sans-Serif";
  35.     font-style:            italic;
  36.     color:                rgb(255,255,255);
  37. }