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

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