* @return <code>true</code> if the <code>CSS resource </code>is found and rendered;
* <code>false</code> otherwise.
*/
public boolean renderCSS(ResourceRenderer renderer, String path) throws RenderingException, IOException
{
Orientation orientation = Orientation.LT;
if (path.endsWith("-lt.css"))
{
path = path.substring(0, path.length() - "-lt.css".length()) + ".css";
}
else if (path.endsWith("-rt.css"))