/*
  edit cmThemeBlue_2_for_MDBase it must be the root of the theme's images 
*/

var cmThemeBlue_2_for_MDBase = '.';

// the follow block allows user to re-define theme base directory
// before it is loaded.
try
{
	if (myThemeBlue_2_for_MDBase)
	{
		cmThemeBlue_2_for_MDBase = myThemeBlue_2_for_MDBase;
	}
}
catch (e)
{
}

var cmThemeBlue_2_for_MD =
{
  	    mainFolderLeft: '<div style="width: 7px; height: 25px" class="themeSpacerDiv" />',
        mainFolderRight: '<div style="width: 7px; height: 25px" class="themeSpacerDiv" />',
        mainItemLeft: '<div style="width: 7px; height: 25px" class="themeSpacerDiv" />',
        mainItemRight: '<div style="width: 7px; height: 25px" class="themeSpacerDiv" />',
        folderLeft: '<div style="width: 6px; height: 23px" class="themeSpacerDiv" />',
        folderRight: '<div style="width: 6px; height: 23px" class="themeSpacerDiv" />',
        itemLeft: '<div style="width: 6px; height: 23px" class="themeSpacerDiv" />',
        itemRight: '<div style="width: 6px; height: 23px" class="themeSpacerDiv" />',
        mainSpacing: 0,
        subSpacing: 0,
        delay: 100
};

var cmThemeBlue_2_for_MDHSplit = [_cmNoClick, '<td  class="ThemeBlue_2_for_MDMenuSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeBlue_2_for_MDMenuSplitText"><div></div></td>' +
					                          '<td  class="ThemeBlue_2_for_MDMenuSplitRight"><div></div></td>'
		                         ];

var cmThemeBlue_2_for_MDMainVSplit = [_cmNoClick, '<div>' +
                            '<table height="25" width="0" ' +
                            ' cellspacing="0"><tr><td class="ThemeBlue_2_for_MDHorizontalSplit">' +
                           '<div class="themeSpacerDiv" style=" width: 1px; height: 1px" /></td></tr></table></div>'];

var cmThemeBlue_2_for_MDMainHSplit = [_cmNoClick, '<td  class="ThemeBlue_2_for_MDMainSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeBlue_2_for_MDMainSplitText"><div></div></td>' +
					                          '<td  class="ThemeBlue_2_for_MDMainSplitRight"><div></div></td>'
		                           ];    
 
     
