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

  1. BODY {
  2.     background-color:        #539DE6;
  3.     font-family:            verdana;
  4.     font-weight:            normal;
  5.     font-size:                10px;
  6. }
  7.  
  8. .system, .inputPreview, .textareaPreview, .selectPreview, .selectPreview {
  9. {
  10.     font-family:            verdana;
  11.     font-weight:            bold;
  12.     font-size:                10px;
  13. }
  14.  
  15. TABLE {
  16.     width:                    100%;
  17. }
  18.  
  19. HR {
  20.     color:                    #F0F5FB;
  21. }
  22.  
  23. FONT, .staticText {
  24.     font-family:            verdana;
  25.     font-size:                10px;
  26.     font-weight:            normal;
  27.     color:                    #003333;
  28. }
  29.  
  30.  
  31. .formHeading {
  32.     background-color:        #B3092D;
  33.     font-family:            verdana;
  34.     font-size:                18px;
  35.     font-weight:            bold;
  36.     color:                    #ffffff;
  37.     padding-top:            12px;
  38.     padding-bottom:            12px;
  39.     border-bottom:            4px solid #ffffff;
  40.     margin-bottom:            5px;
  41. }
  42.  
  43. .sectionHeading {
  44.     font-size:                20px;
  45.     font-weight:            bold;
  46.     color:                    #206BB1;
  47.     padding-bottom:            5px;
  48.     padding-top:            5px;
  49. }
  50.  
  51. .fieldLabel {
  52.     font-family:            verdana;
  53.     font-size:                10px;
  54.     font-weight:            normal;
  55.     color:                    #003333;
  56.     text-align:                right;
  57. }
  58.  
  59. .button {
  60.     font-weight:            bold;
  61.     font-size:                14px;
  62.     color:                    #295C5C;
  63.     background-color:        #99CCCC;
  64.     border:                    2px outset #CCFFFF;
  65.     height:                    28px;
  66. }
  67.  
  68. .dateButton, .customButton {
  69.     margin-left:            2px;
  70.     background-color:        #99CCCC;
  71.     border:                    1px outset #CCFFFF;
  72.     height:                    16px;
  73. }
  74.  
  75. .customButton {
  76.     height:                    19px;
  77. }
  78.  
  79. TEXTAREA {
  80.     font-family:            verdana;
  81.     font-size:                10px;
  82.     font-weight:            bold;
  83.     color:                    #666666;
  84.     background-color:        #ffffff;
  85.     border:                    1px solid #084889;
  86. }
  87.  
  88. SELECT{
  89.     font-family:            verdana;
  90.     font-size:                10px;
  91.     font-weight:            bold;
  92.     color:                    #666666;
  93.     background-color:        #DDDDB1;
  94.     border:                    1px solid #BEBE82;
  95. }
  96.  
  97. INPUT.text {
  98.     font-family:            verdana;
  99.     font-size:                10px;
  100.     font-weight:            bold;
  101.     color:                    #666666;
  102.     background-color:        #ffffff;
  103.     border:                    1px solid #084889;
  104. }
  105.  
  106. INPUT.radio {
  107.     color:                    #333333;
  108. }
  109.  
  110. INPUT.checkbox {
  111.     color:                    #333333;
  112. }
  113.  
  114.  
  115. .highlightField {
  116.     background-color:        #999999;
  117. }
  118.  
  119. .highlightField FONT {
  120.     color:                    #663333;
  121. }
  122.  
  123. .hoverField {
  124.     background-color:        #AAAAAA;
  125. }
  126.  
  127. .hoverField FONT {
  128.     color:                    #774444;
  129. }
  130.  
  131. .activeTab, .inactiveTab {
  132.     cursor:                    default;
  133.     padding:                2px 4px 2px 4px;
  134.     border-right:            1px solid #999999;
  135.     font-family:            verdana;
  136.     font-weight:            bold;
  137.     font-size:                10px;
  138. }
  139.  
  140. .activeTab {
  141.     background-image:        url(Americana/tab_on.gif);
  142.     color:                    #666666;
  143. }
  144.  
  145. .inactiveTab {
  146.     background-image:        url(Americana/tab_off.gif);
  147.     color:                    #999999;
  148. }
  149.  
  150. .tabContents{
  151.     background-color:        #F5F5F5;
  152.     border-top:                1px dashed #2578C9;
  153. }
  154.  
  155. /* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */
  156.  
  157. .stdButtonBar {
  158.     position:                absolute;
  159.     top:                    0px;
  160.     right:                    -10px;
  161.     height:                    43px;
  162.     padding-top:            10px;
  163.     padding-right:            7px;
  164.     padding-left:            5px;
  165. }
  166.  
  167. /* other handy general-purpose classnames */
  168.  
  169. .boldface * {
  170.     font-weight:            bold !important;
  171. }
  172. .italic * {
  173.     font-style:                italic !important;
  174. }
  175. .bigtext * {
  176.     font-size:                11pt !important;
  177. }
  178. .bigbold * {
  179.     font-size:                11pt !important;
  180.     font-weight:            bold !important;
  181. }
  182. .smalltext * {
  183.     font-size:                8pt !important;
  184. }
  185. .boldtabs .activeTab {
  186.     font-weight:            bold !important;
  187. }
  188. .boldtabs .inactiveTab {
  189.     font-weight:            bold !important;
  190. }
  191.  
  192. /* textarea shouldn't have a scrollbar unless it's got lots of content */
  193.  
  194. TEXTAREA {
  195.  overflow:                    auto;
  196. }
  197.  
  198. /* Buttons have a hand cursor */
  199.  
  200. .button, .dateButton, .customButton {
  201.     cursor:                    hand;
  202. }