// select cell - håller muspekaren ovanför
function sc(o){
	o.style.backgroundColor = "#fbfbfb";
}

// unselect cell - avmarkera cellen
function uc(o){
	o.style.backgroundColor = "#ffffff";
}


// select cell - håller muspekaren ovanför
function today_sc(o){
	o.style.backgroundColor = "#B0B1C6";
}

// unselect cell - avmarkera cellen
function today_uc(o){
	o.style.backgroundColor = "#CFD0DB";
}

