using multiple jquery theme styles and jqueryUI Dialog problem.

using multiple jquery theme styles and jqueryUI Dialog problem.

hello.
i have a page that uses a theme. i wanna show a dialog that uses another theme.
i read this Article from filamentGroup, but it didn't work for me.
it's like i didn't add any style to my page.
 
here's my section that i use for dialog:
 
<div class="schoolTemplate">
      <div id="Dialog">
      </div>
</div>
 
i created a custom theme with schoolTemplate css class scope.
 
here it's my jQuery to set Dialog:
 
$('#Dialog').dialog();
 
but it doesn't work. what's the problem ?
thanks.