/******** TABLE STYLES ********/
#content table {
	margin: 0px 0px 0px 0px;
	padding:0;
	width: 100%;
	font-size: 90%;
	width: 100%;
	text-align: left;
}
#content td,th{
	vertical-align:top;
	font-weight:normal;
	border-collapse:collapse;
	margin:0;
	padding:.2em 1em .3em 1em;
}
#content thead th{
	text-transform:uppercase;
	font-weight: bold;
	background-color: #999999;
	color:#fff;
	padding:.1em .3em .1em .3em;
	text-align: center;
}
#content thead th.date{
	background: #999999 url(../images/backgrounds/TLwhite-greyCurve.gif) no-repeat top left;
	width: 10%;
}
#content thead th.video{
	background: #999999 url(../images/backgrounds/TRwhite-greyCurve.gif) no-repeat top right;
}
#content tbody td{
	background: #FFFFFF;
}
#content tbody th{
	background:#999;
}
#content tbody tr.odd td{
	background:#eee;
}
#content tbody tr.odd th{
	background:#ccc;
}
#content tbody tr:hover td, tbody tr:hover th {
	background-color: #CEE9FF;
}
#content caption{
	display: none;
}