
$('.navElement').hover(
		function(){ $(this).css("background-color","#e8ebd8"); },
		function(){ $(this).css("background-color",""); }
);

$('#sideNav').corner("left");



$('#topLeftBox').corner("");
$('#topRightBox').corner("");
$('#middleLeftBox').corner("bl br");
$('#middleCenterBox').corner("bl br");
$('#middleRightBox').corner("bl br");
$('#middleLeftTitle').corner("tl tr");
$('#middleCenterTitle').corner("tl tr");
$('#middleRightTitle').corner("tl tr");
$('#bottomLeftBox').corner("");
$('#bottomRightBox').corner("");


$('#datepicker').datepicker({
    inline: true
});
