// JavaScript Document
// usage of dd_roundies: DD_roundies.addRule('.box', 'borders', true); or DD_roundies.addRule('#box', 'borders', true);. 
// borders=     
//		*  '10px' sets all corner radii to 10px.
//    * '10px 5px' sets the top-left and bottom-right corner radii to 10px, and the other corners to 5px.
//    * '10px 5px 3px' sets the top-left to 10px, the top-right to 5px, the bottom-right to 3px, and the bottom-left to 5px.
//    * '10px 5px 3px 0' sets the top-left to 10px, the top-right to 5px, the bottom-right to 3px, and the bottom-left to 0px.

//NOTE: the element MUST have a border declared in stylesheet, even 0px transparent!

DD_roundies.addRule('#subMenu li.current', '5px 5px 5px 5px',true); 
DD_roundies.addRule('#mainMenu li.current a,#mainMenu li.current em', '5px 5px 5px 5px',true); 
DD_roundies.addRule('.phorm dt', '5px 5px 5px 5px',true); 
DD_roundies.addRule('#pageTitle', '5px 5px 5px 5px',true); 
DD_roundies.addRule('#home .content h1, #home .content h2, #home .content h3', '5px 5px 5px 5px',true);
DD_roundies.addRule('#aside .content h1, #aside .content h2, #aside .content h3', '5px 5px 5px 5px',true);
/*DD_roundies.addRule('.courses span.cr', '5px 5px 5px 5px',true);*/ 
DD_roundies.addRule('.wtdirectory_all_detail dt', '5px 5px 5px 5px',true); 
DD_roundies.addRule('.wtdirectory_pagebrowser ul', '5px 5px 5px 5px',true); 




/*
DD_roundies.addRule('#content', '0px 9px 9px 0px',true); 
DD_roundies.addRule('#aside', '0px 9px 9px 0px',true); 
*/
