/******** STAFF TABLE STYLES ********/
#content table {
	/*margin: 0px;
	padding: 0px 10px 10px 10px;
	width: 400px;*/
	width: 100%;
	text-align: left;
}

#content td,th{
	vertical-align:top;
	font-weight:normal;
	border-collapse:collapse;
	/*margin:0;*/
	padding:3px;
	
}
#content thead th{
	text-transform:uppercase;
	background-color: #2b639e;
	color:#fff;
	padding:.1em .3em .1em .3em;
	text-align: center;
	font-family:roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
}
/*#content thead th.date{
	background: #2b639e url(../images/backgrounds/TLwhite-greyCurve.gif) no-repeat top left;
	width: 25%;
}
#content thead th.item{
	background: #2b639e url(../images/backgrounds/TRwhite-greyCurve.gif) no-repeat top right;
}
#content tbody td{
	background: rgba(221, 233, 247, 0.75);
}*/

#content tbody th{
	background:#999;
}
#content tbody tr.odd td{
	background:rgba(197, 220, 247, 0.24);
}

#content tbody tr:hover td, tbody tr:hover th {
	
}
/*#content caption{
	display: none;
}
.right {
	text-align: left;
}*