/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================

See Themes Subdirectory for Creating Themes that will be loaded by the Module Instance Settings

*/

td.ListHeader
{
    color:#017722;
    font-weight:bold;
    font-size: 10px;
}

td.ListHeader a
{
    color:#017722;
    font-weight:bold;
    font-size: 12px;
    text-decoration:underline;
    
}

td.ListHeader a:hover
{
    color:#471251;
    font-weight:bold;
    font-size: 12px;
    text-decoration:underline;
    
}