@charset "UTF-8";
/* CSS Document */

/* table layout */
table{
width: 100%;
border:1px solid;
border-spacing:0;
border-collapse:collapse;
}

tr{
text-align:left;
vertical-align:top;
}

th{
align:left;
padding:0 3px 3px;
}

td{
border-left:1px solid;
border-right:1px solid;
padding:3px;
vertical-align:top;
}
/*table layout */



/* Table colours overwritten by inline style sheet */
table{
border-color:#5B8F22;
}

.rowcolour{
background-color:#D1E0C1;
}

th{
background-color:#5B8F22;
color:#fff;
}

td{
border-left-color:#5B8F22;
border-right-color:#5B8F22;
}
/* Table colours overwritten by inline style sheet */