@charset "iso-8859-1";
/* CSS Document */

div#aluno-notas {
	text-align:left;
}
div#aluno-notas h2 {
	font-size:12px;
	margin:0px;
	padding:5px;
	background-color:#5B76B5;
	color:#FFF;
}

div#aluno-notas div#submateria {
	border:1px solid #5B76B5;
	margin-bottom:10px;
}
div#aluno-notas div#submateria h2 {
	font-size:12px;
	margin:0px;
	padding:5px;
	background-color:#FFF;
	color:#5B76B5;
}

div#aluno-notas .down, div#aluno-notas .up  {
	background-image:url(/images/up_down.png);
	float:right;
	width:16px;
	height:17px;
	cursor:pointer;
}

div#aluno-notas .up { background-position:16px }

div#aluno-notas .reprov {
	color:#C00; 
}
div#aluno-notas .aprov {
	color:#000; 
}

div#aluno-notas div.notas-materia {
	border:1px solid #5B76B5;
	margin-bottom:10px;
}
div#aluno-notas div#submateria div.notas-materia {
	/*border:1px solid #5B76B5;*/
	border:none;
	margin-bottom:10px;
}

div.notas-lista table.list { margin-bottom:0px; }
div.notas-lista table.list thead th { background-image:none; background-color:#ACBDCA; }
div.notas-lista .td_max_grupo { width:80px; }
div.notas-lista .td_max_avl { width:71px; padding-left:6px !important }

div.notas-lista .td_comp { font-size:16px }

div.notas-lista table.list tbody tr.row_comp td { background-color: #E0E8EB; color:#000;}
div.notas-lista table.list tbody tr.row_comp td b { text-transform:uppercase;}

div.notas-lista table.list tbody tr.row_materia td { background-color: #69F; color:#000;}

div.notas-lista table.list tbody tr.row_comp:hover td  { background-color: #EEE09D ; }
