/* The individual items in the links at the bottom of the event of the week panel */
ul#eventsLinks li
{
    color: #278abb;
}

/* Colours for the links in the footer area and the conferences table */
h1, h2, h3, h4, h5, h6,
td.centerPane a:link,
td.centerPane a:visited,
ul#footerLinks li a,
ul#footerLinks li a:link,
ul#footerLinks li a:visited,
h4#eventsHeading a,
h4#eventsHeading a:link,
h4#eventsHeading a:visited,
ul#eventsLinks a,
ul#eventsLinks a:link,
ul#eventsLinks a:visited,
.coloured,
.listHeader
{
    color: #278abb; /* This is the main text colour of the current theme and controls
                       all coloured text */
}

td.centerPane a:hover,
ul#footerLinks li a:hover,
li.conferenceLink a:hover,
ul#eventsLinks a:hover,
a.coloured:hover
{
    color: #63bbe7; /* Text for hovered links */
}

td#date,
td#headerSitePath a:visited,
div#gridPanelTabStrip a:link,
div#gridPanelTabStrip a:visited
{
    color: #d6e9f2; /* This is the dim, dirty colour of the current theme, used for some
                       inactive links */
}

ul#navBar a:link,
ul#navBar a:visited,
td#headerSitePath a:hover,
div#gridPanelTabStrip a:hover
{
    color: #ffffff !important;
}

ul#ui-tabs-nav a:link, ul#ui-tabs-nav a:visited
{
    color: #D6E9F2;
}

.ui-tabs-selected a:link, .ui-tabs-selected a:visited
{
    color: #278abb !important;
}
