/* GRADE */
div.grade {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; background-color:#FFF;
}
div.grade table{
	border-collapse:collapse; width:100%;
}

div.grade td, div.grade th{
	padding:10px 5px;
}
div.grade thead th, div.grade tfoot th{
	color:#FFF; font-weight:bold; text-align:left; 
	background-color:#4A593C; 
}
div.grade th.caption {
	text-align:center;
	border-bottom:2px solid #FFF; background-color:#31372B;
}
div.grade tbody td{
	background-image:url(../../img/layout/cursos_background.jpg); background-repeat:repeat-x; background-position:top;
}

