home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / Groove.en-us / GrooveLR.cab / BISCAY.CSS5_1033 < prev    next >
Text File  |  2007-02-04  |  3KB  |  195 lines

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