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

  1. BODY {
  2.     background-color:        #CFE4EF;
  3.     color:                    #333366;
  4.     font-family:            verdana;
  5.     font-weight:            normal;
  6.     font-size:                10px;
  7. }
  8.  
  9. .system, .inputPreview, .textareaPreview, .selectPreview, .selectPreview {
  10.     font-family:            verdana;
  11.     font-size:                11px;
  12.     font-weight:            bold;
  13. }
  14.  
  15. TD, FONT {
  16.     text-align:                left;
  17. }
  18.  
  19. TABLE {
  20.     width:                    100%;
  21. }
  22.  
  23. #FieldsTable {
  24.     border:                    5px solid #CFE4EF;
  25.     border-top-width:        0px;
  26. }
  27.  
  28. FONT, .staticText
  29. {
  30.     font-family:            verdana;
  31.     font-weight:            normal;
  32.     font-size:                10px;
  33.     color:                    #333366;
  34. }
  35.  
  36. .formHeading {
  37.     font-family:            verdana;
  38.     font-size:                24px;
  39.     font-weight:            bold;
  40.     color:                    #598D42;
  41.     padding-top:            12px;
  42.     padding-bottom:            12px;
  43.     background-color:        #BDEF8C;
  44.     margin-bottom:            5px;
  45. }
  46.  
  47. .fieldLabel {
  48.     font-family:            verdana;
  49.     font-size:                10px;
  50.     font-weight:            normal;
  51.     color:                    #333366;
  52. }
  53.  
  54. HR {
  55.     color:                    #E9F3F8;
  56. }
  57.  
  58. .sectionHeading {
  59.     font-size:                14px;
  60.     font-weight:            bold;
  61.     color:                    #598D42;
  62.     padding-bottom:            5px;
  63. }
  64.  
  65. .button {
  66.     color:                    #32681B;
  67.     height:                    29px;
  68.     background-image:        url(SpringGreen/button.gif);
  69.     font-size:                10px;
  70.     font-weight:            bold;
  71.     border-left:            1px solid #84AD51;
  72.     border-right:            1px solid #84AD51;
  73.     border-top:                1px solid #84AD51;
  74.     border-bottom:            1px solid #84AD51;
  75. }
  76.  
  77. .dateButton, .customButton {
  78.     color:                    #32681B;
  79.     background-image:        url(SpringGreen/button.gif);
  80.     border:                    1px solid #84AD51;
  81.     margin-left:            2px;
  82.     height:                    17px;
  83. }
  84.  
  85. .customButton {
  86.     height:                    19px;
  87. }
  88.  
  89. TEXTAREA {
  90.     font-family:            verdana;
  91.     font-size:                11px;
  92.     font-weight:            bold;
  93.     color:                    #333366;
  94.     background-color:        #ffffff;
  95.     border:                    1px solid #7F9DB9;
  96. }
  97.  
  98. SELECT {
  99.     font-family:            verdana;
  100.     font-size:                11px;
  101.     font-weight:            bold;
  102.     color:                    #333366;
  103.     background-color:        #ffffff;
  104.     border:                    1px solid #7F9DB9;
  105. }
  106.  
  107. INPUT.text {
  108.     font-family:            verdana;
  109.     font-size:                11px;
  110.     font-weight:            bold;
  111.     color:                    #333333;
  112.     background-color:        #ffffff;
  113.     border:                    1px solid #7F9DB9;
  114. }
  115.  
  116. INPUT.radio {
  117.     font-family:            verdana;
  118.     font-size:                10px;
  119.     font-weight:            normal;
  120.     color:                    #333366;
  121. }
  122.  
  123.  
  124. .highlightField {
  125.     background-color:        #999999;
  126. }
  127. .highlightField FONT {
  128.     color:                    #663333;
  129. }
  130. .hoverField {
  131.     background-color:        #AAAAAA;
  132. }
  133. .hoverField FONT {
  134.     color:                    #774444;
  135. }
  136. .activeTab, .inactiveTab {
  137.     cursor:                    default;
  138.     padding:                8px 10px 8px 10px;
  139.     border-right:            1px solid #C3BFBF;
  140.     border-left:            1px solid #C3BFBF;
  141.     background-color:        transparent;
  142.     font-size:                11px;
  143.     font-weight:            bold;
  144. }
  145.  
  146. .activeTab {
  147.     background-image:        url(SpringGreen/tab_on.gif);
  148.     background-color:        transparent;
  149.     border-right:            1px solid #C3BFBF;  
  150.     color:                    #666666;
  151.     font-weight:            bold;
  152. }
  153.  
  154. .inactiveTab {
  155.     background-image:        url(SpringGreen/tab_off.gif);
  156.     background-color:        transparent;
  157.     color:                    #999999;
  158.     border-right:            1px solid #C3BFBF;
  159.     font-weight:            bold;
  160. }
  161.  
  162. .tabContents{
  163.     background-color:        rgb(239,239,239);
  164.     border-top:                1px solid #BBBBBB;
  165.     padding-top:            10px;
  166. }