function OV(z) {z.style.background='#A7D3AF'; z.style.color='white'; z.style.cursor='hand'; }
function OU(z) {z.style.background='white'; z.style.color=''; }
function H(x) {x.style.cursor='hand'}

function Mov(t) {t.style.borderTopColor='#7E7E9C'; t.style.borderRightColor='#9393AD'; t.style.borderBottom='none'; t.style.borderLeftColor='#7E7E9C';}
function Mou(t) {t.style.borderTopColor='#A9A9BF'; t.style.borderRightColor='#7E7E9C'; t.style.borderBottom='2px solid'; t.style.borderLeftColor='#A9A9BF';}