


table.footcollapse{
	width:37em;
	
}
table.footcollapse caption{
	font-size:130%;
	text-align:left;
	padding: 1.5em 0em;
}
table.footcollapse th{
	text-align:left;
}
table.footcollapse,table.footcollapse th,table.footcollapse th
{
	border:none;
	border-collapse:collapse;	
}

table.footcollapse thead { 
	border-style:solid;
	border-width:1px;
	border-color:#9cf #369 #369 #9cf;
	background:#6A849D;
	color:#fff;	
}

table.footcollapse thead th{
	padding:2px 10px;
	
} 

table.footcollapse tfoot {
	border-style:solid;
	border-width:1px;
	border-color:#9cf #369 #369 #9cf;
	background:#6A849D;
	color:#fff;
}

table.footcollapse tfoot td img{
	border:none;
	vertical-align:bottom;
	padding-left:10px;
	float:right;
}

table.footcollapse tfoot th, table.footcollapse tfoot td{
	padding:2px 10px;
}


table.footcollapse tbody tr.even{
	background:#eee;
}

table.footcollapse tbody tr.odd{
	background:#fff;
}

table.footcollapse tbody tr.even:hover, table.footcollapse tbody tr.odd:hover{
	background:#C9D3DC;
}


table.footcollapse tbody td{
	padding:1px 5px;
	border:1px solid #999;
}
table.footcollapse tbody th{
	padding:1px 5px;
	border:1px solid #999;
}


