﻿   .events	table{
		border: 1px solid #2c2f20;
	}
   .events	tr td{
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		background: #fff;
	}
   .events	thead td{
		color: #fff;
		background-color: #a1b55d;
		font-weight: bold;
		border-bottom: 1px solid #999;
	}
   .events	tbody td{
			border-left: 1px solid #2c2f20;
	}
   .events	tbody tr.even td{
		background: #ECF0DF;
	}


