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 / STS2.CSS5_1033 < prev    next >
Text File  |  2007-02-04  |  3KB  |  197 lines

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