#boundary{
	background:#ffffff;
	padding:2em;
	width:40em;
}

/*
h1{
	font-family:"Trebuchet MS",Sans-serif;
	text-transform:uppercase;
	color:#696;
	font-size:120%;
}
*/

table.footcollapse{
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 1.0em;
	width: 100%; /* 30em; */
	margin-bottom: 10px;
	margin-left: 1px;
}


table.footcollapse th{
	text-align: center;
	font-weight: normal;
}

table.footcollapse td{
	text-align: center;
	font-weight: normal;
}


table.footcollapse,table.footcollapse th,table.footcollapse th
{
	border:none;
	border-collapse:collapse;	
}

table.footcollapse thead th
{
	width:10em;
	border-style:solid;
	border-width:1px;
	/* border-color:#cff #69c #69c #cff; */
	/* background: #9cf; */
	padding:2px 10px;
}

table.footcollapse tfoot th,
table.footcollapse tfoot td
{
	border-style:solid;
	border-width:1px;
	border-color: #9cf #369 #369 #9cf; /*  sets the immediate border around footer */ 
	background: #69c;
	padding:5px 10px;
	color: #ffffff;
	font-weight: bold;
}

table.footcollapse tbody{
	background:#ffffff; /* #ddd */
}

table.footcollapse tbody td{
	padding:5px 10px;
	border: 1px solid #999;
}

table.footcollapse tbody th{
	padding: 2px 10px;
	border: 1px solid #999;
	border-left:none;
}

table.footcollapse tbody tr.first{
	background:#9cf; /* #ccc */
}

table.footcollapse tbody tr.odd{
	background:#ddd; /* #ccc */
}

table.footcollapse tfoot td img{
	border:none;
	vertical-align:bottom;
	padding-left:10px;
	float:right;
}
