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.CSS3 < prev    next >
Text File  |  2007-02-04  |  3KB  |  153 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. }