/* Canadian Thankgiving Table  Definitions  */

#MothersDay
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:70%;
border-collapse:collapse;
margin: auto;
}
#MothersDay td, #MothersDay th 
{
font-size:1.2em;
border:3px solid #AA0000;    /* Dark Red */
padding:3px 7px 2px 7px;
}
#MothersDay th 
{
font-size:2.0em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#F00000;   /* Red */
color:#fff;
}

#MothersDay tr.alt td 
{
color:#000;
background-color:#FFC1FF;  /* Pink */
text-align:center;
}

#MothersDay tr.reg td 
{
color:#000;
background-color:#FFDEEE;  /* Very Light Pink */
text-align:center;
}

#MothersDay tr.currentyear td 
{
color:#000;
background-color:#9EFF00;
text-align:center;
}

/* *********************************************************************************** */
