﻿/* -------- LIST PAGE --------*/
.JSE_Events .List .table_header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #476886 !important;  
    background-color: #dde4ea;
    }

.JSE_Events .List .row
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	text-decoration: none !important;
}
.JSE_Events .List .altrow 
{
    background-color: #dde4ea !important;
	text-decoration: none !important;
}

.JSE_Events .List .row a, .altrow a
{
    color: #476886 !important;  
	text-decoration: none !important;
}

.JSE_Events .List .body_copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 20px;
}    	

.JSE_Events .List .body_copy a, body_subhead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #476886  !important;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
}  

.JSE_Events .List hr
{
    color: #c3d4dd !important;	
    height: 1px;
}

