@charset "iso-8859-1";

/*
 * kgrepresentersnetwork.css private style sheet for kgrepresentersnetwork.htm - kangguru.org
 *
 */

/*
 * an extension to tblLayout
 *
 */
table.tblPresenterNav
{
 background-color: #bbb;
}

table.tblPresenterNav td
{
 vertical-align: top;  /* since tblLayout doesn't do this for us... */
 padding: .4em !important;
 background-color: #e8dae7;
}

a.aExpando
{
 display: block;
 height: 100%;
 padding: .5em .75em; /* containing p-element must have style="margin: 0; padding: 0;" */
 background-color: #fd3;
 line-height: 150%;
 text-decoration: none;
}

/*
 * needs the to-be-centralized hack for colours
 */

a.aExpando:hover
{
 background-color: #ff3;
 text-decoration: none !important;
}

