Theme Styling

Theme Styling

I have down loaded several of the stock themes lately.  Opening the html files in the demos folder brings up a working tab plugin in the browser.  However there are no styles applied it is just grays with radius corners.

This is the code the html file came with.

<title>jQuery UI Tabs - Default functionality</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.tabs.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<script type="text/javascript">
$(function() {
$("#tabs").tabs();
});
</script>

Thanks