BORDERCOLORLIGHT
This attribute sets the color of the element to which it was invoked, this case being the lighter of the two colors used to create the raised '3D' effect of the border around an element. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value.
syntax:
BORDERCOLORLIGHT="#RRGGBB" or a color in quotes, such as "RED", "BLUE" or "YELLOW"
The HTML element(s) this attribute is used with are:
TABLE
TD
TH
TR