smon.css 896 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. TABLE {
  2. font-size : 10pt;
  3. color : #404040;
  4. background-color: #fafafa;
  5. border-collapse: collapse;
  6. border-spacing : 0px;
  7. }
  8. TH {
  9. font-size : 10pt;
  10. text-align:center;
  11. background-color: #99CCCC;
  12. border: 1px #000000 solid;
  13. font-family: Verdana;
  14. font-weight: bold;
  15. font-size: 12px;
  16. color: #404040;
  17. }
  18. TD {
  19. border-bottom: 1px #6699CC dotted;
  20. text-align: left;
  21. font-family: Verdana, sans-serif, Arial;
  22. font-weight: normal;
  23. font-size: 10px;
  24. color: #404040;
  25. background-color: #fafafa;
  26. padding-top: 4px;
  27. padding-bottom: 4px;
  28. padding-left: 8px;
  29. padding-right: 4px;
  30. white-space : nowrap;
  31. }
  32. .link {
  33. border-bottom: 1px #6699CC dotted;
  34. text-align: left;
  35. font-family: Verdana, sans-serif, Arial;
  36. font-weight: normal;
  37. font-size: 10px;
  38. color: #2020D0;
  39. background-color: #fafafa;
  40. padding-top: 4px;
  41. padding-bottom: 4px;
  42. padding-left: 8px;
  43. padding-right: 4px;
  44. white-space : nowrap;
  45. cursor : pointer;
  46. cursor : hand;
  47. }