
caption {
	 background-color: #000;
	 color: #FF9900;
 	 font-family:"Georgia", Times New Roman, Times, serif;
	 height:24px;
	 padding: 2px 0 0 5px;
	 margin: 8px 0 0 0;
	 text-align: left;
	 font-weight: bold;
	 font-size: 16px;
	 letter-spacing:-1px;
}
table {
	border-color: #000;
	border-style: solid;
	border-width: 0 1px 5px;
 	font-family: Arial, Helvetica, Verdana, sans-serif;
	width:100%;
	color: #222;
	text-align: left;
	margin-bottom:5px;
}
td {
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 0;
	border-left-width: 1px;
	padding: 5px;
	text-align:center;
}
th {
	padding: 5px;
	text-align:center;
}

.events td.a, .events th.a { border-left:0px solid transparent; width:25px; }
.events td.b, .events th.b { border-left: 1px solid #000; width:48px; }
.events td.c { font-weight: normal; text-align:left; }
th { border-left: 1px solid #000; background-color: #666666; text-transform: uppercase; }
tr { background-color: #ccc; }
tr.alt { background-color:#aaa; }
tr.hilite { color:#000000; background-color: #99FF00; }

