/*
   styles for calender table in calendrier.htm
*/

tr.header      {font-weight:bold; color:rgb(  0,  0,255); background-color:rgb(255,204,  0); height:40px; vertical-align:middle}

tr.headerhl    {font-weight:bold; color:rgb(255,204,  0); background-color:rgb( 72,124,218); height:40px; vertical-align:middle}

tr.default     {}

tr.highlight   {color:rgb(255,255,255); background-color:rgb(128,128,128)}

tr.yellow      {background-color:rgb(255,255,200)}

tr.highyellow  {color:rgb(255,0,0); background-color:rgb(255,255,0)}

tr.blue        {background-color:rgb(200,200,255)}

tr.highblue    {color:rgb(255,255,255); background-color:rgb(0,0,255)}

tr.red         {color:rgb(255,0,0)}

tr.highred     {color:rgb(255,255,255); background-color:rgb(256,0,0)}

