In the main site template, I have created a new class to highlight certain parts of my text. This class is available in my WYSIWYG editor, and is in use as expected throughout the site.
I have also used this class in a document description in DocMan. However, the class is not applied to the text. The text is plainly styled like the rest of the text in the description, almost as if the style information had been stripped away. What's more, when i edit the document on the frontend, the style attributes from this class are displayed just fine in the editor.
I tried adding the styles to the docman css file, but this didn't help.
Why would the style attributes not be respected in the document description?
NOTE: Edited title for clarity