home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW.cab / STS.CSS3 < prev    next >
Text File  |  2007-02-04  |  2KB  |  124 lines

  1. BODY {
  2.     background-color:        #FFFFFF;
  3.     border-left:            4 solid #FFCF00;
  4.     border-top:                4 solid #FFCF00;
  5.     margin:                    0px;
  6. }
  7.  
  8. BODY, TABLE, TR, TD, DIV, SPAN, FONT, INPUT, BUTTON {
  9.     font-family:            Verdana, sans-serif;
  10.     font-size:                8pt;
  11.     text-align:                left;
  12. }
  13.  
  14. TABLE {
  15.     width:                    100%;
  16. }
  17.  
  18. DIV#SubmitBase BR {
  19.     display:                none;
  20. }
  21.  
  22. DIV#SubmitBase {
  23.     border-bottom:            solid 1px #5A8AC6;
  24.     margin-bottom:            14px;
  25. }
  26.  
  27. TABLE.SubmitBase {
  28.     width:                    50%;
  29. }
  30.  
  31. FORM {
  32.     width:                    100%;
  33.     height:                    100%;
  34.     padding:                20px; 
  35.     background-color:        #FFFFFF;
  36.     border-right:            50px solid #5A8AC6; 
  37. }
  38.  
  39. FONT {
  40.     color:                    #808080;
  41. }
  42.  
  43. .staticText {
  44.     color:                    #000000;
  45. }
  46.  
  47. .formHeading {
  48.     color:                    black; 
  49.     font-family:            arial;
  50.     font-size:                14pt;
  51. }
  52.  
  53. HR {
  54.     color:                    #5A8AC6;
  55.     width:                    100%;
  56. }
  57.  
  58. TD {
  59.     vertical-align:            top;
  60. }
  61.  
  62. SELECT {
  63.     font-size:                8pt;
  64.     font-family:            Verdana, sans-serif;
  65. }
  66.  
  67. TEXTAREA {
  68.     font-size:                8pt;
  69.     font-family:            Verdana, sans-serif;
  70.     width:                    340px;
  71. }
  72.  
  73. input { width: 340px; }
  74. input.Date     { width: 170px; }
  75. input.Currency { width: 100px; }
  76. input.Numeric  { width: 100px; }
  77. input.CheckBox { width: 22px; }
  78. SPAN.Radio input { width: 22px; }
  79.  
  80. .sectionHeading {
  81.     font-family:            arial;
  82.     font-size:                14pt;
  83.     font-weight:            bold;
  84.     width:                    100%;
  85. }
  86.  
  87. .button {
  88.     color:                    #3165CE;
  89.     background-color:        #FCFCFC;
  90.     cursor:hand;
  91. }
  92.  
  93. .dateButton, .customButton {
  94.     color:                    #3165CE;
  95.     background-color:        #FCFCFC;
  96.     margin-left:            2px;
  97.     height:                    20px;
  98.     cursor:                    hand;
  99. }
  100.  
  101. a {
  102.     color:                    #3165CE;
  103.     text-decoration:        none;
  104. }
  105.  
  106. .highlightField
  107. {
  108.     background-color:        #808080;
  109. }
  110.  
  111. .highlightField FONT
  112. {
  113.     color:                    #3165CE;
  114. }
  115.  
  116. .hoverField
  117. {
  118.     background-color:        #919191;
  119. }
  120.  
  121. .hoverField FONT
  122. {
  123.     color:                    #4276DF;
  124. }