table {
	border-collapse: collapse;
}

div#directory { padding: 1px;}

table#output td, table#output th {
	padding: 0.5em;
	border: 1px solid #CCC;
}

table#output thead, tfoot {
	background-color: #DDD;
}
table#output tfoot td {
	text-align:center;
}

table#output tr.rowodd {
	background-color: #FFF;
}

table#output tr.roweven {
	background-color: #F2F2F2;
}

table#output {
	width: 100%;
}

table#output TR.featuredhome TD {
	font-weight: bolder;
	background-color: #DDF;
}

.borderall { border: solid 1px #365397; }
.borderleft { border-left: solid 1px #365397;}
.bordertop { border-top: solid 1px #365397;}
.borderright { border-right: solid 1px #365397;}
.borderbottom { border-bottom: solid 1px #365397;}