@charset "iso-8859-1";

/*
 * radio_series.css - kangguru.org
 *
 * private style sheet for the various 'Radio Series' pages
 *
 * this style sheet is a private implementation of a 4-up link-block
 *
 * tblBasic usage per colgroup rules in ../englishradio.css re col-widths
 * - to ease archiving...
 *
 */

.todo
{
/* border: 2px dashed fuchsia !important;  a 'todo' marker; to be removed */
}

/* used instead of col.colDescField in ../englishradio.css
 * because here we're not constrained by a containing layout table...

 - we are now, so can go...

 */
col.colDescField
{
/* width: 40em;     empirical - pretty wide... */
/* width: 600px;    need to know if going to 2-columns... */
}

/* use sparingly!!! (and with white-space below)
 *
 * promised to do a version of this in main style sheet... sigh
 * - but as a class; spanMeretricious, Solicitious? (sp?)
 *
 */
u
{
 color: #a00;
 text-decoration: none;
 padding-bottom: 3px;
 border-bottom: 2px solid #c00;
}

div.divRadioSeriesLinkBlock
{
 text-align: center;
}

/*
 * used stand-alone; use w/tblLayout...???
 * this is an override of the version in ../englishradio.css
 *(just a few tweaks here)
 */

table.tblRadioSeriesLinkBlock
{
 margin-top: .8em;
 margin-bottom: 1em;
 max-width: 72em;
}

table.tblRadioSeriesLinkBlock a
{
 padding: .5em .75em;
}

/*
 * this hack will need to be centralized!
 *
 */

table.tblRadioSeriesLinkBlock a:visited
{
 /* force back to standard unvisited-look because
   IE doesn't distinguish between the hoards of local links;
   they all go purple since we're *on* the page already
 */
 color: #00c !important;
}

table.tblRadioSeriesLinkBlock a:hover
{
 /* great have to restate this or we've broken the hover-colour on visited link;
 */
 color: #00f !important;
}

table.tblRadioSeriesLinkBlock a:focus,
table.tblRadioSeriesLinkBlock a:active
{
 color: Red !important;
}

