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

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