body {
    color: black;
    background: white;
    font-family: Garamond, sans-serif;
}
.small {
    font-size: 75%;
}
.active {
    color: white;
    background: navy;
}
.inactive {
    color: black;
    background: silver;
}
.attention {
    color: yellow;
    background: red;
    font-size: 75%;
    vertical-align: top;
}
.footer{
    background-color: silver;
}
.PeopleEntry {margin-top:0px; padding-top: 0px; padding-right: 15px; padding-bottom: 30px; }
.PeopleEntry span {display:block; margin-left: 10px;}
.PeopleName {font-weight:bold; color: #43639e; line-height: 140%; margin-bottom:3px;}
.PeopleName a:link, .PeopleName a:visited {color: #43639e;}
.ListTitle {color: black; margin: -5px 0 5px 10px; line-height: 100%; padding: 0;}
.SubLine {font-size:75%; line-height:80%;}
PRE.code { color: blue }
XMP.code { color: blue }
PRE.run  { color: red }
CODE { color:blue}
table {
   empty-cells: show;
}


table.sched th
{
  	margin: 0;
	text-align: left;
	padding: .5ex .5em;
	border-color: #000;
	background-color: #6699cc;
}
table.sched td
{
	margin: 0;
	text-align: left;
	padding: .3ex .5em;
	vertical-align: top;
	border-style: none solid;
	border-width: 0px 1px;
	border-color: #fff;
}
table.sched th.month, table.sched td.month, 
table.sched th.day, table.sched td.day { 
    width: 1px;
}
table.sched td.month { padding-left: 0.2em; border-left-width: 0 }
table.sched td.day
{ 
	padding-right: 0.2em;
	border-right-width: 0;
    border-left-width: 0;
    text-align: right;
}
table.sched tr { padding: 0; margin: 0; border-top: solid; }
table.sched tr.evn
{
	background-color: #ccc;
}
table.sched tr.odd
{ 
	background-color: #eee;
}
table.sched tr.odd td
{
	border-color: #fff;
}
table#Table {}
td.ColOne {padding-right: 10px; padding-left: 5px; font-weight:bold; width:200px; background:#F0F0F0;}

