/*
  edit cmThemeGradoaBase it must be the root of the theme's images 
*/

var cmThemeGradoaBase = '.';

// the follow block allows user to re-define theme base directory
// before it is loaded.
try
{
	if (myThemeGradoaBase)
	{
		cmThemeGradoaBase = myThemeGradoaBase;
	}
}
catch (e)
{
}

var cmThemeGradoa =
{
  	    mainFolderLeft: '<div style="width: 5px; height: 17px" class="themeSpacerDiv" />',
        mainFolderRight: '<div style="width: 5px; height: 17px" class="themeSpacerDiv" />',
        mainItemLeft: '<div style="width: 5px; height: 17px" class="themeSpacerDiv" />',
        mainItemRight: '<div style="width: 5px; height: 17px" class="themeSpacerDiv" />',
        folderLeft: '<div style="width: 4px; height: 17px" class="themeSpacerDiv" />',
        folderRight: '<div style="width: 14px; height: 17px" class="themeSpacerDiv" />',
        itemLeft: '<div style="width: 4px; height: 17px" class="themeSpacerDiv" />',
        itemRight: '<div style="width: 14px; height: 17px" class="themeSpacerDiv" />',
        mainSpacing: 0,
        subSpacing: 0,
        delay: 100
};

var cmThemeGradoaHSplit = [_cmNoClick, '<td  class="ThemeGradoaMenuSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeGradoaMenuSplitText"><div></div></td>' +
					                          '<td  class="ThemeGradoaMenuSplitRight"><div></div></td>'
		                         ];

var cmThemeGradoaMainVSplit = [_cmNoClick, '<div>' +
                            '<table height="17" width="0" ' +
                            ' cellspacing="0"><tr><td class="ThemeGradoaHorizontalSplit">' +
                           '<div class="themeSpacerDiv" style=" width: 1px; height: 1px" /></td></tr></table></div>'];

var cmThemeGradoaMainHSplit = [_cmNoClick, '<td  class="ThemeGradoaMainSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeGradoaMainSplitText"><div></div></td>' +
					                          '<td  class="ThemeGradoaMainSplitRight"><div></div></td>'
		                           ];    
 
     
