@charset "iso-8859-1";

/*
 * broadcastschedule.css - private style sheet for broadcastschedule.html - kangguru.org
 *
 * daven dot webmason at gmail dot com
 *
 */

table.tblBroadcastSchedule
{
/*
 width: 100%; - this has to go!
 */
 background-color: #666;     /* when used w/cellspacing="1" this becomes the border and grid lines */
}
table.tblBroadcastSchedule th
{
 font-size: larger;
 letter-spacing: 1px;
 color: #900;
 background-color: #eee;
}
table.tblBroadcastSchedule td
{
 background-color: #eee;     /* should always be overriden */
}
table.tblBroadcastSchedule th,
table.tblBroadcastSchedule td
{
 padding: .3em 1.5em .3em .5em; /* some on left; extra on right */
 line-height: 150%;
 text-align: left;
 vertical-align: top;
}
table.tblBroadcastSchedule th p,
table.tblBroadcastSchedule td p
{
 border: dashed 1px purple;  /* cells should not contain p-elements, so make any look passing strange! */
}

table.tblBroadcastSchedule tbody.tbodWhite td,
table.tblBroadcastSchedule tr.trWhite td
{
 background-color: White;
}
table.tblBroadcastSchedule tbody.tbodOffWhite td,
table.tblBroadcastSchedule tr.trOffWhite td
{
 background-color: #fbfbdb;
}
table.tblBroadcastSchedule tr.trNewStation td
{
 color: Red;
}
/* element redefined - a bit dubious */
table.tblBroadcastSchedule b
{
 font-size: 14pt;
 color: #009;
}
col.colCity
{
 width: 19% !important;
}
col.colName
{
 width: 25% !important;
}
col.colFreq
{
 width: 21% !important;
}
col.colDay
{
 width: 16% !important;
}
col.colTime
{
 width: 19% !important;
}

