/******** 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:.1em 1em .1em 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: 15%;
}
#content thead th.item{
   background: #999999 url(../images/backgrounds/TRwhite-greyCurve.gif) no-repeat top right;
}
#content tbody td{
   background: #DDE9F7;
}
#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;
}
.right {
   text-align: right;
}


/******** BASIC TABLE ********/
table#whitetable {    
	background-color:#FFFFFF;      
	width: 400px;
}
table#whitetable tr {    	  
	background-color: #FFFFFF;
}
table#whitetable td {    
	padding: 5px;   
	background-color: #FFFFFF;
	vertical-align: top;
}
#whitetable tbody tr:hover td, tbody tr:hover th {
   background-color: #FFFFFF;
}

