function atOnMouseOverLight(o)
{o.style.backgroundColor = '#CED7E1'; o.style.cursor = 'default';}

function atOnMouseOutLight(o)
{o.style.backgroundColor = '';}

function atOnMouseOverDark(o)
{o.style.backgroundColor=''; o.style.cursor='default';}

function atOnMouseOutDark(o)
{o.style.backgroundColor='';}