table.progtable {
	border-collapse: collapse;
	border: 2px solid #c3d7df;
	margin-left: 5px;
	margin-right: 5px;
	width: 770px;
}

table.progtable td, table.progtable th {
	border: 1px solid #c3d7df;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
        width: 110px;
}

table.progtable th {
	background-color: black;
	color: white;
	font-weight: normal;
	padding: 5px;
}

table.progtable th.sel {
	background-color: #0b364d;
}

table.progtable td.sel {
	background-color: #e1edf2;
}

table.progtable td {
	padding: 3px 5px 4px 5px;
	color: #208db6;
	font-size: 11px;
}

table.progtable p {
	margin: 0;
	margin-bottom: 1px;
	color: #208db6;
	font-size: 9px;
}
