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

  1. BODY {
  2.     background-color:        #72828B; 
  3.     margin-top:                0px;
  4.     margin-bottom:            0px;
  5.     font-family:            Verdana, sans-serif;
  6.     font-size:                10px;
  7.     color:                    #666666;
  8. }
  9.  
  10. .system, .inputPreview, .textareaPreview, .selectPreview, .selectPreview {
  11.     font-family:            Verdana, sans-serif;
  12.     font-size:                10px;
  13.     font-weight:            bold;
  14. }
  15.  
  16. TD, FONT {
  17.     text-align:                left;
  18. }
  19.  
  20. TABLE {
  21.     width:                    100%;
  22. }
  23.  
  24. #FieldsTable {
  25.     border:                    5px solid #FFFFFF;
  26.     border-top-width:        0px;
  27. }
  28.  
  29. FORM {
  30.     width:                    100%;
  31.     margin-top:                20px;
  32.     margin-bottom:            20px;
  33.     margin-left:            20px;
  34.     margin-right:            20px; 
  35.     background-color:        #FFFFFF;
  36. }
  37.  
  38. FONT, .staticText {
  39.     font-family:            Verdana, sans-serif;
  40.     font-size:                10px;
  41.     color:                    #666666;
  42. }
  43.  
  44. .formHeading {
  45.     font-family:            verdana;
  46.     font-size:                26px;
  47.     font-weight:            normal;
  48.     color:                    #666666;
  49.     padding-top:            12px;
  50.     padding-bottom:            12px;
  51.     border:                    0px;
  52.     border-bottom:            4px solid #C5DCDF;
  53.     background-color:        #E8F0F1;
  54.     margin-bottom:            5px;
  55. }
  56.  
  57. .sectionHeading {
  58.     font-family:            verdana;
  59.     font-size:                14px;
  60.     font-weight:            bold;
  61.     color:                    #72828B;
  62.     padding-bottom:            5px;
  63.     padding-top:            5px;
  64. }
  65.  
  66. HR {
  67.     color:                    #F0F5FB;
  68. }
  69.  
  70. SELECT {
  71.     font-size:                9px;
  72.     font-family:            Verdana, sans-serif;
  73. }
  74.  
  75. .fieldLabel {
  76.     font-family:            verdana;
  77.     font-size:                11px;
  78.     font-weight:            bold;
  79.     color:                    #687B85;
  80. }
  81.  
  82. TEXTAREA {
  83.     font-family:            verdana;
  84.     font-size:                11px;
  85.     font-weight:            bold;
  86.     color:                    #A4BECC;
  87.     border:                    1px solid #8498A3;
  88. }
  89.  
  90. input.text { 
  91.     height:                    24px;
  92.     font-family:            verdana;
  93.     font-size:                11px;
  94.     font-weight:            bold;
  95.     color:                    #789CB0;
  96.     border:                    1px solid #8498A3;
  97. }
  98.  
  99. input.checkbox { 
  100.     font-family:            verdana;
  101.     font-size:                11px;
  102.     font-weight:            bold;
  103.     color:                    #789CB0;
  104. }
  105.  
  106. input.radio { 
  107.     font-family:            verdana;
  108.     font-size:                11px;
  109.     font-weight:            bold;
  110.     color:                    #789CB0;
  111. }
  112.  
  113. .button {
  114.     text-align:                center;
  115.     font-family:            verdana;
  116.     font-size:                10px;
  117.     font-weight:            bold;
  118.     color:                    #5578A9;
  119.     background-color:        #F1F6FC;
  120.     border-top:                1px solid;
  121.     border-left:            1px solid;
  122.     border-right:            2px double;
  123.     border-bottom:            2px double;
  124.     height:                    24px;
  125.     margin-bottom:            6px;
  126.     margin-top:                6px;
  127. }
  128.  
  129. .dateButton, .customButton {
  130.     color:                    #5578A9;
  131.     background-color:        #F1F6FC;
  132.     border-top:                1px solid;
  133.     border-left:            1px solid;
  134.     border-right:            2px double;
  135.     border-bottom:            2px double;
  136.     margin-left:            2px;
  137.     height:                    24px;
  138. }
  139.  
  140. .customButton {
  141.     height:                    18px;
  142. }
  143.  
  144.  
  145. .highlightField
  146. {
  147.     background-color:        #203E66;
  148. }
  149.  
  150. .highlightField FONT
  151. {
  152.     color:                    #738EB2;
  153. }
  154.  
  155. .hoverField
  156. {
  157.     background-color:        #314F77;
  158. }
  159.  
  160. .hoverField FONT
  161. {
  162.     color:                    #849FC3;
  163. }
  164.  
  165. .activeTab, .inactiveTab {
  166.     font-family:            Verdana, sans-serif;
  167.     font-size:                10px;
  168.     cursor:                    default;
  169.     padding-left:            10px;
  170.     padding-right:            10px;
  171.     padding-top:            10px;
  172.     padding-bottom:            10px;
  173.     border-right:            1px solid #F7F7F7;
  174.     background-color:        transparent;
  175. }
  176.  
  177. .activeTab {
  178.     background-image:        url(Slate/tab_on.gif);
  179.     color:                    #666666;
  180.     font-weight:            bold;
  181. }
  182.  
  183. .inactiveTab {
  184.     background-image:        url(Slate/tab_off.gif);
  185.     color:                    #898989;
  186.     font-weight:            bold;
  187. }
  188.  
  189. .tabContents{
  190.     background-color:        rgb(188,195,200);
  191.     border-top:                1px solid #CCCCCC;
  192. }