

table.shows
{
        width: 100%;
        border: 1px black solid;
		padding: none;
		font-size: .8em
}
	  
tr.light
{
        background-color:#FFFFFF;
		border: none;
}


tr.dark
{
        background-color: #CCCCCC;	
		border: none;
}

td{
   border-top: solid 1px #000000;
}

td.date
{
  		width: 100;
}