home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / STS.CSS4 < prev    next >
Text File  |  2007-02-04  |  3KB  |  172 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. }
  12.  
  13. TABLE {
  14.     width:                    100%;
  15. }
  16.  
  17. DIV#SubmitBase BR {
  18.     display:                none;
  19. }
  20.  
  21. DIV#SubmitBase {
  22.     border-bottom:            solid 1px #5A8AC6;
  23.     margin-bottom:            14px;
  24. }
  25.  
  26. TABLE.SubmitBase {
  27.     width:                    50%;
  28. }
  29.  
  30. FORM {
  31.     width:                    100%;
  32.     height:                    100%;
  33.     padding:                20px; 
  34.     background-color:        #FFFFFF;
  35.     border-right:            50px solid #5A8AC6; 
  36. }
  37.  
  38. FONT {
  39.     color:                    #808080;
  40. }
  41.  
  42. .staticText {
  43.     color:                    #000000;
  44. }
  45.  
  46. .formHeading {
  47.     color:                    black; 
  48.     font-family:            arial;
  49.     font-size:                14pt;
  50. }
  51.  
  52. HR {
  53.     color:                    #5A8AC6;
  54.     width:                    100%;
  55. }
  56.  
  57. TD {
  58.     vertical-align:            top;
  59. }
  60.  
  61. SELECT {
  62.     font-size:                8pt;
  63.     font-family:            Verdana, sans-serif;
  64. }
  65.  
  66. TEXTAREA {
  67.     font-size:                8pt;
  68.     font-family:            Verdana, sans-serif;
  69.     width:                    340px;
  70. }
  71.  
  72. input { width: 340px; }
  73. input.Date     { width: 170px; }
  74. input.Currency { width: 100px; }
  75. input.Numeric  { width: 100px; }
  76. input.CheckBox { width: 22px; }
  77. SPAN.Radio input { width: 22px; }
  78.  
  79. .sectionHeading {
  80.     font-family:            arial;
  81.     font-size:                14pt;
  82.     font-weight:            bold;
  83.     width:                    100%;
  84. }
  85.  
  86. .button {
  87.     color:                    #3165CE;
  88.     background-color:        #FCFCFC;
  89.     cursor:hand;
  90. }
  91.  
  92. .dateButton, .customButton {
  93.     color:                    #3165CE;
  94.     background-color:        #FCFCFC;
  95.     margin-left:            2px;
  96.     height:                    20px;
  97.     cursor:                    hand;
  98. }
  99.  
  100. a {
  101.     color:                    #3165CE;
  102.     text-decoration:        none;
  103. }
  104.  
  105. .highlightField
  106. {
  107.     background-color:        #808080;
  108. }
  109.  
  110. .highlightField FONT
  111. {
  112.     color:                    #3165CE;
  113. }
  114.  
  115. .hoverField
  116. {
  117.     background-color:        #919191;
  118. }
  119.  
  120. .hoverField FONT
  121. {
  122.     color:                    #4276DF;
  123. }
  124.  
  125. /* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */
  126.  
  127. .stdButtonBar {
  128.     position:                absolute;
  129.     top:                    0px;
  130.     right:                    -10px;
  131.     height:                    43px;
  132.     padding-top:            10px;
  133.     padding-right:            7px;
  134.     padding-left:            5px;
  135. }
  136.  
  137. /* other handy general-purpose classnames */
  138.  
  139. .boldface * {
  140.     font-weight:            bold !important;
  141. }
  142. .italic * {
  143.     font-style:                italic !important;
  144. }
  145. .bigtext * {
  146.     font-size:                11pt !important;
  147. }
  148. .bigbold * {
  149.     font-size:                11pt !important;
  150.     font-weight:            bold !important;
  151. }
  152. .smalltext * {
  153.     font-size:                8pt !important;
  154. }
  155. .boldtabs .activeTab {
  156.     font-weight:            bold !important;
  157. }
  158. .boldtabs .inactiveTab {
  159.     font-weight:            bold !important;
  160. }
  161.  
  162. /* textarea shouldn't have a scrollbar unless it's got lots of content */
  163.  
  164. TEXTAREA {
  165.  overflow:                    auto;
  166. }
  167.  
  168. /* Buttons have a hand cursor */
  169.  
  170. .button, .dateButton, .customButton {
  171.     cursor:                    hand;
  172. }