In generall, styles set via CSS are *NOT* seen by JS code using OBJECTREF.style.property
Only those set via an inline style (or via other JS code) are seen.
To find the CSS-given style, you must use other coding. Look here:
http://www.javascriptkit.com/dhtmltu...cascade4.shtml