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

  1. BODY {
  2.     background-color:        #F7F7F7;
  3.     border-left:            4px solid #DFDFDF;
  4.     border-top:                4px solid #DFDFDF;
  5.     margin:                    0px;
  6.     font-family:            Verdana, sans-serif;
  7.     font-size:                9px;
  8. }
  9.  
  10. .system, .inputPreview, .textareaPreview, .selectPreview, .selectPreview {
  11. {
  12.     font-family:            Verdana, sans-serif;
  13.     font-size:                9px;
  14.     font-weight:            bold;
  15. }
  16.  
  17. TABLE {
  18.     width:                    100%;
  19. }
  20.  
  21. FONT, .staticText {
  22.     font-family:            Verdana, sans-serif;
  23.     font-size:                9px;
  24.     color:                    #666666;
  25. }
  26.  
  27. HR {
  28.     color:                    #99CC00;
  29. }
  30.  
  31.  
  32. .formHeading {
  33.     font-family:            verdana;
  34.     font-size:                22px;
  35.     font-weight:            bold;
  36.     color:                    #656565;
  37.     padding-top:            24px;
  38.     padding-bottom:            24px;
  39.     background-image:        url(GrayCheck/header.gif);
  40.     margin-bottom:            5px;
  41. }
  42.  
  43. .sectionHeading {
  44.     font-size:                18px;
  45.     font-weight:            bold;
  46.     color:                    #656565;
  47.     padding-bottom:            10px;
  48.     padding-top:            10px;
  49. }
  50.  
  51. .fieldLabel {
  52.     font-family:            verdana;
  53.     font-size:                9px;
  54.     font-weight:            bold;
  55.     color:                    #666666;
  56. }
  57.  
  58.  
  59. SELECT {
  60.     font-size:                9px;
  61.     font-family:            Verdana, sans-serif;
  62. }
  63.  
  64. TEXTAREA {
  65.     font-family:            verdana;
  66.     font-size:                9px;
  67.     font-weight:            bold;
  68.     color:                    #F9BB36;
  69.     border:                    solid 1px #CFCFCF;
  70. }
  71.  
  72. INPUT.text { 
  73.     font-family:            verdana;
  74.     font-size:                9px;
  75.     font-weight:            bold;
  76.     color:                    #F9BB36;
  77.     border:                    solid 1px #CFCFCF;
  78. }
  79.  
  80. INPUT.checkbox { 
  81.     font-family:            verdana;
  82.     font-size:                9px;
  83.     font-weight:            bold;
  84.     color:                    #F9BB36;
  85. }
  86.  
  87. .button {
  88.     text-align:                center;
  89.     font-family:            verdana;
  90.     font-size:                10px;
  91.     font-weight:            bold;
  92.     color:                    #ffffff;
  93.     background-color:        #B6B6B6;
  94.     border:                    1px outset;
  95.     height:                    22px;
  96. }
  97.  
  98. .dateButton, .customButton {
  99.     margin-left:            2px;
  100.     background-color:        #B6B6B6;
  101.     border:                    1px outset;
  102.     height:                    18px;
  103. }
  104.  
  105. .customButton {
  106.     height:                    19px;
  107. }
  108.  
  109.  
  110. .highlightField {
  111.     background-color:        #FDEA83;    
  112. }
  113.  
  114. .highlightField FONT {
  115.     color:                    #EDB315;    
  116. }
  117.  
  118. .hoverField {
  119.     background-color:        #EFEFEF;    
  120. }
  121.  
  122. .hoverField FONT {
  123.     color:                    #666666;     
  124. }
  125.  
  126. .activeTab, .inactiveTab {
  127.     cursor:                    default;
  128.     padding:                8px 10px 8px 10px;
  129.     border-right:            1px solid #C3BFBF;
  130.     border-left:            1px solid #C3BFBF;
  131.     background-color:        transparent;
  132.     font-size:                11px;
  133.     font-weight:            bold;
  134. }
  135.  
  136. .activeTab {
  137.     background-image:        url(GrayCheck/tab_on.gif);
  138.     background-color:        transparent;
  139.     border-right:            1px solid #C3BFBF;  
  140.     color:                    #666666;
  141.     font-weight:            bold;
  142. }
  143.  
  144. .inactiveTab {
  145.     background-image:        url(GrayCheck/tab_off.gif);
  146.     background-color:        transparent;
  147.     color:                    #999999;
  148.     border-right:            1px solid #C3BFBF;
  149.     font-weight:            bold;
  150. }
  151.  
  152. .tabContents {
  153.     background-color:        #FFFFFF;
  154.     border-top:                2px dashed #CCCCCC;
  155. }