The following styles apply to the formitem tag with type="hrule" or type="vrule":
  
    | 
 Style 
     | 
    
 Inh 
     | 
    
 Description 
     | 
  
  
    | 
 color 
     | 
    
 Y 
     | 
    
 Format: color; color of the line. according to the following rules: 
  - If strokeWidth is 1, the color of the entire line. 
 
  - If strokeWidth is 2 (default), the color of the top line. 
 
  - If strokeWidth is greater than 2, the color of the top and left edges of the rectangle. 
 
 
The default value is ##C4CCCC. 
     | 
  
  
    | 
 shadowColor 
     | 
    
 Y 
     | 
    
 Format: color; shadow color of the line, as follows:. 
  - If strokeWidth is 1, does nothing. 
 
  - If strokeWidth is 2 (default), the color of the bottom line. 
 
  - If strokeWidth is greater than 2, the color of the bottom and right edges of the rectangle.
 
 
The default value is ##D4D0C8. 
     | 
  
  
    | 
 strokeWidth 
     | 
    
 Y 
     | 
    
 Thickness of the rule in pixels, as follows: 
  - If strokeWidth is 1, the rule is a 1-pixel-wide line. 
 
  - If strokeWidth is 2 (default), the rule is two adjacent 1-pixel-wide horizontal lines. 
 
  - If strokeWidth is greater than 2, the rule is a hollow rectangle with 1-pixel-wide edges. 
 
 
The default value is 2. 
     |