not sure if this is the field value or the background so you may need to adjust the last else to crNoColor and you also have no color indicated for = 7 days so I included that in the red...
if datediff('d',table.date_req,currentdate) <=7 then crred else
if datediff('d',table.date_req,currentdate) in 8 to 14 then color(255,128,0)else crblack