/* CSS Table definition for Daylight Saving Time Table */

#TablesTable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:95%;
border-collapse:collapse;
margin:auto;
}


#TablesTable td, #TablesTable th 
{
font-size:1.1em;
/* border:2px solid #AA00E4;  */
border:2px solid #000087;
padding:3px 7px 2px 7px;
}


#TablesTable th 
{
font-size:1.2em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
/* background-color:#8000dd; to 6700ce ba55d3  9400d3 :#9932CC  #0004FE */
background-color:#0004FE;

color:#fff;
}


#TablesTable tr.alt td 
{
color:#000;
background-color:#B0DEFD;
/* background-color:#ffdcff; */  /* Original colour */
}


#TablesTable tr.reg td 
{
color:#000;
background-color:#91B4FD;
/* background-color:#ffdcff; */  /* Original colour */
}


#TablesTable tr.currentyear td 
{
color:#000;
background-color:#9EFF00;

}


/*        Updated with ODD EVEN declaration to simplify the data entry  */

#TablesTable 
tr:nth-child(even) 
{background-color: #B0DEFD;}          /* Light Green */ 

#TablesTable 
tr:nth-child(odd)  
{background-color: #91B4FD;}          /* Darker Light Green */

/* Commenting out the hover feature ***********************************************/
#TablesTable
tr:hover {background-color:#EEA6FF;}
/* tr:hover {background-color:#29BFF7;} */


