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

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