@charset "iso-8859-1";

/*
 * kgrecompetitionwinners.css - private style sheet for kgrecompetitionwinners.htm - home page, kangguru.org
 *
 */

/*
 * extension to tbl2Up
 *
 */

table.tblBasic,
table.tblWinners,
table.tblWinners80
{
/* border: 1px dashed green;    a 'Dunn' marker; to be removed */
}
.todo
{
/* border: 2px dashed fuchsia !important;   a 'todo' marker; to be removed */
}

col.colNumberField
{ /* IE6 understands pixels - not sure what font it was thinking */
/* width: 4em !important; */
 width: 30px;    /* this is being beaten-out by content+padding */
}
col.colNameField
{
/* width: 12em !important; */
 width: 180px;
}
col.colAddressField
{
/* width: 25em !important; */
/* width: 320px; test, let this drift... look for 'pushy' addresses (look! MANY!) */
 width: 320px;
}

table.tblWinners th
{
 color: #55c;
}
/*
 * mess w/base-class - should move to derived class(es)
 */
table.tblBasic th
{
 font-size: 11.5pt;
}
table.tblBasic th,
table.tblBasic td
{
 line-height: 130%;
}

table.tblShy td
{
 color: #eee;    /* i.e. background-color */
 font-style: italic;
}
/* none of this works for IE6 */
table.tblShy td:hover
{
 color: #933;
 cursor: default;
}

/* this thing only used once - to ditch... */
table.tblWinners80
{
 width: 80%;
}
table.tblWinners80 td
{
 width: 50%;
}
table.tblWinners80 p
{
 /* don't really want p-elements in such tables,
    but minimize impact if they occur
  */
 margin: 0 !important;
 text-align: left !important;
}
