HeaderResourceFactory headerResourceFactory=(HeaderResourceFactory)Jetspeed.getComponentManager().getComponent(HeaderResourceFactory.class);
HeaderResource headerResource=headerResourceFactory.getHeaderResouce(context);
if(decoratorType.equals(Fragment.LAYOUT))
{
headerResource.addStyleSheet("content/css/styles.css");
}
else
{
headerResource.addStyleSheet("content/"+decoratorName+"/css/styles.css");
}