/* fees table */

table.fees {
	width: 100%;
  	border-collapse: collapse;
	margin-top: 7px;
}
table.fees td {
	border: 1px solid #000000;
	text-align: center;
}

/* table header + footer */

table.fees thead tr, table.fees tfoot tr{
	background:#004276;
	color:#FFFFFF;
	height: 50px;
	font-style: italic;
	font-weight: bold;
}
table.fees thead td, table.fees tfoot td{
	text-align:center;
}

/* table body */

table.fees tbody tr{
	height: 30px;
}
table.fees tbody tr:hover{
	background:#ffffcc;
	color:#000000;
}

/* specific classes */

table.fees tbody tr.classes{
	background:rgb(217,151,149);
	color:#000000;
}

table.fees tbody tr.deadline{
	background:#cccccc;
	color:#990000;
}
