I am using the below code for calendar. What is $skin and where can i define $skin and $stylesheet. if i comment out both of them, the calendar still seems to work fine.
array("id"=>"c_button","class"=>"pointer")); ?>
 (calendar appears when image is clicked)
<?php $this->widget('application.extensions.calendar.SCalendar',
array(
'inputField'=>'start_date',
'button'=>'c_button',
'skin'=>$skin,
'stylesheet'=>$style,
'ifFormat'=>'%Y-%m-%d',
));
?>