How would i do this ?

How would i do this ?

Hi Guys,
Noobie here so please take it easy on me

i am trying to build a schedule table, where dates and times can be selected,

the table is structured around time slots (at the top)
and days (on the left)
the whole idea is for visitors to select a day and a time slot for that day (like an appointment if you like)

i have already designed the table in HTML and CSS but will need some Jquery magic in order to achieve the following;

i would like the td cells in the table to work like radio buttons,
but would like the whole td cell to change state once selected,
for example i would like to book an appointment on Tuesday at 1pm ,
if the time slot is free, i would like a natural state but when the cell is selected i would like the state color of the cell to change and for some sort of feedback saying that you chosen day and time slot are:::

would this be possible

many thanks in advance
Syrus