	table.eventTbl
	{
		margin: 15px auto;
		width: 600px;
	}
	
	table.eventTbl th
	{
		background-color: #ececec;
		font-size: 14px;
		font-family: arial, sans-serif;
		font-weight: normal;
		padding: 8px 0px;
		border: 1px solid #ccc;
		width: 150px;
		border-collapse: collapse;
	}
	th a
	{
		color: #8b0000;
		text-decoration: none;
		display: block;
		width: 50px;
		margin: 10px auto;
	}
	th a:hover
	{
		color: #000;
		text-decoration: underline;
	}
	.theYear
	{
		display: block;
		margin: 0px auto 8px auto;
		color: #663300;
		width: 80px;
	}
	.day
	{
		display: block;
		margin: 10px auto;
		color: #663300;
		width: 120px;
	}
	td
	{
		font-size: 13px;
		font-family: verdana, sans-serif;
		text-align: left;
		padding: 0px 8px;
		border: 1px solid #ccc;
		line-height: 120%;
		border-collapse: collapse;
	}
	td a
	{
		color: #663300;
		text-decoration: none;
		cursor: pointer;
	}
	td a:hover
	{
		background-color: #eee;
		color: maroon;
		cursor: pointer;
	}
	.hidden
	{
		display: none;
	}
	input.commentBtn
	{
		margin-top: 10px;
		border-top: 1px solid #999;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		border-left: 1px solid #999;
		padding: 2px 12px;
		color: #eee;
		background-color: #996633;
	}
	
	input.commentBtn:hover
	{
		margin-top: 10px;
		border-top: 1px solid #666;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		border-left: 1px solid #666;
		cursor: pointer;
		background-color: #ddddaa;
		color: #333;
	}
	
	div.edit
	{
		text-align: right;
		margin-bottom: 5px;
	}
	
	input.editBtn
	{
		margin-top: 0px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		border-left: 1px solid #ccc;
		padding: 2px 8px;
		color: #069;
		background-color: #eee;
	}
	
	input.editBtn:hover
	{
		margin-top: 0px;
		border-top: 1px solid #999;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #999;
		cursor: pointer;
		background-color: #fff;
	}
	
