/* CSS Document */

table.resources_list {
	width:100%;
}
table.resources_list th, table.resources_list td{
	vertical-align:top;
}
table.resources_list th {
	text-align:left;
	padding:4px;
}
table.resources_list td {
	padding:4px;
}
.alternate {
	background-color:#CCCCCC;
}
td.posted_date, th.posted_date {
	white-space:nowrap;
}

div.resource_files {
	margin-top:10px;
}



.description {
	margin-top:10px;
	margin-bottom:10px;
}
