/* Feb 25, 2015 version */

table.wide
{
border-collapse:collapse;
width:100%;
}
table.half
{
border-collapse:collapse;
width:50%;
}
table.visible, td, th
{
border:1px solid darkgrey;
}
table.invisible, td.invisible, th.invisible
{
border:1px solid transparent
}
th
{
padding:4px;
text-align:center;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}
td
{
padding:4px;
}
tr.monday td
{
/* background-color:LavenderBlush; */
background-color:White;
}
tr.wednesday td
{
background-color:LightYellow;
}
tr.friday td
{
background-color:Azure;
}
tr.thursday td
{
background-color:Azure;
}
tr.contrastbackA td
{
background-color:Azure;
}
tr.contrastbackB td
{
background-color:Lavender;
}
td.test
{
color:Red;
font-weight:bold;
}
td.holiday
{
color:Gray;
font-weight:bold;
}
td.hwk_impt
{
color:RebeccaPurple;
font-weight:bold;
}
td.emphasize
{
text-align:center;
font-weight:bold;
}
td.emphasize2
{
padding:10px;
text-align:center;
font-weight:bold;
}
td.deemphasize
{
color:Gray;
}
td.center
{
text-align:center;
}
header, section, footer, aside, nav, main, article, figure
{
display: block;
}

input.medium-btn {
    width: 300px;
    height: 50px;
    padding: 10px;
    font-size: 28px;
}

input.large-btn {
    width: 300px;
    height: 50px;
    padding: 10px;
    font-size: 32px;
    font-weight: bold;
}

/* unvisited link */
a:link {
    color: blue;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: yellow;
} 
