/*
Font sizes (inches).
xx-small	0.11111	 8/72
x-small		0.125	 9/72
small		0.13889	10/72
medium		0.15278	11/72
large		0.16667	12/72
x-large		0.18056	13/72
*/

div.sched
{
	text-align: center;
}

table.sched
{
	border: 1px;
	border-color: navy;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	background: #fafad2;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;  	
}

tr.header
{
	background-color: #eaeac2;
}

th.date-sched
{
	padding-left: 4px;
	width:100pt;
}

th.presenter-sched
{
	padding-left: 4px;
	width:400pt;
}

span.inactive-dt-sched,
td.inactive-dt-sched
{
	border: 1px;
	border-color: navy;
	border-style: solid;
	padding: 8px;
	background: #fafad2;
	font-size: 0.13889in;
    color: black; /* #C0C0C0;  silver */
    font-family: Tahoma;
    white-space: nowrap;
}
span.inactive-spkr-sched,
td.inactive-spkr-sched
{
	border: 1px;
	border-color: navy;
	border-style: solid;
	padding: 8px;
	font-size: 0.13889in;
    color: black; /* #C0C0C0;  silver */
    font-family: Tahoma;
    white-space: nowrap;
}
span.active-dt-sched,
td.active-dt-sched
{
	border: 1px;
	border-color: navy;
	border-style: solid;
	padding: 8px;
	font-size: 0.16667in;
    color: blue;
    font-family: Tahoma;
    font-weight: bold;
    white-space: nowrap;
}
span.active-spkr-sched,
td.active-spkr-sched
{
	border: 1px;
	border-color: navy;
	border-style: solid;
	padding: 8px;
	font-size: 0.16667in;
    color: blue;
    font-family: Tahoma;
    font-weight: bold;
    white-space: nowrap;
}
a:link.inactive-spkr-sched
{
    font-size: 0.13889in;
    color: black; /* #C0C0C0;  silver */
    font-family: Tahoma;
    text-decoration: none;
}
a:visited.inactive-spkr-sched
{
    font-size: 0.13889in;
    color: black; /* #C0C0C0;  silver */
    font-family: Tahoma;
    text-decoration: none;
}
a:hover.inactive-spkr-sched
{
    font-size: 0.13889in;
    color: black; /* #C0C0C0;  silver */
    font-family: Tahoma;
    text-decoration: underline;
}
a:link.active-spkr-sched
{
    font-size: 0.16667in;
    color: blue;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
}
a:visited.active-spkr-sched
{
    font-size: 0.16667in;
    color: blue;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
}
a:hover.active-spkr-sched
{
    font-size: 0.16667in;
    color: blue;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: underline;
}
div.sched-title
{
    font-size: 0.16667in;
    text-align: center;
    color: #0000AA;
    font-family: Arial;
    font-weight: bold;
}
a.sched-footer,
div.sched-footer
{
    font-size: 0.15278in;
    text-align: center;
    color: #0000AA;
	font-family: Arial;
    font-weight: bold;
}

